Uses of Class
com.echothree.model.data.batch.common.pk.BatchPK
Packages that use BatchPK
Package
Description
-
Uses of BatchPK in com.echothree.model.control.batch.server.control
Methods in com.echothree.model.control.batch.server.control with parameters of type BatchPK -
Uses of BatchPK in com.echothree.model.data.batch.server.entity
Methods in com.echothree.model.data.batch.server.entity that return BatchPKModifier and TypeMethodDescriptionBatchAlias.getBatchPK()BatchDetail.getBatchPK()BatchEntity.getBatchPK()Batch.getPrimaryKey()Methods in com.echothree.model.data.batch.server.entity with parameters of type BatchPKModifier and TypeMethodDescriptionvoidBatchAlias.setBatchPK(BatchPK batchPK) voidBatchDetail.setBatchPK(BatchPK batchPK) voidBatchEntity.setBatchPK(BatchPK batchPK) -
Uses of BatchPK in com.echothree.model.data.batch.server.factory
Methods in com.echothree.model.data.batch.server.factory that return BatchPKModifier and TypeMethodDescriptionBatchFactory.getNextPK()BatchFactory.getPKFromQuery(PreparedStatement ps, Object... params) BatchFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.batch.server.factory that return types with arguments of type BatchPKModifier and TypeMethodDescriptionBatchFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) BatchFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) BatchFactory.getPKsFromResultSetAsList(ResultSet rs) BatchFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.batch.server.factory with parameters of type BatchPKModifier and TypeMethodDescriptionBatchAliasFactory.create(BatchPK batchPK, BatchAliasTypePK batchAliasTypePK, String alias, Long fromTime, Long thruTime) BatchDetailFactory.create(BatchPK batchPK, BatchTypePK batchTypePK, String batchName, Long fromTime, Long thruTime) BatchEntityFactory.create(EntityInstancePK entityInstancePK, BatchPK batchPK, Long fromTime, Long thruTime) BatchFactory.getEntityFromCache(BatchPK pk) BatchFactory.getEntityFromPK(EntityPermission entityPermission, BatchPK pk) BatchFactory.getValueFromPK(BatchPK pk) voidbooleanMethod parameters in com.echothree.model.data.batch.server.factory with type arguments of type BatchPKModifier and TypeMethodDescriptionBatchFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<BatchPK> pks) BatchFactory.getValuesFromPKs(Collection<BatchPK> pks) voidBatchFactory.remove(Collection<BatchPK> pks) -
Uses of BatchPK in com.echothree.model.data.batch.server.value
Methods in com.echothree.model.data.batch.server.value that return BatchPKModifier and TypeMethodDescriptionBatchAliasValue.getBatchPK()BatchDetailValue.getBatchPK()BatchEntityValue.getBatchPK()BatchValue.getPrimaryKey()Methods in com.echothree.model.data.batch.server.value with parameters of type BatchPKModifier and TypeMethodDescriptionvoidBatchAliasValue.setBatchPK(BatchPK batchPK) voidBatchDetailValue.setBatchPK(BatchPK batchPK) voidBatchEntityValue.setBatchPK(BatchPK batchPK) Constructors in com.echothree.model.data.batch.server.value with parameters of type BatchPKModifierConstructorDescriptionBatchAliasValue(BatchAliasPK batchAliasPK, BatchPK batchPK, BatchAliasTypePK batchAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of BatchAliasValueBatchAliasValue(BatchPK batchPK, BatchAliasTypePK batchAliasTypePK, String alias, Long fromTime, Long thruTime) Creates a new instance of BatchAliasValueBatchDetailValue(BatchDetailPK batchDetailPK, BatchPK batchPK, BatchTypePK batchTypePK, String batchName, Long fromTime, Long thruTime) Creates a new instance of BatchDetailValueBatchDetailValue(BatchPK batchPK, BatchTypePK batchTypePK, String batchName, Long fromTime, Long thruTime) Creates a new instance of BatchDetailValueBatchEntityValue(BatchEntityPK batchEntityPK, EntityInstancePK entityInstancePK, BatchPK batchPK, Long fromTime, Long thruTime) Creates a new instance of BatchEntityValueBatchEntityValue(EntityInstancePK entityInstancePK, BatchPK batchPK, Long fromTime, Long thruTime) Creates a new instance of BatchEntityValueBatchValue(BatchPK batchPK, BatchDetailPK activeDetailPK, BatchDetailPK lastDetailPK) Creates a new instance of BatchValue -
Uses of BatchPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return BatchPKMethods in com.echothree.model.data.order.server.entity with parameters of type BatchPK -
Uses of BatchPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory with parameters of type BatchPK -
Uses of BatchPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return BatchPKMethods in com.echothree.model.data.order.server.value with parameters of type BatchPKConstructors in com.echothree.model.data.order.server.value with parameters of type BatchPKModifierConstructorDescriptionOrderBatchValue(BatchPK batchPK, CurrencyPK currencyPK, Long count, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderBatchValueOrderBatchValue(OrderBatchPK orderBatchPK, BatchPK batchPK, CurrencyPK currencyPK, Long count, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderBatchValue -
Uses of BatchPK in com.echothree.model.data.sales.server.entity
Methods in com.echothree.model.data.sales.server.entity that return BatchPKMethods in com.echothree.model.data.sales.server.entity with parameters of type BatchPK -
Uses of BatchPK in com.echothree.model.data.sales.server.factory
Methods in com.echothree.model.data.sales.server.factory with parameters of type BatchPKModifier and TypeMethodDescriptionSalesOrderBatchFactory.create(BatchPK batchPK, PaymentMethodPK paymentMethodPK, Long fromTime, Long thruTime) -
Uses of BatchPK in com.echothree.model.data.sales.server.value
Methods in com.echothree.model.data.sales.server.value that return BatchPKMethods in com.echothree.model.data.sales.server.value with parameters of type BatchPKConstructors in com.echothree.model.data.sales.server.value with parameters of type BatchPKModifierConstructorDescriptionSalesOrderBatchValue(BatchPK batchPK, PaymentMethodPK paymentMethodPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderBatchValueSalesOrderBatchValue(SalesOrderBatchPK salesOrderBatchPK, BatchPK batchPK, PaymentMethodPK paymentMethodPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderBatchValue -
Uses of BatchPK in com.echothree.model.jooq.server.records.batch
Methods in com.echothree.model.jooq.server.records.batch that return BatchPKModifier and TypeMethodDescriptionBatchAliases.Batch()Getter forbatchaliases.btchal_btch_batchid.BatchDetails.Batch()Getter forbatchdetails.btchdt_btch_batchid.BatchEntities.Batch()Getter forbatchentities.btche_btch_batchid.Batches.Batch()Getter forbatches.btch_batchid.Methods in com.echothree.model.jooq.server.records.batch that return types with arguments of type BatchPKMethods in com.echothree.model.jooq.server.records.batch with parameters of type BatchPKModifier and TypeMethodDescriptionvoidSetter forbatchaliases.btchal_btch_batchid.voidSetter forbatchdetails.btchdt_btch_batchid.voidSetter forbatchentities.btche_btch_batchid.voidSetter forbatches.btch_batchid.Constructors in com.echothree.model.jooq.server.records.batch with parameters of type BatchPKModifierConstructorDescriptionBatchAliases(BatchAliasPK BatchAlias, BatchPK Batch, BatchAliasTypePK BatchAliasType, String Alias, Long FromTime, Long ThruTime) Create a detached, initialised BatchAliasesBatchDetails(BatchDetailPK BatchDetail, BatchPK Batch, BatchTypePK BatchType, String BatchName, Long FromTime, Long ThruTime) Create a detached, initialised BatchDetailsBatchEntities(BatchEntityPK BatchEntity, EntityInstancePK EntityInstance, BatchPK Batch, Long FromTime, Long ThruTime) Create a detached, initialised BatchEntitiesBatches(BatchPK Batch, BatchDetailPK ActiveDetail, BatchDetailPK LastDetail) Create a detached, initialised Batches -
Uses of BatchPK in com.echothree.model.jooq.server.records.order
Methods in com.echothree.model.jooq.server.records.order that return BatchPKModifier and TypeMethodDescriptionOrderBatches.Batch()Getter fororderbatches.ordbtch_btch_batchid.Methods in com.echothree.model.jooq.server.records.order with parameters of type BatchPKModifier and TypeMethodDescriptionvoidSetter fororderbatches.ordbtch_btch_batchid.Constructors in com.echothree.model.jooq.server.records.order with parameters of type BatchPKModifierConstructorDescriptionOrderBatches(OrderBatchPK OrderBatch, BatchPK Batch, CurrencyPK Currency, Long Count, Long Amount, Long FromTime, Long ThruTime) Create a detached, initialised OrderBatches -
Uses of BatchPK in com.echothree.model.jooq.server.records.sales
Methods in com.echothree.model.jooq.server.records.sales that return BatchPKModifier and TypeMethodDescriptionSalesOrderBatches.Batch()Getter forsalesorderbatches.salordbtch_btch_batchid.Methods in com.echothree.model.jooq.server.records.sales with parameters of type BatchPKModifier and TypeMethodDescriptionvoidSetter forsalesorderbatches.salordbtch_btch_batchid.Constructors in com.echothree.model.jooq.server.records.sales with parameters of type BatchPKModifierConstructorDescriptionSalesOrderBatches(SalesOrderBatchPK SalesOrderBatch, BatchPK Batch, PaymentMethodPK PaymentMethod, Long FromTime, Long ThruTime) Create a detached, initialised SalesOrderBatches -
Uses of BatchPK in com.echothree.model.jooq.server.tables.batch
Fields in com.echothree.model.jooq.server.tables.batch with type parameters of type BatchPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<BatchAliases, BatchPK> BatchAliases.BATCHThe columnbatchaliases.btchal_btch_batchid.final org.jooq.TableField<BatchDetails, BatchPK> BatchDetails.BATCHThe columnbatchdetails.btchdt_btch_batchid.final org.jooq.TableField<BatchEntities, BatchPK> BatchEntities.BATCHThe columnbatchentities.btche_btch_batchid.Batches.BATCHThe columnbatches.btch_batchid. -
Uses of BatchPK in com.echothree.model.jooq.server.tables.order
Fields in com.echothree.model.jooq.server.tables.order with type parameters of type BatchPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OrderBatches, BatchPK> OrderBatches.BATCHThe columnorderbatches.ordbtch_btch_batchid. -
Uses of BatchPK in com.echothree.model.jooq.server.tables.sales
Fields in com.echothree.model.jooq.server.tables.sales with type parameters of type BatchPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SalesOrderBatches, BatchPK> SalesOrderBatches.BATCHThe columnsalesorderbatches.salordbtch_btch_batchid.