Uses of Class
com.echothree.model.data.order.common.pk.OrderBatchPK
Packages that use OrderBatchPK
Package
Description
-
Uses of OrderBatchPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderBatchPK -
Uses of OrderBatchPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderBatchPKModifier and TypeMethodDescriptionOrderBatchFactory.getNextPK()OrderBatchFactory.getPKFromQuery(PreparedStatement ps, Object... params) OrderBatchFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderBatchPKModifier and TypeMethodDescriptionOrderBatchFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OrderBatchFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OrderBatchFactory.getPKsFromResultSetAsList(ResultSet rs) OrderBatchFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderBatchPKModifier and TypeMethodDescriptionOrderBatchFactory.getEntityFromCache(OrderBatchPK pk) OrderBatchFactory.getEntityFromPK(EntityPermission entityPermission, OrderBatchPK pk) OrderBatchFactory.getValueFromPK(OrderBatchPK pk) voidOrderBatchFactory.remove(OrderBatchPK pk) booleanOrderBatchFactory.validPK(OrderBatchPK pk) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderBatchPKModifier and TypeMethodDescriptionOrderBatchFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OrderBatchPK> pks) OrderBatchFactory.getValuesFromPKs(Collection<OrderBatchPK> pks) voidOrderBatchFactory.remove(Collection<OrderBatchPK> pks) -
Uses of OrderBatchPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderBatchPKConstructors in com.echothree.model.data.order.server.value with parameters of type OrderBatchPKModifierConstructorDescriptionOrderBatchValue(OrderBatchPK orderBatchPK, BatchPK batchPK, CurrencyPK currencyPK, Long count, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderBatchValue -
Uses of OrderBatchPK in com.echothree.model.jooq.server.records.order
Methods in com.echothree.model.jooq.server.records.order that return OrderBatchPKModifier and TypeMethodDescriptionOrderBatches.OrderBatch()Getter fororderbatches.ordbtch_orderbatchid.Methods in com.echothree.model.jooq.server.records.order that return types with arguments of type OrderBatchPKMethods in com.echothree.model.jooq.server.records.order with parameters of type OrderBatchPKModifier and TypeMethodDescriptionvoidOrderBatches.OrderBatch(OrderBatchPK value) Setter fororderbatches.ordbtch_orderbatchid.Constructors in com.echothree.model.jooq.server.records.order with parameters of type OrderBatchPKModifierConstructorDescriptionOrderBatches(OrderBatchPK OrderBatch, BatchPK Batch, CurrencyPK Currency, Long Count, Long Amount, Long FromTime, Long ThruTime) Create a detached, initialised OrderBatches -
Uses of OrderBatchPK in com.echothree.model.jooq.server.tables.order
Fields in com.echothree.model.jooq.server.tables.order with type parameters of type OrderBatchPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<OrderBatches, OrderBatchPK> OrderBatches.ORDER_BATCHThe columnorderbatches.ordbtch_orderbatchid.