Uses of Class
com.echothree.model.data.job.server.entity.JobStatus
Packages that use JobStatus
Package
Description
-
Uses of JobStatus in com.echothree.model.control.job.server.control
Methods in com.echothree.model.control.job.server.control that return JobStatusModifier and TypeMethodDescriptionJobControl.createJobStatus(Job job) JobControl.getJobStatus(Job job) JobControl.getJobStatusForUpdate(Job job) -
Uses of JobStatus in com.echothree.model.data.job.server.factory
Methods in com.echothree.model.data.job.server.factory that return JobStatusModifier and TypeMethodDescriptionJobStatusFactory.getEntityFromCache(JobStatusPK pk) JobStatusFactory.getEntityFromPK(EntityPermission entityPermission, JobStatusPK pk) JobStatusFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) JobStatusFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) JobStatusFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) JobStatusFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) JobStatusFactory.getEntityFromValue(EntityPermission entityPermission, JobStatusValue value) Methods in com.echothree.model.data.job.server.factory that return types with arguments of type JobStatusModifier and TypeMethodDescriptionJobStatusFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<JobStatusPK> pks) JobStatusFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) JobStatusFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) JobStatusFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) JobStatusFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.job.server.factory with parameters of type JobStatusModifier and TypeMethodDescriptionvoidvoidMethod parameters in com.echothree.model.data.job.server.factory with type arguments of type JobStatus