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 TypeMethodDescriptionvoidBatch.setActiveDetailPK(BatchDetailPK activeDetailPK) voidBatch.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) BatchDetailFactory.getEntityFromCache(BatchDetailPK pk) BatchDetailFactory.getEntityFromPK(EntityPermission entityPermission, BatchDetailPK pk) BatchDetailFactory.getValueFromPK(BatchDetailPK pk) voidBatchDetailFactory.remove(BatchDetailPK pk) booleanBatchDetailFactory.validPK(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.getValuesFromPKs(Collection<BatchDetailPK> pks) voidBatchDetailFactory.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 TypeMethodDescriptionvoidBatchValue.setActiveDetailPK(BatchDetailPK activeDetailPK) voidBatchValue.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