Uses of Class
com.echothree.model.jooq.server.records.sales.SalesOrderBatches
Packages that use SalesOrderBatches
Package
Description
-
Uses of SalesOrderBatches in com.echothree.model.jooq.server.keys.sales
Fields in com.echothree.model.jooq.server.keys.sales with type parameters of type SalesOrderBatchesModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<SalesOrderBatches> SalesUniqueKeys.SALES_ORDER_BATCHES_BATCH_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<SalesOrderBatches, Batches> SalesForeignKeys.SALES_ORDER_BATCHES_BATCH_FKstatic final org.jooq.ForeignKey<SalesOrderBatches, PaymentMethods> SalesForeignKeys.SALES_ORDER_BATCHES_PAYMENT_METHOD_FKstatic final org.jooq.UniqueKey<SalesOrderBatches> SalesUniqueKeys.SALES_ORDER_BATCHES_PK -
Uses of SalesOrderBatches in com.echothree.model.jooq.server.tables.sales
Fields in com.echothree.model.jooq.server.tables.sales with type parameters of type SalesOrderBatchesModifier and TypeFieldDescriptionfinal org.jooq.TableField<SalesOrderBatches, BatchPK> SalesOrderBatches.BATCHThe columnsalesorderbatches.salordbtch_btch_batchid.final org.jooq.TableField<SalesOrderBatches, Long> SalesOrderBatches.FROM_TIMEThe columnsalesorderbatches.salordbtch_fromtime.final org.jooq.TableField<SalesOrderBatches, PaymentMethodPK> SalesOrderBatches.PAYMENT_METHODThe columnsalesorderbatches.salordbtch_pm_paymentmethodid.final org.jooq.TableField<SalesOrderBatches, SalesOrderBatchPK> SalesOrderBatches.SALES_ORDER_BATCHThe columnsalesorderbatches.salordbtch_salesorderbatchid.final org.jooq.TableField<SalesOrderBatches, Long> SalesOrderBatches.THRU_TIMEThe columnsalesorderbatches.salordbtch_thrutime.Methods in com.echothree.model.jooq.server.tables.sales that return types with arguments of type SalesOrderBatchesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<SalesOrderBatches> SalesOrderBatches.getPrimaryKey()SalesOrderBatches.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<SalesOrderBatches, ?>> SalesOrderBatches.getReferences()List<org.jooq.UniqueKey<SalesOrderBatches>> SalesOrderBatches.getUniqueKeys()