Interface CommentService
- All Superinterfaces:
CommentForms
- All Known Subinterfaces:
CommentLocal,CommentRemote
- All Known Implementing Classes:
CommentBean
-
Method Summary
Modifier and TypeMethodDescriptioncreateComment(UserVisitPK userVisitPK, CreateCommentForm form) createCommentType(UserVisitPK userVisitPK, CreateCommentTypeForm form) createCommentTypeDescription(UserVisitPK userVisitPK, CreateCommentTypeDescriptionForm form) createCommentUsage(UserVisitPK userVisitPK, CreateCommentUsageForm form) createCommentUsageType(UserVisitPK userVisitPK, CreateCommentUsageTypeForm form) createCommentUsageTypeDescription(UserVisitPK userVisitPK, CreateCommentUsageTypeDescriptionForm form) deleteComment(UserVisitPK userVisitPK, DeleteCommentForm form) deleteCommentType(UserVisitPK userVisitPK, DeleteCommentTypeForm form) deleteCommentTypeDescription(UserVisitPK userVisitPK, DeleteCommentTypeDescriptionForm form) deleteCommentUsage(UserVisitPK userVisitPK, DeleteCommentUsageForm form) deleteCommentUsageType(UserVisitPK userVisitPK, DeleteCommentUsageTypeForm form) deleteCommentUsageTypeDescription(UserVisitPK userVisitPK, DeleteCommentUsageTypeDescriptionForm form) editComment(UserVisitPK userVisitPK, EditCommentForm form) editCommentType(UserVisitPK userVisitPK, EditCommentTypeForm form) editCommentTypeDescription(UserVisitPK userVisitPK, EditCommentTypeDescriptionForm form) editCommentUsageType(UserVisitPK userVisitPK, EditCommentUsageTypeForm form) editCommentUsageTypeDescription(UserVisitPK userVisitPK, EditCommentUsageTypeDescriptionForm form) getComment(UserVisitPK userVisitPK, GetCommentForm form) getCommentStatusChoices(UserVisitPK userVisitPK, GetCommentStatusChoicesForm form) getCommentType(UserVisitPK userVisitPK, GetCommentTypeForm form) getCommentTypeDescriptions(UserVisitPK userVisitPK, GetCommentTypeDescriptionsForm form) getCommentTypes(UserVisitPK userVisitPK, GetCommentTypesForm form) getCommentUsageType(UserVisitPK userVisitPK, GetCommentUsageTypeForm form) getCommentUsageTypeDescriptions(UserVisitPK userVisitPK, GetCommentUsageTypeDescriptionsForm form) getCommentUsageTypes(UserVisitPK userVisitPK, GetCommentUsageTypesForm form) ping()setCommentStatus(UserVisitPK userVisitPK, SetCommentStatusForm form) Methods inherited from interface com.echothree.control.user.comment.common.CommentForms
getCommentEdit, getCommentSpec, getCommentTypeDescriptionEdit, getCommentTypeDescriptionSpec, getCommentTypeEdit, getCommentTypeSpec, getCommentUsageTypeDescriptionEdit, getCommentUsageTypeDescriptionSpec, getCommentUsageTypeEdit, getCommentUsageTypeSpec, getCreateCommentForm, getCreateCommentTypeDescriptionForm, getCreateCommentTypeForm, getCreateCommentUsageForm, getCreateCommentUsageTypeDescriptionForm, getCreateCommentUsageTypeForm, getDeleteCommentForm, getDeleteCommentTypeDescriptionForm, getDeleteCommentTypeForm, getDeleteCommentUsageForm, getDeleteCommentUsageTypeDescriptionForm, getDeleteCommentUsageTypeForm, getEditCommentForm, getEditCommentTypeDescriptionForm, getEditCommentTypeForm, getEditCommentUsageTypeDescriptionForm, getEditCommentUsageTypeForm, getGetCommentForm, getGetCommentStatusChoicesForm, getGetCommentTypeDescriptionsForm, getGetCommentTypeForm, getGetCommentTypesForm, getGetCommentUsageTypeDescriptionsForm, getGetCommentUsageTypeForm, getGetCommentUsageTypesForm, getSetCommentStatusForm
-
Method Details
-
ping
-
createCommentType
CommandResult<CreateCommentTypeResult> createCommentType(UserVisitPK userVisitPK, CreateCommentTypeForm form) -
getCommentType
CommandResult<GetCommentTypeResult> getCommentType(UserVisitPK userVisitPK, GetCommentTypeForm form) -
getCommentTypes
CommandResult<GetCommentTypesResult> getCommentTypes(UserVisitPK userVisitPK, GetCommentTypesForm form) -
editCommentType
CommandResult<EditCommentTypeResult> editCommentType(UserVisitPK userVisitPK, EditCommentTypeForm form) -
deleteCommentType
-
createCommentTypeDescription
CommandResult<VoidResult> createCommentTypeDescription(UserVisitPK userVisitPK, CreateCommentTypeDescriptionForm form) -
getCommentTypeDescriptions
-
editCommentTypeDescription
-
deleteCommentTypeDescription
CommandResult<VoidResult> deleteCommentTypeDescription(UserVisitPK userVisitPK, DeleteCommentTypeDescriptionForm form) -
createCommentUsageType
CommandResult<VoidResult> createCommentUsageType(UserVisitPK userVisitPK, CreateCommentUsageTypeForm form) -
getCommentUsageType
CommandResult<GetCommentUsageTypeResult> getCommentUsageType(UserVisitPK userVisitPK, GetCommentUsageTypeForm form) -
getCommentUsageTypes
CommandResult<GetCommentUsageTypesResult> getCommentUsageTypes(UserVisitPK userVisitPK, GetCommentUsageTypesForm form) -
editCommentUsageType
CommandResult<EditCommentUsageTypeResult> editCommentUsageType(UserVisitPK userVisitPK, EditCommentUsageTypeForm form) -
deleteCommentUsageType
CommandResult<VoidResult> deleteCommentUsageType(UserVisitPK userVisitPK, DeleteCommentUsageTypeForm form) -
createCommentUsageTypeDescription
-
getCommentUsageTypeDescriptions
-
editCommentUsageTypeDescription
-
deleteCommentUsageTypeDescription
-
createComment
-
getComment
-
editComment
-
getCommentStatusChoices
-
setCommentStatus
-
deleteComment
-
createCommentUsage
-
deleteCommentUsage
-