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(Session session, JobPK pk) JobFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.job.server.factory that return types with arguments of type JobValueModifier and TypeMethodDescriptionJobFactory.getValuesFromPKs(Session session, Collection<JobPK> pks) JobFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.job.server.factory with parameters of type JobValueModifier and TypeMethodDescriptionJobFactory.getEntityFromValue(EntityPermission entityPermission, JobValue value) JobFactory.getEntityFromValue(Session session, EntityPermission entityPermission, JobValue value) Method parameters in com.echothree.model.data.job.server.factory with type arguments of type JobValueModifier and TypeMethodDescriptionvoidJobFactory.create(Session session, Collection<JobValue> _values) voidJobFactory.create(Collection<JobValue> _values) -
Uses of JobValue in com.echothree.model.data.job.server.value
Methods in com.echothree.model.data.job.server.value that return JobValue