Uses of Class
com.echothree.model.data.job.server.entity.Job
Packages that use Job
Package
Description
-
Uses of Job in com.echothree.model.control.job.server.control
Methods in com.echothree.model.control.job.server.control that return JobModifier and TypeMethodDescriptionJobControl.getJobByName
(String jobName) JobControl.getJobByNameForUpdate
(String jobName) Methods in com.echothree.model.control.job.server.control that return types with arguments of type JobMethods in com.echothree.model.control.job.server.control with parameters of type JobModifier and TypeMethodDescriptionJobControl.createJobDescription
(Job job, Language language, String description, BasePK createdBy) JobControl.createJobStatus
(Job job) void
void
JobControl.deleteJobDescriptionsByJob
(Job job, BasePK deletedBy) JobControl.getBestJobDescription
(Job job, Language language) JobControl.getJobDescription
(Job job, Language language) JobControl.getJobDescriptionForUpdate
(Job job, Language language) JobControl.getJobDescriptionsByJob
(Job job) JobControl.getJobDescriptionsByJobForUpdate
(Job job) JobControl.getJobDescriptionTransfersByJob
(UserVisit userVisit, Job job) JobControl.getJobDescriptionValueForUpdate
(Job job, Language language) JobControl.getJobDetailValueForUpdate
(Job job) JobControl.getJobStatus
(Job job) JobControl.getJobStatusChoices
(String defaultJobStatusChoice, Language language, boolean allowNullChoice, Job job, PartyPK partyPK) JobControl.getJobStatusForUpdate
(Job job) JobControl.getJobTransfer
(UserVisit userVisit, Job job) void
JobControl.removeJobStatusByJob
(Job job) void
JobControl.setJobStatus
(ExecutionErrorAccumulator eea, Job job, String jobStatusChoice, PartyPK modifiedBy) -
Uses of Job in com.echothree.model.control.job.server.transfer
Methods in com.echothree.model.control.job.server.transfer with parameters of type Job -
Uses of Job in com.echothree.model.data.job.server.entity
Methods in com.echothree.model.data.job.server.entity that return JobModifier and TypeMethodDescriptionJobDescription.getJob()
JobDescription.getJob
(EntityPermission entityPermission) JobDescription.getJob
(Session session, EntityPermission entityPermission) JobDetail.getJob()
JobDetail.getJob
(EntityPermission entityPermission) JobDetail.getJob
(Session session, EntityPermission entityPermission) JobStatus.getJob()
JobStatus.getJob
(EntityPermission entityPermission) JobStatus.getJob
(Session session, EntityPermission entityPermission) JobDescription.getJobForUpdate()
JobDescription.getJobForUpdate
(Session session) JobDetail.getJobForUpdate()
JobDetail.getJobForUpdate
(Session session) JobStatus.getJobForUpdate()
JobStatus.getJobForUpdate
(Session session) Methods in com.echothree.model.data.job.server.entity with parameters of type Job -
Uses of Job in com.echothree.model.data.job.server.factory
Methods in com.echothree.model.data.job.server.factory that return JobModifier and TypeMethodDescriptionJobFactory.create()
JobFactory.create
(JobDetailPK activeDetailPK, JobDetailPK lastDetailPK) JobFactory.create
(Session session, JobDetailPK activeDetailPK, JobDetailPK lastDetailPK) JobFactory.getEntityFromCache
(Session session, JobPK pk) JobFactory.getEntityFromPK
(EntityPermission entityPermission, JobPK pk) JobFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, JobPK pk) JobFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) JobFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) JobFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) JobFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) JobFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) JobFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) JobFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) JobFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) JobFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) JobFactory.getEntityFromValue
(EntityPermission entityPermission, JobValue value) JobFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, JobValue value) Methods in com.echothree.model.data.job.server.factory that return types with arguments of type JobModifier and TypeMethodDescriptionJobFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<JobPK> pks) JobFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<JobPK> pks) JobFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) JobFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) JobFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) JobFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) JobFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) JobFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) JobFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) JobFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) JobFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.job.server.factory with parameters of type JobModifier and TypeMethodDescriptionJobDescriptionFactory.create
(Job job, Language language, String description, Long fromTime, Long thruTime) JobDescriptionFactory.create
(Session session, Job job, Language language, String description, Long fromTime, Long thruTime) JobDetailFactory.create
(Job job, String jobName, Party runAsParty, Integer sortOrder, Long fromTime, Long thruTime) JobDetailFactory.create
(Session session, Job job, String jobName, Party runAsParty, Integer sortOrder, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.job.server.factory with type arguments of type JobModifier and TypeMethodDescriptionvoid
JobFactory.store
(Session session, Collection<Job> entities) void
JobFactory.store
(Collection<Job> entities)