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