Uses of Class
com.echothree.model.data.order.common.pk.OrderLineAdjustmentPK
Packages that use OrderLineAdjustmentPK
Package
Description
-
Uses of OrderLineAdjustmentPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderLineAdjustmentPKModifier and TypeMethodDescriptionOrderLineAdjustmentDetail.getOrderLineAdjustmentPK()OrderLineAdjustment.getPrimaryKey()Methods in com.echothree.model.data.order.server.entity with parameters of type OrderLineAdjustmentPKModifier and TypeMethodDescriptionvoidOrderLineAdjustmentDetail.setOrderLineAdjustmentPK(OrderLineAdjustmentPK orderLineAdjustmentPK) -
Uses of OrderLineAdjustmentPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderLineAdjustmentPKModifier and TypeMethodDescriptionOrderLineAdjustmentFactory.getNextPK()OrderLineAdjustmentFactory.getPKFromQuery(PreparedStatement ps, Object... params) OrderLineAdjustmentFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderLineAdjustmentPKModifier and TypeMethodDescriptionOrderLineAdjustmentFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OrderLineAdjustmentFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OrderLineAdjustmentFactory.getPKsFromResultSetAsList(ResultSet rs) OrderLineAdjustmentFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderLineAdjustmentPKModifier and TypeMethodDescriptionOrderLineAdjustmentDetailFactory.create(OrderLineAdjustmentPK orderLineAdjustmentPK, OrderLinePK orderLinePK, Integer orderLineAdjustmentSequence, OrderLineAdjustmentTypePK orderLineAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) OrderLineAdjustmentFactory.getEntityFromCache(OrderLineAdjustmentPK pk) OrderLineAdjustmentFactory.getEntityFromPK(EntityPermission entityPermission, OrderLineAdjustmentPK pk) OrderLineAdjustmentFactory.getValueFromPK(OrderLineAdjustmentPK pk) voidOrderLineAdjustmentFactory.remove(OrderLineAdjustmentPK pk) booleanOrderLineAdjustmentFactory.validPK(OrderLineAdjustmentPK pk) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderLineAdjustmentPKModifier and TypeMethodDescriptionOrderLineAdjustmentFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OrderLineAdjustmentPK> pks) OrderLineAdjustmentFactory.getValuesFromPKs(Collection<OrderLineAdjustmentPK> pks) voidOrderLineAdjustmentFactory.remove(Collection<OrderLineAdjustmentPK> pks) -
Uses of OrderLineAdjustmentPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderLineAdjustmentPKModifier and TypeMethodDescriptionOrderLineAdjustmentDetailValue.getOrderLineAdjustmentPK()OrderLineAdjustmentValue.getPrimaryKey()Methods in com.echothree.model.data.order.server.value with parameters of type OrderLineAdjustmentPKModifier and TypeMethodDescriptionvoidOrderLineAdjustmentDetailValue.setOrderLineAdjustmentPK(OrderLineAdjustmentPK orderLineAdjustmentPK) Constructors in com.echothree.model.data.order.server.value with parameters of type OrderLineAdjustmentPKModifierConstructorDescriptionOrderLineAdjustmentDetailValue(OrderLineAdjustmentDetailPK orderLineAdjustmentDetailPK, OrderLineAdjustmentPK orderLineAdjustmentPK, OrderLinePK orderLinePK, Integer orderLineAdjustmentSequence, OrderLineAdjustmentTypePK orderLineAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderLineAdjustmentDetailValueOrderLineAdjustmentDetailValue(OrderLineAdjustmentPK orderLineAdjustmentPK, OrderLinePK orderLinePK, Integer orderLineAdjustmentSequence, OrderLineAdjustmentTypePK orderLineAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderLineAdjustmentDetailValueOrderLineAdjustmentValue(OrderLineAdjustmentPK orderLineAdjustmentPK, OrderLineAdjustmentDetailPK activeDetailPK, OrderLineAdjustmentDetailPK lastDetailPK) Creates a new instance of OrderLineAdjustmentValue