Uses of Class
com.avoka.fc.core.entity.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
Modifier 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.Modifier and TypeMethodDescription_SubmissionComment.getChildren()
Return the Children._Submission.getComments()
Return the Comments._UserAccount.getSubmissionComments()
Return the SubmissionComments.Modifier 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
ModifierConstructorDescriptionComment
(SubmissionComment submissionComment) Create a comment object from submission comment.