Uses of Class
com.avoka.fc.core.entity.JobComment
Package
Description
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
Provides Value Object persistent entity classes.
-
Uses of JobComment in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<JobComment>>
_JobComment.CHILDREN
Provides the 'CHILDREN' property.static final org.apache.cayenne.exp.Property<List<JobComment>>
_Job.COMMENTS
Provides the 'COMMENTS' property.static final org.apache.cayenne.exp.Property<List<JobComment>>
_UserAccount.JOB_COMMENTS
Provides the 'JOB_COMMENTS' property.static final org.apache.cayenne.exp.Property<JobComment>
_JobComment.PARENT
Provides the 'PARENT' property.Modifier and TypeMethodDescription_JobComment.getChildren()
Return the Children._Job.getComments()
Return the Comments._UserAccount.getJobComments()
Return the JobComments.Modifier and TypeMethodDescriptionvoid
_JobComment.addToChildren
(JobComment obj) Add the Children object.void
_Job.addToComments
(JobComment obj) Add the Comments object.void
_UserAccount.addToJobComments
(JobComment obj) Add the JobComments object.void
_JobComment.removeFromChildren
(JobComment obj) Remove the Children object.void
_Job.removeFromComments
(JobComment obj) Remove the Comments object.void
_UserAccount.removeFromJobComments
(JobComment obj) Remove the JobComments object.void
_JobComment.setParent
(JobComment parent) Set the Parent. -
Uses of JobComment in com.avoka.tm.vo
ModifierConstructorDescriptionComment
(JobComment jobComment) Create a comment object from job comment.