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
- Specified by:
createCommentTypein interfaceCommentService
-
getCommentType
- Specified by:
getCommentTypein interfaceCommentService
-
getCommentTypes
- Specified by:
getCommentTypesin interfaceCommentService
-
editCommentType
- Specified by:
editCommentTypein interfaceCommentService
-
deleteCommentType
- Specified by:
deleteCommentTypein interfaceCommentService
-
createCommentTypeDescription
public CommandResult createCommentTypeDescription(UserVisitPK userVisitPK, CreateCommentTypeDescriptionForm form) - Specified by:
createCommentTypeDescriptionin interfaceCommentService
-
getCommentTypeDescriptions
public CommandResult getCommentTypeDescriptions(UserVisitPK userVisitPK, GetCommentTypeDescriptionsForm form) - Specified by:
getCommentTypeDescriptionsin interfaceCommentService
-
editCommentTypeDescription
public CommandResult editCommentTypeDescription(UserVisitPK userVisitPK, EditCommentTypeDescriptionForm form) - Specified by:
editCommentTypeDescriptionin interfaceCommentService
-
deleteCommentTypeDescription
public CommandResult deleteCommentTypeDescription(UserVisitPK userVisitPK, DeleteCommentTypeDescriptionForm form) - Specified by:
deleteCommentTypeDescriptionin interfaceCommentService
-
createCommentUsageType
public CommandResult createCommentUsageType(UserVisitPK userVisitPK, CreateCommentUsageTypeForm form) - Specified by:
createCommentUsageTypein interfaceCommentService
-
getCommentUsageType
- Specified by:
getCommentUsageTypein interfaceCommentService
-
getCommentUsageTypes
- Specified by:
getCommentUsageTypesin interfaceCommentService
-
editCommentUsageType
- Specified by:
editCommentUsageTypein interfaceCommentService
-
deleteCommentUsageType
public CommandResult deleteCommentUsageType(UserVisitPK userVisitPK, DeleteCommentUsageTypeForm form) - Specified by:
deleteCommentUsageTypein interfaceCommentService
-
createCommentUsageTypeDescription
public CommandResult createCommentUsageTypeDescription(UserVisitPK userVisitPK, CreateCommentUsageTypeDescriptionForm form) - Specified by:
createCommentUsageTypeDescriptionin interfaceCommentService
-
getCommentUsageTypeDescriptions
public CommandResult getCommentUsageTypeDescriptions(UserVisitPK userVisitPK, GetCommentUsageTypeDescriptionsForm form) - Specified by:
getCommentUsageTypeDescriptionsin interfaceCommentService
-
editCommentUsageTypeDescription
public CommandResult editCommentUsageTypeDescription(UserVisitPK userVisitPK, EditCommentUsageTypeDescriptionForm form) - Specified by:
editCommentUsageTypeDescriptionin interfaceCommentService
-
deleteCommentUsageTypeDescription
public CommandResult deleteCommentUsageTypeDescription(UserVisitPK userVisitPK, DeleteCommentUsageTypeDescriptionForm form) - Specified by:
deleteCommentUsageTypeDescriptionin interfaceCommentService
-
createComment
- Specified by:
createCommentin interfaceCommentService
-
editComment
- Specified by:
editCommentin interfaceCommentService
-
getCommentStatusChoices
public CommandResult getCommentStatusChoices(UserVisitPK userVisitPK, GetCommentStatusChoicesForm form) - Specified by:
getCommentStatusChoicesin interfaceCommentService
-
setCommentStatus
- Specified by:
setCommentStatusin interfaceCommentService
-
getComment
- Specified by:
getCommentin interfaceCommentService
-
deleteComment
- Specified by:
deleteCommentin interfaceCommentService
-
createCommentUsage
- Specified by:
createCommentUsagein interfaceCommentService
-
deleteCommentUsage
- Specified by:
deleteCommentUsagein interfaceCommentService
-