Uses of Class
com.echothree.model.data.job.server.value.JobValue
Packages that use JobValue
Package
Description
-
Uses of JobValue in com.echothree.model.data.job.server.entity
Methods in com.echothree.model.data.job.server.entity that return JobValueMethods in com.echothree.model.data.job.server.entity with parameters of type JobValueConstructors in com.echothree.model.data.job.server.entity with parameters of type JobValueModifierConstructorDescriptionJob(JobValue value, EntityPermission entityPermission) Creates a new instance of Job -
Uses of JobValue in com.echothree.model.data.job.server.factory
Methods in com.echothree.model.data.job.server.factory that return JobValueModifier and TypeMethodDescriptionJobFactory.getValueFromPK(JobPK pk) JobFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.job.server.factory that return types with arguments of type JobValueModifier and TypeMethodDescriptionJobFactory.getValuesFromPKs(Collection<JobPK> pks) JobFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.job.server.factory with parameters of type JobValueModifier and TypeMethodDescriptionJobFactory.getEntityFromValue(EntityPermission entityPermission, JobValue value) Method parameters in com.echothree.model.data.job.server.factory with type arguments of type JobValue -
Uses of JobValue in com.echothree.model.data.job.server.value
Methods in com.echothree.model.data.job.server.value that return JobValue