Uses of Class
com.avoka.fc.core.entity.JobProperty
Package
Description
Provides the Data Access Objects used by SmartForm Manager.
Provides the SmartForm Manager entity classes.
Provides the SmartForm Manager entity base classes, which are being maintained by Cayenne.
-
Uses of JobProperty in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionJobPropertyDao.getPropertiesForJob
(Object jobId) Return the list of properties for the job with the given ID, sorted by name. -
Uses of JobProperty in com.avoka.fc.core.entity
Modifier and TypeMethodDescriptionJob.getJobProperty
(String name) Return the job property with the given name -
Uses of JobProperty in com.avoka.fc.core.entity.auto
Modifier and TypeFieldDescriptionstatic final org.apache.cayenne.exp.Property<List<JobProperty>>
_Job.JOB_PROPERTIES
Provides the 'JOB_PROPERTIES' property.Modifier and TypeMethodDescriptionvoid
_Job.addToJobProperties
(JobProperty obj) Add the JobProperties object.void
_Job.removeFromJobProperties
(JobProperty obj) Remove the JobProperties object.