Class CommentBean
java.lang.Object
com.echothree.control.user.comment.server.CommentFormsImpl
com.echothree.control.user.comment.server.CommentBean
- All Implemented Interfaces:
CommentForms
,CommentRemote
,CommentService
,CommentLocal
-
Constructor Summary
Constructors -
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 class com.echothree.control.user.comment.server.CommentFormsImpl
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
-
Constructor Details
-
CommentBean
public CommentBean()
-
-
Method Details
-
ping
- Specified by:
ping
in interfaceCommentService
-
createCommentType
- Specified by:
createCommentType
in interfaceCommentService
-
getCommentType
- Specified by:
getCommentType
in interfaceCommentService
-
getCommentTypes
- Specified by:
getCommentTypes
in interfaceCommentService
-
editCommentType
- Specified by:
editCommentType
in interfaceCommentService
-
deleteCommentType
- Specified by:
deleteCommentType
in interfaceCommentService
-
createCommentTypeDescription
public CommandResult createCommentTypeDescription(UserVisitPK userVisitPK, CreateCommentTypeDescriptionForm form) - Specified by:
createCommentTypeDescription
in interfaceCommentService
-
getCommentTypeDescriptions
public CommandResult getCommentTypeDescriptions(UserVisitPK userVisitPK, GetCommentTypeDescriptionsForm form) - Specified by:
getCommentTypeDescriptions
in interfaceCommentService
-
editCommentTypeDescription
public CommandResult editCommentTypeDescription(UserVisitPK userVisitPK, EditCommentTypeDescriptionForm form) - Specified by:
editCommentTypeDescription
in interfaceCommentService
-
deleteCommentTypeDescription
public CommandResult deleteCommentTypeDescription(UserVisitPK userVisitPK, DeleteCommentTypeDescriptionForm form) - Specified by:
deleteCommentTypeDescription
in interfaceCommentService
-
createCommentUsageType
public CommandResult createCommentUsageType(UserVisitPK userVisitPK, CreateCommentUsageTypeForm form) - Specified by:
createCommentUsageType
in interfaceCommentService
-
getCommentUsageType
- Specified by:
getCommentUsageType
in interfaceCommentService
-
getCommentUsageTypes
- Specified by:
getCommentUsageTypes
in interfaceCommentService
-
editCommentUsageType
- Specified by:
editCommentUsageType
in interfaceCommentService
-
deleteCommentUsageType
public CommandResult deleteCommentUsageType(UserVisitPK userVisitPK, DeleteCommentUsageTypeForm form) - Specified by:
deleteCommentUsageType
in interfaceCommentService
-
createCommentUsageTypeDescription
public CommandResult createCommentUsageTypeDescription(UserVisitPK userVisitPK, CreateCommentUsageTypeDescriptionForm form) - Specified by:
createCommentUsageTypeDescription
in interfaceCommentService
-
getCommentUsageTypeDescriptions
public CommandResult getCommentUsageTypeDescriptions(UserVisitPK userVisitPK, GetCommentUsageTypeDescriptionsForm form) - Specified by:
getCommentUsageTypeDescriptions
in interfaceCommentService
-
editCommentUsageTypeDescription
public CommandResult editCommentUsageTypeDescription(UserVisitPK userVisitPK, EditCommentUsageTypeDescriptionForm form) - Specified by:
editCommentUsageTypeDescription
in interfaceCommentService
-
deleteCommentUsageTypeDescription
public CommandResult deleteCommentUsageTypeDescription(UserVisitPK userVisitPK, DeleteCommentUsageTypeDescriptionForm form) - Specified by:
deleteCommentUsageTypeDescription
in interfaceCommentService
-
createComment
- Specified by:
createComment
in interfaceCommentService
-
editComment
- Specified by:
editComment
in interfaceCommentService
-
getCommentStatusChoices
public CommandResult getCommentStatusChoices(UserVisitPK userVisitPK, GetCommentStatusChoicesForm form) - Specified by:
getCommentStatusChoices
in interfaceCommentService
-
setCommentStatus
- Specified by:
setCommentStatus
in interfaceCommentService
-
getComment
- Specified by:
getComment
in interfaceCommentService
-
deleteComment
- Specified by:
deleteComment
in interfaceCommentService
-
createCommentUsage
- Specified by:
createCommentUsage
in interfaceCommentService
-
deleteCommentUsage
- Specified by:
deleteCommentUsage
in interfaceCommentService
-