Uses of Class
com.echothree.model.data.order.common.pk.OrderLineAdjustmentDetailPK
Packages that use OrderLineAdjustmentDetailPK
Package
Description
-
Uses of OrderLineAdjustmentDetailPK in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderLineAdjustmentDetailPKModifier and TypeMethodDescriptionOrderLineAdjustment.getActiveDetailPK()OrderLineAdjustment.getLastDetailPK()OrderLineAdjustmentDetail.getPrimaryKey()Methods in com.echothree.model.data.order.server.entity with parameters of type OrderLineAdjustmentDetailPKModifier and TypeMethodDescriptionvoidOrderLineAdjustment.setActiveDetailPK(OrderLineAdjustmentDetailPK activeDetailPK) voidOrderLineAdjustment.setLastDetailPK(OrderLineAdjustmentDetailPK lastDetailPK) -
Uses of OrderLineAdjustmentDetailPK in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderLineAdjustmentDetailPKModifier and TypeMethodDescriptionOrderLineAdjustmentDetailFactory.getNextPK()OrderLineAdjustmentDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) OrderLineAdjustmentDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderLineAdjustmentDetailPKModifier and TypeMethodDescriptionOrderLineAdjustmentDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) OrderLineAdjustmentDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) OrderLineAdjustmentDetailFactory.getPKsFromResultSetAsList(ResultSet rs) OrderLineAdjustmentDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderLineAdjustmentDetailPKModifier and TypeMethodDescriptionOrderLineAdjustmentFactory.create(OrderLineAdjustmentDetailPK activeDetailPK, OrderLineAdjustmentDetailPK lastDetailPK) OrderLineAdjustmentFactory.create(Session session, OrderLineAdjustmentDetailPK activeDetailPK, OrderLineAdjustmentDetailPK lastDetailPK) OrderLineAdjustmentDetailFactory.getEntityFromCache(Session session, OrderLineAdjustmentDetailPK pk) OrderLineAdjustmentDetailFactory.getEntityFromPK(EntityPermission entityPermission, OrderLineAdjustmentDetailPK pk) OrderLineAdjustmentDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, OrderLineAdjustmentDetailPK pk) OrderLineAdjustmentDetailFactory.getValueFromPK(Session session, OrderLineAdjustmentDetailPK pk) voidOrderLineAdjustmentDetailFactory.remove(Session session, OrderLineAdjustmentDetailPK pk) booleanOrderLineAdjustmentDetailFactory.validPK(Session session, OrderLineAdjustmentDetailPK pk) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderLineAdjustmentDetailPKModifier and TypeMethodDescriptionOrderLineAdjustmentDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OrderLineAdjustmentDetailPK> pks) OrderLineAdjustmentDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<OrderLineAdjustmentDetailPK> pks) OrderLineAdjustmentDetailFactory.getValuesFromPKs(Session session, Collection<OrderLineAdjustmentDetailPK> pks) voidOrderLineAdjustmentDetailFactory.remove(Session session, Collection<OrderLineAdjustmentDetailPK> pks) voidOrderLineAdjustmentDetailFactory.remove(Collection<OrderLineAdjustmentDetailPK> pks) -
Uses of OrderLineAdjustmentDetailPK in com.echothree.model.data.order.server.value
Methods in com.echothree.model.data.order.server.value that return OrderLineAdjustmentDetailPKModifier and TypeMethodDescriptionOrderLineAdjustmentValue.getActiveDetailPK()OrderLineAdjustmentValue.getLastDetailPK()OrderLineAdjustmentDetailValue.getPrimaryKey()Methods in com.echothree.model.data.order.server.value with parameters of type OrderLineAdjustmentDetailPKModifier and TypeMethodDescriptionvoidOrderLineAdjustmentValue.setActiveDetailPK(OrderLineAdjustmentDetailPK activeDetailPK) voidOrderLineAdjustmentValue.setLastDetailPK(OrderLineAdjustmentDetailPK lastDetailPK) Constructors in com.echothree.model.data.order.server.value with parameters of type OrderLineAdjustmentDetailPKModifierConstructorDescriptionOrderLineAdjustmentDetailValue(OrderLineAdjustmentDetailPK orderLineAdjustmentDetailPK, OrderLineAdjustmentPK orderLineAdjustmentPK, OrderLinePK orderLinePK, Integer orderLineAdjustmentSequence, OrderLineAdjustmentTypePK orderLineAdjustmentTypePK, Long amount, Long fromTime, Long thruTime) Creates a new instance of OrderLineAdjustmentDetailValueOrderLineAdjustmentValue(OrderLineAdjustmentDetailPK activeDetailPK, OrderLineAdjustmentDetailPK lastDetailPK) Creates a new instance of OrderLineAdjustmentValueOrderLineAdjustmentValue(OrderLineAdjustmentPK orderLineAdjustmentPK, OrderLineAdjustmentDetailPK activeDetailPK, OrderLineAdjustmentDetailPK lastDetailPK) Creates a new instance of OrderLineAdjustmentValue