Uses of Class
com.echothree.model.data.job.common.pk.JobDescriptionPK
Packages that use JobDescriptionPK
Package
Description
-
Uses of JobDescriptionPK in com.echothree.model.data.job.server.entity
Methods in com.echothree.model.data.job.server.entity that return JobDescriptionPK -
Uses of JobDescriptionPK in com.echothree.model.data.job.server.factory
Methods in com.echothree.model.data.job.server.factory that return JobDescriptionPKModifier and TypeMethodDescriptionJobDescriptionFactory.getNextPK()JobDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) JobDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.job.server.factory that return types with arguments of type JobDescriptionPKModifier and TypeMethodDescriptionJobDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) JobDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) JobDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) JobDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.job.server.factory with parameters of type JobDescriptionPKModifier and TypeMethodDescriptionJobDescriptionFactory.getEntityFromCache(JobDescriptionPK pk) JobDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, JobDescriptionPK pk) JobDescriptionFactory.getValueFromPK(JobDescriptionPK pk) voidJobDescriptionFactory.remove(JobDescriptionPK pk) booleanJobDescriptionFactory.validPK(JobDescriptionPK pk) Method parameters in com.echothree.model.data.job.server.factory with type arguments of type JobDescriptionPKModifier and TypeMethodDescriptionJobDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<JobDescriptionPK> pks) JobDescriptionFactory.getValuesFromPKs(Collection<JobDescriptionPK> pks) voidJobDescriptionFactory.remove(Collection<JobDescriptionPK> pks) -
Uses of JobDescriptionPK in com.echothree.model.data.job.server.value
Methods in com.echothree.model.data.job.server.value that return JobDescriptionPKConstructors in com.echothree.model.data.job.server.value with parameters of type JobDescriptionPKModifierConstructorDescriptionJobDescriptionValue(JobDescriptionPK jobDescriptionPK, JobPK jobPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of JobDescriptionValue -
Uses of JobDescriptionPK in com.echothree.model.jooq.server.records.job
Methods in com.echothree.model.jooq.server.records.job that return JobDescriptionPKModifier and TypeMethodDescriptionJobDescriptions.JobDescription()Getter forjobdescriptions.jbd_jobdescriptionid.Methods in com.echothree.model.jooq.server.records.job that return types with arguments of type JobDescriptionPKMethods in com.echothree.model.jooq.server.records.job with parameters of type JobDescriptionPKModifier and TypeMethodDescriptionvoidJobDescriptions.JobDescription(JobDescriptionPK value) Setter forjobdescriptions.jbd_jobdescriptionid.Constructors in com.echothree.model.jooq.server.records.job with parameters of type JobDescriptionPKModifierConstructorDescriptionJobDescriptions(JobDescriptionPK JobDescription, JobPK Job, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised JobDescriptions -
Uses of JobDescriptionPK in com.echothree.model.jooq.server.tables.job
Fields in com.echothree.model.jooq.server.tables.job with type parameters of type JobDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<JobDescriptions, JobDescriptionPK> JobDescriptions.JOB_DESCRIPTIONThe columnjobdescriptions.jbd_jobdescriptionid.