Uses of Class
com.echothree.model.data.job.server.value.JobDetailValue
Packages that use JobDetailValue
Package
Description
-
Uses of JobDetailValue in com.echothree.model.control.job.server.control
Methods in com.echothree.model.control.job.server.control that return JobDetailValueModifier and TypeMethodDescriptionJobControl.getJobDetailValueByNameForUpdate(String jobName) JobControl.getJobDetailValueForUpdate(Job job) Methods in com.echothree.model.control.job.server.control with parameters of type JobDetailValueModifier and TypeMethodDescriptionvoidJobControl.updateJobFromValue(JobDetailValue jobDetailValue, BasePK updatedBy) -
Uses of JobDetailValue in com.echothree.model.data.job.server.entity
Methods in com.echothree.model.data.job.server.entity that return JobDetailValueMethods in com.echothree.model.data.job.server.entity with parameters of type JobDetailValueConstructors in com.echothree.model.data.job.server.entity with parameters of type JobDetailValueModifierConstructorDescriptionJobDetail(JobDetailValue value, EntityPermission entityPermission) Creates a new instance of JobDetail -
Uses of JobDetailValue in com.echothree.model.data.job.server.factory
Methods in com.echothree.model.data.job.server.factory that return JobDetailValueModifier and TypeMethodDescriptionJobDetailFactory.getValueFromPK(Session session, JobDetailPK pk) JobDetailFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.job.server.factory that return types with arguments of type JobDetailValueModifier and TypeMethodDescriptionJobDetailFactory.getValuesFromPKs(Session session, Collection<JobDetailPK> pks) JobDetailFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.job.server.factory with parameters of type JobDetailValueModifier and TypeMethodDescriptionJobDetailFactory.getEntityFromValue(EntityPermission entityPermission, JobDetailValue value) JobDetailFactory.getEntityFromValue(Session session, EntityPermission entityPermission, JobDetailValue value) Method parameters in com.echothree.model.data.job.server.factory with type arguments of type JobDetailValueModifier and TypeMethodDescriptionvoidJobDetailFactory.create(Session session, Collection<JobDetailValue> _values) voidJobDetailFactory.create(Collection<JobDetailValue> _values) -
Uses of JobDetailValue in com.echothree.model.data.job.server.value
Methods in com.echothree.model.data.job.server.value that return JobDetailValue