Uses of Class
com.avoka.fc.core.entity.JobProperty
Packages that use 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
Methods in com.avoka.fc.core.dao that return JobPropertyModifier and TypeMethodDescriptionJobPropertyDao.getJobPropertyForPK
(Object id) Return the JobProperty object for the given primary key or null if not found.Methods in com.avoka.fc.core.dao that return types with arguments of type JobPropertyModifier 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
Methods in com.avoka.fc.core.entity that return JobPropertyModifier and TypeMethodDescriptionJob.getJobProperty
(String name) Return the job property with the given name -
Uses of JobProperty in com.avoka.fc.core.entity.auto
Fields in com.avoka.fc.core.entity.auto with type parameters of type JobPropertyModifier 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.Methods in com.avoka.fc.core.entity.auto that return JobPropertyModifier and TypeMethodDescription_JobPropertySearch.getJobPropertyRel()
Return the JobPropertyRel.Methods in com.avoka.fc.core.entity.auto that return types with arguments of type JobPropertyMethods in com.avoka.fc.core.entity.auto with parameters of type JobPropertyModifier 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
Methods in com.avoka.fc.core.util with parameters of type JobPropertyModifier 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()