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) JobDetailFactory.create(JobPK jobPK, String jobName, PartyPK runAsPartyPK, Integer sortOrder, Long fromTime, Long thruTime) JobFactory.getEntityFromCache(JobPK pk) JobFactory.getEntityFromPK(EntityPermission entityPermission, JobPK pk) JobFactory.getValueFromPK(JobPK pk) voidbooleanMethod parameters in com.echothree.model.data.job.server.factory with type arguments of type JobPKModifier and TypeMethodDescriptionJobFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<JobPK> pks) JobFactory.getValuesFromPKs(Collection<JobPK> pks) voidJobFactory.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 TypeMethodDescriptionvoidvoidvoidConstructors 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 -
Uses of JobPK in com.echothree.model.jooq.server.records.job
Methods in com.echothree.model.jooq.server.records.job that return JobPKModifier and TypeMethodDescriptionJobDescriptions.Job()Getter forjobdescriptions.jbd_jb_jobid.JobDetails.Job()Getter forjobdetails.jbdt_jb_jobid.Jobs.Job()Getter forjobs.jb_jobid.JobStatuses.Job()Getter forjobstatuses.jbst_jb_jobid.Methods in com.echothree.model.jooq.server.records.job that return types with arguments of type JobPKMethods in com.echothree.model.jooq.server.records.job with parameters of type JobPKModifier and TypeMethodDescriptionvoidSetter forjobdescriptions.jbd_jb_jobid.voidSetter forjobdetails.jbdt_jb_jobid.voidSetter forjobs.jb_jobid.voidSetter forjobstatuses.jbst_jb_jobid.Constructors in com.echothree.model.jooq.server.records.job with parameters of type JobPKModifierConstructorDescriptionJobDescriptions(JobDescriptionPK JobDescription, JobPK Job, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised JobDescriptionsJobDetails(JobDetailPK JobDetail, JobPK Job, String JobName, PartyPK RunAsParty, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised JobDetailsJobs(JobPK Job, JobDetailPK ActiveDetail, JobDetailPK LastDetail) Create a detached, initialised JobsJobStatuses(JobStatusPK JobStatus, JobPK Job, Long LastStartTime, Long LastEndTime) Create a detached, initialised JobStatuses -
Uses of JobPK in com.echothree.model.jooq.server.tables.job
Fields in com.echothree.model.jooq.server.tables.job with type parameters of type JobPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<JobDescriptions, JobPK> JobDescriptions.JOBThe columnjobdescriptions.jbd_jb_jobid.final org.jooq.TableField<JobDetails, JobPK> JobDetails.JOBThe columnjobdetails.jbdt_jb_jobid.Jobs.JOBThe columnjobs.jb_jobid.final org.jooq.TableField<JobStatuses, JobPK> JobStatuses.JOBThe columnjobstatuses.jbst_jb_jobid.