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(JobStatusPK pk) JobStatusFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.job.server.factory that return types with arguments of type JobStatusValueModifier and TypeMethodDescriptionJobStatusFactory.getValuesFromPKs(Collection<JobStatusPK> pks) JobStatusFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.job.server.factory with parameters of type JobStatusValueModifier and TypeMethodDescriptionJobStatusFactory.getEntityFromValue(EntityPermission entityPermission, JobStatusValue value) Method parameters in com.echothree.model.data.job.server.factory with type arguments of type JobStatusValueModifier and TypeMethodDescriptionvoidJobStatusFactory.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