Uses of Class
com.echothree.model.data.job.common.pk.JobPK
Packages that use JobPK
Package
Description
-
Uses of JobPK in com.echothree.model.data.job.server.entity
Methods in com.echothree.model.data.job.server.entity that return JobPKModifier and TypeMethodDescriptionJobDescription.getJobPK()
JobDetail.getJobPK()
JobStatus.getJobPK()
Job.getPrimaryKey()
Methods in com.echothree.model.data.job.server.entity with parameters of type JobPK -
Uses of JobPK in com.echothree.model.data.job.server.factory
Methods in com.echothree.model.data.job.server.factory that return JobPKModifier and TypeMethodDescriptionJobFactory.getNextPK()
JobFactory.getPKFromQuery
(PreparedStatement ps, Object... params) JobFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.job.server.factory that return types with arguments of type JobPKModifier and TypeMethodDescriptionJobFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) JobFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) JobFactory.getPKsFromResultSetAsList
(ResultSet rs) JobFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.job.server.factory with parameters of type JobPKModifier and TypeMethodDescriptionJobDescriptionFactory.create
(JobPK jobPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) JobDescriptionFactory.create
(Session session, JobPK jobPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) JobDetailFactory.create
(JobPK jobPK, String jobName, PartyPK runAsPartyPK, Integer sortOrder, Long fromTime, Long thruTime) JobDetailFactory.create
(Session session, JobPK jobPK, String jobName, PartyPK runAsPartyPK, Integer sortOrder, Long fromTime, Long thruTime) JobFactory.getEntityFromCache
(Session session, JobPK pk) JobFactory.getEntityFromPK
(EntityPermission entityPermission, JobPK pk) JobFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, JobPK pk) JobFactory.getValueFromPK
(Session session, JobPK pk) void
boolean
Method parameters in com.echothree.model.data.job.server.factory with type arguments of type JobPKModifier and TypeMethodDescriptionJobFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<JobPK> pks) JobFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<JobPK> pks) JobFactory.getValuesFromPKs
(Session session, Collection<JobPK> pks) void
JobFactory.remove
(Session session, Collection<JobPK> pks) void
JobFactory.remove
(Collection<JobPK> pks) -
Uses of JobPK in com.echothree.model.data.job.server.value
Methods in com.echothree.model.data.job.server.value that return JobPKModifier and TypeMethodDescriptionJobDescriptionValue.getJobPK()
JobDetailValue.getJobPK()
JobStatusValue.getJobPK()
JobValue.getPrimaryKey()
Methods in com.echothree.model.data.job.server.value with parameters of type JobPKModifier and TypeMethodDescriptionvoid
void
void
Constructors in com.echothree.model.data.job.server.value with parameters of type JobPKModifierConstructorDescriptionJobDescriptionValue
(JobDescriptionPK jobDescriptionPK, JobPK jobPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of JobDescriptionValueJobDescriptionValue
(JobPK jobPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of JobDescriptionValueJobDetailValue
(JobDetailPK jobDetailPK, JobPK jobPK, String jobName, PartyPK runAsPartyPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of JobDetailValueJobDetailValue
(JobPK jobPK, String jobName, PartyPK runAsPartyPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of JobDetailValueJobStatusValue
(JobPK jobPK, Long lastStartTime, Long lastEndTime) Creates a new instance of JobStatusValueJobStatusValue
(JobStatusPK jobStatusPK, JobPK jobPK, Long lastStartTime, Long lastEndTime) Creates a new instance of JobStatusValueJobValue
(JobPK jobPK, JobDetailPK activeDetailPK, JobDetailPK lastDetailPK) Creates a new instance of JobValue