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
(Session session, OrderBatchPK pk) OrderBatchFactory.getEntityFromPK
(EntityPermission entityPermission, OrderBatchPK pk) OrderBatchFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, OrderBatchPK pk) OrderBatchFactory.getValueFromPK
(Session session, OrderBatchPK pk) void
OrderBatchFactory.remove
(Session session, OrderBatchPK pk) boolean
OrderBatchFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<OrderBatchPK> pks) OrderBatchFactory.getValuesFromPKs
(Session session, Collection<OrderBatchPK> pks) void
OrderBatchFactory.remove
(Session session, Collection<OrderBatchPK> pks) void
OrderBatchFactory.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