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 SummaryConstructors
- 
Method SummaryModifier 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.CommentFormsImplgetCommentEdit, 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.echothree.control.user.comment.common.CommentFormsgetCommentEdit, 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- 
CommentBeanpublic CommentBean()
 
- 
- 
Method Details- 
ping- Specified by:
- pingin interface- CommentService
 
- 
createCommentType- Specified by:
- createCommentTypein interface- CommentService
 
- 
getCommentType- Specified by:
- getCommentTypein interface- CommentService
 
- 
getCommentTypes- Specified by:
- getCommentTypesin interface- CommentService
 
- 
editCommentType- Specified by:
- editCommentTypein interface- CommentService
 
- 
deleteCommentType- Specified by:
- deleteCommentTypein interface- CommentService
 
- 
createCommentTypeDescriptionpublic CommandResult createCommentTypeDescription(UserVisitPK userVisitPK, CreateCommentTypeDescriptionForm form) - Specified by:
- createCommentTypeDescriptionin interface- CommentService
 
- 
getCommentTypeDescriptionspublic CommandResult getCommentTypeDescriptions(UserVisitPK userVisitPK, GetCommentTypeDescriptionsForm form) - Specified by:
- getCommentTypeDescriptionsin interface- CommentService
 
- 
editCommentTypeDescriptionpublic CommandResult editCommentTypeDescription(UserVisitPK userVisitPK, EditCommentTypeDescriptionForm form) - Specified by:
- editCommentTypeDescriptionin interface- CommentService
 
- 
deleteCommentTypeDescriptionpublic CommandResult deleteCommentTypeDescription(UserVisitPK userVisitPK, DeleteCommentTypeDescriptionForm form) - Specified by:
- deleteCommentTypeDescriptionin interface- CommentService
 
- 
createCommentUsageTypepublic CommandResult createCommentUsageType(UserVisitPK userVisitPK, CreateCommentUsageTypeForm form) - Specified by:
- createCommentUsageTypein interface- CommentService
 
- 
getCommentUsageType- Specified by:
- getCommentUsageTypein interface- CommentService
 
- 
getCommentUsageTypes- Specified by:
- getCommentUsageTypesin interface- CommentService
 
- 
editCommentUsageType- Specified by:
- editCommentUsageTypein interface- CommentService
 
- 
deleteCommentUsageTypepublic CommandResult deleteCommentUsageType(UserVisitPK userVisitPK, DeleteCommentUsageTypeForm form) - Specified by:
- deleteCommentUsageTypein interface- CommentService
 
- 
createCommentUsageTypeDescriptionpublic CommandResult createCommentUsageTypeDescription(UserVisitPK userVisitPK, CreateCommentUsageTypeDescriptionForm form) - Specified by:
- createCommentUsageTypeDescriptionin interface- CommentService
 
- 
getCommentUsageTypeDescriptionspublic CommandResult getCommentUsageTypeDescriptions(UserVisitPK userVisitPK, GetCommentUsageTypeDescriptionsForm form) - Specified by:
- getCommentUsageTypeDescriptionsin interface- CommentService
 
- 
editCommentUsageTypeDescriptionpublic CommandResult editCommentUsageTypeDescription(UserVisitPK userVisitPK, EditCommentUsageTypeDescriptionForm form) - Specified by:
- editCommentUsageTypeDescriptionin interface- CommentService
 
- 
deleteCommentUsageTypeDescriptionpublic CommandResult deleteCommentUsageTypeDescription(UserVisitPK userVisitPK, DeleteCommentUsageTypeDescriptionForm form) - Specified by:
- deleteCommentUsageTypeDescriptionin interface- CommentService
 
- 
createComment- Specified by:
- createCommentin interface- CommentService
 
- 
editComment- Specified by:
- editCommentin interface- CommentService
 
- 
getCommentStatusChoicespublic CommandResult getCommentStatusChoices(UserVisitPK userVisitPK, GetCommentStatusChoicesForm form) - Specified by:
- getCommentStatusChoicesin interface- CommentService
 
- 
setCommentStatus- Specified by:
- setCommentStatusin interface- CommentService
 
- 
getComment- Specified by:
- getCommentin interface- CommentService
 
- 
deleteComment- Specified by:
- deleteCommentin interface- CommentService
 
- 
createCommentUsage- Specified by:
- createCommentUsagein interface- CommentService
 
- 
deleteCommentUsage- Specified by:
- deleteCommentUsagein interface- CommentService
 
 
-