Uses of Class
com.echothree.model.data.order.common.pk.OrderAdjustmentPK
Packages that use OrderAdjustmentPK
Package
Description
-
Uses of OrderAdjustmentPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderAdjustmentPKModifier and TypeMethodDescriptionOrderAdjustmentDetail.getOrderAdjustmentPK()
OrderAdjustment.getPrimaryKey()
Methods in com.echothree.model.data.order.server.entity with parameters of type OrderAdjustmentPKModifier and TypeMethodDescriptionvoid
OrderAdjustmentDetail.setOrderAdjustmentPK
(OrderAdjustmentPK orderAdjustmentPK) -
Uses of OrderAdjustmentPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderAdjustmentPKModifier and TypeMethodDescriptionOrderAdjustmentFactory.getNextPK()
OrderAdjustmentFactory.getPKFromQuery
(PreparedStatement ps, Object... params) OrderAdjustmentFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderAdjustmentPKModifier and TypeMethodDescriptionOrderAdjustmentFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) OrderAdjustmentFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) OrderAdjustmentFactory.getPKsFromResultSetAsList
(ResultSet rs) OrderAdjustmentFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderAdjustmentPKModifier and TypeMethodDescriptionOrderAdjustmentDetailFactory.create
(OrderAdjustmentPK orderAdjustmentPK, OrderPK orderPK, Integer orderAdjustmentSequence, OrderAdjustmentTypePK orderAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) OrderAdjustmentDetailFactory.create
(Session session, OrderAdjustmentPK orderAdjustmentPK, OrderPK orderPK, Integer orderAdjustmentSequence, OrderAdjustmentTypePK orderAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) OrderAdjustmentFactory.getEntityFromCache
(Session session, OrderAdjustmentPK pk) OrderAdjustmentFactory.getEntityFromPK
(EntityPermission entityPermission, OrderAdjustmentPK pk) OrderAdjustmentFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, OrderAdjustmentPK pk) OrderAdjustmentFactory.getValueFromPK
(Session session, OrderAdjustmentPK pk) void
OrderAdjustmentFactory.remove
(Session session, OrderAdjustmentPK pk) boolean
OrderAdjustmentFactory.validPK
(Session session, OrderAdjustmentPK pk) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderAdjustmentPKModifier and TypeMethodDescriptionOrderAdjustmentFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<OrderAdjustmentPK> pks) OrderAdjustmentFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<OrderAdjustmentPK> pks) OrderAdjustmentFactory.getValuesFromPKs
(Session session, Collection<OrderAdjustmentPK> pks) void
OrderAdjustmentFactory.remove
(Session session, Collection<OrderAdjustmentPK> pks) void
OrderAdjustmentFactory.remove
(Collection<OrderAdjustmentPK> pks) -
Uses of OrderAdjustmentPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderAdjustmentPKModifier and TypeMethodDescriptionOrderAdjustmentDetailValue.getOrderAdjustmentPK()
OrderAdjustmentValue.getPrimaryKey()
Methods in com.echothree.model.data.order.server.value with parameters of type OrderAdjustmentPKModifier and TypeMethodDescriptionvoid
OrderAdjustmentDetailValue.setOrderAdjustmentPK
(OrderAdjustmentPK orderAdjustmentPK) Constructors in com.echothree.model.data.order.server.value with parameters of type OrderAdjustmentPKModifierConstructorDescriptionOrderAdjustmentDetailValue
(OrderAdjustmentDetailPK orderAdjustmentDetailPK, OrderAdjustmentPK orderAdjustmentPK, OrderPK orderPK, Integer orderAdjustmentSequence, OrderAdjustmentTypePK orderAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderAdjustmentDetailValueOrderAdjustmentDetailValue
(OrderAdjustmentPK orderAdjustmentPK, OrderPK orderPK, Integer orderAdjustmentSequence, OrderAdjustmentTypePK orderAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderAdjustmentDetailValueOrderAdjustmentValue
(OrderAdjustmentPK orderAdjustmentPK, OrderAdjustmentDetailPK activeDetailPK, OrderAdjustmentDetailPK lastDetailPK) Creates a new instance of OrderAdjustmentValue