Uses of Class
com.avoka.fc.core.entity.JobGroup
-
Packages that use JobGroup Package Description com.avoka.fc.core.entity.auto 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 JobGroup Modifier and Type Field Description static org.apache.cayenne.exp.Property<List<JobGroup>>
_Group. JOB_GROUPS
Provides the 'JOB_GROUPS' property.static org.apache.cayenne.exp.Property<List<JobGroup>>
_Job. JOB_GROUPS
Provides the 'JOB_GROUPS' property.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type JobGroup Modifier and Type Method Description List<JobGroup>
_Group. getJobGroups()
Return the JobGroups.List<JobGroup>
_Job. getJobGroups()
Return the JobGroups.Methods in com.avoka.fc.core.entity.auto with parameters of type JobGroup Modifier and Type Method Description void
_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.
-