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 -
Uses of BatchDetailPK in com.echothree.model.jooq.server.records.batch
Methods in com.echothree.model.jooq.server.records.batch that return BatchDetailPKModifier and TypeMethodDescriptionBatches.ActiveDetail()Getter forbatches.btch_activedetailid.BatchDetails.BatchDetail()Getter forbatchdetails.btchdt_batchdetailid.Batches.LastDetail()Getter forbatches.btch_lastdetailid.Methods in com.echothree.model.jooq.server.records.batch that return types with arguments of type BatchDetailPKMethods in com.echothree.model.jooq.server.records.batch with parameters of type BatchDetailPKModifier and TypeMethodDescriptionvoidBatches.ActiveDetail(BatchDetailPK value) Setter forbatches.btch_activedetailid.voidBatchDetails.BatchDetail(BatchDetailPK value) Setter forbatchdetails.btchdt_batchdetailid.voidBatches.LastDetail(BatchDetailPK value) Setter forbatches.btch_lastdetailid.Constructors in com.echothree.model.jooq.server.records.batch with parameters of type BatchDetailPKModifierConstructorDescriptionBatchDetails(BatchDetailPK BatchDetail, BatchPK Batch, BatchTypePK BatchType, String BatchName, Long FromTime, Long ThruTime) Create a detached, initialised BatchDetailsBatches(BatchPK Batch, BatchDetailPK ActiveDetail, BatchDetailPK LastDetail) Create a detached, initialised Batches -
Uses of BatchDetailPK in com.echothree.model.jooq.server.tables.batch
Fields in com.echothree.model.jooq.server.tables.batch with type parameters of type BatchDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Batches, BatchDetailPK> Batches.ACTIVE_DETAILThe columnbatches.btch_activedetailid.final org.jooq.TableField<BatchDetails, BatchDetailPK> BatchDetails.BATCH_DETAILThe columnbatchdetails.btchdt_batchdetailid.final org.jooq.TableField<Batches, BatchDetailPK> Batches.LAST_DETAILThe columnbatches.btch_lastdetailid.