Uses of Class
com.echothree.model.data.order.server.entity.OrderAdjustment
Packages that use OrderAdjustment
Package
Description
-
Uses of OrderAdjustment in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control that return OrderAdjustmentModifier and TypeMethodDescriptionOrderAdjustmentControl.createOrderAdjustment(Order order, Integer orderAdjustmentSequence, OrderAdjustmentType orderAdjustmentType, Long amount, BasePK createdBy) Methods in com.echothree.model.control.order.server.control that return types with arguments of type OrderAdjustmentModifier and TypeMethodDescriptionOrderAdjustmentControl.getOrderAdjustmentsByOrder(Order order) OrderAdjustmentControl.getOrderAdjustmentsByOrderForUpdate(Order order) Methods in com.echothree.model.control.order.server.control with parameters of type OrderAdjustmentModifier and TypeMethodDescriptionvoidOrderAdjustmentControl.deleteOrderAdjustment(OrderAdjustment orderAdjustment, BasePK deletedBy) -
Uses of OrderAdjustment in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderAdjustmentModifier and TypeMethodDescriptionOrderAdjustmentDetail.getOrderAdjustment()OrderAdjustmentDetail.getOrderAdjustment(EntityPermission entityPermission) OrderAdjustmentDetail.getOrderAdjustmentForUpdate()Methods in com.echothree.model.data.order.server.entity with parameters of type OrderAdjustmentModifier and TypeMethodDescriptionvoidOrderAdjustmentDetail.setOrderAdjustment(OrderAdjustment entity) -
Uses of OrderAdjustment in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderAdjustmentModifier and TypeMethodDescriptionOrderAdjustmentFactory.create()OrderAdjustmentFactory.create(OrderAdjustmentDetailPK activeDetailPK, OrderAdjustmentDetailPK lastDetailPK) OrderAdjustmentFactory.create(OrderAdjustmentDetail activeDetail, OrderAdjustmentDetail lastDetail) OrderAdjustmentFactory.getEntityFromCache(OrderAdjustmentPK pk) OrderAdjustmentFactory.getEntityFromPK(EntityPermission entityPermission, OrderAdjustmentPK pk) OrderAdjustmentFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) OrderAdjustmentFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OrderAdjustmentFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OrderAdjustmentFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) OrderAdjustmentFactory.getEntityFromValue(EntityPermission entityPermission, OrderAdjustmentValue value) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderAdjustmentModifier and TypeMethodDescriptionOrderAdjustmentFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<OrderAdjustmentPK> pks) OrderAdjustmentFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) OrderAdjustmentFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OrderAdjustmentFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OrderAdjustmentFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderAdjustmentModifier and TypeMethodDescriptionOrderAdjustmentDetailFactory.create(OrderAdjustment orderAdjustment, Order order, Integer orderAdjustmentSequence, OrderAdjustmentType orderAdjustmentType, Long amount, Long fromTime, Long thruTime) voidOrderAdjustmentFactory.remove(OrderAdjustment entity) voidOrderAdjustmentFactory.store(OrderAdjustment entity) Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderAdjustmentModifier and TypeMethodDescriptionvoidOrderAdjustmentFactory.store(Collection<OrderAdjustment> entities)