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