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.
Provides common utility classes and exception objects.
-
Uses of JobProperty in com.avoka.fc.core.dao
Modifier and TypeMethodDescriptionJobPropertyDao.getJobPropertyForPK
(Object id) Return the JobProperty object for the given primary key or null if not found.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.static final org.apache.cayenne.exp.Property
<JobProperty> _JobPropertySearch.JOB_PROPERTY_REL
Provides the 'JOB_PROPERTY_REL' property.Modifier and TypeMethodDescription_JobPropertySearch.getJobPropertyRel()
Return the JobPropertyRel.Modifier and TypeMethodDescriptionvoid
_Job.addToJobProperties
(JobProperty obj) Add the JobProperties object.void
_Job.removeFromJobProperties
(JobProperty obj) Remove the JobProperties object.void
_JobPropertySearch.setJobPropertyRel
(JobProperty jobPropertyRel) Set the JobPropertyRel. -
Uses of JobProperty in com.avoka.fc.core.util
Modifier and TypeMethodDescriptionstatic final void
JobPropertySearchUtils.store
(Job job, JobProperty property) Creates or Updates a JobPropertySearch record when a job property value is set Search hash is set for the JobPropertySearch This is called in JobProperty.setValue()