Uses of Class
com.echothree.model.data.batch.common.pk.BatchDetailPK
Packages that use BatchDetailPK
Package
Description
-
Uses of BatchDetailPK in com.echothree.model.data.batch.server.entity
Methods in com.echothree.model.data.batch.server.entity that return BatchDetailPKModifier and TypeMethodDescriptionBatch.getActiveDetailPK()
Batch.getLastDetailPK()
BatchDetail.getPrimaryKey()
Methods in com.echothree.model.data.batch.server.entity with parameters of type BatchDetailPKModifier and TypeMethodDescriptionvoid
Batch.setActiveDetailPK
(BatchDetailPK activeDetailPK) void
Batch.setLastDetailPK
(BatchDetailPK lastDetailPK) -
Uses of BatchDetailPK in com.echothree.model.data.batch.server.factory
Methods in com.echothree.model.data.batch.server.factory that return BatchDetailPKModifier and TypeMethodDescriptionBatchDetailFactory.getNextPK()
BatchDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) BatchDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.batch.server.factory that return types with arguments of type BatchDetailPKModifier and TypeMethodDescriptionBatchDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) BatchDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) BatchDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) BatchDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.batch.server.factory with parameters of type BatchDetailPKModifier and TypeMethodDescriptionBatchFactory.create
(BatchDetailPK activeDetailPK, BatchDetailPK lastDetailPK) BatchFactory.create
(Session session, BatchDetailPK activeDetailPK, BatchDetailPK lastDetailPK) BatchDetailFactory.getEntityFromCache
(Session session, BatchDetailPK pk) BatchDetailFactory.getEntityFromPK
(EntityPermission entityPermission, BatchDetailPK pk) BatchDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, BatchDetailPK pk) BatchDetailFactory.getValueFromPK
(Session session, BatchDetailPK pk) void
BatchDetailFactory.remove
(Session session, BatchDetailPK pk) boolean
BatchDetailFactory.validPK
(Session session, BatchDetailPK pk) Method parameters in com.echothree.model.data.batch.server.factory with type arguments of type BatchDetailPKModifier and TypeMethodDescriptionBatchDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<BatchDetailPK> pks) BatchDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<BatchDetailPK> pks) BatchDetailFactory.getValuesFromPKs
(Session session, Collection<BatchDetailPK> pks) void
BatchDetailFactory.remove
(Session session, Collection<BatchDetailPK> pks) void
BatchDetailFactory.remove
(Collection<BatchDetailPK> pks) -
Uses of BatchDetailPK in com.echothree.model.data.batch.server.value
Methods in com.echothree.model.data.batch.server.value that return BatchDetailPKModifier and TypeMethodDescriptionBatchValue.getActiveDetailPK()
BatchValue.getLastDetailPK()
BatchDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.batch.server.value with parameters of type BatchDetailPKModifier and TypeMethodDescriptionvoid
BatchValue.setActiveDetailPK
(BatchDetailPK activeDetailPK) void
BatchValue.setLastDetailPK
(BatchDetailPK lastDetailPK) Constructors in com.echothree.model.data.batch.server.value with parameters of type BatchDetailPKModifierConstructorDescriptionBatchDetailValue
(BatchDetailPK batchDetailPK, BatchPK batchPK, BatchTypePK batchTypePK, String batchName, Long fromTime, Long thruTime) Creates a new instance of BatchDetailValueBatchValue
(BatchDetailPK activeDetailPK, BatchDetailPK lastDetailPK) Creates a new instance of BatchValueBatchValue
(BatchPK batchPK, BatchDetailPK activeDetailPK, BatchDetailPK lastDetailPK) Creates a new instance of BatchValue