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 TypeMethodDescriptionvoidOrderAdjustmentDetail.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) OrderAdjustmentFactory.getEntityFromCache(OrderAdjustmentPK pk) OrderAdjustmentFactory.getEntityFromPK(EntityPermission entityPermission, OrderAdjustmentPK pk) OrderAdjustmentFactory.getValueFromPK(OrderAdjustmentPK pk) voidOrderAdjustmentFactory.remove(OrderAdjustmentPK pk) booleanOrderAdjustmentFactory.validPK(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.getValuesFromPKs(Collection<OrderAdjustmentPK> pks) voidOrderAdjustmentFactory.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 TypeMethodDescriptionvoidOrderAdjustmentDetailValue.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