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, getSetCommentStatusFormMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
pingin interfaceCommentService
-
createCommentType
public CommandResult<CreateCommentTypeResult> createCommentType(UserVisitPK userVisitPK, CreateCommentTypeForm form) - Specified by:
createCommentTypein interfaceCommentService
-
getCommentType
public CommandResult<GetCommentTypeResult> getCommentType(UserVisitPK userVisitPK, GetCommentTypeForm form) - Specified by:
getCommentTypein interfaceCommentService
-
getCommentTypes
public CommandResult<GetCommentTypesResult> getCommentTypes(UserVisitPK userVisitPK, GetCommentTypesForm form) - Specified by:
getCommentTypesin interfaceCommentService
-
editCommentType
public CommandResult<EditCommentTypeResult> editCommentType(UserVisitPK userVisitPK, EditCommentTypeForm form) - Specified by:
editCommentTypein interfaceCommentService
-
deleteCommentType
public CommandResult<VoidResult> deleteCommentType(UserVisitPK userVisitPK, DeleteCommentTypeForm form) - Specified by:
deleteCommentTypein interfaceCommentService
-
createCommentTypeDescription
public CommandResult<VoidResult> createCommentTypeDescription(UserVisitPK userVisitPK, CreateCommentTypeDescriptionForm form) - Specified by:
createCommentTypeDescriptionin interfaceCommentService
-
getCommentTypeDescriptions
public CommandResult<GetCommentTypeDescriptionsResult> getCommentTypeDescriptions(UserVisitPK userVisitPK, GetCommentTypeDescriptionsForm form) - Specified by:
getCommentTypeDescriptionsin interfaceCommentService
-
editCommentTypeDescription
public CommandResult<EditCommentTypeDescriptionResult> editCommentTypeDescription(UserVisitPK userVisitPK, EditCommentTypeDescriptionForm form) - Specified by:
editCommentTypeDescriptionin interfaceCommentService
-
deleteCommentTypeDescription
public CommandResult<VoidResult> deleteCommentTypeDescription(UserVisitPK userVisitPK, DeleteCommentTypeDescriptionForm form) - Specified by:
deleteCommentTypeDescriptionin interfaceCommentService
-
createCommentUsageType
public CommandResult<VoidResult> createCommentUsageType(UserVisitPK userVisitPK, CreateCommentUsageTypeForm form) - Specified by:
createCommentUsageTypein interfaceCommentService
-
getCommentUsageType
public CommandResult<GetCommentUsageTypeResult> getCommentUsageType(UserVisitPK userVisitPK, GetCommentUsageTypeForm form) - Specified by:
getCommentUsageTypein interfaceCommentService
-
getCommentUsageTypes
public CommandResult<GetCommentUsageTypesResult> getCommentUsageTypes(UserVisitPK userVisitPK, GetCommentUsageTypesForm form) - Specified by:
getCommentUsageTypesin interfaceCommentService
-
editCommentUsageType
public CommandResult<EditCommentUsageTypeResult> editCommentUsageType(UserVisitPK userVisitPK, EditCommentUsageTypeForm form) - Specified by:
editCommentUsageTypein interfaceCommentService
-
deleteCommentUsageType
public CommandResult<VoidResult> deleteCommentUsageType(UserVisitPK userVisitPK, DeleteCommentUsageTypeForm form) - Specified by:
deleteCommentUsageTypein interfaceCommentService
-
createCommentUsageTypeDescription
public CommandResult<VoidResult> createCommentUsageTypeDescription(UserVisitPK userVisitPK, CreateCommentUsageTypeDescriptionForm form) - Specified by:
createCommentUsageTypeDescriptionin interfaceCommentService
-
getCommentUsageTypeDescriptions
public CommandResult<GetCommentUsageTypeDescriptionsResult> getCommentUsageTypeDescriptions(UserVisitPK userVisitPK, GetCommentUsageTypeDescriptionsForm form) - Specified by:
getCommentUsageTypeDescriptionsin interfaceCommentService
-
editCommentUsageTypeDescription
public CommandResult<EditCommentUsageTypeDescriptionResult> editCommentUsageTypeDescription(UserVisitPK userVisitPK, EditCommentUsageTypeDescriptionForm form) - Specified by:
editCommentUsageTypeDescriptionin interfaceCommentService
-
deleteCommentUsageTypeDescription
public CommandResult<VoidResult> deleteCommentUsageTypeDescription(UserVisitPK userVisitPK, DeleteCommentUsageTypeDescriptionForm form) - Specified by:
deleteCommentUsageTypeDescriptionin interfaceCommentService
-
createComment
public CommandResult<CreateCommentResult> createComment(UserVisitPK userVisitPK, CreateCommentForm form) - Specified by:
createCommentin interfaceCommentService
-
editComment
- Specified by:
editCommentin interfaceCommentService
-
getCommentStatusChoices
public CommandResult<GetCommentStatusChoicesResult> getCommentStatusChoices(UserVisitPK userVisitPK, GetCommentStatusChoicesForm form) - Specified by:
getCommentStatusChoicesin interfaceCommentService
-
setCommentStatus
public CommandResult<VoidResult> setCommentStatus(UserVisitPK userVisitPK, SetCommentStatusForm form) - Specified by:
setCommentStatusin interfaceCommentService
-
getComment
- Specified by:
getCommentin interfaceCommentService
-
deleteComment
- Specified by:
deleteCommentin interfaceCommentService
-
createCommentUsage
public CommandResult<VoidResult> createCommentUsage(UserVisitPK userVisitPK, CreateCommentUsageForm form) - Specified by:
createCommentUsagein interfaceCommentService
-
deleteCommentUsage
public CommandResult<VoidResult> deleteCommentUsage(UserVisitPK userVisitPK, DeleteCommentUsageForm form) - Specified by:
deleteCommentUsagein interfaceCommentService
-