Uses of Class
com.avoka.fc.core.entity.SubmissionComment
-
Packages that use SubmissionComment Package Description com.avoka.fc.core.entity.auto Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.com.avoka.tm.vo 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 SubmissionComment Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<SubmissionComment>>
_SubmissionComment. CHILDREN
Provides the 'CHILDREN' property.static org.apache.cayenne.exp.Property<List<SubmissionComment>>
_Submission. COMMENTS
Provides the 'COMMENTS' property.static org.apache.cayenne.exp.Property<SubmissionComment>
_SubmissionComment. PARENT
Provides the 'PARENT' property.static 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 SubmissionComment Modifier and Type Method Description SubmissionComment
_SubmissionComment. getParent()
Return the Parent.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type SubmissionComment Modifier and Type Method Description List<SubmissionComment>
_SubmissionComment. getChildren()
Return the Children.List<SubmissionComment>
_Submission. getComments()
Return the Comments.List<SubmissionComment>
_UserAccount. getSubmissionComments()
Return the SubmissionComments.Methods in com.avoka.fc.core.entity.auto with parameters of type SubmissionComment Modifier and Type Method Description void
_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 SubmissionComment Constructor Description Comment(SubmissionComment submissionComment)
Create a comment object from submission comment.
-