Uses of Class
com.echothree.model.data.job.common.pk.JobStatusPK
Packages that use JobStatusPK
Package
Description
-
Uses of JobStatusPK in com.echothree.model.data.job.server.entity
Methods in com.echothree.model.data.job.server.entity that return JobStatusPK -
Uses of JobStatusPK in com.echothree.model.data.job.server.factory
Methods in com.echothree.model.data.job.server.factory that return JobStatusPKModifier and TypeMethodDescriptionJobStatusFactory.getNextPK()
JobStatusFactory.getPKFromQuery
(PreparedStatement ps, Object... params) JobStatusFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.job.server.factory that return types with arguments of type JobStatusPKModifier and TypeMethodDescriptionJobStatusFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) JobStatusFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) JobStatusFactory.getPKsFromResultSetAsList
(ResultSet rs) JobStatusFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.job.server.factory with parameters of type JobStatusPKModifier and TypeMethodDescriptionJobStatusFactory.getEntityFromCache
(Session session, JobStatusPK pk) JobStatusFactory.getEntityFromPK
(EntityPermission entityPermission, JobStatusPK pk) JobStatusFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, JobStatusPK pk) JobStatusFactory.getValueFromPK
(Session session, JobStatusPK pk) void
JobStatusFactory.remove
(Session session, JobStatusPK pk) boolean
JobStatusFactory.validPK
(Session session, JobStatusPK pk) Method parameters in com.echothree.model.data.job.server.factory with type arguments of type JobStatusPKModifier and TypeMethodDescriptionJobStatusFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<JobStatusPK> pks) JobStatusFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<JobStatusPK> pks) JobStatusFactory.getValuesFromPKs
(Session session, Collection<JobStatusPK> pks) void
JobStatusFactory.remove
(Session session, Collection<JobStatusPK> pks) void
JobStatusFactory.remove
(Collection<JobStatusPK> pks) -
Uses of JobStatusPK in com.echothree.model.data.job.server.value
Methods in com.echothree.model.data.job.server.value that return JobStatusPKConstructors in com.echothree.model.data.job.server.value with parameters of type JobStatusPKModifierConstructorDescriptionJobStatusValue
(JobStatusPK jobStatusPK, JobPK jobPK, Long lastStartTime, Long lastEndTime) Creates a new instance of JobStatusValue