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(JobStatusPK pk) JobStatusFactory.getEntityFromPK(EntityPermission entityPermission, JobStatusPK pk) JobStatusFactory.getValueFromPK(JobStatusPK pk) voidJobStatusFactory.remove(JobStatusPK pk) booleanJobStatusFactory.validPK(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.getValuesFromPKs(Collection<JobStatusPK> pks) voidJobStatusFactory.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