Uses of Class
com.echothree.model.data.job.server.value.JobStatusValue
Packages that use JobStatusValue
Package
Description
-
Uses of JobStatusValue in com.echothree.model.data.job.server.entity
Methods in com.echothree.model.data.job.server.entity that return JobStatusValueMethods in com.echothree.model.data.job.server.entity with parameters of type JobStatusValueConstructors in com.echothree.model.data.job.server.entity with parameters of type JobStatusValueModifierConstructorDescriptionJobStatus(JobStatusValue value, EntityPermission entityPermission) Creates a new instance of JobStatus -
Uses of JobStatusValue in com.echothree.model.data.job.server.factory
Methods in com.echothree.model.data.job.server.factory that return JobStatusValueModifier and TypeMethodDescriptionJobStatusFactory.getValueFromPK(Session session, JobStatusPK pk) JobStatusFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.job.server.factory that return types with arguments of type JobStatusValueModifier and TypeMethodDescriptionJobStatusFactory.getValuesFromPKs(Session session, Collection<JobStatusPK> pks) JobStatusFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.job.server.factory with parameters of type JobStatusValueModifier and TypeMethodDescriptionJobStatusFactory.getEntityFromValue(EntityPermission entityPermission, JobStatusValue value) JobStatusFactory.getEntityFromValue(Session session, EntityPermission entityPermission, JobStatusValue value) Method parameters in com.echothree.model.data.job.server.factory with type arguments of type JobStatusValueModifier and TypeMethodDescriptionvoidJobStatusFactory.create(Session session, Collection<JobStatusValue> _values) voidJobStatusFactory.create(Collection<JobStatusValue> _values) -
Uses of JobStatusValue in com.echothree.model.data.job.server.value
Methods in com.echothree.model.data.job.server.value that return JobStatusValue