Uses of Class
com.echothree.model.data.job.server.value.JobDescriptionValue
Packages that use JobDescriptionValue
Package
Description
-
Uses of JobDescriptionValue in com.echothree.model.control.job.server.control
Methods in com.echothree.model.control.job.server.control that return JobDescriptionValueModifier and TypeMethodDescriptionJobControl.getJobDescriptionValue(JobDescription jobDescription) JobControl.getJobDescriptionValueForUpdate(Job job, Language language) Methods in com.echothree.model.control.job.server.control with parameters of type JobDescriptionValueModifier and TypeMethodDescriptionvoidJobControl.updateJobDescriptionFromValue(JobDescriptionValue jobDescriptionValue, BasePK updatedBy) -
Uses of JobDescriptionValue in com.echothree.model.data.job.server.entity
Methods in com.echothree.model.data.job.server.entity that return JobDescriptionValueMethods in com.echothree.model.data.job.server.entity with parameters of type JobDescriptionValueModifier and TypeMethodDescriptionvoidJobDescription.setJobDescriptionValue(JobDescriptionValue value) Constructors in com.echothree.model.data.job.server.entity with parameters of type JobDescriptionValueModifierConstructorDescriptionJobDescription(JobDescriptionValue value, EntityPermission entityPermission) Creates a new instance of JobDescription -
Uses of JobDescriptionValue in com.echothree.model.data.job.server.factory
Methods in com.echothree.model.data.job.server.factory that return JobDescriptionValueModifier and TypeMethodDescriptionJobDescriptionFactory.getValueFromPK(Session session, JobDescriptionPK pk) JobDescriptionFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.job.server.factory that return types with arguments of type JobDescriptionValueModifier and TypeMethodDescriptionJobDescriptionFactory.getValuesFromPKs(Session session, Collection<JobDescriptionPK> pks) JobDescriptionFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.job.server.factory with parameters of type JobDescriptionValueModifier and TypeMethodDescriptionJobDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, JobDescriptionValue value) JobDescriptionFactory.getEntityFromValue(Session session, EntityPermission entityPermission, JobDescriptionValue value) Method parameters in com.echothree.model.data.job.server.factory with type arguments of type JobDescriptionValueModifier and TypeMethodDescriptionvoidJobDescriptionFactory.create(Session session, Collection<JobDescriptionValue> _values) voidJobDescriptionFactory.create(Collection<JobDescriptionValue> _values) -
Uses of JobDescriptionValue in com.echothree.model.data.job.server.value
Methods in com.echothree.model.data.job.server.value that return JobDescriptionValue