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
-
getCommentType
-
getCommentTypes
-
editCommentType
-
deleteCommentType
-
createCommentTypeDescription
CommandResult createCommentTypeDescription(UserVisitPK userVisitPK, CreateCommentTypeDescriptionForm form) -
getCommentTypeDescriptions
CommandResult getCommentTypeDescriptions(UserVisitPK userVisitPK, GetCommentTypeDescriptionsForm form) -
editCommentTypeDescription
CommandResult editCommentTypeDescription(UserVisitPK userVisitPK, EditCommentTypeDescriptionForm form) -
deleteCommentTypeDescription
CommandResult deleteCommentTypeDescription(UserVisitPK userVisitPK, DeleteCommentTypeDescriptionForm form) -
createCommentUsageType
-
getCommentUsageType
-
getCommentUsageTypes
-
editCommentUsageType
-
deleteCommentUsageType
-
createCommentUsageTypeDescription
-
getCommentUsageTypeDescriptions
-
editCommentUsageTypeDescription
-
deleteCommentUsageTypeDescription
-
createComment
-
getComment
-
editComment
-
getCommentStatusChoices
-
setCommentStatus
-
deleteComment
-
createCommentUsage
-
deleteCommentUsage
-