Uses of Class
com.avoka.fc.core.entity.SubmissionComment
Packages that use SubmissionComment
Package
Description
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides Value Object persistent entity classes.
-
Uses of SubmissionComment in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type SubmissionCommentModifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<SubmissionComment>>
_SubmissionComment.CHILDREN
Provides the 'CHILDREN' property.static final org.apache.cayenne.exp.Property<List<SubmissionComment>>
_Submission.COMMENTS
Provides the 'COMMENTS' property.static final org.apache.cayenne.exp.Property<SubmissionComment>
_SubmissionComment.PARENT
Provides the 'PARENT' property.static final org.apache.cayenne.exp.Property<List<SubmissionComment>>
_UserAccount.SUBMISSION_COMMENTS
Provides the 'SUBMISSION_COMMENTS' property.Methods in com.avoka.fc.core.entity.auto that return SubmissionCommentMethods in com.avoka.fc.core.entity.auto that return types with arguments of type SubmissionCommentModifier and TypeMethodDescription_SubmissionComment.getChildren()
Return the Children._Submission.getComments()
Return the Comments._UserAccount.getSubmissionComments()
Return the SubmissionComments.Methods in com.avoka.fc.core.entity.auto with parameters of type SubmissionCommentModifier and TypeMethodDescriptionvoid
_SubmissionComment.addToChildren
(SubmissionComment obj) Add the Children object.void
_Submission.addToComments
(SubmissionComment obj) Add the Comments object.void
_UserAccount.addToSubmissionComments
(SubmissionComment obj) Add the SubmissionComments object.void
_SubmissionComment.removeFromChildren
(SubmissionComment obj) Remove the Children object.void
_Submission.removeFromComments
(SubmissionComment obj) Remove the Comments object.void
_UserAccount.removeFromSubmissionComments
(SubmissionComment obj) Remove the SubmissionComments object.void
_SubmissionComment.setParent
(SubmissionComment parent) Set the Parent. -
Uses of SubmissionComment in com.avoka.tm.vo
Constructors in com.avoka.tm.vo with parameters of type SubmissionCommentModifierConstructorDescriptionComment
(SubmissionComment submissionComment) Create a comment object from submission comment.