Uses of Class
com.avoka.fc.core.entity.JobGroup
Packages that use 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
Fields in com.avoka.fc.core.entity.auto with type parameters of type JobGroupModifier and TypeFieldDescription_Group.JOB_GROUPS
Provides the 'JOB_GROUPS' property._Job.JOB_GROUPS
Provides the 'JOB_GROUPS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type JobGroupModifier and TypeMethodDescription_Group.getJobGroups()
Return the JobGroups._Job.getJobGroups()
Return the JobGroups.Methods in com.avoka.fc.core.entity.auto with parameters of type JobGroupModifier 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.