Uses of Class
com.avoka.fc.core.entity.JobGroup
Package
Description
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of JobGroup in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescription_Group.JOB_GROUPS
Provides the 'JOB_GROUPS' property._Job.JOB_GROUPS
Provides the 'JOB_GROUPS' property.Modifier and TypeMethodDescription_Group.getJobGroups()
Return the JobGroups._Job.getJobGroups()
Return the JobGroups.Modifier and TypeMethodDescriptionvoid
_Group.addToJobGroups
(JobGroup obj) Add the JobGroups object.void
_Job.addToJobGroups
(JobGroup obj) Add the JobGroups object.void
_Group.removeFromJobGroups
(JobGroup obj) Remove the JobGroups object.void
_Job.removeFromJobGroups
(JobGroup obj) Remove the JobGroups object.