Uses of Class
com.echothree.model.data.sales.common.pk.SalesOrderBatchPK
Packages that use SalesOrderBatchPK
Package
Description
-
Uses of SalesOrderBatchPK in com.echothree.model.data.sales.server.entity
Methods in com.echothree.model.data.sales.server.entity that return SalesOrderBatchPK -
Uses of SalesOrderBatchPK in com.echothree.model.data.sales.server.factory
Methods in com.echothree.model.data.sales.server.factory that return SalesOrderBatchPKModifier and TypeMethodDescriptionSalesOrderBatchFactory.getNextPK()SalesOrderBatchFactory.getPKFromQuery(PreparedStatement ps, Object... params) SalesOrderBatchFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.sales.server.factory that return types with arguments of type SalesOrderBatchPKModifier and TypeMethodDescriptionSalesOrderBatchFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) SalesOrderBatchFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) SalesOrderBatchFactory.getPKsFromResultSetAsList(ResultSet rs) SalesOrderBatchFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.sales.server.factory with parameters of type SalesOrderBatchPKModifier and TypeMethodDescriptionSalesOrderBatchFactory.getEntityFromCache(SalesOrderBatchPK pk) SalesOrderBatchFactory.getEntityFromPK(EntityPermission entityPermission, SalesOrderBatchPK pk) SalesOrderBatchFactory.getValueFromPK(SalesOrderBatchPK pk) voidSalesOrderBatchFactory.remove(SalesOrderBatchPK pk) booleanSalesOrderBatchFactory.validPK(SalesOrderBatchPK pk) Method parameters in com.echothree.model.data.sales.server.factory with type arguments of type SalesOrderBatchPKModifier and TypeMethodDescriptionSalesOrderBatchFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<SalesOrderBatchPK> pks) SalesOrderBatchFactory.getValuesFromPKs(Collection<SalesOrderBatchPK> pks) voidSalesOrderBatchFactory.remove(Collection<SalesOrderBatchPK> pks) -
Uses of SalesOrderBatchPK in com.echothree.model.data.sales.server.value
Methods in com.echothree.model.data.sales.server.value that return SalesOrderBatchPKConstructors in com.echothree.model.data.sales.server.value with parameters of type SalesOrderBatchPKModifierConstructorDescriptionSalesOrderBatchValue(SalesOrderBatchPK salesOrderBatchPK, BatchPK batchPK, PaymentMethodPK paymentMethodPK, Long fromTime, Long thruTime) Creates a new instance of SalesOrderBatchValue -
Uses of SalesOrderBatchPK in com.echothree.model.jooq.server.records.sales
Methods in com.echothree.model.jooq.server.records.sales that return SalesOrderBatchPKModifier and TypeMethodDescriptionSalesOrderBatches.SalesOrderBatch()Getter forsalesorderbatches.salordbtch_salesorderbatchid.Methods in com.echothree.model.jooq.server.records.sales that return types with arguments of type SalesOrderBatchPKMethods in com.echothree.model.jooq.server.records.sales with parameters of type SalesOrderBatchPKModifier and TypeMethodDescriptionvoidSalesOrderBatches.SalesOrderBatch(SalesOrderBatchPK value) Setter forsalesorderbatches.salordbtch_salesorderbatchid.Constructors in com.echothree.model.jooq.server.records.sales with parameters of type SalesOrderBatchPKModifierConstructorDescriptionSalesOrderBatches(SalesOrderBatchPK SalesOrderBatch, BatchPK Batch, PaymentMethodPK PaymentMethod, Long FromTime, Long ThruTime) Create a detached, initialised SalesOrderBatches -
Uses of SalesOrderBatchPK in com.echothree.model.jooq.server.tables.sales
Fields in com.echothree.model.jooq.server.tables.sales with type parameters of type SalesOrderBatchPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<SalesOrderBatches, SalesOrderBatchPK> SalesOrderBatches.SALES_ORDER_BATCHThe columnsalesorderbatches.salordbtch_salesorderbatchid.