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
(Session session, JobDescriptionPK pk) JobDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, JobDescriptionPK pk) JobDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, JobDescriptionPK pk) JobDescriptionFactory.getValueFromPK
(Session session, JobDescriptionPK pk) void
JobDescriptionFactory.remove
(Session session, JobDescriptionPK pk) boolean
JobDescriptionFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<JobDescriptionPK> pks) JobDescriptionFactory.getValuesFromPKs
(Session session, Collection<JobDescriptionPK> pks) void
JobDescriptionFactory.remove
(Session session, Collection<JobDescriptionPK> pks) void
JobDescriptionFactory.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