Uses of Class
com.echothree.model.data.order.server.entity.Order
Packages that use Order
Package
Description
-
Uses of Order in com.echothree.control.user.sales.server.command
Methods in com.echothree.control.user.sales.server.command that return OrderModifier and TypeMethodDescriptionEditSalesOrderLineTimeCommand.getLockEntity
(OrderLineTime orderLineTime) EditSalesOrderTimeCommand.getLockEntity
(OrderTime orderTime) -
Uses of Order in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control that return OrderModifier and TypeMethodDescriptionOrderControl.convertEntityInstanceToOrder
(EntityInstance entityInstance) OrderControl.convertEntityInstanceToOrderForUpdate
(EntityInstance entityInstance) OrderControl.createOrder
(OrderType orderType, String orderName, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Term term, FreeOnBoard freeOnBoard, String reference, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, BasePK createdBy) OrderControl.getOrderByEntityInstance
(EntityInstance entityInstance) Assume that the entityInstance passed to this function is a ECHO_THREE.OrderOrderControl.getOrderByName
(OrderType orderType, String orderName) OrderControl.getOrderByName
(OrderType orderType, String orderName, EntityPermission entityPermission) OrderControl.getOrderByNameForUpdate
(OrderType orderType, String orderName) OrderControl.getOrderByNameForUpdateUsingNames
(String orderTypeName, String orderName) OrderControl.getOrderByNameUsingNames
(String orderTypeName, String orderName) OrderControl.getOrderByPK
(OrderPK orderPK) Methods in com.echothree.model.control.order.server.control with parameters of type OrderModifier and TypeMethodDescriptionlong
OrderLineControl.countOrderLinesByOrderAndCancellationPolicy
(Order order, CancellationPolicy cancellationPolicy) long
OrderLineControl.countOrderLinesByOrderAndReturnPolicy
(Order order, ReturnPolicy returnPolicy) long
OrderLineControl.countOrderLinesByOrderAndShipmentGroup
(Order order, OrderShipmentGroup orderShipmentGroup) long
OrderPaymentPreferenceControl.countOrderPaymentPreferencesByOrder
(Order order) long
OrderRoleControl.countOrderRolesByOrderAndOrderRoleType
(Order order, OrderRoleType orderRoleType) long
OrderTimeControl.countOrderTimesByOrder
(Order order) OrderAdjustmentControl.createOrderAdjustment
(Order order, Integer orderAdjustmentSequence, OrderAdjustmentType orderAdjustmentType, Long amount, BasePK createdBy) OrderAliasControl.createOrderAlias
(Order order, OrderAliasType orderAliasType, String alias, BasePK createdBy) OrderLineControl.createOrderLine
(Order order, Integer orderLineSequence, OrderLine parentOrderLine, OrderShipmentGroup orderShipmentGroup, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, BasePK createdBy) OrderPaymentPreferenceControl.createOrderPaymentPreference
(Order order, Integer orderPaymentPreferenceSequence, PaymentMethod paymentMethod, PartyPaymentMethod partyPaymentMethod, Boolean wasPresent, Long maximumAmount, Integer sortOrder, BasePK createdBy) OrderRoleControl.createOrderRole
(Order order, Party party, OrderRoleType orderRoleType, BasePK createdBy) OrderRoleControl.createOrderRoleUsingNames
(Order order, Party party, String orderRoleTypeName, BasePK createdBy) OrderShipmentGroupControl.createOrderShipmentGroup
(Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, BasePK createdBy) OrderControl.createOrderStatus
(Order order) OrderTimeControl.createOrderTime
(Order order, OrderTimeType orderTimeType, Long time, BasePK createdBy) OrderControl.createOrderUserVisit
(Order order, UserVisit userVisit) void
OrderControl.deleteOrder
(Order order, BasePK deletedBy) void
OrderAdjustmentControl.deleteOrderAdjustmentsByOrder
(Order order, BasePK deletedBy) void
OrderAliasControl.deleteOrderAliasesByOrder
(Order order, BasePK deletedBy) void
OrderLineControl.deleteOrderLinesByOrder
(Order order, BasePK deletedBy) void
OrderPaymentPreferenceControl.deleteOrderPaymentPreferencesByOrder
(Order order, BasePK deletedBy) void
OrderRoleControl.deleteOrderRolesByOrder
(Order order, BasePK deletedBy) void
OrderTimeControl.deleteOrderTimesByOrder
(Order order, BasePK deletedBy) void
OrderControl.deleteOrderUserVisitsByOrder
(Order order) OrderShipmentGroupControl.getDefaultOrderShipmentGroup
(Order order, ItemDeliveryType itemDeliveryType) OrderShipmentGroupControl.getDefaultOrderShipmentGroupDetailValueForUpdate
(Order order, ItemDeliveryType itemDeliveryType) OrderShipmentGroupControl.getDefaultOrderShipmentGroupForUpdate
(Order order, ItemDeliveryType itemDeliveryType) OrderAdjustmentControl.getOrderAdjustmentsByOrder
(Order order) OrderAdjustmentControl.getOrderAdjustmentsByOrderForUpdate
(Order order) OrderAliasControl.getOrderAlias
(Order order, OrderAliasType orderAliasType) OrderAliasControl.getOrderAliasesByOrder
(Order order) OrderAliasControl.getOrderAliasesByOrderForUpdate
(Order order) OrderAliasControl.getOrderAliasForUpdate
(Order order, OrderAliasType orderAliasType) OrderAliasControl.getOrderAliasTransfersByOrder
(UserVisit userVisit, Order order) OrderAliasControl.getOrderAliasValueForUpdate
(Order order, OrderAliasType orderAliasType) OrderControl.getOrderDetailValueForUpdate
(Order order) OrderLineControl.getOrderLineBySequence
(Order order, Integer orderLineSequence) OrderLineControl.getOrderLineBySequence
(Order order, Integer orderLineSequence, EntityPermission entityPermission) OrderLineControl.getOrderLineBySequenceForUpdate
(Order order, Integer orderLineSequence) OrderLineControl.getOrderLineDetailValueBySequenceForUpdate
(Order order, Integer orderLineSequence) OrderLineControl.getOrderLinesByOrder
(Order order) OrderLineControl.getOrderLinesByOrderForUpdate
(Order order) OrderPaymentPreferenceControl.getOrderPaymentPreferenceBySequence
(Order order, Integer orderPaymentPreferenceSequence) OrderPaymentPreferenceControl.getOrderPaymentPreferenceBySequence
(Order order, Integer orderPaymentPreferenceSequence, EntityPermission entityPermission) OrderPaymentPreferenceControl.getOrderPaymentPreferenceBySequenceForUpdate
(Order order, Integer orderPaymentPreferenceSequence) OrderPaymentPreferenceControl.getOrderPaymentPreferenceDetailValueBySequenceForUpdate
(Order order, Integer orderPaymentPreferenceSequence) OrderPaymentPreferenceControl.getOrderPaymentPreferencesByOrder
(Order order) OrderPaymentPreferenceControl.getOrderPaymentPreferencesByOrderForUpdate
(Order order) OrderPaymentPreferenceControl.getOrderPaymentPreferenceTransfersByOrder
(UserVisit userVisit, Order order) OrderRoleControl.getOrderRoleByOrderAndOrderRoleType
(Order order, OrderRoleType orderRoleType) OrderRoleControl.getOrderRoleByOrderAndOrderRoleTypeForUpdate
(Order order, OrderRoleType orderRoleType) OrderRoleControl.getOrderRoleByOrderAndOrderRoleTypeUsingNames
(Order order, String orderRoleTypeName) OrderRoleControl.getOrderRoleByOrderAndOrderRoleTypeUsingNamesForUpdate
(Order order, String orderRoleTypeName) OrderRoleControl.getOrderRolesByOrder
(Order order) OrderRoleControl.getOrderRolesByOrderAndOrderRoleType
(Order order, OrderRoleType orderRoleType) OrderRoleControl.getOrderRolesByOrderAndOrderRoleTypeForUpdate
(Order order, OrderRoleType orderRoleType) OrderRoleControl.getOrderRolesByOrderForUpdate
(Order order) OrderRoleControl.getOrderRoleTransfersByOrder
(UserVisit userVisit, Order order) OrderShipmentGroupControl.getOrderShipmentGroupBySequence
(Order order, Integer orderShipmentGroupSequence) OrderShipmentGroupControl.getOrderShipmentGroupBySequenceForUpdate
(Order order, Integer orderShipmentGroupSequence) OrderShipmentGroupControl.getOrderShipmentGroupDetailValueBySequenceForUpdate
(Order order, Integer orderShipmentGroupSequence) OrderShipmentGroupControl.getOrderShipmentGroups
(Order order, ItemDeliveryType itemDeliveryType) OrderShipmentGroupControl.getOrderShipmentGroupsByOrder
(Order order) OrderShipmentGroupControl.getOrderShipmentGroupsByOrderForUpdate
(Order order) OrderShipmentGroupControl.getOrderShipmentGroupsForUpdate
(Order order, ItemDeliveryType itemDeliveryType) OrderShipmentGroupControl.getOrderShipmentGroupTransfers
(UserVisit userVisit, Order order) OrderControl.getOrderStatus
(Order order) OrderControl.getOrderStatusForUpdate
(Order order) OrderTimeControl.getOrderTime
(Order order, OrderTimeType orderTimeType) OrderTimeControl.getOrderTimeForUpdate
(Order order, OrderTimeType orderTimeType) OrderTimeControl.getOrderTimesByOrder
(Order order) OrderTimeControl.getOrderTimesByOrderForUpdate
(Order order) OrderTimeControl.getOrderTimeTransfersByOrder
(UserVisit userVisit, Order order) OrderTimeControl.getOrderTimeValueForUpdate
(Order order, OrderTimeType orderTimeType) OrderControl.getOrderTransfer
(UserVisit userVisit, Order order) OrderControl.getOrderUserVisit
(Order order, UserVisit userVisit) OrderControl.getOrderUserVisitForUpdate
(Order order, UserVisit userVisit) OrderControl.getOrderUserVisitsByOrder
(Order order) OrderControl.getOrderUserVisitsByOrderForUpdate
(Order order) OrderControl.getOrderUserVisitValueForUpdate
(Order order, UserVisit userVisit) boolean
OrderTimeControl.orderTimeExists
(Order order, OrderTimeType orderTimeType) void
OrderControl.removeOrderStatusByOrder
(Order order) void
OrderControl.removeOrderUserVisitsByOrder
(Order order) Method parameters in com.echothree.model.control.order.server.control with type arguments of type OrderModifier and TypeMethodDescriptionvoid
OrderControl.deleteOrders
(List<Order> orders, BasePK deletedBy) -
Uses of Order in com.echothree.model.control.order.server.graphql
Constructors in com.echothree.model.control.order.server.graphql with parameters of type Order -
Uses of Order in com.echothree.model.control.order.server.logic
Methods in com.echothree.model.control.order.server.logic that return OrderModifier and TypeMethodDescriptionOrderLogic.createOrder
(ExecutionErrorAccumulator eea, OrderType orderType, Sequence sequence, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Term term, FreeOnBoard freeOnBoard, String reference, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, BasePK createdBy) OrderLogic.getOrderByName
(ExecutionErrorAccumulator eea, String orderTypeName, String orderName) OrderLogic.getOrderByNameForUpdate
(ExecutionErrorAccumulator eea, String orderTypeName, String orderName) Methods in com.echothree.model.control.order.server.logic with parameters of type OrderModifier and TypeMethodDescriptionvoid
OrderLogic.checkItemAgainstOrderPaymentPreferences
(Session session, ExecutionErrorAccumulator eea, Order order, Item item, BasePK evaluatedBy) OrderLineLogic.createOrderLine
(Session session, ExecutionErrorAccumulator eea, Order order, Integer orderLineSequence, OrderLine parentOrderLine, OrderShipmentGroup orderShipmentGroup, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, BasePK createdBy) OrderLogic.createOrderPaymentPreference
(Session session, ExecutionErrorAccumulator eea, Order order, Integer orderPaymentPreferenceSequence, PaymentMethod paymentMethod, PartyPaymentMethod partyPaymentMethod, Boolean wasPresent, Long maximumAmount, Integer sortOrder, BasePK createdBy) OrderLogic.createOrderShipmentGroup
(ExecutionErrorAccumulator eea, Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, BasePK createdBy) void
OrderTimeLogic.createOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) void
OrderTimeLogic.createOrUpdateOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) void
OrderTimeLogic.createOrUpdateOrderTimeIfNotNull
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) void
OrderTimeLogic.deleteOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, BasePK deletedBy) OrderLogic.getDefaultOrderShipmentGroup
(Order order, ItemDeliveryType itemDeliveryType) OrderLogic.getItemsFromOrder
(Order order) OrderLogic.getOrderCurrency
(Order order) OrderLineLogic.getOrderLineTotalsWithAdjustments
(Order order) OrderTimeLogic.getOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName) OrderTimeLogic.getOrderTimeTransfer
(ExecutionErrorAccumulator eea, UserVisit userVisit, Order order, String orderTimeTypeName) OrderTimeLogic.getOrderTimeTransfersByOrder
(ExecutionErrorAccumulator eea, UserVisit userVisit, Order order) OrderLineLogic.getOrderTotalWithAdjustments
(Order order) void
OrderTimeLogic.updateOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) -
Uses of Order in com.echothree.model.control.order.server.trigger
Methods in com.echothree.model.control.order.server.trigger with parameters of type OrderModifier and TypeMethodDescriptionvoid
OrderTypeTrigger.handleTrigger
(Session session, ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, Order order, PartyPK triggeredBy) -
Uses of Order in com.echothree.model.control.purchase.server.logic
Methods in com.echothree.model.control.purchase.server.logic that return OrderModifier and TypeMethodDescriptionPurchaseOrderLogic.createPurchaseOrder
(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Party vendorParty, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, String reference, Term term, FreeOnBoard freeOnBoard, String workflowEntranceName, Party createdByParty) Create a new Purchase Order using appropriate defaults where possible for Optional parameters.PurchaseOrderLogic.createPurchaseOrder
(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, String vendorName, String termName, String strHoldUntilComplete, String strAllowBackorders, String strAllowSubstitutions, String strAllowCombiningShipments, String reference, String freeOnBoardName, String workflowEntranceName, Party createdByParty) PurchaseOrderLogic.getOrderByName
(ExecutionErrorAccumulator eea, String orderName) PurchaseOrderLogic.getOrderByNameForUpdate
(ExecutionErrorAccumulator eea, String orderName) Methods in com.echothree.model.control.purchase.server.logic with parameters of type OrderModifier and TypeMethodDescriptionvoid
PurchaseOrderLogic.checkOrderAvailableForModification
(Session session, ExecutionErrorAccumulator eea, Order order, PartyPK modifiedBy) Check to see if an Order is available for modification, and if it isn't, send back an error.PurchaseOrderLogic.getOrderBillToParty
(Order order) Find the BILL_TO Party for a given Order.PurchaseOrderLogic.getOrderBillToVendorType
(Order order) Find the VendorType for the BILL_TO Party for a given Order.PurchaseOrderLogic.getOrderShipToParty
(Order order, boolean billToFallback, BasePK createdBy) Attempt to find a SHIP_TO Party for the Order.PurchaseOrderLogic.getPurchaseOrderStatusChoices
(String defaultOrderStatusChoice, Language language, boolean allowNullChoice, Order order, PartyPK partyPK) boolean
PurchaseOrderLogic.isOrderInWorkflowSteps
(ExecutionErrorAccumulator eea, Order order, String... workflowStepNames) void
PurchaseOrderLogic.setPurchaseOrderStatus
(Session session, ExecutionErrorAccumulator eea, Order order, String orderStatusChoice, PartyPK modifiedBy) -
Uses of Order in com.echothree.model.control.sales.server.control
Methods in com.echothree.model.control.sales.server.control with parameters of type OrderModifier and TypeMethodDescriptionSalesOrderControl.createSalesOrder
(Order order, OfferUse offerUse, AssociateReferral associateReferral, BasePK createdBy) SalesOrderControl.getSalesOrder
(Order order) SalesOrderControl.getSalesOrderForUpdate
(Order order) SalesOrderControl.getSalesOrderValueForUpdate
(Order order) -
Uses of Order in com.echothree.model.control.sales.server.logic
Methods in com.echothree.model.control.sales.server.logic that return OrderModifier and TypeMethodDescriptionSalesOrderLogic.createSalesOrder
(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Batch batch, Source source, Party billToParty, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, String reference, Term term, FreeOnBoard freeOnBoard, Boolean taxable, String workflowEntranceName, Party createdByParty) Create a new Sales Order given a set of parameters.SalesOrderLogic.createSalesOrder
(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, String batchName, String sourceName, String billToPartyName, String orderPriorityName, String currencyIsoName, String termName, String strHoldUntilComplete, String strAllowBackorders, String strAllowSubstitutions, String strAllowCombiningShipments, String reference, String freeOnBoardName, String strTaxable, String workflowEntranceName, Party createdByParty) SalesOrderLogic.getOrderByName
(ExecutionErrorAccumulator eea, String orderName) SalesOrderLogic.getOrderByNameForUpdate
(ExecutionErrorAccumulator eea, String orderName) Methods in com.echothree.model.control.sales.server.logic that return types with arguments of type OrderMethods in com.echothree.model.control.sales.server.logic with parameters of type OrderModifier and TypeMethodDescriptionboolean
SalesOrderBatchLogic.batchEntryExists
(ExecutionErrorAccumulator eea, Order order, Batch batch, String... workflowStepNames) void
SalesOrderLogic.checkOrderAvailableForModification
(Session session, ExecutionErrorAccumulator eea, Order order, PartyPK modifiedBy) Check to see if an Order is available for modification, and if it isn't, send back an error.SalesOrderBatchLogic.createBatchEntity
(ExecutionErrorAccumulator eea, Order order, Batch batch, BasePK createdBy) void
SalesOrderTimeLogic.createOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK createdBy) SalesOrderLineLogic.createSalesOrderLine
(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Order order, OrderShipmentGroup orderShipmentGroup, Integer orderShipmentGroupSequence, Integer orderLineSequence, OrderLine parentOrderLine, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Source source, AssociateReferral associateReferral, Party createdByParty) Create a new Sales Order Line using appropriate defaults for Optional values when possible.SalesOrderPaymentPreferenceLogic.createSalesOrderPaymentPreference
(Session session, ExecutionErrorAccumulator eea, Order order, Integer orderPaymentPreferenceSequence, PaymentMethod paymentMethod, PartyPaymentMethod partyPaymentMethod, Boolean wasPresent, Long maximumAmount, Integer sortOrder, PartyPK createdBy) Create an Order Payment Preference for a given Order.SalesOrderShipmentGroupLogic.createSalesOrderShipmentGroup
(Session session, ExecutionErrorAccumulator eea, Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, PartyPK createdBy) Create a new Order Shipment Group for a given Order.void
SalesOrderTimeLogic.deleteOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, BasePK deletedBy) SalesOrderLogic.getOrderBillToCustomerType
(Order order) Find the BILL_TO Party for a given Order.SalesOrderLogic.getOrderBillToParty
(Order order) Find the BILL_TO Party for a given Order.SalesOrderLogic.getOrderShipToParty
(Order order, boolean billToFallback, BasePK createdBy) Attempt to find a SHIP_TO Party for the Order.SalesOrderTimeLogic.getOrderTimeTransfer
(ExecutionErrorAccumulator eea, UserVisit userVisit, Order order, String orderTimeTypeName) SalesOrderLogic.getSalesOrderStatusChoices
(String defaultOrderStatusChoice, Language language, boolean allowNullChoice, Order order, PartyPK partyPK) boolean
SalesOrderLogic.isOrderInWorkflowSteps
(ExecutionErrorAccumulator eea, Order order, String... workflowStepNames) void
SalesOrderLogic.setSalesOrderStatus
(Session session, ExecutionErrorAccumulator eea, Order order, String orderStatusChoice, PartyPK modifiedBy) void
SalesOrderTimeLogic.updateOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK updatedBy) -
Uses of Order in com.echothree.model.control.sales.server.trigger
Methods in com.echothree.model.control.sales.server.trigger with parameters of type OrderModifier and TypeMethodDescriptionvoid
SalesOrderTrigger.handleTrigger
(Session session, ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, Order order, PartyPK triggeredBy) -
Uses of Order in com.echothree.model.control.wishlist.server.control
Methods in com.echothree.model.control.wishlist.server.control that return OrderModifier and TypeMethodDescriptionWishlistControl.getWishlist
(Party companyParty, Party party, WishlistType wishlistType, Currency currency) WishlistControl.getWishlistForUpdate
(Party companyParty, Party party, WishlistType wishlistType, Currency currency) Methods in com.echothree.model.control.wishlist.server.control that return types with arguments of type OrderModifier and TypeMethodDescriptionWishlistControl.getOrdersByWishlistType
(WishlistType wishlistType) WishlistControl.getOrdersByWishlistTypeForUpdate
(WishlistType wishlistType) WishlistControl.getWishlists
(Party companyParty, Party party) WishlistControl.getWishlistsForUpdate
(Party companyParty, Party party) Methods in com.echothree.model.control.wishlist.server.control with parameters of type OrderModifier and TypeMethodDescriptionWishlistControl.createWishlist
(Order order, OfferUse offerUse, WishlistType wishlistType, BasePK createdBy) void
WishlistControl.deleteWishlistByOrder
(Order order, BasePK deletedBy) WishlistControl.getWishlist
(Order order) WishlistControl.getWishlistForUpdate
(Order order) WishlistControl.getWishlistLine
(Order order, Integer orderLineSequence) WishlistControl.getWishlistLineByItem
(Order order, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) WishlistControl.getWishlistLineByItemForUpdate
(Order order, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType) WishlistControl.getWishlistLineForUpdate
(Order order, Integer orderLineSequence) WishlistControl.getWishlistLinesByOrder
(Order order) WishlistControl.getWishlistLinesByOrderForUpdate
(Order order) WishlistControl.getWishlistLineTransfersByOrder
(UserVisit userVisit, Order order) WishlistControl.getWishlistTransfer
(UserVisit userVisit, Order order) WishlistControl.getWishlistValueForUpdate
(Order order) -
Uses of Order in com.echothree.model.control.wishlist.server.transfer
Methods in com.echothree.model.control.wishlist.server.transfer with parameters of type Order -
Uses of Order in com.echothree.model.data.order.server.entity
Methods in com.echothree.model.data.order.server.entity that return OrderModifier and TypeMethodDescriptionOrderAdjustmentDetail.getOrder()
OrderAdjustmentDetail.getOrder
(EntityPermission entityPermission) OrderAdjustmentDetail.getOrder
(Session session, EntityPermission entityPermission) OrderAlias.getOrder()
OrderAlias.getOrder
(EntityPermission entityPermission) OrderAlias.getOrder
(Session session, EntityPermission entityPermission) OrderDetail.getOrder()
OrderDetail.getOrder
(EntityPermission entityPermission) OrderDetail.getOrder
(Session session, EntityPermission entityPermission) OrderLineDetail.getOrder()
OrderLineDetail.getOrder
(EntityPermission entityPermission) OrderLineDetail.getOrder
(Session session, EntityPermission entityPermission) OrderPaymentPreferenceDetail.getOrder()
OrderPaymentPreferenceDetail.getOrder
(EntityPermission entityPermission) OrderPaymentPreferenceDetail.getOrder
(Session session, EntityPermission entityPermission) OrderRole.getOrder()
OrderRole.getOrder
(EntityPermission entityPermission) OrderRole.getOrder
(Session session, EntityPermission entityPermission) OrderShipmentGroupDetail.getOrder()
OrderShipmentGroupDetail.getOrder
(EntityPermission entityPermission) OrderShipmentGroupDetail.getOrder
(Session session, EntityPermission entityPermission) OrderStatus.getOrder()
OrderStatus.getOrder
(EntityPermission entityPermission) OrderStatus.getOrder
(Session session, EntityPermission entityPermission) OrderTime.getOrder()
OrderTime.getOrder
(EntityPermission entityPermission) OrderTime.getOrder
(Session session, EntityPermission entityPermission) OrderUserVisit.getOrder()
OrderUserVisit.getOrder
(EntityPermission entityPermission) OrderUserVisit.getOrder
(Session session, EntityPermission entityPermission) OrderAdjustmentDetail.getOrderForUpdate()
OrderAdjustmentDetail.getOrderForUpdate
(Session session) OrderAlias.getOrderForUpdate()
OrderAlias.getOrderForUpdate
(Session session) OrderDetail.getOrderForUpdate()
OrderDetail.getOrderForUpdate
(Session session) OrderLineDetail.getOrderForUpdate()
OrderLineDetail.getOrderForUpdate
(Session session) OrderPaymentPreferenceDetail.getOrderForUpdate()
OrderPaymentPreferenceDetail.getOrderForUpdate
(Session session) OrderRole.getOrderForUpdate()
OrderRole.getOrderForUpdate
(Session session) OrderShipmentGroupDetail.getOrderForUpdate()
OrderShipmentGroupDetail.getOrderForUpdate
(Session session) OrderStatus.getOrderForUpdate()
OrderStatus.getOrderForUpdate
(Session session) OrderTime.getOrderForUpdate()
OrderTime.getOrderForUpdate
(Session session) OrderUserVisit.getOrderForUpdate()
OrderUserVisit.getOrderForUpdate
(Session session) Methods in com.echothree.model.data.order.server.entity with parameters of type OrderModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
void
void
-
Uses of Order in com.echothree.model.data.order.server.factory
Methods in com.echothree.model.data.order.server.factory that return OrderModifier and TypeMethodDescriptionOrderFactory.create()
OrderFactory.create
(OrderDetailPK activeDetailPK, OrderDetailPK lastDetailPK) OrderFactory.create
(OrderDetail activeDetail, OrderDetail lastDetail) OrderFactory.create
(Session session, OrderDetailPK activeDetailPK, OrderDetailPK lastDetailPK) OrderFactory.create
(Session session, OrderDetail activeDetail, OrderDetail lastDetail) OrderFactory.getEntityFromCache
(Session session, OrderPK pk) OrderFactory.getEntityFromPK
(EntityPermission entityPermission, OrderPK pk) OrderFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, OrderPK pk) OrderFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) OrderFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) OrderFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OrderFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OrderFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) OrderFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OrderFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OrderFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) OrderFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) OrderFactory.getEntityFromValue
(EntityPermission entityPermission, OrderValue value) OrderFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, OrderValue value) Methods in com.echothree.model.data.order.server.factory that return types with arguments of type OrderModifier and TypeMethodDescriptionOrderFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<OrderPK> pks) OrderFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<OrderPK> pks) OrderFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) OrderFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) OrderFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OrderFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OrderFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) OrderFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) OrderFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) OrderFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) OrderFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.order.server.factory with parameters of type OrderModifier and TypeMethodDescriptionOrderAdjustmentDetailFactory.create
(OrderAdjustment orderAdjustment, Order order, Integer orderAdjustmentSequence, OrderAdjustmentType orderAdjustmentType, Long amount, Long fromTime, Long thruTime) OrderAdjustmentDetailFactory.create
(Session session, OrderAdjustment orderAdjustment, Order order, Integer orderAdjustmentSequence, OrderAdjustmentType orderAdjustmentType, Long amount, Long fromTime, Long thruTime) OrderAliasFactory.create
(Order order, OrderAliasType orderAliasType, String alias, Long fromTime, Long thruTime) OrderAliasFactory.create
(Session session, Order order, OrderAliasType orderAliasType, String alias, Long fromTime, Long thruTime) OrderDetailFactory.create
(Order order, OrderType orderType, String orderName, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Term term, FreeOnBoard freeOnBoard, String reference, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Long fromTime, Long thruTime) OrderDetailFactory.create
(Session session, Order order, OrderType orderType, String orderName, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Term term, FreeOnBoard freeOnBoard, String reference, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Long fromTime, Long thruTime) OrderLineDetailFactory.create
(OrderLine orderLine, Order order, Integer orderLineSequence, OrderLine parentOrderLine, OrderShipmentGroup orderShipmentGroup, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Long fromTime, Long thruTime) OrderLineDetailFactory.create
(Session session, OrderLine orderLine, Order order, Integer orderLineSequence, OrderLine parentOrderLine, OrderShipmentGroup orderShipmentGroup, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Long fromTime, Long thruTime) OrderPaymentPreferenceDetailFactory.create
(OrderPaymentPreference orderPaymentPreference, Order order, Integer orderPaymentPreferenceSequence, PaymentMethod paymentMethod, PartyPaymentMethod partyPaymentMethod, Boolean wasPresent, Long maximumAmount, Integer sortOrder, Long fromTime, Long thruTime) OrderPaymentPreferenceDetailFactory.create
(Session session, OrderPaymentPreference orderPaymentPreference, Order order, Integer orderPaymentPreferenceSequence, PaymentMethod paymentMethod, PartyPaymentMethod partyPaymentMethod, Boolean wasPresent, Long maximumAmount, Integer sortOrder, Long fromTime, Long thruTime) OrderRoleFactory.create
(Order order, Party party, OrderRoleType orderRoleType, Long fromTime, Long thruTime) OrderRoleFactory.create
(Session session, Order order, Party party, OrderRoleType orderRoleType, Long fromTime, Long thruTime) OrderShipmentGroupDetailFactory.create
(OrderShipmentGroup orderShipmentGroup, Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, Long fromTime, Long thruTime) OrderShipmentGroupDetailFactory.create
(Session session, OrderShipmentGroup orderShipmentGroup, Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, Long fromTime, Long thruTime) OrderStatusFactory.create
(Order order, Integer orderShipmentGroupSequence, Integer orderLineSequence, Integer orderAdjustmentSequence, Integer orderPaymentPreferenceSequence) OrderStatusFactory.create
(Session session, Order order, Integer orderShipmentGroupSequence, Integer orderLineSequence, Integer orderAdjustmentSequence, Integer orderPaymentPreferenceSequence) OrderTimeFactory.create
(Order order, OrderTimeType orderTimeType, Long time, Long fromTime, Long thruTime) OrderTimeFactory.create
(Session session, Order order, OrderTimeType orderTimeType, Long time, Long fromTime, Long thruTime) OrderUserVisitFactory.create
(Session session, Order order, UserVisit userVisit, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.order.server.factory with type arguments of type OrderModifier and TypeMethodDescriptionvoid
OrderFactory.store
(Session session, Collection<Order> entities) void
OrderFactory.store
(Collection<Order> entities) -
Uses of Order in com.echothree.model.data.sales.server.entity
Methods in com.echothree.model.data.sales.server.entity that return OrderModifier and TypeMethodDescriptionSalesOrder.getOrder()
SalesOrder.getOrder
(EntityPermission entityPermission) SalesOrder.getOrder
(Session session, EntityPermission entityPermission) SalesOrder.getOrderForUpdate()
SalesOrder.getOrderForUpdate
(Session session) Methods in com.echothree.model.data.sales.server.entity with parameters of type Order -
Uses of Order in com.echothree.model.data.sales.server.factory
Methods in com.echothree.model.data.sales.server.factory with parameters of type OrderModifier and TypeMethodDescriptionSalesOrderFactory.create
(Order order, OfferUse offerUse, AssociateReferral associateReferral, Long fromTime, Long thruTime) SalesOrderFactory.create
(Session session, Order order, OfferUse offerUse, AssociateReferral associateReferral, Long fromTime, Long thruTime) -
Uses of Order in com.echothree.model.data.wishlist.server.entity
Methods in com.echothree.model.data.wishlist.server.entity that return OrderModifier and TypeMethodDescriptionWishlist.getOrder()
Wishlist.getOrder
(EntityPermission entityPermission) Wishlist.getOrder
(Session session, EntityPermission entityPermission) Wishlist.getOrderForUpdate()
Wishlist.getOrderForUpdate
(Session session) Methods in com.echothree.model.data.wishlist.server.entity with parameters of type Order -
Uses of Order in com.echothree.model.data.wishlist.server.factory
Methods in com.echothree.model.data.wishlist.server.factory with parameters of type Order