- calculateActiveOrderPaymentAmount(Order) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- calculateAmountAuthorized(Order) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- calculateAmountToCancel(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- calculateAmountToCancel(Order) - Method in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- calculateAmountToCapture(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.fulfillment.strategy.FulfillmentOrderStrategy
-
- calculateAmountToCapture(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.strategy.FulfillmentOrderStrategyImpl
-
- calculateAmountToCharge(FulfillmentOrderItem) - Method in interface com.broadleafcommerce.oms.fulfillment.strategy.FulfillmentOrderStrategy
-
- calculateAmountToCharge(FulfillmentOrderItem) - Method in class com.broadleafcommerce.oms.fulfillment.strategy.FulfillmentOrderStrategyImpl
-
- calculateAmountToRefund(ReturnAuthorization, List<ReturnConfirmation>) - Method in interface com.broadleafcommerce.oms.returns.strategy.RefundCalculationStrategy
-
Calculates actual return amount.
- calculateAmountToRefund(ReturnAuthorization, List<ReturnConfirmation>) - Method in class com.broadleafcommerce.oms.returns.strategy.RefundCalculationStrategyImpl
-
- calculateAvailableAmountForOrderPayment(OrderPayment) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentPaymentLogService
-
- calculateAvailableAmountForOrderPayment(OrderPayment) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentPaymentLogServiceImpl
-
- calculateDistributionAcrossOrders(List<Long>) - Method in class com.broadleafcommerce.oms.returns.strategy.FlatRateReturnShippingChargeStrategyImpl
-
- calculateEstimatedAmountToRefund(ReturnAuthorization) - Method in interface com.broadleafcommerce.oms.returns.strategy.RefundCalculationStrategy
-
This estimates the return amount on the ReturnAuthorization
- calculateEstimatedAmountToRefund(ReturnAuthorization) - Method in class com.broadleafcommerce.oms.returns.strategy.RefundCalculationStrategyImpl
-
- calculateFulfillmentAmount(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.refund.strategy.AppeasementStrategyImpl
-
- calculateFulfillmentAmountSum(List<FulfillmentOrder>) - Method in interface com.broadleafcommerce.oms.refund.strategy.AppeasementStrategy
-
- calculateFulfillmentAmountSum(List<FulfillmentOrder>) - Method in class com.broadleafcommerce.oms.refund.strategy.AppeasementStrategyImpl
-
- calculateItemAmount(FulfillmentOrderItem) - Method in class com.broadleafcommerce.oms.refund.strategy.AppeasementStrategyImpl
-
- calculateItemAmountSum(List<FulfillmentOrderItem>) - Method in interface com.broadleafcommerce.oms.refund.strategy.AppeasementStrategy
-
- calculateItemAmountSum(List<FulfillmentOrderItem>) - Method in class com.broadleafcommerce.oms.refund.strategy.AppeasementStrategyImpl
-
- calculateProratedFulfillmentPrice(FulfillmentGroup, int) - Method in class com.broadleafcommerce.oms.returns.strategy.RefundCalculationStrategyImpl
-
By default this method divides total fulfillment price by the number of items in the fulfillment group and
then multiplies by the number of items being returned.
- calculateProratedFulfillmentTaxes(FulfillmentGroup, int, Map<Long, Money>) - Method in class com.broadleafcommerce.oms.returns.strategy.RefundCalculationStrategyImpl
-
By default this method divides total fulfillment taxes by the number of items in the fulfillment group and
then multiplies by the number of items being returned.
- calculateProratedItemAmount(FulfillmentOrderItem, int) - Method in class com.broadleafcommerce.oms.returns.strategy.RefundCalculationStrategyImpl
-
Takes the total item amount and divides by the number being returned.
- calculateProratedItemTaxes(FulfillmentGroupItem, int) - Method in class com.broadleafcommerce.oms.returns.strategy.RefundCalculationStrategyImpl
-
Takes the total item taxes and divides by the number being returned.
- calculateProratedItemTaxes(FulfillmentGroupItem, int, int, Money) - Method in class com.broadleafcommerce.oms.returns.strategy.RefundCalculationStrategyImpl
-
Takes the total item taxes and divides by the number being returned.
- calculateRefundableAmountForPaymentTransaction(PaymentTransaction) - Method in interface com.broadleafcommerce.oms.common.service.RefundService
-
Determines the refundable amount for the passed in PaymentTransaction
by subtracting all the other successful transaction of type PaymentTransactionType.REFUND
on the OrderPayment
whose parent payment transaction
is equal to the passed in PaymentTransaction
.
- calculateRefundableAmountForPaymentTransaction(PaymentTransaction) - Method in class com.broadleafcommerce.oms.common.service.RefundServiceImpl
-
- calculateRefundableAmountsForOrder(ReturnAuthorization, Money) - Method in class com.broadleafcommerce.oms.returns.strategy.AbstractReturnRefundStrategy
-
- calculateRefundableAmountsForOrder(ReturnAuthorization, Money) - Method in interface com.broadleafcommerce.oms.returns.strategy.ReturnRefundStrategy
-
- calculateReturnAuthAmounts(ReturnAuthorization, List<ReturnConfirmation>, ReturnRefundStrategyType, Long) - Method in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- calculateReturnAuthGroupCode(ReturnAuthorizationGroup) - Method in interface com.broadleafcommerce.oms.returns.strategy.ReturnAuthGroupCodeStrategy
-
- calculateReturnAuthGroupCode(ReturnAuthorizationGroup) - Method in class com.broadleafcommerce.oms.returns.strategy.ReturnAuthGroupCodeStrategyImpl
-
- calculateReturnAuthGroupTracking(ReturnAuthorizationGroup) - Method in interface com.broadleafcommerce.oms.returns.strategy.ReturnAuthGroupTrackingNumberStrategy
-
- calculateReturnAuthGroupTracking(ReturnAuthorizationGroup) - Method in class com.broadleafcommerce.oms.returns.strategy.ReturnAuthGroupTrackingNumberStrategyImpl
-
- calculateTotalsForOrderAfterSplit(FulfillmentOrder, FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.fulfillment.strategy.FulfillmentOrderStrategy
-
- calculateTotalsForOrderAfterSplit(FulfillmentOrder, FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.strategy.FulfillmentOrderStrategyImpl
-
- canCancel(Order) - Method in interface com.broadleafcommerce.oms.cancellation.service.CancellationService
-
- canCancel(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.cancellation.service.CancellationService
-
- canCancel(FulfillmentOrderItem, int) - Method in interface com.broadleafcommerce.oms.cancellation.service.CancellationService
-
- canCancel(Order) - Method in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- canCancel(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- canCancel(FulfillmentOrderItem, int) - Method in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- canCancelOrder(OMSOrder) - Method in class com.broadleafcommerce.oms.cancellation.strategy.CancellationReversePaymentStrategyImpl
-
- cancel(HttpServletRequest, HttpServletResponse, MultiValueMap<String, String>, Map<String, String>, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- CANCEL - Static variable in class com.broadleafcommerce.oms.admin.web.form.AdminOmsEntityFormAction
-
- CANCEL - Static variable in class com.broadleafcommerce.oms.admin.web.form.AdminOmsListGridActions
-
- cancel(Order, String, String) - Method in interface com.broadleafcommerce.oms.cancellation.service.CancellationService
-
- cancel(FulfillmentOrder, String, String) - Method in interface com.broadleafcommerce.oms.cancellation.service.CancellationService
-
- cancel(FulfillmentOrderItem, int) - Method in interface com.broadleafcommerce.oms.cancellation.service.CancellationService
-
- cancel(List<CancelRequestDTO>) - Method in interface com.broadleafcommerce.oms.cancellation.service.CancellationService
-
- cancel(Order, String, String) - Method in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- cancel(FulfillmentOrder, String, String) - Method in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- cancel(FulfillmentOrderItem, int) - Method in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- cancel(List<CancelRequestDTO>) - Method in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- cancel(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentService
-
- cancel(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
Deprecated.
- CANCEL_CHANGE_ORDER_URL - Static variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- CANCEL_RMA - Static variable in class com.broadleafcommerce.oms.admin.web.form.AdminOmsListGridActions
-
- cancelChangeOrder(HttpServletRequest, HttpServletResponse) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- cancelChangeOrder(Order) - Method in interface com.broadleafcommerce.oms.order.service.ChangeOrderService
-
- cancelChangeOrder(Order) - Method in class com.broadleafcommerce.oms.order.service.ChangeOrderServiceImpl
-
- cancelFulfillmentOrder(HttpServletRequest, Long, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- CancelItemRequestDTO - Class in com.broadleafcommerce.oms.cancellation.service.call
-
- CancelItemRequestDTO() - Constructor for class com.broadleafcommerce.oms.cancellation.service.call.CancelItemRequestDTO
-
- cancelItems(HttpServletRequest, HttpServletResponse, MultiValueMap<String, String>, Map<String, String>, Long, FulfillmentOrderItemActionForm) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- cancelItems(HttpServletRequest, String, CancelRequestWrapper) - Method in class com.broadleafcommerce.oms.api.endpoint.OMSEndpoint
-
Put single CancelRequestWrapper into list to pass to cancelItems(List)
- cancelItems(List<CancelRequestWrapper>) - Method in class com.broadleafcommerce.oms.api.endpoint.OMSEndpoint
-
Cancel specified items from list of CancelRequestItems
- CancellationException - Exception in com.broadleafcommerce.oms.cancellation.service
-
- CancellationException() - Constructor for exception com.broadleafcommerce.oms.cancellation.service.CancellationException
-
- CancellationException(String, Throwable) - Constructor for exception com.broadleafcommerce.oms.cancellation.service.CancellationException
-
- CancellationException(String) - Constructor for exception com.broadleafcommerce.oms.cancellation.service.CancellationException
-
- CancellationException(Throwable) - Constructor for exception com.broadleafcommerce.oms.cancellation.service.CancellationException
-
- cancellationIncrementInventoryStrategy - Variable in class com.broadleafcommerce.oms.cancellation.service.workflow.activity.CancellationInventoryActivity
-
- CancellationIncrementInventoryStrategy - Interface in com.broadleafcommerce.oms.cancellation.strategy
-
- CancellationIncrementInventoryStrategyImpl - Class in com.broadleafcommerce.oms.cancellation.strategy
-
Default strategy to increment inventory because of a cancellation.
- CancellationIncrementInventoryStrategyImpl() - Constructor for class com.broadleafcommerce.oms.cancellation.strategy.CancellationIncrementInventoryStrategyImpl
-
- CancellationInventoryActivity - Class in com.broadleafcommerce.oms.cancellation.service.workflow.activity
-
Determine how and when to increment inventory after a cancellation of an order.
- CancellationInventoryActivity() - Constructor for class com.broadleafcommerce.oms.cancellation.service.workflow.activity.CancellationInventoryActivity
-
- CancellationOperationContext - Class in com.broadleafcommerce.oms.cancellation.service.workflow
-
- CancellationOperationContext() - Constructor for class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationOperationContext
-
- CancellationProcessContextFactory - Class in com.broadleafcommerce.oms.cancellation.service.workflow
-
This factory provides the context for the Cancellation workflow.
- CancellationProcessContextFactory() - Constructor for class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationProcessContextFactory
-
- cancellationReason - Variable in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationSeed
-
- cancellationReasonType - Variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- cancellationReasonType - Variable in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- CancellationReversePaymentStrategy - Interface in com.broadleafcommerce.oms.cancellation.strategy
-
- CancellationReversePaymentStrategyImpl - Class in com.broadleafcommerce.oms.cancellation.strategy
-
Determines how to reverse payment for a cancellation based on the state of the order/fulfillment order.
- CancellationReversePaymentStrategyImpl() - Constructor for class com.broadleafcommerce.oms.cancellation.strategy.CancellationReversePaymentStrategyImpl
-
- CancellationSeed - Class in com.broadleafcommerce.oms.cancellation.service.workflow
-
This contains the data that will be cancelled.
- CancellationSeed(Order) - Constructor for class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationSeed
-
- CancellationSeed(FulfillmentOrder) - Constructor for class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationSeed
-
- cancellationService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- cancellationService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- cancellationService - Variable in class com.broadleafcommerce.oms.api.endpoint.OMSEndpoint
-
- CancellationService - Interface in com.broadleafcommerce.oms.cancellation.service
-
- cancellationService - Variable in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- CancellationServiceImpl - Class in com.broadleafcommerce.oms.cancellation.service
-
- CancellationServiceImpl() - Constructor for class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- CANCELLED - Static variable in class com.broadleafcommerce.oms.fulfillment.domain.type.FulfillmentOrderStatusType
-
This status represents a cancelled FulfillmentOrder or FulfillmentOrderItem.
- CANCELLED - Static variable in class com.broadleafcommerce.oms.order.service.type.SecondaryOrderStatus
-
This is equivalent to OrderStatus.CANCELLED
- CANCELLED - Static variable in class com.broadleafcommerce.oms.returns.domain.type.ReturnGroupStatusType
-
Indicates that the return group is in a cancelled state for ALL Return Authorizations within this group
This is a final state that indicates that a refund has been issued (i.e.
- CANCELLED - Static variable in class com.broadleafcommerce.oms.returns.domain.type.ReturnStatusType
-
Used for "soft" deletes.
- cancelOrder(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- cancelOrder(HttpServletRequest, Long, String, String) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- cancelOrder(HttpServletRequest, String, CancelRequestWrapper) - Method in class com.broadleafcommerce.oms.api.endpoint.OMSEndpoint
-
Cancel specified order
- CancelRequestDTO - Class in com.broadleafcommerce.oms.cancellation.service.call
-
- CancelRequestDTO() - Constructor for class com.broadleafcommerce.oms.cancellation.service.call.CancelRequestDTO
-
- CancelRequestWrapper - Class in com.broadleafcommerce.oms.api.wrapper
-
Created by caderea on 7/20/16.
- CancelRequestWrapper() - Constructor for class com.broadleafcommerce.oms.api.wrapper.CancelRequestWrapper
-
- CancelResponseDTO - Class in com.broadleafcommerce.oms.cancellation.service.call
-
- CancelResponseDTO() - Constructor for class com.broadleafcommerce.oms.cancellation.service.call.CancelResponseDTO
-
- cancelReturnAuthorization(ReturnAuthorization) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnsService
-
Allows for a cancellation or "soft" delete of ReturnAuthorization.
- cancelReturnAuthorization(ReturnAuthorization) - Method in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- cancelReturnAuthorizationGroup(ReturnAuthorizationGroup) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnsService
-
Allows for cancellation or "soft" delete of all Return Authorizations
in a Return Authorization Group.
- cancelReturnAuthorizationGroup(ReturnAuthorizationGroup) - Method in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- cancelRMA(HttpServletRequest, HttpServletResponse, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- cancelSingleItem(HttpServletRequest, String, String, Long, FulfillmentOrderItemWrapper) - Method in class com.broadleafcommerce.oms.api.endpoint.OMSEndpoint
-
Cancel a single item specified in request URL
- canConfirm(ReturnAuthorization) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnsService
-
- canConfirm(ReturnAuthorization) - Method in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- canFulfill(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- canHandle(ReturnRefundStrategyType) - Method in class com.broadleafcommerce.oms.returns.strategy.AbstractReturnRefundStrategy
-
- canHandle(ReturnRefundStrategyType) - Method in class com.broadleafcommerce.oms.returns.strategy.CustomerPaymentRefundStrategyImpl
-
- canHandle(ReturnRefundStrategyType) - Method in interface com.broadleafcommerce.oms.returns.strategy.ReturnRefundStrategy
-
- canHandle(ReturnRefundStrategyType) - Method in class com.broadleafcommerce.oms.returns.strategy.SystemReturnRefundStrategyImpl
-
- canHandleAdd(PersistencePackage) - Method in class com.broadleafcommerce.oms.customer.service.handler.OMSCustomerNoteCustomPersistenceHandler
-
- canHandleAdd(PersistencePackage) - Method in class com.broadleafcommerce.oms.fulfillment.service.handler.OMSFulfillmentOrderNoteCustomPersistenceHandler
-
- canHandleAdd(PersistencePackage) - Method in class com.broadleafcommerce.oms.order.service.handler.OMSOrderNoteCustomPersistenceHandler
-
- canHandleFetch(PersistencePackage) - Method in class com.broadleafcommerce.oms.customer.service.handler.OMSCustomerCustomPersistenceHandler
-
- canHandleFetch(PersistencePackage) - Method in class com.broadleafcommerce.oms.order.service.handler.OMSOrderCustomPersistenceHandler
-
- canHandleInspect(PersistencePackage) - Method in class com.broadleafcommerce.oms.customer.service.handler.OMSCustomerCustomPersistenceHandler
-
- canHandleInspect(PersistencePackage) - Method in class com.broadleafcommerce.oms.order.service.handler.OMSOrderCustomPersistenceHandler
-
- canHandleRemove(PersistencePackage) - Method in class com.broadleafcommerce.oms.order.service.handler.OMSOrderNoteCustomPersistenceHandler
-
- canHandleUpdate(PersistencePackage) - Method in class com.broadleafcommerce.oms.customer.service.handler.OMSCustomerAddressCustomPersistenceHandler
-
- canHandleUpdate(PersistencePackage) - Method in class com.broadleafcommerce.oms.customer.service.handler.OMSCustomerNoteCustomPersistenceHandler
-
- canHandleUpdate(PersistencePackage) - Method in class com.broadleafcommerce.oms.customer.service.handler.OMSCustomerPhoneCustomPersistenceHandler
-
- canHandleUpdate(PersistencePackage) - Method in class com.broadleafcommerce.oms.fulfillment.service.handler.OMSFulfillmentOrderNoteCustomPersistenceHandler
-
- canHandleUpdate(PersistencePackage) - Method in class com.broadleafcommerce.oms.order.service.handler.OMSOrderNoteCustomPersistenceHandler
-
- CAPTURE - Static variable in class com.broadleafcommerce.oms.admin.web.form.AdminOmsListGridActions
-
- CAPTURED_TRANSACTIONS - Static variable in class com.broadleafcommerce.oms.fulfillment.service.workflow.activity.PaymentActivity
-
- CATALOG_DOMAIN_PACKAGE_REGEX - Static variable in class com.broadleafcommerce.oms.order.service.ChangeOrderCopier
-
- CHANGE_COMPLETE - Static variable in class com.broadleafcommerce.oms.order.domain.type.ChangeOrderStatus
-
The final state in a change order flow, indicating that all changes have been completed.
- CHANGE_IN_PROCESS - Static variable in class com.broadleafcommerce.oms.order.domain.type.ChangeOrderStatus
-
Indicates that a CSR is in the process of modifying this order
- CHANGE_ORDER_URL - Static variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- CHANGE_SAVED_PENDING - Static variable in class com.broadleafcommerce.oms.order.domain.type.ChangeOrderStatus
-
Indicates that a CSR has saved this modification and will return to complete or cancel at a later date
- changeOrder(HttpServletRequest, HttpServletResponse, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCsrController
-
- changeOrder(HttpServletRequest, HttpServletResponse, Model, Long) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- changeOrder(CopyOperation<T, G>, Class<T>, T, MultiTenantCopyContext) - Method in class com.broadleafcommerce.oms.order.service.ChangeOrderCopier
-
- ChangeOrderCartServiceExtensionHandler - Class in com.broadleafcommerce.oms.order.extension
-
By default, during a change order, a clone should have the item prices
locked to what was honored at time of checkout.
- ChangeOrderCartServiceExtensionHandler() - Constructor for class com.broadleafcommerce.oms.order.extension.ChangeOrderCartServiceExtensionHandler
-
- ChangeOrderCopier - Class in com.broadleafcommerce.oms.order.service
-
- ChangeOrderCopier() - Constructor for class com.broadleafcommerce.oms.order.service.ChangeOrderCopier
-
- ChangeOrderDao - Interface in com.broadleafcommerce.oms.order.dao
-
- changeOrderDao - Variable in class com.broadleafcommerce.oms.order.service.ChangeOrderServiceImpl
-
- ChangeOrderDaoImpl - Class in com.broadleafcommerce.oms.order.dao
-
- ChangeOrderDaoImpl() - Constructor for class com.broadleafcommerce.oms.order.dao.ChangeOrderDaoImpl
-
- changeOrderService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- changeOrderService - Variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- ChangeOrderService - Interface in com.broadleafcommerce.oms.order.service
-
- ChangeOrderServiceImpl - Class in com.broadleafcommerce.oms.order.service
-
- ChangeOrderServiceImpl() - Constructor for class com.broadleafcommerce.oms.order.service.ChangeOrderServiceImpl
-
- ChangeOrderShippingInfoForm - Class in com.broadleafcommerce.oms.csr.model
-
- ChangeOrderShippingInfoForm() - Constructor for class com.broadleafcommerce.oms.csr.model.ChangeOrderShippingInfoForm
-
- changeOrderStatus - Variable in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- ChangeOrderStatus - Class in com.broadleafcommerce.oms.order.domain.type
-
A sub-status on
OMSOrder
that represents the different states an
OrderStatus.CSR_OWNED
order can be in.
- ChangeOrderStatus() - Constructor for class com.broadleafcommerce.oms.order.domain.type.ChangeOrderStatus
-
- ChangeOrderStatus(String, String) - Constructor for class com.broadleafcommerce.oms.order.domain.type.ChangeOrderStatus
-
- changeOrderWorkflow - Variable in class com.broadleafcommerce.oms.order.service.ChangeOrderServiceImpl
-
- changeStatus(FulfillmentOrder, FulfillmentOrderStatusType) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentService
-
Allows business methods logic to be applied to a status change.
- changeStatus(FulfillmentOrder, FulfillmentOrderStatusType) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- ChargePendingPaymentsBlockActivity - Class in com.broadleafcommerce.oms.order.service.workflow.activity
-
Blocking Workflow activity to AUTHORIZE or AUTHORIZE_AND_CAPTURE any
PENDING payments.
- ChargePendingPaymentsBlockActivity() - Constructor for class com.broadleafcommerce.oms.order.service.workflow.activity.ChargePendingPaymentsBlockActivity
-
- ChargePendingPaymentsBlockActivity.ResponseTransactionPair - Class in com.broadleafcommerce.oms.order.service.workflow.activity
-
- checkForBundles(List<FulfillmentOrderItem>) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- cloneOrder(Order) - Method in interface com.broadleafcommerce.oms.order.service.OrderCloneService
-
- cloneOrder(Order) - Method in class com.broadleafcommerce.oms.order.service.OrderCloneServiceImpl
-
- closeReturnAuthorization(ReturnAuthorization) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnsService
-
Allows for a completion or "partial cancellation" of the remaining Return Authorization Items
and quantities in a Return Authorization.
- closeReturnAuthorization(ReturnAuthorization) - Method in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- closeReturnAuthorizationGroup(ReturnAuthorizationGroup) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnsService
-
Allows for a completion or "partial cancellation" of the remaining Return Authorization Items
and quantities for all Return Authorizations in a Return Authorization Group
By default, any ReturnsException caught while completing an individual
Return Auth within the group will not block the others from being completed.
- closeReturnAuthorizationGroup(ReturnAuthorizationGroup) - Method in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- closeRMA(HttpServletRequest, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsReceiptController
-
- com.broadleafcommerce.oms.admin.web.controller - package com.broadleafcommerce.oms.admin.web.controller
-
- com.broadleafcommerce.oms.admin.web.controller.dto - package com.broadleafcommerce.oms.admin.web.controller.dto
-
- com.broadleafcommerce.oms.admin.web.controller.handler - package com.broadleafcommerce.oms.admin.web.controller.handler
-
- com.broadleafcommerce.oms.admin.web.expression - package com.broadleafcommerce.oms.admin.web.expression
-
- com.broadleafcommerce.oms.admin.web.filter - package com.broadleafcommerce.oms.admin.web.filter
-
- com.broadleafcommerce.oms.admin.web.form - package com.broadleafcommerce.oms.admin.web.form
-
- com.broadleafcommerce.oms.admin.web.security - package com.broadleafcommerce.oms.admin.web.security
-
- com.broadleafcommerce.oms.admin.web.service - package com.broadleafcommerce.oms.admin.web.service
-
- com.broadleafcommerce.oms.api.endpoint - package com.broadleafcommerce.oms.api.endpoint
-
- com.broadleafcommerce.oms.api.wrapper - package com.broadleafcommerce.oms.api.wrapper
-
- com.broadleafcommerce.oms.cancellation.service - package com.broadleafcommerce.oms.cancellation.service
-
- com.broadleafcommerce.oms.cancellation.service.call - package com.broadleafcommerce.oms.cancellation.service.call
-
- com.broadleafcommerce.oms.cancellation.service.workflow - package com.broadleafcommerce.oms.cancellation.service.workflow
-
- com.broadleafcommerce.oms.cancellation.service.workflow.activity - package com.broadleafcommerce.oms.cancellation.service.workflow.activity
-
- com.broadleafcommerce.oms.cancellation.strategy - package com.broadleafcommerce.oms.cancellation.strategy
-
- com.broadleafcommerce.oms.common.dao - package com.broadleafcommerce.oms.common.dao
-
- com.broadleafcommerce.oms.common.event - package com.broadleafcommerce.oms.common.event
-
- com.broadleafcommerce.oms.common.service - package com.broadleafcommerce.oms.common.service
-
- com.broadleafcommerce.oms.common.type - package com.broadleafcommerce.oms.common.type
-
- com.broadleafcommerce.oms.csr.model - package com.broadleafcommerce.oms.csr.model
-
- com.broadleafcommerce.oms.csr.validator - package com.broadleafcommerce.oms.csr.validator
-
- com.broadleafcommerce.oms.csr.web.controller - package com.broadleafcommerce.oms.csr.web.controller
-
- com.broadleafcommerce.oms.csr.web.filter - package com.broadleafcommerce.oms.csr.web.filter
-
- com.broadleafcommerce.oms.csr.web.service - package com.broadleafcommerce.oms.csr.web.service
-
- com.broadleafcommerce.oms.customer.dao - package com.broadleafcommerce.oms.customer.dao
-
- com.broadleafcommerce.oms.customer.domain - package com.broadleafcommerce.oms.customer.domain
-
- com.broadleafcommerce.oms.customer.domain.type - package com.broadleafcommerce.oms.customer.domain.type
-
- com.broadleafcommerce.oms.customer.service - package com.broadleafcommerce.oms.customer.service
-
- com.broadleafcommerce.oms.customer.service.handler - package com.broadleafcommerce.oms.customer.service.handler
-
- com.broadleafcommerce.oms.fulfillment.dao - package com.broadleafcommerce.oms.fulfillment.dao
-
- com.broadleafcommerce.oms.fulfillment.domain - package com.broadleafcommerce.oms.fulfillment.domain
-
- com.broadleafcommerce.oms.fulfillment.domain.type - package com.broadleafcommerce.oms.fulfillment.domain.type
-
- com.broadleafcommerce.oms.fulfillment.service - package com.broadleafcommerce.oms.fulfillment.service
-
- com.broadleafcommerce.oms.fulfillment.service.call - package com.broadleafcommerce.oms.fulfillment.service.call
-
- com.broadleafcommerce.oms.fulfillment.service.handler - package com.broadleafcommerce.oms.fulfillment.service.handler
-
- com.broadleafcommerce.oms.fulfillment.service.workflow - package com.broadleafcommerce.oms.fulfillment.service.workflow
-
- com.broadleafcommerce.oms.fulfillment.service.workflow.activity - package com.broadleafcommerce.oms.fulfillment.service.workflow.activity
-
- com.broadleafcommerce.oms.fulfillment.strategy - package com.broadleafcommerce.oms.fulfillment.strategy
-
- com.broadleafcommerce.oms.offer.dao - package com.broadleafcommerce.oms.offer.dao
-
- com.broadleafcommerce.oms.order.dao - package com.broadleafcommerce.oms.order.dao
-
- com.broadleafcommerce.oms.order.domain - package com.broadleafcommerce.oms.order.domain
-
- com.broadleafcommerce.oms.order.domain.type - package com.broadleafcommerce.oms.order.domain.type
-
- com.broadleafcommerce.oms.order.exception - package com.broadleafcommerce.oms.order.exception
-
- com.broadleafcommerce.oms.order.extension - package com.broadleafcommerce.oms.order.extension
-
- com.broadleafcommerce.oms.order.listener - package com.broadleafcommerce.oms.order.listener
-
- com.broadleafcommerce.oms.order.service - package com.broadleafcommerce.oms.order.service
-
- com.broadleafcommerce.oms.order.service.handler - package com.broadleafcommerce.oms.order.service.handler
-
- com.broadleafcommerce.oms.order.service.type - package com.broadleafcommerce.oms.order.service.type
-
- com.broadleafcommerce.oms.order.service.workflow.activity - package com.broadleafcommerce.oms.order.service.workflow.activity
-
- com.broadleafcommerce.oms.refund.dao - package com.broadleafcommerce.oms.refund.dao
-
- com.broadleafcommerce.oms.refund.domain - package com.broadleafcommerce.oms.refund.domain
-
- com.broadleafcommerce.oms.refund.service - package com.broadleafcommerce.oms.refund.service
-
- com.broadleafcommerce.oms.refund.strategy - package com.broadleafcommerce.oms.refund.strategy
-
- com.broadleafcommerce.oms.returns.dao - package com.broadleafcommerce.oms.returns.dao
-
- com.broadleafcommerce.oms.returns.domain - package com.broadleafcommerce.oms.returns.domain
-
- com.broadleafcommerce.oms.returns.domain.type - package com.broadleafcommerce.oms.returns.domain.type
-
- com.broadleafcommerce.oms.returns.service - package com.broadleafcommerce.oms.returns.service
-
- com.broadleafcommerce.oms.returns.service.call - package com.broadleafcommerce.oms.returns.service.call
-
- com.broadleafcommerce.oms.returns.service.type - package com.broadleafcommerce.oms.returns.service.type
-
- com.broadleafcommerce.oms.returns.service.workflow - package com.broadleafcommerce.oms.returns.service.workflow
-
- com.broadleafcommerce.oms.returns.service.workflow.activity - package com.broadleafcommerce.oms.returns.service.workflow.activity
-
- com.broadleafcommerce.oms.returns.strategy - package com.broadleafcommerce.oms.returns.strategy
-
- com.broadleafcommerce.oms.search.dao - package com.broadleafcommerce.oms.search.dao
-
- com.broadleafcommerce.oms.search.listener - package com.broadleafcommerce.oms.search.listener
-
- com.broadleafcommerce.oms.search.service - package com.broadleafcommerce.oms.search.service
-
- com.broadleafcommerce.oms.search.service.call - package com.broadleafcommerce.oms.search.service.call
-
- com.broadleafcommerce.oms.search.service.type - package com.broadleafcommerce.oms.search.service.type
-
- com.broadleafcommerce.oms.util - package com.broadleafcommerce.oms.util
-
- com.broadleafcommerce.oms.weave - package com.broadleafcommerce.oms.weave
-
- comment - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNoteImpl
-
- commit - Variable in class com.broadleafcommerce.oms.search.service.SolrCustomerIndexServiceImpl
-
- commit(SolrClient) - Method in class com.broadleafcommerce.oms.search.service.SolrCustomerIndexServiceImpl
-
- commit - Variable in class com.broadleafcommerce.oms.search.service.SolrOrderIndexServiceImpl
-
- commit(SolrClient) - Method in class com.broadleafcommerce.oms.search.service.SolrOrderIndexServiceImpl
-
- compareTo(ReturnConditionType) - Method in class com.broadleafcommerce.oms.returns.domain.type.ReturnConditionType
-
- COMPLETE_CHANGE_ORDER_URL - Static variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- CompleteCancellationActivity - Class in com.broadleafcommerce.oms.cancellation.service.workflow.activity
-
This activity sets the status(es) to cancelled and saves the order or the fulfillment order.
- CompleteCancellationActivity() - Constructor for class com.broadleafcommerce.oms.cancellation.service.workflow.activity.CompleteCancellationActivity
-
- completeChangeOrder(HttpServletRequest, HttpServletResponse) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- completeChangeOrder(Order) - Method in interface com.broadleafcommerce.oms.order.service.ChangeOrderService
-
- completeChangeOrder(Order) - Method in class com.broadleafcommerce.oms.order.service.ChangeOrderServiceImpl
-
- CompleteChangeOrderActivity - Class in com.broadleafcommerce.oms.order.service.workflow.activity
-
- CompleteChangeOrderActivity() - Constructor for class com.broadleafcommerce.oms.order.service.workflow.activity.CompleteChangeOrderActivity
-
- CompleteChangeOrderRollbackHandler - Class in com.broadleafcommerce.oms.order.service.workflow.activity
-
- CompleteChangeOrderRollbackHandler() - Constructor for class com.broadleafcommerce.oms.order.service.workflow.activity.CompleteChangeOrderRollbackHandler
-
- COMPLETED - Static variable in class com.broadleafcommerce.oms.returns.domain.type.ReturnGroupStatusType
-
Indicates that the return group is in a completed state for ALL Return Authorizations within this group
This is a final state that indicates that a refund has been issued (i.e.
- COMPLETED - Static variable in class com.broadleafcommerce.oms.returns.domain.type.ReturnStatusType
-
Indicates that the return is in a completed state.
- CompleteFulfillmentOrderActivity - Class in com.broadleafcommerce.oms.fulfillment.service.workflow.activity
-
- CompleteFulfillmentOrderActivity() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.workflow.activity.CompleteFulfillmentOrderActivity
-
- CompleteOrderBlockActivity - Class in com.broadleafcommerce.oms.order.service.workflow.activity
-
Activity to clean up blocking activities and un-assign any CSRs from the order if not blocked.
- CompleteOrderBlockActivity() - Constructor for class com.broadleafcommerce.oms.order.service.workflow.activity.CompleteOrderBlockActivity
-
- condition - Variable in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationRequestDTO
-
- condition - Variable in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- CONFIRM_RMA - Static variable in class com.broadleafcommerce.oms.admin.web.form.AdminOmsListGridActions
-
- CONFIRMATION_DETAIL - Static variable in class com.broadleafcommerce.oms.admin.web.form.AdminOmsListGridActions
-
- confirmationStrategy - Variable in class com.broadleafcommerce.oms.order.service.workflow.activity.ChargePendingPaymentsBlockActivity
-
- CONFIRMED - Static variable in class com.broadleafcommerce.oms.returns.domain.type.ReturnConfirmationStatusType
-
Indicates that the return confirmation is in a completed state.
- confirmedQuantityReturned - Variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- confirmReturn(ReturnConfirmationGroupRequestDTO, String) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnsService
-
This method represents the end of the return / refund process.
- confirmReturn(ReturnConfirmationGroupRequestDTO, String) - Method in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- confirmReturnEstimate(ReturnConfirmationGroupRequestDTO) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnsService
-
TODO
implement the function to confirm a single return authorization if we determine it is necessary
- confirmReturnEstimate(ReturnConfirmationGroupRequestDTO) - Method in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- confirmReturnGroup(List<ReturnConfirmationGroupRequestDTO>, List<Long>, String) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnsService
-
This method represents the end of the return / refund process.
- confirmReturnGroup(List<ReturnConfirmationGroupRequestDTO>, List<Long>, String) - Method in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- confirmReturnGroupEstimate(List<ReturnConfirmationGroupRequestDTO>, List<Long>) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnsService
-
Takes a list of ReturnConfirmationRequestDTOs and build a new return authorization group estimate DTO
- confirmReturnGroupEstimate(List<ReturnConfirmationGroupRequestDTO>, List<Long>) - Method in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- confirmRMA(HttpServletRequest, ReturnConfForm) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsReceiptController
-
- constructOrderBlockReason(OMSOrder, String) - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.AbstractBlockOrderActivity
-
- constructRefundPaymentLogs(ReturnAuthorization, Money) - Method in class com.broadleafcommerce.oms.returns.strategy.CustomerPaymentRefundStrategyImpl
-
- constructRefundPaymentLogs(ReturnAuthorization, Money) - Method in interface com.broadleafcommerce.oms.returns.strategy.ReturnRefundStrategy
-
- constructRefundPaymentLogs(ReturnAuthorization, Money) - Method in class com.broadleafcommerce.oms.returns.strategy.SystemReturnRefundStrategyImpl
-
- constructReturnAuthorization(ReturnAuthorizationGroup, List<ReturnItemRequestDTO>, String) - Method in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- constructReturnAuthorizationGroup(ReturnAuthorizationGroup, List<ReturnItemRequestDTO>, List<Long>, String) - Method in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- convertCustomerPaymentToOrderPayment(HttpServletRequest, HttpServletResponse, OrderPaymentForm, BindingResult) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- convertManualAuthToOrderPayment(HttpServletRequest, HttpServletResponse, OrderPaymentForm, BindingResult) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- copier - Variable in class com.broadleafcommerce.oms.order.service.OrderCloneServiceImpl
-
- copyEntities(MultiTenantCopyContext) - Method in class com.broadleafcommerce.oms.order.service.ChangeOrderCopier
-
- countNumberOfUnits(Money) - Method in class com.broadleafcommerce.oms.fulfillment.strategy.FulfillmentOrderStrategyImpl
-
- countNumberOfUnits(Money) - Method in class com.broadleafcommerce.oms.refund.strategy.AppeasementStrategyImpl
-
- countryService - Variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- countrySubdivisionService - Variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- create() - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentPaymentLogDao
-
- create() - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentPaymentLogDaoImpl
-
- create() - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentPaymentLogService
-
- create() - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentPaymentLogServiceImpl
-
- create() - Method in interface com.broadleafcommerce.oms.refund.dao.RefundPaymentLogDao
-
- create() - Method in class com.broadleafcommerce.oms.refund.dao.RefundPaymentLogDaoImpl
-
- create() - Method in interface com.broadleafcommerce.oms.refund.service.RefundPaymentLogService
-
- create() - Method in class com.broadleafcommerce.oms.refund.service.RefundPaymentLogServiceImpl
-
- CREATE_RMA - Static variable in class com.broadleafcommerce.oms.admin.web.form.AdminOmsListGridActions
-
- createChangeOrder(Order) - Method in interface com.broadleafcommerce.oms.order.service.ChangeOrderService
-
- createChangeOrder(Order) - Method in class com.broadleafcommerce.oms.order.service.ChangeOrderServiceImpl
-
- createContext(CancellationSeed) - Method in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationProcessContextFactory
-
- createContext(FulfillmentSeed) - Method in class com.broadleafcommerce.oms.fulfillment.service.workflow.FulfillmentProcessContextFactory
-
- createContext(ReturnsSeed) - Method in class com.broadleafcommerce.oms.returns.service.workflow.ReturnsProcessContextFactory
-
- createDateFromString(String) - Method in class com.broadleafcommerce.oms.search.service.OMSSolrSearchService
-
Sanitizes a date string and returns an appropriately formatted Date.
- createEvaluationContextInternal(Authentication, MethodInvocation) - Method in class com.broadleafcommerce.oms.admin.web.security.AdminOmsSecurityExpressionHandler
-
- CreateFulfillmentOrderActivity - Class in com.broadleafcommerce.oms.fulfillment.service.workflow.activity
-
This is a Checkout Activity that may optionally be added to the checkout workflow to
create a FulfillmentOrder for each fulfillment group in an Order.
- CreateFulfillmentOrderActivity() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.workflow.activity.CreateFulfillmentOrderActivity
-
- createFulfillmentOrderItems(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- CreateFulfillmentOrderRollbackHandler - Class in com.broadleafcommerce.oms.fulfillment.service.workflow.activity
-
- CreateFulfillmentOrderRollbackHandler() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.workflow.activity.CreateFulfillmentOrderRollbackHandler
-
- createFulfillmentOrders(Order) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentService
-
Creates the initial FulfillmentOrders for the passed in order.
- createFulfillmentOrders(Order) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- createFulfillmentOrderTab(EntityForm, FulfillmentOrder, Integer, String, String) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- createNew() - Method in interface com.broadleafcommerce.oms.common.dao.FulfillmentOrderNoteDao
-
- createNew() - Method in class com.broadleafcommerce.oms.common.dao.FulfillmentOrderNoteDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.common.dao.ReturnAuthorizationNoteDao
-
- createNew() - Method in class com.broadleafcommerce.oms.common.dao.ReturnAuthorizationNoteDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.customer.dao.CustomerNoteDao
-
Creates a new instance of CustomerNote.
- createNew() - Method in class com.broadleafcommerce.oms.customer.dao.CustomerNoteDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.customer.service.CustomerNoteService
-
- createNew() - Method in class com.broadleafcommerce.oms.customer.service.CustomerNoteServiceImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderAdminAssignmentDao
-
Creates a new instance of OrderAdminAssignment.
- createNew() - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderAdminAssignmentDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDao
-
Creates a new instance of FulfillmentOrder.
- createNew() - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderItemDao
-
- createNew() - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderItemDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.fulfillment.dao.ShipmentDetailDao
-
- createNew() - Method in class com.broadleafcommerce.oms.fulfillment.dao.ShipmentDetailDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderItemService
-
- createNew() - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderItemServiceImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderService
-
Creates a new instance, but does not necessarily save the instance to the database.
- createNew() - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderServiceImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.fulfillment.service.ShipmentDetailService
-
- createNew() - Method in class com.broadleafcommerce.oms.fulfillment.service.ShipmentDetailServiceImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.order.dao.OMSOrderLockDao
-
- createNew() - Method in class com.broadleafcommerce.oms.order.dao.OMSOrderLockDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.order.dao.OrderAdminAssignmentDao
-
Creates a new instance of OrderAdminAssignment.
- createNew() - Method in class com.broadleafcommerce.oms.order.dao.OrderAdminAssignmentDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.order.dao.OrderBlockAuditDao
-
Creates a new instance of OrderBlockAudit.
- createNew() - Method in class com.broadleafcommerce.oms.order.dao.OrderBlockAuditDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.order.dao.OrderBlockReasonDao
-
Creates a new instance of OrderBlockReason.
- createNew() - Method in class com.broadleafcommerce.oms.order.dao.OrderBlockReasonDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.order.dao.OrderNoteDao
-
Creates a new instance of OrderNote.
- createNew() - Method in class com.broadleafcommerce.oms.order.dao.OrderNoteDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.order.service.OrderBlockReasonService
-
- createNew() - Method in class com.broadleafcommerce.oms.order.service.OrderBlockReasonServiceImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.order.service.OrderNoteService
-
- createNew() - Method in class com.broadleafcommerce.oms.order.service.OrderNoteServiceImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.refund.dao.AppeasementAdjustmentDao
-
Creates a new instance of AppeasementAdjustment.
- createNew() - Method in class com.broadleafcommerce.oms.refund.dao.AppeasementAdjustmentDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.refund.dao.AppeasementFulfillmentAdjustmentDao
-
Creates a new instance of AppeasementFulfillmentAdjustment.
- createNew() - Method in class com.broadleafcommerce.oms.refund.dao.AppeasementFulfillmentAdjustmentDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationDao
-
- createNew() - Method in class com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationGroupDao
-
- createNew() - Method in class com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationGroupDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationItemDao
-
- createNew() - Method in class com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationItemDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.returns.dao.ReturnConfirmationDao
-
- createNew() - Method in class com.broadleafcommerce.oms.returns.dao.ReturnConfirmationDaoImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.returns.service.ReturnAuthorizationGroupService
-
- createNew() - Method in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationGroupServiceImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.returns.service.ReturnAuthorizationItemService
-
- createNew() - Method in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationItemServiceImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.returns.service.ReturnAuthorizationService
-
Creates a new ReturnAuthorization object, much like a factory.
- createNew() - Method in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationServiceImpl
-
- createNew() - Method in interface com.broadleafcommerce.oms.returns.service.ReturnConfirmationService
-
- createNew() - Method in class com.broadleafcommerce.oms.returns.service.ReturnConfirmationServiceImpl
-
- createNewTransactionsFromResponse(PaymentResponseDTO, PaymentTransaction) - Method in class com.broadleafcommerce.oms.order.service.OMSOrderPaymentServiceImpl
-
Creates a new transaction based on the response from the gateway.
- createOrderPaymentFromManualAuthToken(Order, String, Money) - Method in interface com.broadleafcommerce.oms.order.service.OMSOrderPaymentService
-
Create an OrderPayment
with a single
PaymentTransactionType.AUTHORIZE
PaymentTransaction
initialized with the
passed in amount and order.
- createOrderPaymentFromManualAuthToken(Order, String, Money) - Method in class com.broadleafcommerce.oms.order.service.OMSOrderPaymentServiceImpl
-
- createOrderTab(EntityForm, Order, Integer, String, String) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- createOrRetrieveCopyInstance(MultiTenantCopyContext) - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- createOrRetrieveCopyInstance(MultiTenantCopyContext) - Method in class com.broadleafcommerce.oms.order.domain.OrderAdminAssignmentImpl
-
- createReturnAuthorization(HttpServletRequest, ReturnAuthGroupForm) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- CreateReturnDTO - Class in com.broadleafcommerce.oms.admin.web.controller.dto
-
Created by brandon on 11/5/15.
- CreateReturnDTO() - Constructor for class com.broadleafcommerce.oms.admin.web.controller.dto.CreateReturnDTO
-
- createSecurityExpressionRoot(Authentication, MethodInvocation) - Method in class com.broadleafcommerce.oms.admin.web.security.AdminOmsSecurityExpressionHandler
-
- createShipmentDetail(ShipmentDetailRequestDTO, FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- crossAppAdminAuthService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCsrController
-
- crossAppAuthService - Variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- crossAppAuthService - Variable in class com.broadleafcommerce.oms.csr.web.filter.OMSCsrRequestFilter
-
- CSR_ADD_ORDER_PAYMENT - Static variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- CSR_CHANGE_ORDER - Static variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- CSR_EDIT_ORDER_PAYMENT - Static variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- customCriteria - Static variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- customer - Variable in class com.broadleafcommerce.oms.customer.domain.CustomerNoteImpl
-
- customer - Variable in class com.broadleafcommerce.oms.search.service.CustomerSearchResult
-
- CUSTOMER_CREATED - Static variable in class com.broadleafcommerce.oms.customer.domain.type.CustomerNoteEventType
-
- CUSTOMER_FIRST_NAME - Static variable in class com.broadleafcommerce.oms.search.service.type.OMSDBOrderSearchFieldType
-
- CUSTOMER_LAST_NAME - Static variable in class com.broadleafcommerce.oms.search.service.type.OMSDBOrderSearchFieldType
-
- CUSTOMER_PAYMENT - Static variable in class com.broadleafcommerce.oms.returns.service.type.ReturnRefundStrategyType
-
- CUSTOMER_RETURNS_TAB - Static variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- customerAddressService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- customerDao - Variable in class com.broadleafcommerce.oms.search.service.SolrCustomerIndexServiceImpl
-
- customerDao - Variable in class com.broadleafcommerce.oms.search.service.SolrCustomerSearchServiceImpl
-
- customerId - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnAuthGroupForm
-
- customerId - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfForm
-
- CustomerIndexDao - Interface in com.broadleafcommerce.oms.search.dao
-
- customerIndexDao - Variable in class com.broadleafcommerce.oms.search.service.SolrCustomerIndexServiceImpl
-
- CustomerIndexDaoImpl - Class in com.broadleafcommerce.oms.search.dao
-
- CustomerIndexDaoImpl() - Constructor for class com.broadleafcommerce.oms.search.dao.CustomerIndexDaoImpl
-
- CustomerIndexService - Interface in com.broadleafcommerce.oms.search.service
-
- CustomerNote - Interface in com.broadleafcommerce.oms.customer.domain
-
- CustomerNoteAdminPresentation - Interface in com.broadleafcommerce.oms.customer.domain
-
- CustomerNoteAdminPresentation.GroupName - Class in com.broadleafcommerce.oms.customer.domain
-
- CustomerNoteAdminPresentation.GroupOrder - Class in com.broadleafcommerce.oms.customer.domain
-
- CustomerNoteAdminPresentation.TabName - Class in com.broadleafcommerce.oms.customer.domain
-
- CustomerNoteAdminPresentation.TabOrder - Class in com.broadleafcommerce.oms.customer.domain
-
- CustomerNoteDao - Interface in com.broadleafcommerce.oms.customer.dao
-
- customerNoteDao - Variable in class com.broadleafcommerce.oms.customer.service.CustomerNoteServiceImpl
-
- CustomerNoteDaoImpl - Class in com.broadleafcommerce.oms.customer.dao
-
- CustomerNoteDaoImpl() - Constructor for class com.broadleafcommerce.oms.customer.dao.CustomerNoteDaoImpl
-
- CustomerNoteEventType - Class in com.broadleafcommerce.oms.customer.domain.type
-
- CustomerNoteEventType() - Constructor for class com.broadleafcommerce.oms.customer.domain.type.CustomerNoteEventType
-
- CustomerNoteEventType(String, String) - Constructor for class com.broadleafcommerce.oms.customer.domain.type.CustomerNoteEventType
-
- CustomerNoteImpl - Class in com.broadleafcommerce.oms.customer.domain
-
- CustomerNoteImpl() - Constructor for class com.broadleafcommerce.oms.customer.domain.CustomerNoteImpl
-
- customerNotes - Variable in class com.broadleafcommerce.oms.customer.domain.OMSCustomerImpl
-
- customerNoteService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- CustomerNoteService - Interface in com.broadleafcommerce.oms.customer.service
-
- CustomerNoteServiceImpl - Class in com.broadleafcommerce.oms.customer.service
-
- CustomerNoteServiceImpl() - Constructor for class com.broadleafcommerce.oms.customer.service.CustomerNoteServiceImpl
-
- customerPaymentId - Variable in class com.broadleafcommerce.oms.csr.model.OrderPaymentForm
-
- CustomerPaymentRefundStrategyImpl - Class in com.broadleafcommerce.oms.returns.strategy
-
The customer payment refund is to satisfy the use case where they want
to issue a refund back to a net new form of payment.
- CustomerPaymentRefundStrategyImpl() - Constructor for class com.broadleafcommerce.oms.returns.strategy.CustomerPaymentRefundStrategyImpl
-
- customerPaymentService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCsrController
-
- customerPaymentService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- customerPaymentService - Variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- customerPaymentService - Variable in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- CustomerSearchResult - Class in com.broadleafcommerce.oms.search.service
-
- CustomerSearchResult() - Constructor for class com.broadleafcommerce.oms.search.service.CustomerSearchResult
-
- CustomerSearchService - Interface in com.broadleafcommerce.oms.search.service
-
- customerService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- customerService - Variable in class com.broadleafcommerce.oms.admin.web.controller.handler.OMSCustomerControllerExtensionHandler
-
- FAIL - Static variable in class com.broadleafcommerce.oms.order.domain.type.OrderBlockStatusType
-
- fail(OrderBlockReason, String, OMSEventSourceType) - Method in interface com.broadleafcommerce.oms.order.service.OrderBlockReasonService
-
- fail(OrderBlockReason, String, OMSEventSourceType) - Method in class com.broadleafcommerce.oms.order.service.OrderBlockReasonServiceImpl
-
- fetch(PersistencePackage, CriteriaTransferObject, DynamicEntityDao, RecordHelper) - Method in class com.broadleafcommerce.oms.customer.service.handler.OMSCustomerCustomPersistenceHandler
-
- fetch(PersistencePackage, CriteriaTransferObject, DynamicEntityDao, RecordHelper) - Method in class com.broadleafcommerce.oms.order.service.handler.OMSOrderCustomPersistenceHandler
-
- findAssignedFulfillmentOrdersByUser(AdminUser) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderAdminAssignmentService
-
- findAssignedFulfillmentOrdersByUser(AdminUser) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderAdminAssignmentServiceImpl
-
- findAssignedOrdersByUser(AdminUser) - Method in interface com.broadleafcommerce.oms.order.service.OrderAdminAssignmentService
-
- findAssignedOrdersByUser(AdminUser) - Method in class com.broadleafcommerce.oms.order.service.OrderAdminAssignmentServiceImpl
-
- findById(Long) - Method in interface com.broadleafcommerce.oms.common.dao.FulfillmentOrderNoteDao
-
- findById(Long) - Method in class com.broadleafcommerce.oms.common.dao.FulfillmentOrderNoteDaoImpl
-
- findById(Long) - Method in interface com.broadleafcommerce.oms.common.dao.ReturnAuthorizationNoteDao
-
- findById(Long) - Method in class com.broadleafcommerce.oms.common.dao.ReturnAuthorizationNoteDaoImpl
-
- findById(Long) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderItemService
-
- findById(Long) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderItemServiceImpl
-
- findById(Long) - Method in interface com.broadleafcommerce.oms.fulfillment.service.ShipmentDetailService
-
- findById(Long) - Method in class com.broadleafcommerce.oms.fulfillment.service.ShipmentDetailServiceImpl
-
- findById(Long) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnAuthorizationGroupService
-
- findById(Long) - Method in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationGroupServiceImpl
-
- findById(Long) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnAuthorizationItemService
-
- findById(Long) - Method in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationItemServiceImpl
-
- findById(Long) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnConfirmationService
-
- findById(Long) - Method in class com.broadleafcommerce.oms.returns.service.ReturnConfirmationServiceImpl
-
- findByOrderId(Long) - Method in interface com.broadleafcommerce.oms.order.dao.OMSOrderLockDao
-
Reads OMSOrderLock by primary key.
- findByOrderId(Long) - Method in class com.broadleafcommerce.oms.order.dao.OMSOrderLockDaoImpl
-
- findByReturnAuthCode(String) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnAuthorizationGroupService
-
- findByReturnAuthCode(String) - Method in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationGroupServiceImpl
-
- findChildFulfillmentOrders(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderService
-
Finds all FulfillmentOrders whose parent is a particular FulfillmentOrder.
- findChildFulfillmentOrders(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderServiceImpl
-
- findCustomerNoteById(Long) - Method in interface com.broadleafcommerce.oms.customer.service.CustomerNoteService
-
- findCustomerNoteById(Long) - Method in class com.broadleafcommerce.oms.customer.service.CustomerNoteServiceImpl
-
- findEligibleFulfillmentOrder(Order, CancelRequestDTO) - Method in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- findEligibleFulfillmentOrder(Order, ShipmentRequestDTO) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- findEquivalentParentTransaction(Order, PaymentTransaction) - Method in class com.broadleafcommerce.oms.order.service.OMSOrderPaymentServiceImpl
-
Since transactions are meant to be immutable historical records of payment transactions and responses
from the gateway, this method will attempt to find the equivalent parent transaction of the passed in cloned
one by comparing the contents of each (i.e.
- findFulfillmentOrderAdminAssignmentById(Long) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderAdminAssignmentService
-
- findFulfillmentOrderAdminAssignmentById(Long) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderAdminAssignmentServiceImpl
-
- findFulfillmentOrderByFulfillmentOrderNumber(String) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderService
-
Reads FulfillmentOrder from the database by Fulfillment Order Number.
- findFulfillmentOrderByFulfillmentOrderNumber(String) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderServiceImpl
-
- findFulfillmentOrderById(Long) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderService
-
Reads FulfillmentOrder from the database by ID.
- findFulfillmentOrderById(Long) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderServiceImpl
-
- findFulfillmentOrderItemsForOrderItem(OrderItem) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderItemService
-
- findFulfillmentOrderItemsForOrderItem(OrderItem) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderItemServiceImpl
-
- findFulfillmentOrdersForFulfillmentGroup(FulfillmentGroup) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderService
-
Finds all FulfillmentOrders for a particular FulfillmentGroup.
- findFulfillmentOrdersForFulfillmentGroup(FulfillmentGroup) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderServiceImpl
-
- findFulfillmentOrdersForOrder(Order) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderService
-
Finds all FulfillmentOrders for a particular Sales Order (or submitted cart).
- findFulfillmentOrdersForOrder(Order) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderServiceImpl
-
- findMostRecentOrder(Order) - Method in interface com.broadleafcommerce.oms.order.service.ChangeOrderService
-
- findMostRecentOrder(Order) - Method in class com.broadleafcommerce.oms.order.service.ChangeOrderServiceImpl
-
- findNextAvailableBlockedOrders() - Method in class com.broadleafcommerce.oms.order.dao.OrderAdminAssignmentDaoImpl
-
SELECT DISTINCT r.ORDER_ID FROM BLC_ORDER_BLOCK_REASON r
WHERE r.status = 'FAIL'
AND r.ORDER_ID NOT IN (SELECT a.ORDER_ID FROM BLC_ORDER_ADMIN_ASSIGNMENT a);
- findNextAvailableFulfillmentOrders() - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderAdminAssignmentDaoImpl
-
SELECT DISTINCT fo.FULFILLMENT_ORDER_ID FROM BLC_FULFILLMENT_ORDER fo
JOIN BLC_FULFILLMENT_GROUP fg
JOIN BLC_ORDER o
WHERE o.orderStatus = 'SUBMITTED'
AND fo.status = 'NEW'
AND fo.FULFILLMENT_ORDER_ID NOT IN (SELECT a.FULFILLMENT_ORDER_ID FROM BLC_FULFILLMENT_ORDER_ADMIN_ASSIGNMENT a)
AND o.ORDER_ID NOT IN (SELECT obr.ORDER_ID FROM BLC_ORDER_BLOCK_REASON obr WHERE obr.status = 'FAIL')
ORDER BY o.submitDate
- findNotesForCustomer(Customer) - Method in interface com.broadleafcommerce.oms.customer.service.CustomerNoteService
-
- findNotesForCustomer(Customer) - Method in class com.broadleafcommerce.oms.customer.service.CustomerNoteServiceImpl
-
- findNotesForOrder(Order) - Method in interface com.broadleafcommerce.oms.order.service.OrderNoteService
-
- findNotesForOrder(Order) - Method in class com.broadleafcommerce.oms.order.service.OrderNoteServiceImpl
-
- findOrderAdminAssignmentById(Long) - Method in interface com.broadleafcommerce.oms.order.service.OrderAdminAssignmentService
-
- findOrderAdminAssignmentById(Long) - Method in class com.broadleafcommerce.oms.order.service.OrderAdminAssignmentServiceImpl
-
- findOrderBlockReasonById(Long) - Method in interface com.broadleafcommerce.oms.order.service.OrderBlockReasonService
-
- findOrderBlockReasonById(Long) - Method in class com.broadleafcommerce.oms.order.service.OrderBlockReasonServiceImpl
-
- findOrderBlockReasonByType(String, OMSOrder) - Method in interface com.broadleafcommerce.oms.order.service.OrderBlockReasonService
-
- findOrderBlockReasonByType(String, OMSOrder) - Method in class com.broadleafcommerce.oms.order.service.OrderBlockReasonServiceImpl
-
- findOrderNoteById(Long) - Method in interface com.broadleafcommerce.oms.order.service.OrderNoteService
-
- findOrderNoteById(Long) - Method in class com.broadleafcommerce.oms.order.service.OrderNoteServiceImpl
-
- findPendingChangeOrdersForOrder(Order) - Method in interface com.broadleafcommerce.oms.order.dao.ChangeOrderDao
-
- findPendingChangeOrdersForOrder(Order) - Method in class com.broadleafcommerce.oms.order.dao.ChangeOrderDaoImpl
-
- findReasonByType(OMSOrder) - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.AbstractBlockOrderActivity
-
return any OrderBlockerReason already on the order with the same type as this activity
- findReturnAuthorizationById(Long) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnAuthorizationService
-
Finds a particular ReturnAuthorization by ID.
- findReturnAuthorizationById(Long) - Method in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationServiceImpl
-
- findReturnAuthorizationGroupsForCustomer(Customer) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnAuthorizationGroupService
-
- findReturnAuthorizationGroupsForCustomer(Customer) - Method in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationGroupServiceImpl
-
- findReturnAuthorizationsForCustomer(Customer) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnAuthorizationService
-
Returns a list of ReturnAuthorizations for a particular customer.
- findReturnAuthorizationsForCustomer(Customer) - Method in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationServiceImpl
-
- findReturnAuthorizationsForOrder(Order) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnAuthorizationService
-
Returns a list of ReturnAuthorizations for a particular order.
- findReturnAuthorizationsForOrder(Order) - Method in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationServiceImpl
-
- fixAppeasementAdjustmentRoundingIssues(List<FulfillmentOrderItem>, Money, Money) - Method in class com.broadleafcommerce.oms.refund.strategy.AppeasementStrategyImpl
-
It is possible due to rounding that the appeasement adjustments do not match the
total appeasement.
- fixEstimatedDistributionRoundingIssues(ReturnAuthorizationGroup, List<Long>) - Method in class com.broadleafcommerce.oms.returns.strategy.FlatRateReturnShippingChargeStrategyImpl
-
- fixFulfillmentAppeasementRoundingIssues(List<FulfillmentOrder>, Money, Money) - Method in class com.broadleafcommerce.oms.refund.strategy.AppeasementStrategyImpl
-
It is possible due to rounding that the appeasement fulfillment adjustments do not match the
total fulfillment appeasement.
- fixFulfillmentProrationIssues(List<FulfillmentOrder>, Money, Money) - Method in class com.broadleafcommerce.oms.fulfillment.strategy.FulfillmentOrderStrategyImpl
-
- fixTotalDistributionRoundingIssues(ReturnAuthorizationGroup, List<Long>) - Method in class com.broadleafcommerce.oms.returns.strategy.FlatRateReturnShippingChargeStrategyImpl
-
- FlatRateReturnShippingChargeStrategyImpl - Class in com.broadleafcommerce.oms.returns.strategy
-
- FlatRateReturnShippingChargeStrategyImpl() - Constructor for class com.broadleafcommerce.oms.returns.strategy.FlatRateReturnShippingChargeStrategyImpl
-
- friendlyType - Variable in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- fulfill(HttpServletRequest, HttpServletResponse, MultiValueMap<String, String>, Map<String, String>, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- fulfill(HttpServletRequest, HttpServletResponse, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- FULFILL - Static variable in class com.broadleafcommerce.oms.admin.web.form.AdminOmsEntityFormAction
-
- FULFILL - Static variable in class com.broadleafcommerce.oms.admin.web.form.AdminOmsListGridActions
-
- fulfill(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentService
-
This method should be called when a FulfillmentOrder is actually fulfilled.
- fulfill(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- FULFILLED - Static variable in class com.broadleafcommerce.oms.fulfillment.domain.type.FulfillmentOrderStatusType
-
This is a final state, indicating that a FulfillmentOrder has been FULFILLED (typically shipped).
- FULFILLED - Static variable in class com.broadleafcommerce.oms.order.service.type.SecondaryOrderStatus
-
Indicates that the entire order has been fulfilled.
- fulfilledItemsListGrid - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSReturnsTab
-
- fulfillItems(HttpServletRequest, HttpServletResponse, MultiValueMap<String, String>, Map<String, String>, Long, FulfillmentOrderItemActionForm) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- FULFILLMENT_ORDER_CREATED - Static variable in class com.broadleafcommerce.oms.fulfillment.domain.type.FulfillmentOrderNoteEventType
-
- FULFILLMENT_ORDER_RELATED_TAB - Static variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- FULFILLMENT_ORDER_SUMMARY_TAB - Static variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- fulfillmentAppeasements - Variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- fulfillmentCharge - Variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- FulfillmentException - Exception in com.broadleafcommerce.oms.fulfillment.service
-
- FulfillmentException() - Constructor for exception com.broadleafcommerce.oms.fulfillment.service.FulfillmentException
-
- FulfillmentException(String, Throwable) - Constructor for exception com.broadleafcommerce.oms.fulfillment.service.FulfillmentException
-
- FulfillmentException(String) - Constructor for exception com.broadleafcommerce.oms.fulfillment.service.FulfillmentException
-
- FulfillmentException(Throwable) - Constructor for exception com.broadleafcommerce.oms.fulfillment.service.FulfillmentException
-
- fulfillmentFeesToRefund - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- fulfillmentGroup - Variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- fulfillmentGroupId - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementFulfillmentDTO
-
- fulfillmentGroupId - Variable in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- fulfillmentGroupItem - Variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- fulfillmentGroupService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- fulfillmentGroupService - Variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- fulfillmentGroupService - Variable in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- fulfillmentGroupService - Variable in class com.broadleafcommerce.oms.fulfillment.service.workflow.activity.UpdateFulfillmentStatusActivity
-
- fulfillmentItemAmount - Variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- FulfillmentOperationContext - Class in com.broadleafcommerce.oms.fulfillment.service.workflow
-
- FulfillmentOperationContext() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.workflow.FulfillmentOperationContext
-
- fulfillmentOption - Variable in class com.broadleafcommerce.oms.csr.model.ChangeOrderShippingInfoForm
-
- fulfillmentOptionId - Variable in class com.broadleafcommerce.oms.csr.model.ChangeOrderShippingInfoForm
-
- fulfillmentOptionService - Variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- fulfillmentOrder - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.FulfillmentOrderGrid
-
- fulfillmentOrder - Variable in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationSeed
-
- FulfillmentOrder - Interface in com.broadleafcommerce.oms.fulfillment.domain
-
This represents a Fulfillment Order or a Shipping Order.
- fulfillmentOrder - Variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminAssignmentImpl
-
- fulfillmentOrder - Variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- fulfillmentOrder - Variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLogImpl
-
- fulfillmentOrder - Variable in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- fulfillmentOrder - Variable in class com.broadleafcommerce.oms.fulfillment.service.workflow.FulfillmentSeed
-
- fulfillmentOrder - Variable in class com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustmentImpl
-
- FulfillmentOrderAdminAssignment - Interface in com.broadleafcommerce.oms.fulfillment.domain
-
- fulfillmentOrderAdminAssignment - Variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- FulfillmentOrderAdminAssignmentDao - Interface in com.broadleafcommerce.oms.fulfillment.dao
-
- fulfillmentOrderAdminAssignmentDao - Variable in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderAdminAssignmentServiceImpl
-
- FulfillmentOrderAdminAssignmentDaoImpl - Class in com.broadleafcommerce.oms.fulfillment.dao
-
- FulfillmentOrderAdminAssignmentDaoImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderAdminAssignmentDaoImpl
-
- FulfillmentOrderAdminAssignmentImpl - Class in com.broadleafcommerce.oms.fulfillment.domain
-
- FulfillmentOrderAdminAssignmentImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminAssignmentImpl
-
- fulfillmentOrderAdminAssignmentService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- FulfillmentOrderAdminAssignmentService - Interface in com.broadleafcommerce.oms.fulfillment.service
-
- FulfillmentOrderAdminAssignmentServiceImpl - Class in com.broadleafcommerce.oms.fulfillment.service
-
- FulfillmentOrderAdminAssignmentServiceImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderAdminAssignmentServiceImpl
-
- FulfillmentOrderAdminPresentation - Interface in com.broadleafcommerce.oms.fulfillment.domain
-
- FulfillmentOrderAdminPresentation.GroupName - Class in com.broadleafcommerce.oms.fulfillment.domain
-
- FulfillmentOrderAdminPresentation.GroupOrder - Class in com.broadleafcommerce.oms.fulfillment.domain
-
- FulfillmentOrderAdminPresentation.TabName - Class in com.broadleafcommerce.oms.fulfillment.domain
-
- FulfillmentOrderAdminPresentation.TabOrder - Class in com.broadleafcommerce.oms.fulfillment.domain
-
- FulfillmentOrderCancelEntityForm - Class in com.broadleafcommerce.oms.admin.web.form
-
- FulfillmentOrderCancelEntityForm() - Constructor for class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderCancelEntityForm
-
- fulfillmentOrderCancellationWorkflow - Variable in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- fulfillmentOrderDao - Variable in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderAdminAssignmentDaoImpl
-
- FulfillmentOrderDao - Interface in com.broadleafcommerce.oms.fulfillment.dao
-
- fulfillmentOrderDao - Variable in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderServiceImpl
-
- FulfillmentOrderDaoImpl - Class in com.broadleafcommerce.oms.fulfillment.dao
-
- FulfillmentOrderDaoImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDaoImpl
-
- FulfillmentOrderFulfillmentEntityForm - Class in com.broadleafcommerce.oms.admin.web.form
-
- FulfillmentOrderFulfillmentEntityForm() - Constructor for class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- FulfillmentOrderGrid - Class in com.broadleafcommerce.oms.admin.web.controller.dto
-
DTO that holds information about the displaying fullfillemnt orders in a grid
- FulfillmentOrderGrid() - Constructor for class com.broadleafcommerce.oms.admin.web.controller.dto.FulfillmentOrderGrid
-
- fulfillmentOrderGrids - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSShippingTab
-
- FulfillmentOrderImpl - Class in com.broadleafcommerce.oms.fulfillment.domain
-
This represents a record for items that are actually being fulfilled.
- FulfillmentOrderImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- FulfillmentOrderItem - Interface in com.broadleafcommerce.oms.fulfillment.domain
-
Much like FulfillmentGroupItems represent what is expected to ship (or be fulfilled)
to where, this represents what is ACTUALLY shipped or fulfilled.
- fulfillmentOrderItem - Variable in class com.broadleafcommerce.oms.refund.domain.AppeasementAdjustmentImpl
-
- fulfillmentOrderItem - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- FulfillmentOrderItemActionForm - Class in com.broadleafcommerce.oms.admin.web.controller.dto
-
- FulfillmentOrderItemActionForm() - Constructor for class com.broadleafcommerce.oms.admin.web.controller.dto.FulfillmentOrderItemActionForm
-
- FulfillmentOrderItemDao - Interface in com.broadleafcommerce.oms.fulfillment.dao
-
- fulfillmentOrderItemDao - Variable in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderItemServiceImpl
-
- FulfillmentOrderItemDaoImpl - Class in com.broadleafcommerce.oms.fulfillment.dao
-
- FulfillmentOrderItemDaoImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderItemDaoImpl
-
- fulfillmentOrderItemId - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementItemDTO
-
- fulfillmentOrderItemID - Variable in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- fulfillmentOrderItemIds - Variable in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderCancelEntityForm
-
- fulfillmentOrderItemIds - Variable in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- FulfillmentOrderItemImpl - Class in com.broadleafcommerce.oms.fulfillment.domain
-
- FulfillmentOrderItemImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- fulfillmentOrderItemIsReturnable(FulfillmentOrderItem) - Method in class com.broadleafcommerce.oms.admin.web.expression.OMSVariableExpression
-
- fulfillmentOrderItemMap - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.FulfillmentOrderItemActionForm
-
- fulfillmentOrderItemNames - Variable in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderCancelEntityForm
-
- fulfillmentOrderItemNames - Variable in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- fulfillmentOrderItemQuantities - Variable in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderCancelEntityForm
-
- fulfillmentOrderItemQuantities - Variable in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- fulfillmentOrderItemService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- fulfillmentOrderItemService - Variable in class com.broadleafcommerce.oms.admin.web.expression.OMSVariableExpression
-
- fulfillmentOrderItemService - Variable in class com.broadleafcommerce.oms.api.endpoint.OMSEndpoint
-
- fulfillmentOrderItemService - Variable in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- FulfillmentOrderItemService - Interface in com.broadleafcommerce.oms.fulfillment.service
-
- fulfillmentOrderItemService - Variable in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- fulfillmentOrderItemService - Variable in class com.broadleafcommerce.oms.refund.service.AppeasementServiceImpl
-
- fulfillmentOrderItemService - Variable in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- FulfillmentOrderItemServiceImpl - Class in com.broadleafcommerce.oms.fulfillment.service
-
- FulfillmentOrderItemServiceImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderItemServiceImpl
-
- FulfillmentOrderItemWrapper - Class in com.broadleafcommerce.oms.api.wrapper
-
Created by caderea on 7/18/16.
- FulfillmentOrderItemWrapper() - Constructor for class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderItemWrapper
-
- FulfillmentOrderMergeResponseDTO - Class in com.broadleafcommerce.oms.fulfillment.service.call
-
- FulfillmentOrderMergeResponseDTO() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.call.FulfillmentOrderMergeResponseDTO
-
- FulfillmentOrderNote - Interface in com.broadleafcommerce.oms.fulfillment.domain
-
Represents a note that a CSR can add to a fulfillment order.
- fulfillmentOrderNoteDao - Variable in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- FulfillmentOrderNoteDao - Interface in com.broadleafcommerce.oms.common.dao
-
- fulfillmentOrderNoteDao - Variable in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderServiceImpl
-
- FulfillmentOrderNoteDaoImpl - Class in com.broadleafcommerce.oms.common.dao
-
- FulfillmentOrderNoteDaoImpl() - Constructor for class com.broadleafcommerce.oms.common.dao.FulfillmentOrderNoteDaoImpl
-
- FulfillmentOrderNoteEventType - Class in com.broadleafcommerce.oms.fulfillment.domain.type
-
- FulfillmentOrderNoteEventType() - Constructor for class com.broadleafcommerce.oms.fulfillment.domain.type.FulfillmentOrderNoteEventType
-
- FulfillmentOrderNoteEventType(String, String) - Constructor for class com.broadleafcommerce.oms.fulfillment.domain.type.FulfillmentOrderNoteEventType
-
- FulfillmentOrderNoteImpl - Class in com.broadleafcommerce.oms.fulfillment.domain
-
- FulfillmentOrderNoteImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNoteImpl
-
- fulfillmentOrderNotes - Variable in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- fulfillmentOrderNumber - Variable in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- fulfillmentOrderNumber - Variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- FulfillmentOrderReturnAuthorizeEntityForm - Class in com.broadleafcommerce.oms.admin.web.form
-
- FulfillmentOrderReturnAuthorizeEntityForm() - Constructor for class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderReturnAuthorizeEntityForm
-
- FulfillmentOrderReturnCompleteEntityForm - Class in com.broadleafcommerce.oms.admin.web.form
-
- FulfillmentOrderReturnCompleteEntityForm() - Constructor for class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderReturnCompleteEntityForm
-
- fulfillmentOrders - Variable in class com.broadleafcommerce.oms.fulfillment.domain.OMSFulfillmentGroupImpl
-
- fulfillmentOrderService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- fulfillmentOrderService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- fulfillmentOrderService - Variable in class com.broadleafcommerce.oms.api.endpoint.OMSEndpoint
-
- fulfillmentOrderService - Variable in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- fulfillmentOrderService - Variable in class com.broadleafcommerce.oms.cancellation.service.workflow.activity.CompleteCancellationActivity
-
- FulfillmentOrderService - Interface in com.broadleafcommerce.oms.fulfillment.service
-
- fulfillmentOrderService - Variable in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- fulfillmentOrderService - Variable in class com.broadleafcommerce.oms.fulfillment.service.workflow.activity.SaveFulfillmentOrderActivity
-
- fulfillmentOrderService - Variable in class com.broadleafcommerce.oms.fulfillment.service.workflow.activity.UpdateFulfillmentStatusActivity
-
- fulfillmentOrderService - Variable in class com.broadleafcommerce.oms.refund.service.AppeasementServiceImpl
-
- FulfillmentOrderServiceImpl - Class in com.broadleafcommerce.oms.fulfillment.service
-
- FulfillmentOrderServiceImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderServiceImpl
-
- FulfillmentOrderSplitResponseDTO - Class in com.broadleafcommerce.oms.fulfillment.service.call
-
- FulfillmentOrderSplitResponseDTO() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.call.FulfillmentOrderSplitResponseDTO
-
- FulfillmentOrderStatusType - Class in com.broadleafcommerce.oms.fulfillment.domain.type
-
- FulfillmentOrderStatusType() - Constructor for class com.broadleafcommerce.oms.fulfillment.domain.type.FulfillmentOrderStatusType
-
- FulfillmentOrderStatusType(String, String) - Constructor for class com.broadleafcommerce.oms.fulfillment.domain.type.FulfillmentOrderStatusType
-
- fulfillmentOrderStrategy - Variable in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- FulfillmentOrderStrategy - Interface in com.broadleafcommerce.oms.fulfillment.strategy
-
- FulfillmentOrderStrategyImpl - Class in com.broadleafcommerce.oms.fulfillment.strategy
-
- FulfillmentOrderStrategyImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.strategy.FulfillmentOrderStrategyImpl
-
- fulfillmentOrderTrackingEmailInfo - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- FulfillmentOrderWrapper - Class in com.broadleafcommerce.oms.api.wrapper
-
This is a JAXB wrapper class for wrapping a collection of categories
- FulfillmentOrderWrapper() - Constructor for class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- fulfillmentOverride - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementFulfillmentDTO
-
- fulfillmentOverrides - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementForm
-
- FulfillmentPaymentLog - Interface in com.broadleafcommerce.oms.fulfillment.domain
-
Represents the relationship between the amount that has been captured/fulfilled
for a
FulfillmentOrder
against
a particular
OrderPayment
This is useful as it is meant to keep an audit log of which
OrderPayment
is used to fulfill which
FulfillmentOrderItem
- FulfillmentPaymentLogDao - Interface in com.broadleafcommerce.oms.fulfillment.dao
-
- fulfillmentPaymentLogDao - Variable in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentPaymentLogServiceImpl
-
- FulfillmentPaymentLogDaoImpl - Class in com.broadleafcommerce.oms.fulfillment.dao
-
- FulfillmentPaymentLogDaoImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentPaymentLogDaoImpl
-
- FulfillmentPaymentLogImpl - Class in com.broadleafcommerce.oms.fulfillment.domain
-
- FulfillmentPaymentLogImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLogImpl
-
- FulfillmentPaymentLogService - Interface in com.broadleafcommerce.oms.fulfillment.service
-
- fulfillmentPaymentLogService - Variable in class com.broadleafcommerce.oms.fulfillment.service.workflow.activity.PaymentActivity
-
- fulfillmentPaymentLogService - Variable in class com.broadleafcommerce.oms.fulfillment.service.workflow.activity.PaymentRollbackHandler
-
- FulfillmentPaymentLogServiceImpl - Class in com.broadleafcommerce.oms.fulfillment.service
-
- FulfillmentPaymentLogServiceImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.FulfillmentPaymentLogServiceImpl
-
- fulfillmentPricingService - Variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- FulfillmentProcessContextFactory - Class in com.broadleafcommerce.oms.fulfillment.service.workflow
-
- FulfillmentProcessContextFactory() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.workflow.FulfillmentProcessContextFactory
-
- FulfillmentSeed - Class in com.broadleafcommerce.oms.fulfillment.service.workflow
-
- FulfillmentSeed() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.workflow.FulfillmentSeed
-
- fulfillmentService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- fulfillmentService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- fulfillmentService - Variable in class com.broadleafcommerce.oms.api.endpoint.OMSEndpoint
-
- fulfillmentService - Variable in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- FulfillmentService - Interface in com.broadleafcommerce.oms.fulfillment.service
-
Service to allow FulfillmentOrders to be created to track actual fulfillment of FulfillmentGroups.
- fulfillmentService - Variable in class com.broadleafcommerce.oms.fulfillment.service.workflow.activity.CreateFulfillmentOrderActivity
-
- fulfillmentService - Variable in class com.broadleafcommerce.oms.order.service.ChangeOrderServiceImpl
-
- FulfillmentServiceImpl - Class in com.broadleafcommerce.oms.fulfillment.service
-
This service provides logic to actually fulfill a fulfillment group.
- FulfillmentServiceImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- fulfillmentTaxesToRefund - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- fulfillmentToRefund - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- fulfillmentWorkflow - Variable in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- General - Static variable in class com.broadleafcommerce.oms.customer.domain.CustomerNoteAdminPresentation.GroupName
-
- General - Static variable in class com.broadleafcommerce.oms.customer.domain.CustomerNoteAdminPresentation.GroupOrder
-
- General - Static variable in class com.broadleafcommerce.oms.customer.domain.CustomerNoteAdminPresentation.TabName
-
- General - Static variable in class com.broadleafcommerce.oms.customer.domain.CustomerNoteAdminPresentation.TabOrder
-
- General - Static variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminPresentation.GroupName
-
- General - Static variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminPresentation.GroupOrder
-
- General - Static variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminPresentation.TabName
-
- General - Static variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminPresentation.TabOrder
-
- General - Static variable in class com.broadleafcommerce.oms.order.domain.OrderNoteAdminPresentation.GroupName
-
- General - Static variable in class com.broadleafcommerce.oms.order.domain.OrderNoteAdminPresentation.GroupOrder
-
- General - Static variable in class com.broadleafcommerce.oms.order.domain.OrderNoteAdminPresentation.TabName
-
- General - Static variable in class com.broadleafcommerce.oms.order.domain.OrderNoteAdminPresentation.TabOrder
-
- generateLabels(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- generateReturnShippingLabel(HttpServletRequest, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsReceiptController
-
- generateShippingLabel(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderService
-
- generateShippingLabel(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderServiceImpl
-
- generateShippingLabels(HttpServletRequest, HttpServletResponse, MultiValueMap<String, String>, Map<String, String>, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- genericEntityService - Variable in class com.broadleafcommerce.oms.order.service.OrderCloneServiceImpl
-
- getActualCondition() - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- getActualQuantity() - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- getActualQuantityConfirmed() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
This is a calculated value indicating the actual number of items that were returned.
- getActualQuantityConfirmed() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getActualShipDate() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
Deprecated.
- getActualShipDate() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
Deprecated.
- getActualShipDate() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetail
-
Actual date the package shipped
- getActualShipDate() - Method in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- getAddOrderPayments(HttpServletRequest, HttpServletResponse) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getAddPaymentMethods(HttpServletRequest, HttpServletResponse) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getAddress() - Method in class com.broadleafcommerce.oms.csr.model.ChangeOrderShippingInfoForm
-
- getAddress() - Method in class com.broadleafcommerce.oms.csr.model.OrderPaymentForm
-
- getAddressName() - Method in class com.broadleafcommerce.oms.csr.model.ChangeOrderShippingInfoForm
-
- getAdjustmentType() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementForm
-
- getAdminUser() - Method in interface com.broadleafcommerce.oms.customer.domain.CustomerNote
-
- getAdminUser() - Method in class com.broadleafcommerce.oms.customer.domain.CustomerNoteImpl
-
- getAdminUser() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminAssignment
-
- getAdminUser() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminAssignmentImpl
-
- getAdminUser() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNote
-
- getAdminUser() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNoteImpl
-
- getAdminUser() - Method in interface com.broadleafcommerce.oms.order.domain.OrderAdminAssignment
-
- getAdminUser() - Method in class com.broadleafcommerce.oms.order.domain.OrderAdminAssignmentImpl
-
- getAdminUser() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockAudit
-
- getAdminUser() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- getAdminUser() - Method in interface com.broadleafcommerce.oms.order.domain.OrderNote
-
- getAdminUser() - Method in class com.broadleafcommerce.oms.order.domain.OrderNoteImpl
-
- getAllFulfillmentOrderItems() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- getAllFulfillmentOrderItems() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- getAllFulfillmentOrderItems() - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- getAllFulfillmentOrders() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- getAllFulfillmentOrders() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- getAllFulfillmentOrders() - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- getAllowManualOverride() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.AbstractBlockOrderActivity
-
- getAllowManualOverride() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.ChargePendingPaymentsBlockActivity
-
- getAllowManualOverride() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.OrderTotalBlockActivity
-
- getAllowManualOverride() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.TestBlockActivity
-
- getAllowManualOverrideFlag() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
The Manual Override Flag returns whether or not the status for this reason can be
manually overriden by an AdminUser.
- getAllowManualOverrideFlag() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- getAllReturnAuthorizationItems() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
- getAllReturnAuthorizationItems() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getAmount() - Method in class com.broadleafcommerce.oms.csr.model.OrderPaymentForm
-
- getAmount() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLog
-
- getAmount() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLogImpl
-
- getAmount() - Method in interface com.broadleafcommerce.oms.refund.domain.RefundPaymentLog
-
- getAmount() - Method in class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- getAmountToCancel() - Method in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationSeed
-
- getAmountToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
This is a non persisted field.
- getAmountToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getAppeasementItems(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getAppeasementItemsTotal(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getAppeasements() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
After fulfillment, a CSR may wish to adjust the price of a fulfillment item to reflect
and adjustments that were given out (e.g.
- getAppeasements() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- getArchived() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLog
-
- getArchived() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLogImpl
-
- getArchived() - Method in interface com.broadleafcommerce.oms.refund.domain.RefundPaymentLog
-
- getArchived() - Method in class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- getArchivedOrderPayments(Order) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getAssignmentBar(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getAssignOrderModal(HttpServletRequest, HttpServletResponse, Model, Map<String, String>, MultiValueMap<String, String>, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.customer.domain.CustomerNote
-
- getAuditable() - Method in class com.broadleafcommerce.oms.customer.domain.CustomerNoteImpl
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- getAuditable() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
Auditing data for this fulfillmentOrderItem
- getAuditable() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNote
-
- getAuditable() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNoteImpl
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLog
-
- getAuditable() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLogImpl
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetail
-
- getAuditable() - Method in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockAudit
-
- getAuditable() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- getAuditable() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.order.domain.OrderNote
-
- getAuditable() - Method in class com.broadleafcommerce.oms.order.domain.OrderNoteImpl
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementAdjustment
-
- getAuditable() - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementAdjustmentImpl
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustment
-
- getAuditable() - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustmentImpl
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.refund.domain.RefundPaymentLog
-
- getAuditable() - Method in class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
- getAuditable() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getAuditable() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
- getAuditable() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNote
-
- getAuditable() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNoteImpl
-
- getAuditable() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
- getAuditable() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- getAuditList() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- getAuditList() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- getAuditListGrid(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getAuthorizationItemId() - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- getAuthorizedItemsListGrid() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSReturnsTab
-
- getBaseViewRedirect(HttpServletRequest) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getBaseViewRedirectWithQueryString(HttpServletRequest, String) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getBillingAddress() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSSummaryTab
-
- getCancelFulfillmentOrderModal(HttpServletRequest, Long, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getCancelItems() - Method in class com.broadleafcommerce.oms.cancellation.service.call.CancelRequestDTO
-
- getCancellationReason() - Method in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationSeed
-
- getCancellationReason() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- getCancellationReason() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getCancellationReason() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- getCancellationReason() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- getCancellationReason() - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- getcancelledFulfillmentOrders() - Method in class com.broadleafcommerce.oms.cancellation.service.call.CancelResponseDTO
-
- getChangeOrderCheckout(HttpServletRequest, HttpServletResponse, Boolean) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getChangeOrderListGrid(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getChangeOrderStatus() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- getChangeOrderStatus() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- getChangeOrderStatus() - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- getComment() - Method in class com.broadleafcommerce.oms.api.wrapper.CancelRequestWrapper
-
- getComment() - Method in class com.broadleafcommerce.oms.cancellation.service.call.CancelRequestDTO
-
- getComment() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNote
-
- getComment() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNoteImpl
-
- getCondition() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationRequestDTO
-
- getCondition() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- getConfirmedReturnQuantity() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
This is the aggregate of all return confirmed quantities, across all ReturnConfirmations
- getConfirmedReturnQuantity() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- getCreateOrderNoteModal(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- getCreateOrderNoteModal(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getCurrency() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getCustomer() - Method in interface com.broadleafcommerce.oms.customer.domain.CustomerNote
-
- getCustomer() - Method in class com.broadleafcommerce.oms.customer.domain.CustomerNoteImpl
-
- getCustomerCount(String, SearchCriteria) - Method in interface com.broadleafcommerce.oms.search.service.CustomerSearchService
-
- getCustomerCount(MultiValueMap<String, String>, SearchCriteria, Boolean) - Method in interface com.broadleafcommerce.oms.search.service.CustomerSearchService
-
- getCustomerCount(String, SearchCriteria) - Method in class com.broadleafcommerce.oms.search.service.SolrCustomerSearchServiceImpl
-
- getCustomerCount(MultiValueMap<String, String>, SearchCriteria, Boolean) - Method in class com.broadleafcommerce.oms.search.service.SolrCustomerSearchServiceImpl
-
- getCustomerId() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnAuthGroupForm
-
- getCustomerId() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfForm
-
- getCustomerId() - Method in class com.broadleafcommerce.oms.common.event.OMSCustomerReindexEvent
-
- getCustomerNotes() - Method in interface com.broadleafcommerce.oms.customer.domain.OMSCustomer
-
- getCustomerNotes() - Method in class com.broadleafcommerce.oms.customer.domain.OMSCustomerImpl
-
- getCustomerNotes() - Method in class com.broadleafcommerce.oms.weave.WeaveOMSCustomer
-
- getCustomerPaymentId() - Method in class com.broadleafcommerce.oms.csr.model.OrderPaymentForm
-
- getCustomers() - Method in class com.broadleafcommerce.oms.search.service.CustomerSearchResult
-
- getCustomers(List<SolrDocument>) - Method in class com.broadleafcommerce.oms.search.service.SolrCustomerSearchServiceImpl
-
Given a list of customer IDs from Solr, this method will look up the IDs via the customerDao and build out
actual Customer instances.
- getDatabaseOmsOrderLockTimeToLive() - Method in interface com.broadleafcommerce.oms.order.dao.OMSOrderLockDao
-
- getDatabaseOmsOrderLockTimeToLive() - Method in class com.broadleafcommerce.oms.order.dao.OMSOrderLockDaoImpl
-
- getDefaultSecondaryStatus() - Method in interface com.broadleafcommerce.oms.order.service.OrderStatusService
-
- getDefaultSecondaryStatus() - Method in class com.broadleafcommerce.oms.order.service.OrderStatusServiceImpl
-
- getDominantSupportedFieldType(IndexField) - Static method in class com.broadleafcommerce.oms.util.IndexFieldSupportedFieldTypeUtil
-
- getEmbeddableOmsCustomer(boolean) - Method in class com.broadleafcommerce.oms.weave.WeaveOMSCustomer
-
- getEmbeddableOmsFulfillmentGroup(boolean) - Method in class com.broadleafcommerce.oms.weave.WeaveOMSFulfillmentGroup
-
- getEmbeddableOmsOrder(boolean) - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- getEnumerationValuesForClass(Class, DynamicEntityDao) - Method in class com.broadleafcommerce.oms.order.service.handler.OMSOrderCustomPersistenceHandler
-
- getEstimatedGroupReturnShippingCharge() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
Convenience method to sum the estimated return shipping charge for this group
- getEstimatedGroupReturnShippingCharge() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getEstimatedGroupTotalAmountToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
Convenience method to sum all the estimated total amounts that will be refunded across RMAs in the group
- getEstimatedGroupTotalAmountToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getEstimatedGroupTotalFulfillmentFeesToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
Convenience method to sum all the the estimated total fulfillment fees that will be refunded across RMAs in the group
- getEstimatedGroupTotalFulfillmentFeesToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getEstimatedGroupTotalProductValueToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
Convenience method to sum all the the estimated total value of the products being refunded across RMAs in the group,
including discounts, but not including taxes or fees.
- getEstimatedGroupTotalProductValueToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getEstimatedGroupTotalTaxesToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
Convenience method to sum all the estimated total calculated taxes that will be refunded across RMAs in the group
- getEstimatedGroupTotalTaxesToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getEstimatedItemUnitFulfillmentFeesToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
This is the estimated unit fulfillment fees for one quantity.
- getEstimatedItemUnitFulfillmentFeesToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getEstimatedItemUnitTaxesToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
This is the estimated unit taxes, not including fulfillment fee tax, associated with the refund for a single quantity.
- getEstimatedItemUnitTaxesToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getEstimatedReturnShippingCharge() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
This is the estimated return shipping charge to be applied to the amount refunded.
- getEstimatedReturnShippingCharge() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getEstimatedTotalAmountToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
Estimated total amount that will be refunded.
- getEstimatedTotalAmountToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getEstimatedTotalFulfillmentFeesToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
This is the estimated total fulfillment fees that will be refunded.
- getEstimatedTotalFulfillmentFeesToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getEstimatedTotalProductValueToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
This is the estimated total value of the products being refunded, including discounts, but not including taxes or fees.
- getEstimatedTotalProductValueToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getEstimatedTotalTaxesToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
The estimated total calculated taxes that will be refunded.
- getEstimatedTotalTaxesToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getEstimatedTotalUnitItemAmountToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
This is an estimated unit amount to refund for a single quantity.
- getEstimatedTotalUnitItemAmountToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getEstimatedUnitFulfillmentTaxesToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
This is the estimated fulfillment fee tax associated with the refund for a single quantity.
- getEstimatedUnitFulfillmentTaxesToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getEstimatedUnitProductAmountToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
This is the estimated unit price to refund, including discounts, but not including taxes and fees.
- getEstimatedUnitProductAmountToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getEstimateRMATotals(ReturnAuthGroupForm) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- getEventType() - Method in interface com.broadleafcommerce.oms.customer.domain.CustomerNote
-
- getEventType() - Method in class com.broadleafcommerce.oms.customer.domain.CustomerNoteImpl
-
- getEventType() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNote
-
- getEventType() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNoteImpl
-
- getEventType() - Method in interface com.broadleafcommerce.oms.order.domain.OrderNote
-
- getEventType() - Method in class com.broadleafcommerce.oms.order.domain.OrderNoteImpl
-
- getExecuteIfNoOtherBlockers() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.AbstractBlockOrderActivity
-
Execute this activity only if there are no other failed blockers on the Order.
- getExecuteIfNoOtherBlockers() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.ChargePendingPaymentsBlockActivity
-
- getExecuteIfNoOtherBlockers() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.OrderTotalBlockActivity
-
- getExecuteIfNoOtherBlockers() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.TestBlockActivity
-
- getExecuteOnce() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.AbstractBlockOrderActivity
-
Execute this activity only once (no matter what the outcome is).
- getExecuteOnce() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.ChargePendingPaymentsBlockActivity
-
- getExecuteOnce() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.OrderTotalBlockActivity
-
- getExecuteOnce() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.TestBlockActivity
-
- getExpectedCondition() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
The expected or stated condition of the item to be returned (generally supplied by the customer).
- getExpectedCondition() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getExpectedQuantity() - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- getExpectedQuantityReturned() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
Quantity expected to be returned for this item.
- getExpectedQuantityReturned() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getExpectedReturnQuantity() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- getExpectedShipDate() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
Deprecated.
- getExpectedShipDate() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
Deprecated.
- getExpectedShipDate() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetail
-
Expected date the package will ship
- getExpectedShipDate() - Method in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- getExternalId() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- getExternalId() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getExternalId() - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentRequestDTO
-
- getExternalId() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- getExternalId() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- getExternalId() - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- getFailureReason() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.ChargePendingPaymentsBlockActivity
-
- getFieldGroupingQueryString(String, List<String>, IndexField, String) - Method in class com.broadleafcommerce.oms.search.service.OMSSolrSearchService
-
- getFieldListGrid(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, String, String, Boolean, Integer, Integer, String, String) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- getFieldListGrid(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, String, String, Boolean, Integer, Integer, String, String) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- getFieldListGrid(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, String, String, Boolean, Integer, Integer, String, String) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getFilterObject() - Method in class com.broadleafcommerce.oms.admin.web.security.AdminOmsSecurityExpressionRoot
-
- getFlatRateShippingCharge() - Method in class com.broadleafcommerce.oms.returns.strategy.FlatRateReturnShippingChargeStrategyImpl
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.common.type.OMSEventSourceType
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.customer.domain.type.CustomerNoteEventType
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.fulfillment.domain.type.FulfillmentOrderNoteEventType
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.fulfillment.domain.type.FulfillmentOrderStatusType
-
- getFriendlyType() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.order.domain.type.ChangeOrderStatus
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.order.domain.type.OrderBlockStatusType
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.order.domain.type.OrderNoteEventType
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.order.service.type.SecondaryOrderStatus
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.AbstractBlockOrderActivity
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.ChargePendingPaymentsBlockActivity
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.OrderTotalBlockActivity
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.TestBlockActivity
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.returns.domain.type.ReturnConditionType
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.returns.domain.type.ReturnConfirmationStatusType
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.returns.domain.type.ReturnGroupStatusType
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.returns.domain.type.ReturnStatusType
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.returns.domain.type.ReturnType
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.returns.service.type.ReturnRefundStrategyType
-
- getFriendlyType() - Method in class com.broadleafcommerce.oms.search.service.type.OMSDBOrderSearchFieldType
-
- getFulfilledFulfillmentOrders() - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentResponseDTO
-
- getFulfilledItemsListGrid() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSReturnsTab
-
- getFulfillmentAppeasements() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- getFulfillmentAppeasements() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getFulfillmentCharge() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
This is the fulfillment charge of the fulfillment order.
- getFulfillmentCharge() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getFulfillmentFeesToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
This is a non persisted field.
- getFulfillmentFeesToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getFulfillmentFeesToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
Total fulfillment fees for this line item, for all quantities.
- getFulfillmentFeesToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- getFulfillmentGroup() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- getFulfillmentGroup() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getFulfillmentGroupId() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementFulfillmentDTO
-
- getFulfillmentGroupId() - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- getFulfillmentGroupItem() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
The related FulfillmentGroupItem
- getFulfillmentGroupItem() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- getFulfillmentGroups(HttpServletRequest, HttpServletResponse) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getFulfillmentItemAmount() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
The amount that should be charged / refunded for this FulfillmentOrderItem when this item
is fulfilled.
- getFulfillmentItemAmount() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- getFulfillmentItems() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- getFulfillmentItems() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getFulfillmentOption() - Method in class com.broadleafcommerce.oms.csr.model.ChangeOrderShippingInfoForm
-
- getFulfillmentOption() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- getFulfillmentOption() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getFulfillmentOptionId() - Method in class com.broadleafcommerce.oms.csr.model.ChangeOrderShippingInfoForm
-
- getFulfillmentOptions(HttpServletRequest, HttpServletResponse, Long) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getFulfillmentOptions(FulfillmentGroup) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getFulfillmentOrder() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.FulfillmentOrderGrid
-
- getFulfillmentOrder() - Method in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationSeed
-
- getFulfillmentOrder() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminAssignment
-
- getFulfillmentOrder() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminAssignmentImpl
-
- getFulfillmentOrder() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
Returns the related fulfillmentOrder
- getFulfillmentOrder() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- getFulfillmentOrder() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNote
-
- getFulfillmentOrder() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNoteImpl
-
- getFulfillmentOrder() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLog
-
- getFulfillmentOrder() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLogImpl
-
- getFulfillmentOrder() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetail
-
The fulfillment order this shipment detail is associated with
- getFulfillmentOrder() - Method in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- getFulfillmentOrder() - Method in class com.broadleafcommerce.oms.fulfillment.service.workflow.FulfillmentSeed
-
- getFulfillmentOrder() - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustment
-
- getFulfillmentOrder() - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustmentImpl
-
- getFulfillmentOrderAdminAssignment() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- getFulfillmentOrderAdminAssignment() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getFulfillmentOrderGrids() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSShippingTab
-
- getFulfillmentOrderId() - Method in class com.broadleafcommerce.oms.cancellation.service.call.CancelRequestDTO
-
- getFulfillmentOrderId() - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentRequestDTO
-
- getFulfillmentOrderItem() - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementAdjustment
-
- getFulfillmentOrderItem() - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementAdjustmentImpl
-
- getFulfillmentOrderItem() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
The assoicated fulfillment order item
- getFulfillmentOrderItem() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getFulfillmentOrderItemId() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementItemDTO
-
- getFulfillmentOrderItemID() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- getFulfillmentOrderItemIds() - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderCancelEntityForm
-
- getFulfillmentOrderItemIds() - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- getFulfillmentOrderItemMap() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.FulfillmentOrderItemActionForm
-
- getFulfillmentOrderItemNames() - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderCancelEntityForm
-
- getFulfillmentOrderItemNames() - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- getFulfillmentOrderItemQuantities() - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderCancelEntityForm
-
- getFulfillmentOrderItemQuantities() - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- getFulfillmentOrderNotes() - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- getFulfillmentOrderNumber() - Method in class com.broadleafcommerce.oms.api.wrapper.CancelRequestWrapper
-
- getFulfillmentOrderNumber() - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- getFulfillmentOrderNumber() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- getFulfillmentOrderNumber() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getFulfillmentOrders(HttpServletRequest, String) - Method in class com.broadleafcommerce.oms.api.endpoint.OMSEndpoint
-
Returns all FulfillmentOrders for specified order
- getFulfillmentOrders() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.OMSFulfillmentGroup
-
- getFulfillmentOrders() - Method in class com.broadleafcommerce.oms.fulfillment.domain.OMSFulfillmentGroupImpl
-
- getFulfillmentOrders() - Method in class com.broadleafcommerce.oms.weave.WeaveOMSFulfillmentGroup
-
- getFulfillmentOrderView(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- getFulfillmentOrderView(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getFulfillmentOverride() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementFulfillmentDTO
-
- getFulfillmentOverrides() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementForm
-
- getFulfillmentTaxesToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
Total fulfillment taxes for this line item, for all quantities.
- getFulfillmentTaxesToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- getGenericListgrid(PersistencePackageRequest, String, boolean) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- getGlobalButtons(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- getGlobalButtons(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getGrid() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.FulfillmentOrderGrid
-
- getGroupAmountToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
Convenience method to sum the total value to be refunded across RMAs in the group,
- getGroupAmountToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getGroupFulfillmentFeesToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
Convenience method to sum the fulfillment fees to be refunded across RMAs in the group,
- getGroupFulfillmentFeesToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getGroupProductValueToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
Convenience method to sum the product value amount to be refunded across RMAs in the group,
- getGroupProductValueToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getGroupReturnShippingToCharge() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
Convenience method to sum the return shipping fees to be charged across RMAs in the group,
- getGroupReturnShippingToCharge() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getGroupTaxesToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
Convenience method to sum the taxes to be refunded across RMAs in the group,
- getGroupTaxesToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getGroupTotalAmountRefunded() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
Convenience method to sum the total value refunded across RMAs in the group,
- getGroupTotalAmountRefunded() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getGroupTotalFulfillmentFeesRefunded() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
Convenience method to sum the fulfillment fees refunded across RMAs in the group,
- getGroupTotalFulfillmentFeesRefunded() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getGroupTotalProductValueRefunded() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
- getGroupTotalProductValueRefunded() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getGroupTotalReturnShippingCharged() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
Convenience method to sum the total return shipping that was charged for this group
- getGroupTotalReturnShippingCharged() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getGroupTotalTaxesRefunded() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
Convenience method to sum the taxes refunded across RMAs in the group,
- getGroupTotalTaxesRefunded() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getHeaderOrderDetails(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- getHeaderOrderDetails(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getId() - Method in interface com.broadleafcommerce.oms.customer.domain.CustomerNote
-
- getId() - Method in class com.broadleafcommerce.oms.customer.domain.CustomerNoteImpl
-
- getId() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- getId() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminAssignment
-
- getId() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminAssignmentImpl
-
- getId() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getId() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
Returns the unique id for the item.
- getId() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- getId() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNote
-
- getId() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNoteImpl
-
- getId() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLog
-
- getId() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLogImpl
-
- getId() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetail
-
The DB id of this entity.
- getId() - Method in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- getId() - Method in interface com.broadleafcommerce.oms.order.domain.OrderAdminAssignment
-
- getId() - Method in class com.broadleafcommerce.oms.order.domain.OrderAdminAssignmentImpl
-
- getId() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockAudit
-
- getId() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- getId() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- getId() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- getId() - Method in interface com.broadleafcommerce.oms.order.domain.OrderNote
-
- getId() - Method in class com.broadleafcommerce.oms.order.domain.OrderNoteImpl
-
- getId() - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementAdjustment
-
- getId() - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementAdjustmentImpl
-
- getId() - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustment
-
- getId() - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustmentImpl
-
- getId() - Method in interface com.broadleafcommerce.oms.refund.domain.RefundPaymentLog
-
- getId() - Method in class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- getId() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
The id
- getId() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
- getId() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getId() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getId() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
The id.
- getId() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getId() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNote
-
- getId() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNoteImpl
-
- getId() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
- getId() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- getImportantOrderBlockersListGrid(Long, Integer, Integer, String, String) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getIndexFieldNames(FieldEntity) - Method in class com.broadleafcommerce.oms.search.service.OMSSolrSearchService
-
- getInstance(String) - Static method in class com.broadleafcommerce.oms.common.type.OMSEventSourceType
-
- getInstance(String) - Static method in class com.broadleafcommerce.oms.customer.domain.type.CustomerNoteEventType
-
- getInstance(String) - Static method in class com.broadleafcommerce.oms.fulfillment.domain.type.FulfillmentOrderNoteEventType
-
- getInstance(String) - Static method in class com.broadleafcommerce.oms.fulfillment.domain.type.FulfillmentOrderStatusType
-
- getInstance(String) - Static method in class com.broadleafcommerce.oms.order.domain.type.ChangeOrderStatus
-
- getInstance(String) - Static method in class com.broadleafcommerce.oms.order.domain.type.OrderBlockStatusType
-
- getInstance(String) - Static method in class com.broadleafcommerce.oms.order.domain.type.OrderNoteEventType
-
- getInstance(String) - Static method in class com.broadleafcommerce.oms.order.service.type.SecondaryOrderStatus
-
- getInstance(String) - Static method in class com.broadleafcommerce.oms.returns.domain.type.ReturnConditionType
-
- getInstance(String) - Static method in class com.broadleafcommerce.oms.returns.domain.type.ReturnConfirmationStatusType
-
- getInstance(String) - Static method in class com.broadleafcommerce.oms.returns.domain.type.ReturnGroupStatusType
-
- getInstance(String) - Static method in class com.broadleafcommerce.oms.returns.domain.type.ReturnStatusType
-
- getInstance(String) - Static method in class com.broadleafcommerce.oms.returns.domain.type.ReturnType
-
- getInstance(String) - Static method in class com.broadleafcommerce.oms.returns.service.type.ReturnRefundStrategyType
-
- getInstance(String) - Static method in class com.broadleafcommerce.oms.search.service.type.OMSDBOrderSearchFieldType
-
- getIsoFormatForDate(String) - Method in class com.broadleafcommerce.oms.search.service.OMSSolrSearchService
-
This method creates a Date from a string and converts it
into an ISO 8601 compliant string representation,
because Solr expects an ISO 8601 formatted date string.
- getIsVisible() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSPaymentsTab
-
- getIsVisible() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSReturnsTab
-
- getIsVisible() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSShippingTab
-
- getIsVisible() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSSummaryTab
-
- getItemAmountToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
Total amount to refund for this line item (e.g.
- getItemAmountToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- getItemRequests() - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderReturnAuthorizeEntityForm
-
- getItems() - Method in class com.broadleafcommerce.oms.api.wrapper.CancelRequestWrapper
-
- getItems() - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- getKey() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrderLock
-
- getKey() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderLockImpl
-
- getLastUpdated() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrderLock
-
- getLastUpdated() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderLockImpl
-
- getLinksInternal(Order) - Method in class com.broadleafcommerce.oms.csr.web.service.OMSOrderDeepLinkServiceImpl
-
- getListGrid(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, String, String) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- getListGrid(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, String, String, Integer, Integer, String, String) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- getListGrid(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, String, String, Integer, Integer, String, String) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- getListGrid(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, String, String, Integer, Integer, String, String) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getMainEntityName() - Method in class com.broadleafcommerce.oms.customer.domain.CustomerNoteImpl
-
- getMainEntityName() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- getMainEntityName() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- getMainEntityName() - Method in class com.broadleafcommerce.oms.order.domain.OrderNoteImpl
-
- getManualAuthGatewayType() - Method in class com.broadleafcommerce.oms.order.service.OMSOrderPaymentServiceImpl
-
Set "gateway.config.global.manualAuthGatewayType" property to override
the PaymentGatewayType constructed for a manual auth payment.
- getManualAuthPaymentType() - Method in class com.broadleafcommerce.oms.order.service.OMSOrderPaymentServiceImpl
-
Set "gateway.config.global.manualAuthPaymentType" property to override
the PaymentType constructed for a manual auth payment.
- getManualAuthToken() - Method in class com.broadleafcommerce.oms.csr.model.OrderPaymentForm
-
- getManuallyPass() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockOverrideDTO
-
- getManualOverrides() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockOverrideForm
-
- getMessage() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementForm
-
- getMyOrders(HttpServletRequest, HttpServletResponse, Model, Map<String, String>, MultiValueMap<String, String>) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getMyOrdersListGrid(HttpServletRequest) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- getMyOrdersListGrid(List<FilterAndSortCriteria>, Integer, Integer) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getName() - Method in class com.broadleafcommerce.oms.admin.web.expression.OMSVariableExpression
-
- getName() - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- getName() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
Not used for moving any data around just beneficial for form displays
- getNewFulfillmentOrder() - Method in class com.broadleafcommerce.oms.fulfillment.service.call.FulfillmentOrderSplitResponseDTO
-
- getNote() - Method in interface com.broadleafcommerce.oms.customer.domain.CustomerNote
-
- getNote() - Method in class com.broadleafcommerce.oms.customer.domain.CustomerNoteImpl
-
- getNote() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNote
-
- getNote() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNoteImpl
-
- getNote() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockAudit
-
- getNote() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- getNote() - Method in interface com.broadleafcommerce.oms.order.domain.OrderNote
-
- getNote() - Method in class com.broadleafcommerce.oms.order.domain.OrderNoteImpl
-
- getNote() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
Note about the object being returned
- getNote() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getNote() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
- getNote() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- getNote() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationRequestDTO
-
Note about the item received
- getNote() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- getNotes() - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderCancelEntityForm
-
- getNotes() - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- getNotes() - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderReturnAuthorizeEntityForm
-
- getNotes() - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderReturnCompleteEntityForm
-
- getNotes(HttpServletRequest, String) - Method in class com.broadleafcommerce.oms.api.endpoint.OMSEndpoint
-
Returns a list of all OrderNotes for specified order
- getNotes() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- getNotes() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getNotes() - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentRequestDTO
-
- getNotes() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
Deprecated.
- getNotes() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
Deprecated.
- getNotesCount(HttpServletRequest, MultiValueMap<String, String>, Model, Map<String, String>, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- getNotesCount(HttpServletRequest, MultiValueMap<String, String>, Model, Map<String, String>, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getOMSCSRRoles() - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCsrController
-
- getOMSCustomerPaymentRedirectUrl() - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getOmsOrderLockMessage() - Method in interface com.broadleafcommerce.oms.order.dao.OMSOrderLockDao
-
- getOmsOrderLockMessage() - Method in class com.broadleafcommerce.oms.order.dao.OMSOrderLockDaoImpl
-
- getOmsOrderLockMessage() - Method in interface com.broadleafcommerce.oms.order.service.OMSOrderLockService
-
- getOmsOrderLockMessage() - Method in class com.broadleafcommerce.oms.order.service.OMSOrderLockServiceImpl
-
- getOrder() - Method in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationSeed
-
- getOrder() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- getOrder() - Method in interface com.broadleafcommerce.oms.order.domain.OrderAdminAssignment
-
- getOrder() - Method in class com.broadleafcommerce.oms.order.domain.OrderAdminAssignmentImpl
-
- getOrder() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- getOrder() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- getOrder() - Method in interface com.broadleafcommerce.oms.order.domain.OrderNote
-
- getOrder() - Method in class com.broadleafcommerce.oms.order.domain.OrderNoteImpl
-
- getOrder() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
The order associated with this return
- getOrder() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getOrderAdjustmentsGrid() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSPaymentsTab
-
- getOrderAdminAssignment() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- getOrderAdminAssignment() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- getOrderAdminAssignment() - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- getOrderAdminPath() - Method in class com.broadleafcommerce.oms.csr.web.service.OMSOrderDeepLinkServiceImpl
-
- getOrderBlockersListGrid(Long, Integer, Integer, String, String) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getOrderBlockId() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockOverrideDTO
-
- getOrderBlockReason() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockAudit
-
- getOrderBlockReason() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- getOrderBlockReasons() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- getOrderBlockReasons() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- getOrderBlockReasons() - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- getOrderBlockReasonsByStatus(OrderBlockStatusType) - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- getOrderBlockReasonsByStatus(OrderBlockStatusType) - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- getOrderBlockReasonsByStatus(OrderBlockStatusType) - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- getOrderButtons(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getOrderCount(String, SearchCriteria) - Method in interface com.broadleafcommerce.oms.search.service.OrderSearchService
-
- getOrderCount(MultiValueMap<String, String>, SearchCriteria, Boolean) - Method in interface com.broadleafcommerce.oms.search.service.OrderSearchService
-
- getOrderCount(String, SearchCriteria) - Method in class com.broadleafcommerce.oms.search.service.SolrOrderSearchServiceImpl
-
- getOrderCount(MultiValueMap<String, String>, SearchCriteria, Boolean) - Method in class com.broadleafcommerce.oms.search.service.SolrOrderSearchServiceImpl
-
- getOrderHistory(HttpServletRequest, HttpServletResponse, Model, Map<String, String>, MultiValueMap<String, String>, String) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- getOrderHistoryListgrid(String, List<FilterAndSortCriteria>, boolean) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- getOrderHistoryListgrid(String, List<FilterAndSortCriteria>, Integer, Integer, boolean) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- getOrderId() - Method in class com.broadleafcommerce.oms.cancellation.service.call.CancelRequestDTO
-
- getOrderId() - Method in class com.broadleafcommerce.oms.common.event.OMSOrderReindexEvent
-
- getOrderId() - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentRequestDTO
-
- getOrderId(Order) - Method in class com.broadleafcommerce.oms.offer.dao.OMSOfferAuditDaoImpl
-
- getOrderId() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrderLock
-
- getOrderId() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderLockImpl
-
- getOrderItems() - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getOrderItemsListGrid() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSSummaryTab
-
- getOrderLimit() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.OrderTotalBlockActivity
-
- getOrderLockKey() - Method in class com.broadleafcommerce.oms.order.service.OMSOrderLockServiceImpl
-
- getOrderNote() - Method in class com.broadleafcommerce.oms.api.wrapper.OrderNoteWrapper
-
- getOrderNotes() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- getOrderNotes() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- getOrderNotes() - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- getOrderNumber() - Method in class com.broadleafcommerce.oms.api.wrapper.CancelRequestWrapper
-
- getOrderNumber() - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- getOrderNumber() - Method in class com.broadleafcommerce.oms.common.event.OMSOrderReindexEvent
-
- getOrderPayment() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLog
-
- getOrderPayment() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLogImpl
-
- getOrderPaymentDetail(HttpServletRequest, HttpServletResponse, Long) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getOrderPaymentId() - Method in class com.broadleafcommerce.oms.csr.model.OrderPaymentForm
-
- getOrderPayments(HttpServletRequest, HttpServletResponse, Boolean) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getOrderPaymentsGrid(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getOrderPaymentsGrid() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSPaymentsTab
-
- getOrders(HttpServletRequest, HttpServletResponse, Model, Map<String, String>, MultiValueMap<String, String>) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCsrOrderController
-
- getOrders(HttpServletRequest, HttpServletResponse, Model, Map<String, String>, MultiValueMap<String, String>) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getOrders() - Method in class com.broadleafcommerce.oms.search.service.OrderSearchResult
-
- getOrders(List<SolrDocument>) - Method in class com.broadleafcommerce.oms.search.service.SolrOrderSearchServiceImpl
-
Given a list of order IDs from Solr, this method will look up the IDs via the orderDao and build out
actual Order instances.
- getOrdersForReturn(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- getOrderStatistics(MultiValueMap<String, String>, Boolean, List<String>) - Method in interface com.broadleafcommerce.oms.search.service.OrderSearchService
-
- getOrderStatistics(String, List<String>) - Method in interface com.broadleafcommerce.oms.search.service.OrderSearchService
-
- getOrderStatistics(List<FilterAndSortCriteria>, List<String>) - Method in interface com.broadleafcommerce.oms.search.service.OrderSearchService
-
- getOrderStatistics(MultiValueMap<String, String>, Boolean, List<String>) - Method in class com.broadleafcommerce.oms.search.service.SolrOrderSearchServiceImpl
-
- getOrderStatistics(String, List<String>) - Method in class com.broadleafcommerce.oms.search.service.SolrOrderSearchServiceImpl
-
- getOrderStatistics(List<FilterAndSortCriteria>, List<String>) - Method in class com.broadleafcommerce.oms.search.service.SolrOrderSearchServiceImpl
-
- getOrderStatusesForReindex() - Method in class com.broadleafcommerce.oms.search.service.SolrOrderIndexServiceImpl
-
Return the order statuses that we want reindexed when doing a full reindex.
- getOrderTotals(HttpServletRequest, HttpServletResponse) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getOriginalFulfillmentOrder() - Method in class com.broadleafcommerce.oms.fulfillment.service.call.FulfillmentOrderSplitResponseDTO
-
- getOriginalOrderNumber() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- getOriginalOrderNumber() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- getOriginalOrderNumber() - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- getOriginFulfillmentOrder() - Method in class com.broadleafcommerce.oms.fulfillment.service.call.FulfillmentOrderMergeResponseDTO
-
- getOverrideReason() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockOverrideDTO
-
- getOverrideUnitAmountToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
This is the amount that the CSR wants to refund, regardless of what is calculated by the system.
- getOverrideUnitAmountToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- getOverrideUnitPriceForRefund() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationRequestDTO
-
Allows the override of the unit amount to be refunded.
- getPage() - Method in class com.broadleafcommerce.oms.search.service.CustomerSearchResult
-
- getPage() - Method in class com.broadleafcommerce.oms.search.service.OrderSearchResult
-
- getPageNumer() - Method in class com.broadleafcommerce.oms.search.service.call.SearchPagingDTO
-
- getPageRangeFirst() - Method in class com.broadleafcommerce.oms.search.service.call.SearchPagingDTO
-
- getPageRangeLast() - Method in class com.broadleafcommerce.oms.search.service.call.SearchPagingDTO
-
- getPageSize() - Method in class com.broadleafcommerce.oms.search.service.call.SearchPagingDTO
-
- getPageSize() - Method in class com.broadleafcommerce.oms.search.service.CustomerSearchResult
-
- getPageSize() - Method in class com.broadleafcommerce.oms.search.service.OrderSearchResult
-
- getPaging(int, int, int) - Method in interface com.broadleafcommerce.oms.search.service.CustomerSearchService
-
- getPaging(int, int, int) - Method in class com.broadleafcommerce.oms.search.service.OMSSolrSearchService
-
- getPaging(int, int, int) - Method in interface com.broadleafcommerce.oms.search.service.OrderSearchService
-
- getPaging(int, int, int) - Method in class com.broadleafcommerce.oms.search.service.SolrCustomerSearchServiceImpl
-
- getPaging(int, int, int) - Method in class com.broadleafcommerce.oms.search.service.SolrOrderSearchServiceImpl
-
- getParentFulfillmentOrder() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
This is the parent fulfillment order that is associated with a split fulfillment order and refers
to the original fulfillment order from which this fulfillment order was split from.
- getParentFulfillmentOrder() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getParentOrder() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- getParentOrder() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- getParentOrder() - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- getPaymentMethodId() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementForm
-
- getPaymentMethodId() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfGroup
-
- getPaymentMethodId() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationGroupRequestDTO
-
- getPaymentMethods(HttpServletRequest, HttpServletResponse) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getPaymentMethodSelect(HttpServletRequest, HttpServletResponse, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getPaymentMethodSelect(HttpServletRequest, HttpServletResponse) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getPaymentTransaction() - Method in interface com.broadleafcommerce.oms.refund.domain.RefundPaymentLog
-
- getPaymentTransaction() - Method in class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- getPhysicalCondition() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
- getPhysicalCondition() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- getPriceAdjustment() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementForm
-
- getPriceOverride() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementItemDTO
-
- getPriceOverrides() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementForm
-
- getPrimaryReturnReason() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
Primary Reason why the object being returned
- getPrimaryReturnReason() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getPrimaryReturnReason() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- getPriority() - Method in class com.broadleafcommerce.oms.order.extension.ChangeOrderCartServiceExtensionHandler
-
- getProcessedDate() - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementAdjustment
-
- getProcessedDate() - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementAdjustmentImpl
-
- getProcessedDate() - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustment
-
- getProcessedDate() - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustmentImpl
-
- getProductTaxesToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
Taxes associated with the products for this line item, for all quantities, not including fulfillment taxes.
- getProductTaxesToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- getProductValueToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
This is a non persisted field.
- getProductValueToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getProductValueToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
Total value of all items, including discounts, but not including taxes or fees
- getProductValueToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- getPromoCodes(HttpServletRequest, HttpServletResponse) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- getQuantity() - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderItemWrapper
-
- getQuantity() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
The quantity for this item.
- getQuantity() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- getQuantity() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- getQuantityAuthorizedForReturn() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
This is the aggregate of all return authorization quantity items, across all ReturnAuthorizationItems
- getQuantityAuthorizedForReturn() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- getQuantityConfirmed() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
- getQuantityConfirmed() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- getQuantityConfirmed() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationRequestDTO
-
Quantity confirmed.
- getQuantityToCancel() - Method in class com.broadleafcommerce.oms.cancellation.service.call.CancelItemRequestDTO
-
- getQuantityToShip() - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentItemRequestDTO
-
- getReason() - Method in class com.broadleafcommerce.oms.api.wrapper.CancelRequestWrapper
-
- getReason() - Method in class com.broadleafcommerce.oms.cancellation.service.call.CancelRequestDTO
-
- getReason() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- getReason() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- getReason() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.OrderTotalBlockActivity
-
- getReason() - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementAdjustment
-
- getReason() - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementAdjustmentImpl
-
- getReason() - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustment
-
- getReason() - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustmentImpl
-
- getReason() - Method in interface com.broadleafcommerce.oms.refund.domain.RefundPaymentLog
-
- getReason() - Method in class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- getRefundCustomerPayment() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
a Transient value that determines which net new payment to apply the refund to.
- getRefundCustomerPayment() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getRefundMap() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
Transient map that returns applicable refund amounts for each order payment tied to this
return auth.
- getRefundMap() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getRefundStrategies() - Method in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- getRefundStrategies() - Method in class com.broadleafcommerce.oms.returns.service.workflow.activity.ReturnRefundActivity
-
- getRefundStrategy() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
a Transient value that determines the strategy of how a refund is processed
at the time the request for a refund is performed.
- getRefundStrategy() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getRelatedOrders(MultiValueMap<String, String>, SearchCriteria) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getRelatedOrdersListGrid(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- getRelatedOrdersListGrid(Long, MultiValueMap<String, String>, Integer, Integer, String, String) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getResponseDocuments(QueryResponse) - Method in class com.broadleafcommerce.oms.search.service.OMSSolrSearchService
-
- getResponseDTO() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.ChargePendingPaymentsBlockActivity.ResponseTransactionPair
-
- getReturnAuth() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationGroupRequestDTO
-
- getReturnAuthCode() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
- getReturnAuthCode() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getReturnAuthItems() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnAuthGroupForm
-
- getReturnAuthorization() - Method in interface com.broadleafcommerce.oms.refund.domain.RefundPaymentLog
-
- getReturnAuthorization() - Method in class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- getReturnAuthorization() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
The referenced return authorization.
- getReturnAuthorization() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getReturnAuthorization() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNote
-
- getReturnAuthorization() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNoteImpl
-
- getReturnAuthorization() - Method in class com.broadleafcommerce.oms.returns.service.workflow.ReturnsSeed
-
- getReturnAuthorizationGroup(String) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsReceiptController
-
- getReturnAuthorizationGroup() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
The Return Authorization Group in which this RMA belongs to
- getReturnAuthorizationGroup() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getReturnAuthorizationId() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfGroup
-
- getReturnAuthorizationItem() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
- getReturnAuthorizationItem() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- getReturnAuthorizationItems() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
The associated items that are being returned.
- getReturnAuthorizationItems() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getReturnAuthorizations(HttpServletRequest, MultiValueMap<String, String>, Map<String, String>, Long, Long, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsReceiptController
-
- getReturnAuthorizations() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- getReturnAuthorizations() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- getReturnAuthorizations() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
- getReturnAuthorizations() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getReturnAuthorizations() - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- getReturnConfGroups() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfForm
-
- getReturnConfirmations() - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderReturnCompleteEntityForm
-
- getReturnConfirmations() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
Convenience method to get all of the return confirmations associated with this.
- getReturnConfirmations() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getReturnConfirmations() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
Related confirmations associated with this return item.
- getReturnConfirmations() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getReturnConfirmations() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationGroupRequestDTO
-
- getReturnConfirmations() - Method in class com.broadleafcommerce.oms.returns.service.workflow.ReturnsSeed
-
- getReturnConfRequest() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConf
-
- getReturnConfs() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfGroup
-
- getReturnedItemsListGrid() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSReturnsTab
-
- getReturnItem() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationRequestDTO
-
The ReturnAuthorizationItem that is being confirmed.
- getReturnItemRequest() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnAuthItem
-
- getReturnObject() - Method in class com.broadleafcommerce.oms.admin.web.security.AdminOmsSecurityExpressionRoot
-
- getReturnRefundStrategy() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfGroup
-
- getReturnRefundStrategy() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationGroupRequestDTO
-
- getReturnShippingOrderIds() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnAuthGroupForm
-
- getReturnShippingOrderIds() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfForm
-
- getReturnShippingToCharge() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
This is a non persisted field.
- getReturnShippingToCharge() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getReturnsTab() - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- getReturnType() - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- getReturnType() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
Indicates if this is a refund or exchange
- getReturnType() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getReturnType() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- getRMALabel(HttpServletRequest, HttpServletResponse, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- getRMALabelPdf(HttpServletRequest, HttpServletResponse, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- getRMAs(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- getSecondaryReturnReason() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
Secondary Reason why the object being returned
- getSecondaryReturnReason() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- getSecondaryReturnReason() - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- getSecondaryStatus() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- getSecondaryStatus() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- getSecondaryStatus() - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- getSectionCustomCriteria() - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getSectionKey(Map<String, String>) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- getSectionKey(Map<String, String>) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- getSectionKey(Map<String, String>) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- getSectionKey(Map<String, String>) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsReceiptController
-
- getSeedData() - Method in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationOperationContext
-
- getSeedData() - Method in class com.broadleafcommerce.oms.fulfillment.service.workflow.FulfillmentOperationContext
-
- getSeedData() - Method in class com.broadleafcommerce.oms.returns.service.workflow.ReturnsOperationContext
-
- getSequence() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- getSequence() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getServiceCode() - Method in class com.broadleafcommerce.oms.api.wrapper.ShipmentDetailWrapper
-
- getServiceCode() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetail
-
Service code used by a carrier to indicate shipment method
- getServiceCode() - Method in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- getServiceCode() - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentDetailRequestDTO
-
- getSettledTransactionsUsedOnly() - Method in class com.broadleafcommerce.oms.returns.strategy.SystemReturnRefundStrategyImpl
-
- getShipmentDetails() - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- getShipmentDetails() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
the list of shipment details associated with this fulfillment order
- getShipmentDetails() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getShipmentDetails() - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentRequestDTO
-
- getShipmentItems() - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentRequestDTO
-
- getShipper() - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- getShipperType() - Method in class com.broadleafcommerce.oms.api.wrapper.ShipmentDetailWrapper
-
- getShipperType() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
Deprecated.
- getShipperType() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
Deprecated.
- getShipperType() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetail
-
The shipper type, used to indicate carrier, usually a data driven enum
- getShipperType() - Method in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- getShipperType() - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentDetailRequestDTO
-
- getSkuForItem(FulfillmentGroupItem) - Method in class com.broadleafcommerce.oms.cancellation.strategy.CancellationIncrementInventoryStrategyImpl
-
- getSkuForItem(FulfillmentGroupItem) - Method in class com.broadleafcommerce.oms.returns.strategy.ReturnInventoryStrategyImpl
-
- getSkuId() - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderItemWrapper
-
- getSkuId() - Method in class com.broadleafcommerce.oms.cancellation.service.call.CancelItemRequestDTO
-
- getSkuId() - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentItemRequestDTO
-
- getSolrCustomerDocumentId(Customer) - Method in class com.broadleafcommerce.oms.search.service.SolrCustomerIndexServiceImpl
-
- getSolrOrderDocumentId(Order) - Method in class com.broadleafcommerce.oms.search.service.SolrOrderIndexServiceImpl
-
- getSolrQueryMethod() - Method in class com.broadleafcommerce.oms.search.service.OMSSolrSearchService
-
Allows the user to choose the query method to use.
- getSolrSearchResultSet(PersistencePackage, CriteriaTransferObject, RecordHelper) - Method in class com.broadleafcommerce.oms.order.service.handler.OMSOrderCustomPersistenceHandler
-
- getSolrServerForIndexing() - Method in class com.broadleafcommerce.oms.search.service.SolrCustomerIndexServiceImpl
-
- getSolrServerForIndexing() - Method in class com.broadleafcommerce.oms.search.service.SolrOrderIndexServiceImpl
-
- getSolrStatisticFields(List<String>) - Method in class com.broadleafcommerce.oms.search.service.SolrOrderSearchServiceImpl
-
- getSource() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockAudit
-
- getSource() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- getStatisticFields() - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCsrOrderController
-
- getStatistics(SolrQuery, SearchCriteria, List<String>) - Method in class com.broadleafcommerce.oms.search.service.SolrOrderSearchServiceImpl
-
- getStatus() - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- getStatus() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- getStatus() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getStatus() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- getStatus() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- getStatus() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
Status of this overall return.
- getStatus() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
Convenience method to calculate the status of this entire return group based on the statuses
of each of the individual RMAs
- getStatus() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getStatus() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getStatus() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
Status of this return confirmation.
- getStatus() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- getStatusChange() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockAudit
-
- getStatusChange() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- getSuccessfulReason() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.ChargePendingPaymentsBlockActivity
-
- getSumItemQuantity(List<FulfillmentOrderItem>) - Method in class com.broadleafcommerce.oms.fulfillment.strategy.FulfillmentOrderStrategyImpl
-
- getSummarizedOrder() - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSSummaryTab
-
- getTargetFulfillmentOrder() - Method in class com.broadleafcommerce.oms.fulfillment.service.call.FulfillmentOrderMergeResponseDTO
-
- getTaxesToRefund() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
This is a non persisted field.
- getTaxesToRefund() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getThis() - Method in class com.broadleafcommerce.oms.admin.web.security.AdminOmsSecurityExpressionRoot
-
- getTotal() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
This is the total amount of this fulfillment order.
- getTotal() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getTotalAmountAppeased() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
Get the total amount appeased that was initiated via the appeasement flow.
- getTotalAmountAppeased() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- getTotalAmountAppeased() - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- getTotalAmountRefunded() - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
Get the total amount refunded that was initiated via the returns process.
- getTotalAmountRefunded() - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- getTotalAmountRefunded() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
Total amount that has been refunded for this Return Authorization.
- getTotalAmountRefunded() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getTotalAmountRefunded() - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- getTotalAppeasements() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
Convenience method to return non null sum of all appeasements for this fulfillment item
- getTotalAppeasements() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- getTotalCancelledQuantity(Order, Long) - Method in interface com.broadleafcommerce.oms.cancellation.service.CancellationService
-
- getTotalCancelledQuantity(FulfillmentOrder, Long) - Method in interface com.broadleafcommerce.oms.cancellation.service.CancellationService
-
- getTotalCancelledQuantity(Order, Long) - Method in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- getTotalCancelledQuantity(FulfillmentOrder, Long) - Method in class com.broadleafcommerce.oms.cancellation.service.CancellationServiceImpl
-
- getTotalFulfilledQuantity(Order, Long) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentService
-
totals up the quantity of a specific item on an order that has been fulfilled
- getTotalFulfilledQuantity(FulfillmentOrder, Long) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentService
-
totals up the quantity of a specific item on a fulfillment order that has been fulfilled
- getTotalFulfilledQuantity(Order, Long) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- getTotalFulfilledQuantity(FulfillmentOrder, Long) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- getTotalFulfillmentAppeasements() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- getTotalFulfillmentAppeasements() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getTotalFulfillmentFeesRefunded() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
total fulfillment fees that has been refunded for this Return Authorization.
- getTotalFulfillmentFeesRefunded() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getTotalItemRefundAmount() - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- getTotalPages() - Method in class com.broadleafcommerce.oms.search.service.call.SearchPagingDTO
-
- getTotalProcessedAppeasements() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
Convenience method to return non null sum of all processed appeasements for this fulfillment item
- getTotalProcessedAppeasements() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- getTotalProcessedFulfillmentAppeasements() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- getTotalProcessedFulfillmentAppeasements() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getTotalProductValueRefunded() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
total product amount that has been refunded for this Return Authorization.
- getTotalProductValueRefunded() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getTotalResults() - Method in class com.broadleafcommerce.oms.search.service.call.SearchPagingDTO
-
- getTotalResults() - Method in class com.broadleafcommerce.oms.search.service.CustomerSearchResult
-
- getTotalResults() - Method in class com.broadleafcommerce.oms.search.service.OrderSearchResult
-
- getTotalReturnShippingCharged() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
total return shipping charge that has been applied to this Return Authorization.
- getTotalReturnShippingCharged() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getTotalTaxesRefunded() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
total tax amount that has been refunded for this Return Authorization.
- getTotalTaxesRefunded() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- getTotalUnitRefundAmount() - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- getTotalUnprocessedAppeasements() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
Convenience method to return non null sum of all unprocessed appeasements for this fulfillment item
- getTotalUnprocessedAppeasements() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- getTotalUnprocessedFulfillmentAppeasements() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- getTotalUnprocessedFulfillmentAppeasements() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- getTrackingCode() - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- getTrackingNumber() - Method in class com.broadleafcommerce.oms.api.wrapper.ShipmentDetailWrapper
-
- getTrackingNumber() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
Deprecated.
- getTrackingNumber() - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
Deprecated.
- getTrackingNumber() - Method in interface com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetail
-
Unique tracking number that is used to track the package
- getTrackingNumber() - Method in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- getTrackingNumber() - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentDetailRequestDTO
-
- getTrackingNumber() - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
- getTrackingNumber() - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- getTransactionId() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.ChargePendingPaymentsBlockActivity.ResponseTransactionPair
-
- getType() - Method in class com.broadleafcommerce.oms.common.type.OMSEventSourceType
-
- getType() - Method in class com.broadleafcommerce.oms.customer.domain.type.CustomerNoteEventType
-
- getType() - Method in class com.broadleafcommerce.oms.fulfillment.domain.type.FulfillmentOrderNoteEventType
-
- getType() - Method in class com.broadleafcommerce.oms.fulfillment.domain.type.FulfillmentOrderStatusType
-
- getType() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- getType() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- getType() - Method in class com.broadleafcommerce.oms.order.domain.type.ChangeOrderStatus
-
- getType() - Method in class com.broadleafcommerce.oms.order.domain.type.OrderBlockStatusType
-
- getType() - Method in class com.broadleafcommerce.oms.order.domain.type.OrderNoteEventType
-
- getType() - Method in class com.broadleafcommerce.oms.order.service.type.SecondaryOrderStatus
-
- getType() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.AbstractBlockOrderActivity
-
- getType() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.ChargePendingPaymentsBlockActivity
-
- getType() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.OrderTotalBlockActivity
-
- getType() - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.TestBlockActivity
-
- getType() - Method in class com.broadleafcommerce.oms.returns.domain.type.ReturnConditionType
-
- getType() - Method in class com.broadleafcommerce.oms.returns.domain.type.ReturnConfirmationStatusType
-
- getType() - Method in class com.broadleafcommerce.oms.returns.domain.type.ReturnGroupStatusType
-
- getType() - Method in class com.broadleafcommerce.oms.returns.domain.type.ReturnStatusType
-
- getType() - Method in class com.broadleafcommerce.oms.returns.domain.type.ReturnType
-
- getType() - Method in class com.broadleafcommerce.oms.returns.service.type.ReturnRefundStrategyType
-
- getType() - Method in class com.broadleafcommerce.oms.search.service.type.OMSDBOrderSearchFieldType
-
- getTypes() - Static method in class com.broadleafcommerce.oms.order.service.type.SecondaryOrderStatus
-
- getTypes() - Static method in class com.broadleafcommerce.oms.returns.domain.type.ReturnConditionType
-
- getTypes() - Static method in class com.broadleafcommerce.oms.search.service.type.OMSDBOrderSearchFieldType
-
- getUniqueFlag() - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
Used to indicate the uniqueness of execution for this activity.
- getUniqueFlag() - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- getUnitAmount(Money) - Method in class com.broadleafcommerce.oms.fulfillment.strategy.FulfillmentOrderStrategyImpl
-
- getUnitAmount(Money) - Method in class com.broadleafcommerce.oms.refund.strategy.AppeasementStrategyImpl
-
Returns the unit amount (e.g.
- getUnitFulfillmentFees() - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- getUnitFulfillmentTaxes() - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- getUnitPrice() - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- getUnitTaxes() - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- getUserCreatedManualBlockReason() - Method in class com.broadleafcommerce.oms.order.service.OrderBlockReasonServiceImpl
-
- getUserDefinedFields() - Method in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationSeed
-
- getUserDefinedFields() - Method in class com.broadleafcommerce.oms.fulfillment.service.workflow.FulfillmentSeed
-
- getUserDefinedFields() - Method in class com.broadleafcommerce.oms.returns.service.workflow.ReturnsSeed
-
- getValidAppeasementItems(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.refund.strategy.AppeasementStrategy
-
- getValidAppeasementItems(OMSOrder) - Method in interface com.broadleafcommerce.oms.refund.strategy.AppeasementStrategy
-
- getValidAppeasementItems(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.refund.strategy.AppeasementStrategyImpl
-
Returns valid appeasement items for a fulfillment order.
- getValidAppeasementItems(OMSOrder) - Method in class com.broadleafcommerce.oms.refund.strategy.AppeasementStrategyImpl
-
Returns valid appeasement items for an order.
- getValidAppeasementOrders(OMSOrder) - Method in interface com.broadleafcommerce.oms.refund.strategy.AppeasementStrategy
-
- getValidAppeasementOrders(OMSFulfillmentGroup) - Method in interface com.broadleafcommerce.oms.refund.strategy.AppeasementStrategy
-
- getValidAppeasementOrders(OMSOrder) - Method in class com.broadleafcommerce.oms.refund.strategy.AppeasementStrategyImpl
-
- getValidAppeasementOrders(OMSFulfillmentGroup) - Method in class com.broadleafcommerce.oms.refund.strategy.AppeasementStrategyImpl
-
- getValue() - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementAdjustment
-
- getValue() - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementAdjustmentImpl
-
- getValue() - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustment
-
- getValue() - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustmentImpl
-
- getWorkflowOperationExceptionRootCause(WorkflowException) - Static method in class com.broadleafcommerce.oms.util.ExceptionUtil
-
- grid - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.FulfillmentOrderGrid
-
- GroupName() - Constructor for class com.broadleafcommerce.oms.customer.domain.CustomerNoteAdminPresentation.GroupName
-
- GroupName() - Constructor for class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminPresentation.GroupName
-
- GroupName() - Constructor for class com.broadleafcommerce.oms.order.domain.OrderNoteAdminPresentation.GroupName
-
- GroupOrder() - Constructor for class com.broadleafcommerce.oms.customer.domain.CustomerNoteAdminPresentation.GroupOrder
-
- GroupOrder() - Constructor for class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminPresentation.GroupOrder
-
- GroupOrder() - Constructor for class com.broadleafcommerce.oms.order.domain.OrderNoteAdminPresentation.GroupOrder
-
- groupReturnRequestDTOsByOrder(List<ReturnItemRequestDTO>) - Method in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- readActiveFulfillmentPaymentLogsForOrderPayment(OrderPayment) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentPaymentLogDao
-
- readActiveFulfillmentPaymentLogsForOrderPayment(OrderPayment) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentPaymentLogDaoImpl
-
- readAllFulfillmentPaymentLogsForOrderPayment(OrderPayment) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentPaymentLogDao
-
- readAllFulfillmentPaymentLogsForOrderPayment(OrderPayment) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentPaymentLogDaoImpl
-
- readBatchCustomersForIndex(int, int) - Method in interface com.broadleafcommerce.oms.search.dao.CustomerIndexDao
-
- readBatchCustomersForIndex(int, int) - Method in class com.broadleafcommerce.oms.search.dao.CustomerIndexDaoImpl
-
- readByFulfillmentOrderNumber(String) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDao
-
Reads FulfillmentOrder by fulfillment order number.
- readByFulfillmentOrderNumber(String) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.customer.dao.CustomerNoteDao
-
Reads CustomerNote by primary key.
- readById(Long) - Method in class com.broadleafcommerce.oms.customer.dao.CustomerNoteDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderAdminAssignmentDao
-
Reads OrderAdminAssignment by primary key.
- readById(Long) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderAdminAssignmentDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDao
-
Reads FulfillmentOrder by primary key.
- readById(Long) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderItemDao
-
- readById(Long) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderItemDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentPaymentLogDao
-
- readById(Long) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentPaymentLogDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.ShipmentDetailDao
-
- readById(Long) - Method in class com.broadleafcommerce.oms.fulfillment.dao.ShipmentDetailDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentPaymentLogService
-
- readById(Long) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentPaymentLogServiceImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.order.dao.OrderAdminAssignmentDao
-
Reads OrderAdminAssignment by primary key.
- readById(Long) - Method in class com.broadleafcommerce.oms.order.dao.OrderAdminAssignmentDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.order.dao.OrderBlockAuditDao
-
Reads OrderBlockAudit by primary key.
- readById(Long) - Method in class com.broadleafcommerce.oms.order.dao.OrderBlockAuditDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.order.dao.OrderBlockReasonDao
-
Reads OrderBlockReason by primary key.
- readById(Long) - Method in class com.broadleafcommerce.oms.order.dao.OrderBlockReasonDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.order.dao.OrderNoteDao
-
Reads OrderNote by primary key.
- readById(Long) - Method in class com.broadleafcommerce.oms.order.dao.OrderNoteDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.refund.dao.AppeasementAdjustmentDao
-
Reads AppeasementAdjustment by primary key.
- readById(Long) - Method in class com.broadleafcommerce.oms.refund.dao.AppeasementAdjustmentDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.refund.dao.AppeasementFulfillmentAdjustmentDao
-
Reads AppeasementFulfillmentAdjustment by primary key.
- readById(Long) - Method in class com.broadleafcommerce.oms.refund.dao.AppeasementFulfillmentAdjustmentDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.refund.dao.RefundPaymentLogDao
-
- readById(Long) - Method in class com.broadleafcommerce.oms.refund.dao.RefundPaymentLogDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.refund.service.RefundPaymentLogService
-
- readById(Long) - Method in class com.broadleafcommerce.oms.refund.service.RefundPaymentLogServiceImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationDao
-
- readById(Long) - Method in class com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationGroupDao
-
- readById(Long) - Method in class com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationGroupDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationItemDao
-
- readById(Long) - Method in class com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationItemDaoImpl
-
- readById(Long) - Method in interface com.broadleafcommerce.oms.returns.dao.ReturnConfirmationDao
-
- readById(Long) - Method in class com.broadleafcommerce.oms.returns.dao.ReturnConfirmationDaoImpl
-
- readByReturnAuthCode(String) - Method in interface com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationGroupDao
-
- readByReturnAuthCode(String) - Method in class com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationGroupDaoImpl
-
- readChildFulfillmentOrders(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDao
-
Reads all child FulfillmentOrders for a given FulfillmentOrder.
- readChildFulfillmentOrders(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDaoImpl
-
- readFulfillmentOrderItemsForOrderItem(OrderItem) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderItemDao
-
- readFulfillmentOrderItemsForOrderItem(OrderItem) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderItemDaoImpl
-
- readFulfillmentOrdersAssignedToAdmin(AdminUser) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderAdminAssignmentDao
-
Reads all of the Orders associated with the AdminUser
- readFulfillmentOrdersAssignedToAdmin(AdminUser) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderAdminAssignmentDaoImpl
-
- readFulfillmentOrdersForFulfillmentGroup(FulfillmentGroup) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDao
-
Reads all FulfillmentOrders for a given FulfillmentGroup.
- readFulfillmentOrdersForFulfillmentGroup(FulfillmentGroup) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDaoImpl
-
- readFulfillmentOrdersForOrder(Order) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDao
-
Reads all FulfillmentOrders for a given sales Order.
- readFulfillmentOrdersForOrder(Order) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDaoImpl
-
- readNextSequenceForFulfillmentOrder(FulfillmentGroup) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDao
-
This is not a DB sequence.
- readNextSequenceForFulfillmentOrder(FulfillmentGroup) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDaoImpl
-
- readNotesForCustomer(Customer) - Method in interface com.broadleafcommerce.oms.customer.dao.CustomerNoteDao
-
Reads all of the CustomerNote associated with the Customer
- readNotesForCustomer(Customer) - Method in class com.broadleafcommerce.oms.customer.dao.CustomerNoteDaoImpl
-
- readNotesForOrder(Order) - Method in interface com.broadleafcommerce.oms.order.dao.OrderNoteDao
-
Reads all of the OrderAdminNotes associated with the Order
- readNotesForOrder(Order) - Method in class com.broadleafcommerce.oms.order.dao.OrderNoteDaoImpl
-
- readOrdersAssignedToAdmin(AdminUser) - Method in interface com.broadleafcommerce.oms.order.dao.OrderAdminAssignmentDao
-
Reads all of the Orders associated with the AdminUser
- readOrdersAssignedToAdmin(AdminUser) - Method in class com.broadleafcommerce.oms.order.dao.OrderAdminAssignmentDaoImpl
-
- readOrdersBySearchTerm(String, int, int) - Method in interface com.broadleafcommerce.oms.search.dao.OrderSearchDao
-
- readOrdersBySearchTerm(String, int, int) - Method in class com.broadleafcommerce.oms.search.dao.OrderSearchDaoImpl
-
- readReturnAuthorizationsForCustomer(Customer) - Method in interface com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationDao
-
- readReturnAuthorizationsForCustomer(Customer) - Method in class com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationDaoImpl
-
- readReturnAuthorizationsForOrder(Order) - Method in interface com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationDao
-
- readReturnAuthorizationsForOrder(Order) - Method in class com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationDaoImpl
-
- reason - Variable in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- reason - Variable in class com.broadleafcommerce.oms.refund.domain.AppeasementAdjustmentImpl
-
- reason - Variable in class com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustmentImpl
-
- reason - Variable in class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- ReconcileInventoryChangeOrderActivity - Class in com.broadleafcommerce.oms.order.service.workflow.activity
-
Attempt to reconcile any inventory deltas in the event a change order takes place.
- ReconcileInventoryChangeOrderActivity() - Constructor for class com.broadleafcommerce.oms.order.service.workflow.activity.ReconcileInventoryChangeOrderActivity
-
- ReconcileOfferUsageChangeOrderActivity - Class in com.broadleafcommerce.oms.order.service.workflow.activity
-
Attempt to "rollback" any offer usage audits already been committed by the parent order.
- ReconcileOfferUsageChangeOrderActivity() - Constructor for class com.broadleafcommerce.oms.order.service.workflow.activity.ReconcileOfferUsageChangeOrderActivity
-
- ReconcileOfferUsageRollbackHandler - Class in com.broadleafcommerce.oms.order.service.workflow.activity
-
- ReconcileOfferUsageRollbackHandler() - Constructor for class com.broadleafcommerce.oms.order.service.workflow.activity.ReconcileOfferUsageRollbackHandler
-
- REDIRECT_OMS_CHECKOUT - Static variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- REDIRECT_OMS_PAYMENT_METHOD_ADD - Static variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- REFUND - Static variable in class com.broadleafcommerce.oms.admin.web.form.AdminOmsListGridActions
-
- REFUND - Static variable in class com.broadleafcommerce.oms.returns.domain.type.ReturnType
-
- refundCalculationStrategy - Variable in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- refundCalculationStrategy - Variable in class com.broadleafcommerce.oms.returns.service.workflow.activity.ReturnRefundCalculationActivity
-
- RefundCalculationStrategy - Interface in com.broadleafcommerce.oms.returns.strategy
-
- RefundCalculationStrategyImpl - Class in com.broadleafcommerce.oms.returns.strategy
-
- RefundCalculationStrategyImpl() - Constructor for class com.broadleafcommerce.oms.returns.strategy.RefundCalculationStrategyImpl
-
- refundCustomerPayment - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- REFUNDED_TRANSACTIONS - Static variable in class com.broadleafcommerce.oms.returns.service.workflow.activity.ReturnRefundActivity
-
- RefundException - Exception in com.broadleafcommerce.oms.refund.service
-
- RefundException() - Constructor for exception com.broadleafcommerce.oms.refund.service.RefundException
-
- RefundException(String, Throwable) - Constructor for exception com.broadleafcommerce.oms.refund.service.RefundException
-
- RefundException(String) - Constructor for exception com.broadleafcommerce.oms.refund.service.RefundException
-
- RefundException(Throwable) - Constructor for exception com.broadleafcommerce.oms.refund.service.RefundException
-
- refundFulfillmentFees - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- refundFulfillmentFees - Variable in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationRequestDTO
-
- refundMap - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- refundPayment(PaymentTransaction, Money) - Method in interface com.broadleafcommerce.oms.order.service.OMSOrderPaymentService
-
- refundPayment(PaymentTransaction, Money) - Method in class com.broadleafcommerce.oms.order.service.OMSOrderPaymentServiceImpl
-
- RefundPaymentLog - Interface in com.broadleafcommerce.oms.refund.domain
-
Represents the relationship between the amount that has been Refunded
for a
ReturnAuthorization
(if issued from the returns workflow) against
a particular
PaymentTransaction
If this refund is made as an appeasement, this can also track a reason against
a particular
PaymentTransaction
This is meant to keep an audit log of which
PaymentTransaction
is used when refunding certain amounts.
- RefundPaymentLogDao - Interface in com.broadleafcommerce.oms.refund.dao
-
- refundPaymentLogDao - Variable in class com.broadleafcommerce.oms.refund.service.RefundPaymentLogServiceImpl
-
- RefundPaymentLogDaoImpl - Class in com.broadleafcommerce.oms.refund.dao
-
- RefundPaymentLogDaoImpl() - Constructor for class com.broadleafcommerce.oms.refund.dao.RefundPaymentLogDaoImpl
-
- RefundPaymentLogImpl - Class in com.broadleafcommerce.oms.refund.domain
-
- RefundPaymentLogImpl() - Constructor for class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- RefundPaymentLogService - Interface in com.broadleafcommerce.oms.refund.service
-
- refundPaymentLogService - Variable in class com.broadleafcommerce.oms.returns.service.workflow.activity.ReturnRefundActivity
-
- refundPaymentLogService - Variable in class com.broadleafcommerce.oms.returns.strategy.CustomerPaymentRefundStrategyImpl
-
- refundPaymentLogService - Variable in class com.broadleafcommerce.oms.returns.strategy.SystemReturnRefundStrategyImpl
-
- RefundPaymentLogServiceImpl - Class in com.broadleafcommerce.oms.refund.service
-
- RefundPaymentLogServiceImpl() - Constructor for class com.broadleafcommerce.oms.refund.service.RefundPaymentLogServiceImpl
-
- RefundService - Interface in com.broadleafcommerce.oms.common.service
-
- refundService - Variable in class com.broadleafcommerce.oms.returns.strategy.SystemReturnRefundStrategyImpl
-
- RefundServiceImpl - Class in com.broadleafcommerce.oms.common.service
-
- RefundServiceImpl() - Constructor for class com.broadleafcommerce.oms.common.service.RefundServiceImpl
-
- refundShipping - Variable in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- refundStrategies - Variable in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- refundStrategies - Variable in class com.broadleafcommerce.oms.returns.service.workflow.activity.ReturnRefundActivity
-
- refundStrategy - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- reindex() - Method in interface com.broadleafcommerce.oms.search.service.CustomerIndexService
-
Attempts to rebuild the entire index.
- reindex() - Method in interface com.broadleafcommerce.oms.search.service.OrderIndexService
-
Attempts to rebuild the entire index.
- reindex() - Method in class com.broadleafcommerce.oms.search.service.SolrCustomerIndexServiceImpl
-
- reindex() - Method in class com.broadleafcommerce.oms.search.service.SolrOrderIndexServiceImpl
-
- releaseLock(Order) - Method in interface com.broadleafcommerce.oms.order.service.OMSOrderLockService
-
- releaseLock(Order) - Method in class com.broadleafcommerce.oms.order.service.OMSOrderLockServiceImpl
-
- releaseOmsOrderLock(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- remove(PersistencePackage, DynamicEntityDao, RecordHelper) - Method in class com.broadleafcommerce.oms.customer.service.handler.OMSCustomerCustomPersistenceHandler
-
- remove(PersistencePackage, DynamicEntityDao, RecordHelper) - Method in class com.broadleafcommerce.oms.order.service.handler.OMSOrderNoteCustomPersistenceHandler
-
- removeLock(Long) - Method in class com.broadleafcommerce.oms.order.service.AbstractOMSCheckoutWorkflowService
-
- removeManualBlock(OMSOrder) - Method in interface com.broadleafcommerce.oms.order.service.OrderBlockReasonService
-
- removeManualBlock(OMSOrder) - Method in class com.broadleafcommerce.oms.order.service.OrderBlockReasonServiceImpl
-
- RemoveManualBlockActivity - Class in com.broadleafcommerce.oms.order.service.workflow.activity
-
Built-in activity to remove any user created manual blocks on the order.
- RemoveManualBlockActivity() - Constructor for class com.broadleafcommerce.oms.order.service.workflow.activity.RemoveManualBlockActivity
-
- RemoveManualBlockRollbackHandler - Class in com.broadleafcommerce.oms.order.service.workflow.activity
-
- RemoveManualBlockRollbackHandler() - Constructor for class com.broadleafcommerce.oms.order.service.workflow.activity.RemoveManualBlockRollbackHandler
-
- removeOmsOrderLock(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- removeOrderPayment(HttpServletRequest, HttpServletResponse, OrderPaymentForm, BindingResult, RedirectAttributes) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- removeTrackingNumber(Long, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- resendOrderConfirmation(HttpServletRequest, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- resendRMAEmail(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- resendTrackingInfo(HttpServletRequest, Long, Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- retrieveMostRecentPendingChangeOrder(Order) - Method in interface com.broadleafcommerce.oms.order.service.ChangeOrderService
-
- retrieveMostRecentPendingChangeOrder(Order) - Method in class com.broadleafcommerce.oms.order.service.ChangeOrderServiceImpl
-
- RETURN - Static variable in class com.broadleafcommerce.oms.admin.web.form.AdminOmsEntityFormAction
-
- returnAuth - Variable in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationGroupRequestDTO
-
- returnAuthCode - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- returnAuthGroupCodeStrategy - Variable in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- ReturnAuthGroupCodeStrategy - Interface in com.broadleafcommerce.oms.returns.strategy
-
- ReturnAuthGroupCodeStrategyImpl - Class in com.broadleafcommerce.oms.returns.strategy
-
- ReturnAuthGroupCodeStrategyImpl() - Constructor for class com.broadleafcommerce.oms.returns.strategy.ReturnAuthGroupCodeStrategyImpl
-
- ReturnAuthGroupForm - Class in com.broadleafcommerce.oms.admin.web.controller.dto
-
- ReturnAuthGroupForm() - Constructor for class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnAuthGroupForm
-
- returnAuthGroupTrackingNumberStrategy - Variable in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- ReturnAuthGroupTrackingNumberStrategy - Interface in com.broadleafcommerce.oms.returns.strategy
-
- ReturnAuthGroupTrackingNumberStrategyImpl - Class in com.broadleafcommerce.oms.returns.strategy
-
- ReturnAuthGroupTrackingNumberStrategyImpl() - Constructor for class com.broadleafcommerce.oms.returns.strategy.ReturnAuthGroupTrackingNumberStrategyImpl
-
- ReturnAuthItem - Class in com.broadleafcommerce.oms.admin.web.controller.dto
-
- ReturnAuthItem() - Constructor for class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnAuthItem
-
- returnAuthItemDao - Variable in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationItemServiceImpl
-
- returnAuthItems - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnAuthGroupForm
-
- returnAuthItemService - Variable in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- returnAuthorization - Variable in class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- ReturnAuthorization - Interface in com.broadleafcommerce.oms.returns.domain
-
Represents an object that is used to initiate a return.
- returnAuthorization - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- returnAuthorization - Variable in class com.broadleafcommerce.oms.returns.service.workflow.ReturnsSeed
-
- ReturnAuthorizationDao - Interface in com.broadleafcommerce.oms.returns.dao
-
DAO for persisting and querying return authorizations.
- returnAuthorizationDao - Variable in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationServiceImpl
-
- ReturnAuthorizationDaoImpl - Class in com.broadleafcommerce.oms.returns.dao
-
- ReturnAuthorizationDaoImpl() - Constructor for class com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationDaoImpl
-
- returnAuthorizationEmailInfo - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- ReturnAuthorizationGroup - Interface in com.broadleafcommerce.oms.returns.domain
-
- returnAuthorizationGroup - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- ReturnAuthorizationGroupDao - Interface in com.broadleafcommerce.oms.returns.dao
-
Created by brandon on 11/6/15.
- returnAuthorizationGroupDao - Variable in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationGroupServiceImpl
-
- ReturnAuthorizationGroupDaoImpl - Class in com.broadleafcommerce.oms.returns.dao
-
Created by brandon on 11/6/15.
- ReturnAuthorizationGroupDaoImpl() - Constructor for class com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationGroupDaoImpl
-
- ReturnAuthorizationGroupImpl - Class in com.broadleafcommerce.oms.returns.domain
-
- ReturnAuthorizationGroupImpl() - Constructor for class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- returnAuthorizationGroupService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- returnAuthorizationGroupService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsReceiptController
-
- ReturnAuthorizationGroupService - Interface in com.broadleafcommerce.oms.returns.service
-
Created by brandon on 11/6/15.
- returnAuthorizationGroupService - Variable in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- ReturnAuthorizationGroupServiceImpl - Class in com.broadleafcommerce.oms.returns.service
-
Created by brandon on 11/6/15.
- ReturnAuthorizationGroupServiceImpl() - Constructor for class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationGroupServiceImpl
-
- returnAuthorizationId - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfGroup
-
- ReturnAuthorizationImpl - Class in com.broadleafcommerce.oms.returns.domain
-
- ReturnAuthorizationImpl() - Constructor for class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- ReturnAuthorizationItem - Interface in com.broadleafcommerce.oms.returns.domain
-
Represents a part of a return authorization dealing with a specific order item and
quantity to be returned.
- ReturnAuthorizationItemDao - Interface in com.broadleafcommerce.oms.returns.dao
-
- ReturnAuthorizationItemDaoImpl - Class in com.broadleafcommerce.oms.returns.dao
-
- ReturnAuthorizationItemDaoImpl() - Constructor for class com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationItemDaoImpl
-
- ReturnAuthorizationItemImpl - Class in com.broadleafcommerce.oms.returns.domain
-
- ReturnAuthorizationItemImpl() - Constructor for class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- ReturnAuthorizationItemService - Interface in com.broadleafcommerce.oms.returns.service
-
- ReturnAuthorizationItemServiceImpl - Class in com.broadleafcommerce.oms.returns.service
-
- ReturnAuthorizationItemServiceImpl() - Constructor for class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationItemServiceImpl
-
- ReturnAuthorizationNote - Interface in com.broadleafcommerce.oms.returns.domain
-
- ReturnAuthorizationNoteDao - Interface in com.broadleafcommerce.oms.common.dao
-
- returnAuthorizationNoteDao - Variable in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- ReturnAuthorizationNoteDaoImpl - Class in com.broadleafcommerce.oms.common.dao
-
- ReturnAuthorizationNoteDaoImpl() - Constructor for class com.broadleafcommerce.oms.common.dao.ReturnAuthorizationNoteDaoImpl
-
- ReturnAuthorizationNoteImpl - Class in com.broadleafcommerce.oms.returns.domain
-
- ReturnAuthorizationNoteImpl() - Constructor for class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNoteImpl
-
- returnAuthorizations - Variable in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- returnAuthorizations - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- returnAuthorizationService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsReceiptController
-
- returnAuthorizationService - Variable in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationGroupServiceImpl
-
- ReturnAuthorizationService - Interface in com.broadleafcommerce.oms.returns.service
-
- ReturnAuthorizationServiceImpl - Class in com.broadleafcommerce.oms.returns.service
-
- ReturnAuthorizationServiceImpl() - Constructor for class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationServiceImpl
-
- returnAuthService - Variable in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- returnAuthService - Variable in class com.broadleafcommerce.oms.returns.strategy.RefundCalculationStrategyImpl
-
- ReturnConditionType - Class in com.broadleafcommerce.oms.returns.domain.type
-
Extensible enum indicating the condition of the product for the purpose of a return.
- ReturnConditionType() - Constructor for class com.broadleafcommerce.oms.returns.domain.type.ReturnConditionType
-
- ReturnConditionType(String, String, int) - Constructor for class com.broadleafcommerce.oms.returns.domain.type.ReturnConditionType
-
- ReturnConf - Class in com.broadleafcommerce.oms.admin.web.controller.dto
-
- ReturnConf() - Constructor for class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConf
-
- ReturnConfForm - Class in com.broadleafcommerce.oms.admin.web.controller.dto
-
- ReturnConfForm() - Constructor for class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfForm
-
- ReturnConfGroup - Class in com.broadleafcommerce.oms.admin.web.controller.dto
-
- ReturnConfGroup() - Constructor for class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfGroup
-
- returnConfGroups - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfForm
-
- ReturnConfirmation - Interface in com.broadleafcommerce.oms.returns.domain
-
Record to track what is actually returned or approved for a given return authorization item.
- ReturnConfirmationDao - Interface in com.broadleafcommerce.oms.returns.dao
-
- returnConfirmationDao - Variable in class com.broadleafcommerce.oms.returns.service.ReturnConfirmationServiceImpl
-
- ReturnConfirmationDaoImpl - Class in com.broadleafcommerce.oms.returns.dao
-
- ReturnConfirmationDaoImpl() - Constructor for class com.broadleafcommerce.oms.returns.dao.ReturnConfirmationDaoImpl
-
- returnConfirmationEmailInfo - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsReceiptController
-
- ReturnConfirmationFormDTO - Class in com.broadleafcommerce.oms.admin.web.form
-
- ReturnConfirmationFormDTO() - Constructor for class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- ReturnConfirmationGroupRequestDTO - Class in com.broadleafcommerce.oms.returns.service.call
-
- ReturnConfirmationGroupRequestDTO() - Constructor for class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationGroupRequestDTO
-
- ReturnConfirmationImpl - Class in com.broadleafcommerce.oms.returns.domain
-
- ReturnConfirmationImpl() - Constructor for class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- ReturnConfirmationRequestDTO - Class in com.broadleafcommerce.oms.returns.service.call
-
DTO to allow the confirmation of a return.
- ReturnConfirmationRequestDTO() - Constructor for class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationRequestDTO
-
- returnConfirmations - Variable in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderReturnCompleteEntityForm
-
- returnConfirmations - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- returnConfirmations - Variable in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationGroupRequestDTO
-
- returnConfirmations - Variable in class com.broadleafcommerce.oms.returns.service.workflow.ReturnsSeed
-
- ReturnConfirmationService - Interface in com.broadleafcommerce.oms.returns.service
-
- returnConfirmationService - Variable in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- ReturnConfirmationServiceImpl - Class in com.broadleafcommerce.oms.returns.service
-
- ReturnConfirmationServiceImpl() - Constructor for class com.broadleafcommerce.oms.returns.service.ReturnConfirmationServiceImpl
-
- ReturnConfirmationStatusType - Class in com.broadleafcommerce.oms.returns.domain.type
-
- ReturnConfirmationStatusType() - Constructor for class com.broadleafcommerce.oms.returns.domain.type.ReturnConfirmationStatusType
-
- ReturnConfirmationStatusType(String, String) - Constructor for class com.broadleafcommerce.oms.returns.domain.type.ReturnConfirmationStatusType
-
- returnConfRequest - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConf
-
- returnConfs - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfGroup
-
- RETURNED - Static variable in class com.broadleafcommerce.oms.order.service.type.SecondaryOrderStatus
-
Indicates that the entire order has been returned / refunded.
- returnedItemsListGrid - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSReturnsTab
-
- ReturnGroupStatusType - Class in com.broadleafcommerce.oms.returns.domain.type
-
- ReturnGroupStatusType() - Constructor for class com.broadleafcommerce.oms.returns.domain.type.ReturnGroupStatusType
-
- ReturnGroupStatusType(String, String) - Constructor for class com.broadleafcommerce.oms.returns.domain.type.ReturnGroupStatusType
-
- ReturnInventoryActivity - Class in com.broadleafcommerce.oms.returns.service.workflow.activity
-
Based on the return disposition strategy, determine how and when to increment inventory after a confirmed return.
- ReturnInventoryActivity() - Constructor for class com.broadleafcommerce.oms.returns.service.workflow.activity.ReturnInventoryActivity
-
- returnInventoryStrategy - Variable in class com.broadleafcommerce.oms.returns.service.workflow.activity.ReturnInventoryActivity
-
- ReturnInventoryStrategy - Interface in com.broadleafcommerce.oms.returns.strategy
-
- ReturnInventoryStrategyImpl - Class in com.broadleafcommerce.oms.returns.strategy
-
Strategy to increment inventory based on the physical condition of the
confirmed returned.
- ReturnInventoryStrategyImpl() - Constructor for class com.broadleafcommerce.oms.returns.strategy.ReturnInventoryStrategyImpl
-
- returnItem - Variable in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationRequestDTO
-
- returnItemRequest - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnAuthItem
-
- ReturnItemRequestDTO - Class in com.broadleafcommerce.oms.returns.service.call
-
Represents an item that the user wishes to return / refund.
- ReturnItemRequestDTO() - Constructor for class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- returnItems - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- ReturnRefundActivity - Class in com.broadleafcommerce.oms.returns.service.workflow.activity
-
This activity is responsible for issuing a refund via the Returns Workflow.
- ReturnRefundActivity() - Constructor for class com.broadleafcommerce.oms.returns.service.workflow.activity.ReturnRefundActivity
-
- ReturnRefundCalculationActivity - Class in com.broadleafcommerce.oms.returns.service.workflow.activity
-
Activity responsible for calculating refund amounts.
- ReturnRefundCalculationActivity() - Constructor for class com.broadleafcommerce.oms.returns.service.workflow.activity.ReturnRefundCalculationActivity
-
- returnRefundStrategy - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfGroup
-
- returnRefundStrategy - Variable in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationGroupRequestDTO
-
- ReturnRefundStrategy - Interface in com.broadleafcommerce.oms.returns.strategy
-
- ReturnRefundStrategyType - Class in com.broadleafcommerce.oms.returns.service.type
-
- ReturnRefundStrategyType() - Constructor for class com.broadleafcommerce.oms.returns.service.type.ReturnRefundStrategyType
-
- ReturnRefundStrategyType(String, String) - Constructor for class com.broadleafcommerce.oms.returns.service.type.ReturnRefundStrategyType
-
- RETURNS_TAB - Static variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- ReturnsException - Exception in com.broadleafcommerce.oms.returns.service
-
- ReturnsException() - Constructor for exception com.broadleafcommerce.oms.returns.service.ReturnsException
-
- ReturnsException(String, Throwable) - Constructor for exception com.broadleafcommerce.oms.returns.service.ReturnsException
-
- ReturnsException(String) - Constructor for exception com.broadleafcommerce.oms.returns.service.ReturnsException
-
- ReturnsException(Throwable) - Constructor for exception com.broadleafcommerce.oms.returns.service.ReturnsException
-
- returnShippingChargeStrategy - Variable in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- ReturnShippingChargeStrategy - Interface in com.broadleafcommerce.oms.returns.strategy
-
- returnShippingOrderIds - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnAuthGroupForm
-
- returnShippingOrderIds - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfForm
-
- returnShippingToCharge - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- ReturnsOperationContext - Class in com.broadleafcommerce.oms.returns.service.workflow
-
- ReturnsOperationContext() - Constructor for class com.broadleafcommerce.oms.returns.service.workflow.ReturnsOperationContext
-
- ReturnsProcessContextFactory - Class in com.broadleafcommerce.oms.returns.service.workflow
-
- ReturnsProcessContextFactory() - Constructor for class com.broadleafcommerce.oms.returns.service.workflow.ReturnsProcessContextFactory
-
- ReturnsSeed - Class in com.broadleafcommerce.oms.returns.service.workflow
-
- ReturnsSeed() - Constructor for class com.broadleafcommerce.oms.returns.service.workflow.ReturnsSeed
-
- returnsService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- returnsService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsReceiptController
-
- ReturnsService - Interface in com.broadleafcommerce.oms.returns.service
-
Service to aid in issuing returns.
- ReturnsServiceImpl - Class in com.broadleafcommerce.oms.returns.service
-
This service provides logic to initiate and complete returns of orders.
- ReturnsServiceImpl() - Constructor for class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- ReturnStatusType - Class in com.broadleafcommerce.oms.returns.domain.type
-
- ReturnStatusType() - Constructor for class com.broadleafcommerce.oms.returns.domain.type.ReturnStatusType
-
- ReturnStatusType(String, String) - Constructor for class com.broadleafcommerce.oms.returns.domain.type.ReturnStatusType
-
- returnsWorkflow - Variable in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- returnType - Variable in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- returnType - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- ReturnType - Class in com.broadleafcommerce.oms.returns.domain.type
-
An extensible enumeration of return disposition actions that can be performed
on a particular
ReturnAuthorizationItem
- ReturnType() - Constructor for class com.broadleafcommerce.oms.returns.domain.type.ReturnType
-
- ReturnType(String, String) - Constructor for class com.broadleafcommerce.oms.returns.domain.type.ReturnType
-
- returnType - Variable in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- returnValidationStrategy - Variable in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- returnValidationStrategy - Variable in class com.broadleafcommerce.oms.returns.service.workflow.activity.ValidateReturnActivity
-
- ReturnValidationStrategy - Interface in com.broadleafcommerce.oms.returns.strategy
-
- ReturnValidationStrategyImpl - Class in com.broadleafcommerce.oms.returns.strategy
-
- ReturnValidationStrategyImpl() - Constructor for class com.broadleafcommerce.oms.returns.strategy.ReturnValidationStrategyImpl
-
- revalidateBlockers(Long, OrderBlockOverrideForm) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- reverseAuthOrderPayment(HttpServletRequest, HttpServletResponse, OrderPaymentForm, BindingResult, RedirectAttributes) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- reverseAuthPayment(PaymentTransaction) - Method in interface com.broadleafcommerce.oms.order.service.OMSOrderPaymentService
-
- reverseAuthPayment(PaymentTransaction) - Method in class com.broadleafcommerce.oms.order.service.OMSOrderPaymentServiceImpl
-
- reversePayment(Order) - Method in interface com.broadleafcommerce.oms.cancellation.strategy.CancellationReversePaymentStrategy
-
- reversePayment(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.cancellation.strategy.CancellationReversePaymentStrategy
-
- reversePayment(Order) - Method in class com.broadleafcommerce.oms.cancellation.strategy.CancellationReversePaymentStrategyImpl
-
- reversePayment(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.cancellation.strategy.CancellationReversePaymentStrategyImpl
-
- ReversePaymentActivity - Class in com.broadleafcommerce.oms.cancellation.service.workflow.activity
-
This activity uses the payment API to do a Reverse Authorization or
refund, depending on which was done.
- ReversePaymentActivity() - Constructor for class com.broadleafcommerce.oms.cancellation.service.workflow.activity.ReversePaymentActivity
-
- reversePaymentStrategy - Variable in class com.broadleafcommerce.oms.cancellation.service.workflow.activity.ReversePaymentActivity
-
- ROLLBACK_FULFILLMENT_ORDERS - Static variable in class com.broadleafcommerce.oms.fulfillment.service.workflow.activity.CreateFulfillmentOrderActivity
-
- ROLLBACK_PARENT_ORDER - Static variable in class com.broadleafcommerce.oms.order.service.workflow.activity.CompleteChangeOrderActivity
-
- rollbackState(Activity<? extends ProcessContext<CheckoutSeed>>, ProcessContext<CheckoutSeed>, Map<String, Object>) - Method in class com.broadleafcommerce.oms.fulfillment.service.workflow.activity.CreateFulfillmentOrderRollbackHandler
-
- rollbackState(Activity<? extends ProcessContext<FulfillmentSeed>>, ProcessContext<FulfillmentSeed>, Map<String, Object>) - Method in class com.broadleafcommerce.oms.fulfillment.service.workflow.activity.PaymentRollbackHandler
-
- rollbackState(Activity<? extends ProcessContext<CheckoutSeed>>, ProcessContext<CheckoutSeed>, Map<String, Object>) - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.CompleteChangeOrderRollbackHandler
-
- rollbackState(Activity<? extends ProcessContext<CheckoutSeed>>, ProcessContext<CheckoutSeed>, Map<String, Object>) - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.ReconcileOfferUsageRollbackHandler
-
- rollbackState(Activity<? extends ProcessContext<CheckoutSeed>>, ProcessContext<CheckoutSeed>, Map<String, Object>) - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.RemoveManualBlockRollbackHandler
-
- sanitizeQuery(String) - Method in class com.broadleafcommerce.oms.search.service.OMSSolrSearchService
-
Perform any necessary query sanitation here.
- SAVE - Static variable in class com.broadleafcommerce.oms.admin.web.form.AdminOmsEntityFormAction
-
- save(FulfillmentOrderNote) - Method in interface com.broadleafcommerce.oms.common.dao.FulfillmentOrderNoteDao
-
- save(FulfillmentOrderNote) - Method in class com.broadleafcommerce.oms.common.dao.FulfillmentOrderNoteDaoImpl
-
- save(ReturnAuthorizationNote) - Method in interface com.broadleafcommerce.oms.common.dao.ReturnAuthorizationNoteDao
-
- save(ReturnAuthorizationNote) - Method in class com.broadleafcommerce.oms.common.dao.ReturnAuthorizationNoteDaoImpl
-
- save(CustomerNote) - Method in interface com.broadleafcommerce.oms.customer.dao.CustomerNoteDao
-
Saves the CustomerNote.
- save(CustomerNote) - Method in class com.broadleafcommerce.oms.customer.dao.CustomerNoteDaoImpl
-
- save(CustomerNote, OMSEventSourceType) - Method in interface com.broadleafcommerce.oms.customer.service.CustomerNoteService
-
- save(CustomerNote, OMSEventSourceType) - Method in class com.broadleafcommerce.oms.customer.service.CustomerNoteServiceImpl
-
- save(FulfillmentOrderAdminAssignment) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderAdminAssignmentDao
-
Saves the OrderAdminAssignment.
- save(FulfillmentOrderAdminAssignment) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderAdminAssignmentDaoImpl
-
- save(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDao
-
Saves the FulfillmentOrder.
- save(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderDaoImpl
-
- save(FulfillmentOrderItem) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderItemDao
-
- save(FulfillmentOrderItem) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentOrderItemDaoImpl
-
- save(FulfillmentPaymentLog) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.FulfillmentPaymentLogDao
-
- save(FulfillmentPaymentLog) - Method in class com.broadleafcommerce.oms.fulfillment.dao.FulfillmentPaymentLogDaoImpl
-
- save(ShipmentDetail) - Method in interface com.broadleafcommerce.oms.fulfillment.dao.ShipmentDetailDao
-
- save(ShipmentDetail) - Method in class com.broadleafcommerce.oms.fulfillment.dao.ShipmentDetailDaoImpl
-
- save(FulfillmentOrderAdminAssignment) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderAdminAssignmentService
-
- save(FulfillmentOrderAdminAssignment) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderAdminAssignmentServiceImpl
-
- save(FulfillmentOrderItem) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderItemService
-
- save(FulfillmentOrderItem) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderItemServiceImpl
-
- save(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderService
-
Saves the FulfillmentOrder.
- save(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentOrderServiceImpl
-
- save(FulfillmentPaymentLog) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentPaymentLogService
-
- save(FulfillmentPaymentLog) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentPaymentLogServiceImpl
-
- save(ShipmentDetail) - Method in interface com.broadleafcommerce.oms.fulfillment.service.ShipmentDetailService
-
- save(ShipmentDetail) - Method in class com.broadleafcommerce.oms.fulfillment.service.ShipmentDetailServiceImpl
-
- save(OMSOrderLock) - Method in interface com.broadleafcommerce.oms.order.dao.OMSOrderLockDao
-
Saves the OMSOrderLock.
- save(OMSOrderLock) - Method in class com.broadleafcommerce.oms.order.dao.OMSOrderLockDaoImpl
-
- save(OrderAdminAssignment) - Method in interface com.broadleafcommerce.oms.order.dao.OrderAdminAssignmentDao
-
Saves the OrderAdminAssignment.
- save(OrderAdminAssignment) - Method in class com.broadleafcommerce.oms.order.dao.OrderAdminAssignmentDaoImpl
-
- save(OrderBlockAudit) - Method in interface com.broadleafcommerce.oms.order.dao.OrderBlockAuditDao
-
Saves the OrderBlockAudit.
- save(OrderBlockAudit) - Method in class com.broadleafcommerce.oms.order.dao.OrderBlockAuditDaoImpl
-
- save(OrderBlockReason) - Method in interface com.broadleafcommerce.oms.order.dao.OrderBlockReasonDao
-
Saves the OrderBlockReason.
- save(OrderBlockReason) - Method in class com.broadleafcommerce.oms.order.dao.OrderBlockReasonDaoImpl
-
- save(OrderNote) - Method in interface com.broadleafcommerce.oms.order.dao.OrderNoteDao
-
Saves the OrderNote.
- save(OrderNote) - Method in class com.broadleafcommerce.oms.order.dao.OrderNoteDaoImpl
-
- save(OrderAdminAssignment) - Method in interface com.broadleafcommerce.oms.order.service.OrderAdminAssignmentService
-
- save(OrderAdminAssignment) - Method in class com.broadleafcommerce.oms.order.service.OrderAdminAssignmentServiceImpl
-
- save(OrderBlockReason) - Method in interface com.broadleafcommerce.oms.order.service.OrderBlockReasonService
-
- save(OrderBlockReason) - Method in class com.broadleafcommerce.oms.order.service.OrderBlockReasonServiceImpl
-
- save(OrderNote, OMSEventSourceType) - Method in interface com.broadleafcommerce.oms.order.service.OrderNoteService
-
- save(OrderNote, OMSEventSourceType) - Method in class com.broadleafcommerce.oms.order.service.OrderNoteServiceImpl
-
- save(AppeasementAdjustment) - Method in interface com.broadleafcommerce.oms.refund.dao.AppeasementAdjustmentDao
-
Saves the AppeasementAdjustment.
- save(AppeasementAdjustment) - Method in class com.broadleafcommerce.oms.refund.dao.AppeasementAdjustmentDaoImpl
-
- save(AppeasementFulfillmentAdjustment) - Method in interface com.broadleafcommerce.oms.refund.dao.AppeasementFulfillmentAdjustmentDao
-
Saves the AppeasementFulfillmentAdjustment.
- save(AppeasementFulfillmentAdjustment) - Method in class com.broadleafcommerce.oms.refund.dao.AppeasementFulfillmentAdjustmentDaoImpl
-
- save(RefundPaymentLog) - Method in interface com.broadleafcommerce.oms.refund.dao.RefundPaymentLogDao
-
- save(RefundPaymentLog) - Method in class com.broadleafcommerce.oms.refund.dao.RefundPaymentLogDaoImpl
-
- save(RefundPaymentLog) - Method in interface com.broadleafcommerce.oms.refund.service.RefundPaymentLogService
-
- save(RefundPaymentLog) - Method in class com.broadleafcommerce.oms.refund.service.RefundPaymentLogServiceImpl
-
- save(ReturnAuthorization) - Method in interface com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationDao
-
- save(ReturnAuthorization) - Method in class com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationDaoImpl
-
- save(ReturnAuthorizationGroup) - Method in interface com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationGroupDao
-
- save(ReturnAuthorizationGroup) - Method in class com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationGroupDaoImpl
-
- save(ReturnAuthorizationItem) - Method in interface com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationItemDao
-
- save(ReturnAuthorizationItem) - Method in class com.broadleafcommerce.oms.returns.dao.ReturnAuthorizationItemDaoImpl
-
- save(ReturnConfirmation) - Method in interface com.broadleafcommerce.oms.returns.dao.ReturnConfirmationDao
-
- save(ReturnConfirmation) - Method in class com.broadleafcommerce.oms.returns.dao.ReturnConfirmationDaoImpl
-
- save(ReturnAuthorizationGroup) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnAuthorizationGroupService
-
- save(ReturnAuthorizationGroup) - Method in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationGroupServiceImpl
-
- save(ReturnAuthorizationItem) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnAuthorizationItemService
-
- save(ReturnAuthorizationItem) - Method in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationItemServiceImpl
-
- save(ReturnAuthorization) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnAuthorizationService
-
Saves the ReturnAuthorization and returns a fresh instance.
- save(ReturnAuthorization) - Method in class com.broadleafcommerce.oms.returns.service.ReturnAuthorizationServiceImpl
-
- save(ReturnConfirmation) - Method in interface com.broadleafcommerce.oms.returns.service.ReturnConfirmationService
-
- save(ReturnConfirmation) - Method in class com.broadleafcommerce.oms.returns.service.ReturnConfirmationServiceImpl
-
- SAVE_CHANGE_ORDER_URL - Static variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- saveChangeOrder(HttpServletRequest, HttpServletResponse) - Method in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- SaveFulfillmentOrderActivity - Class in com.broadleafcommerce.oms.fulfillment.service.workflow.activity
-
Simply an activity that can be plugged into a fulfillment workflow to save
the Fulfillment Order.
- SaveFulfillmentOrderActivity() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.workflow.activity.SaveFulfillmentOrderActivity
-
- searchFacetDao - Variable in class com.broadleafcommerce.oms.search.service.SolrCustomerSearchServiceImpl
-
- searchFacetDao - Variable in class com.broadleafcommerce.oms.search.service.SolrOrderSearchServiceImpl
-
- searchForCustomers(List<FilterAndSortCriteria>, CriteriaTransferObject) - Method in interface com.broadleafcommerce.oms.search.service.CustomerSearchService
-
- searchForCustomers(String, SearchCriteria) - Method in interface com.broadleafcommerce.oms.search.service.CustomerSearchService
-
- searchForCustomers(MultiValueMap<String, String>, SearchCriteria, Boolean) - Method in interface com.broadleafcommerce.oms.search.service.CustomerSearchService
-
- searchForCustomers(List<FilterAndSortCriteria>, CriteriaTransferObject) - Method in class com.broadleafcommerce.oms.search.service.SolrCustomerSearchServiceImpl
-
- searchForCustomers(String, SearchCriteria) - Method in class com.broadleafcommerce.oms.search.service.SolrCustomerSearchServiceImpl
-
- searchForCustomers(MultiValueMap<String, String>, SearchCriteria, Boolean) - Method in class com.broadleafcommerce.oms.search.service.SolrCustomerSearchServiceImpl
-
- searchForOrders(List<FilterAndSortCriteria>, CriteriaTransferObject) - Method in interface com.broadleafcommerce.oms.search.service.OrderSearchService
-
- searchForOrders(String, SearchCriteria) - Method in interface com.broadleafcommerce.oms.search.service.OrderSearchService
-
- searchForOrders(MultiValueMap<String, String>, SearchCriteria, Boolean) - Method in interface com.broadleafcommerce.oms.search.service.OrderSearchService
-
- searchForOrders(List<FilterAndSortCriteria>, CriteriaTransferObject) - Method in class com.broadleafcommerce.oms.search.service.SolrOrderSearchServiceImpl
-
- searchForOrders(String, SearchCriteria) - Method in class com.broadleafcommerce.oms.search.service.SolrOrderSearchServiceImpl
-
- searchForOrders(MultiValueMap<String, String>, SearchCriteria, Boolean) - Method in class com.broadleafcommerce.oms.search.service.SolrOrderSearchServiceImpl
-
- SearchPagingDTO - Class in com.broadleafcommerce.oms.search.service.call
-
- SearchPagingDTO() - Constructor for class com.broadleafcommerce.oms.search.service.call.SearchPagingDTO
-
- SecondaryOrderStatus - Class in com.broadleafcommerce.oms.order.service.type
-
Order statuses are generally immutable after submittal of order.
- SecondaryOrderStatus() - Constructor for class com.broadleafcommerce.oms.order.service.type.SecondaryOrderStatus
-
- SecondaryOrderStatus(String, String) - Constructor for class com.broadleafcommerce.oms.order.service.type.SecondaryOrderStatus
-
- secondaryReturnReasonType - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- secondaryReturnReasonType - Variable in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- SECTION_KEY - Static variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCsrController
-
- SECTION_KEY - Static variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCsrOrderController
-
- SECTION_KEY - Static variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- SECTION_KEY - Static variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsFulfillmentController
-
- SECTION_KEY - Static variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsReceiptController
-
- SECTION_KEY - Static variable in class com.broadleafcommerce.oms.csr.web.controller.OMSCsrToolsController
-
- seed - Variable in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationOperationContext
-
- seedData - Variable in class com.broadleafcommerce.oms.fulfillment.service.workflow.FulfillmentOperationContext
-
- seedData - Variable in class com.broadleafcommerce.oms.returns.service.workflow.ReturnsOperationContext
-
- sequence - Variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- serialVersionUID - Static variable in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationOperationContext
-
- serialVersionUID - Static variable in class com.broadleafcommerce.oms.fulfillment.service.workflow.FulfillmentOperationContext
-
- serialVersionUID - Static variable in class com.broadleafcommerce.oms.refund.domain.AppeasementAdjustmentImpl
-
- serialVersionUID - Static variable in class com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustmentImpl
-
- serialVersionUID - Static variable in class com.broadleafcommerce.oms.returns.service.workflow.ReturnsOperationContext
-
- serviceCode - Variable in class com.broadleafcommerce.oms.api.wrapper.ShipmentDetailWrapper
-
- serviceCode - Variable in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- setActualCondition(String) - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- setActualQuantity(Integer) - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- setActualShipDate(Date) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
Deprecated.
- setActualShipDate(Date) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
Deprecated.
- setActualShipDate(Date) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetail
-
- setActualShipDate(Date) - Method in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- setAdditionalModelAttributes(Model, String) - Method in class com.broadleafcommerce.oms.admin.web.controller.handler.OMSCustomerControllerExtensionHandler
-
- setAdditionalModelAttributes(Model, String) - Method in class com.broadleafcommerce.oms.admin.web.controller.handler.OMSOrderControllerExtensionHandler
-
- setAddress(Address) - Method in class com.broadleafcommerce.oms.csr.model.ChangeOrderShippingInfoForm
-
- setAddress(Address) - Method in class com.broadleafcommerce.oms.csr.model.OrderPaymentForm
-
- setAddressName(String) - Method in class com.broadleafcommerce.oms.csr.model.ChangeOrderShippingInfoForm
-
- setAdjustmentType(String) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementForm
-
- setAdminUser(AdminUser) - Method in interface com.broadleafcommerce.oms.customer.domain.CustomerNote
-
- setAdminUser(AdminUser) - Method in class com.broadleafcommerce.oms.customer.domain.CustomerNoteImpl
-
- setAdminUser(AdminUser) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminAssignment
-
- setAdminUser(AdminUser) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminAssignmentImpl
-
- setAdminUser(AdminUser) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNote
-
- setAdminUser(AdminUser) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNoteImpl
-
- setAdminUser(AdminUser) - Method in interface com.broadleafcommerce.oms.order.domain.OrderAdminAssignment
-
- setAdminUser(AdminUser) - Method in class com.broadleafcommerce.oms.order.domain.OrderAdminAssignmentImpl
-
- setAdminUser(AdminUser) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockAudit
-
- setAdminUser(AdminUser) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- setAdminUser(AdminUser) - Method in interface com.broadleafcommerce.oms.order.domain.OrderNote
-
- setAdminUser(AdminUser) - Method in class com.broadleafcommerce.oms.order.domain.OrderNoteImpl
-
- setAllowManualOverrideFlag(boolean) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- setAllowManualOverrideFlag(boolean) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- setAmount(Money) - Method in class com.broadleafcommerce.oms.csr.model.OrderPaymentForm
-
- setAmount(Money) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLog
-
- setAmount(Money) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLogImpl
-
- setAmount(Money) - Method in interface com.broadleafcommerce.oms.refund.domain.RefundPaymentLog
-
- setAmount(Money) - Method in class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- setAmountToCancel(Money) - Method in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationSeed
-
- setAmountToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- setAmountToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setAppeasements(List<AppeasementAdjustment>) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
After fulfillment, a CSR may wish to adjust the price of a fulfillment item to reflect
and adjustments that were given out (e.g.
- setAppeasements(List<AppeasementAdjustment>) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- setApplicationContext(ApplicationContext) - Method in class com.broadleafcommerce.oms.customer.service.handler.OMSCustomerAddressCustomPersistenceHandler
-
- setApplicationContext(ApplicationContext) - Method in class com.broadleafcommerce.oms.customer.service.handler.OMSCustomerPhoneCustomPersistenceHandler
-
- setApplicationContext(ApplicationContext) - Method in class com.broadleafcommerce.oms.fulfillment.service.workflow.activity.CompleteFulfillmentOrderActivity
-
- setApplicationContext(ApplicationContext) - Method in class com.broadleafcommerce.oms.order.service.OrderBlockReasonServiceImpl
-
- setApplicationContext(ApplicationContext) - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.CompleteChangeOrderActivity
-
- setApplicationContext(ApplicationContext) - Method in class com.broadleafcommerce.oms.order.service.workflow.activity.CompleteOrderBlockActivity
-
- setApplicationContext(ApplicationContext) - Method in class com.broadleafcommerce.oms.search.listener.OMSCustomerPersistedIndexUpdateListener
-
- setApplicationContext(ApplicationContext) - Method in class com.broadleafcommerce.oms.search.listener.OMSOrderPersistedIndexUpdateListener
-
- setApplicationContext(ApplicationContext) - Method in class com.broadleafcommerce.oms.search.listener.OrderSubmittedIndexUpdateListener
-
- setArchived(Character) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLog
-
- setArchived(Character) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLogImpl
-
- setArchived(Character) - Method in interface com.broadleafcommerce.oms.refund.domain.RefundPaymentLog
-
- setArchived(Character) - Method in class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.customer.domain.CustomerNote
-
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.customer.domain.CustomerNoteImpl
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
Auditing data for this fulfillmentOrderItem
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNote
-
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNoteImpl
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLog
-
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLogImpl
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetail
-
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockAudit
-
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.order.domain.OrderNote
-
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.order.domain.OrderNoteImpl
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementAdjustment
-
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementAdjustmentImpl
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustment
-
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustmentImpl
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.refund.domain.RefundPaymentLog
-
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNote
-
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNoteImpl
-
- setAuditable(AdminAuditable) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
- setAuditable(AdminAuditable) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- setAuditList(List<OrderBlockAudit>) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- setAuditList(List<OrderBlockAudit>) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- setAuthorizationItemId(Long) - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- setAuthorizedItemsListGrid(ListGrid) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSReturnsTab
-
- setBillingAddress(Address) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSSummaryTab
-
- setCancelItems(List<CancelItemRequestDTO>) - Method in class com.broadleafcommerce.oms.cancellation.service.call.CancelRequestDTO
-
- setCancellationReason(String) - Method in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationSeed
-
- setCancellationReason(String) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- setCancellationReason(String) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setCancellationReason(String) - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- setCancellationReason(String) - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- setCancellationReason(String) - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- setcancelledFulfillmentOrders(List<FulfillmentOrder>) - Method in class com.broadleafcommerce.oms.cancellation.service.call.CancelResponseDTO
-
- setChangeOrderStatus(ChangeOrderStatus) - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- setChangeOrderStatus(ChangeOrderStatus) - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- setChangeOrderStatus(ChangeOrderStatus) - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- setComment(String) - Method in class com.broadleafcommerce.oms.api.wrapper.CancelRequestWrapper
-
- setComment(String) - Method in class com.broadleafcommerce.oms.cancellation.service.call.CancelRequestDTO
-
- setComment(String) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNote
-
- setComment(String) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNoteImpl
-
- setCondition(String) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationRequestDTO
-
- setCondition(ReturnConditionType) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- setConfirmedReturnQuantity(int) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
This is the aggregate of all return confirmed quantities, across all ReturnConfirmations
- setConfirmedReturnQuantity(int) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- setCustomer(Customer) - Method in interface com.broadleafcommerce.oms.customer.domain.CustomerNote
-
- setCustomer(Customer) - Method in class com.broadleafcommerce.oms.customer.domain.CustomerNoteImpl
-
- setCustomerId(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnAuthGroupForm
-
- setCustomerId(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfForm
-
- setCustomerNotes(List<CustomerNote>) - Method in interface com.broadleafcommerce.oms.customer.domain.OMSCustomer
-
- setCustomerNotes(List<CustomerNote>) - Method in class com.broadleafcommerce.oms.customer.domain.OMSCustomerImpl
-
- setCustomerNotes(List<CustomerNote>) - Method in class com.broadleafcommerce.oms.weave.WeaveOMSCustomer
-
- setCustomerPaymentId(Long) - Method in class com.broadleafcommerce.oms.csr.model.OrderPaymentForm
-
- setCustomers(List<Customer>) - Method in class com.broadleafcommerce.oms.search.service.CustomerSearchResult
-
- setEstimatedItemUnitFulfillmentFeesToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
This is the estimated unit fulfillment fees for one quantity.
- setEstimatedItemUnitFulfillmentFeesToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- setEstimatedItemUnitTaxesToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
This is the estimated unit item taxes, not including fulfillment fee tax, associated with the refund for a single quantity.
- setEstimatedItemUnitTaxesToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- setEstimatedReturnShippingCharge(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- setEstimatedReturnShippingCharge(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setEstimatedTotalAmountToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- setEstimatedTotalAmountToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setEstimatedTotalFulfillmentFeesToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- setEstimatedTotalFulfillmentFeesToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setEstimatedTotalProductValueToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- setEstimatedTotalProductValueToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setEstimatedTotalTaxesToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- setEstimatedTotalTaxesToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setEstimatedTotalUnitItemAmountToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
This is an estimated unit amount to refund for a single quantity, including all taxes and fees.
- setEstimatedTotalUnitItemAmountToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- setEstimatedUnitFulfillmentTaxesToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
This is the estimated fulfillment fee tax associated with the refund for a single quantity.
- setEstimatedUnitFulfillmentTaxesToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- setEstimatedUnitProductAmountToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
This is the estimated unit price to refund, including discounts, but not including taxes and fees.
- setEstimatedUnitProductAmountToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- setEventType(CustomerNoteEventType) - Method in interface com.broadleafcommerce.oms.customer.domain.CustomerNote
-
- setEventType(CustomerNoteEventType) - Method in class com.broadleafcommerce.oms.customer.domain.CustomerNoteImpl
-
- setEventType(FulfillmentOrderNoteEventType) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNote
-
- setEventType(FulfillmentOrderNoteEventType) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNoteImpl
-
- setEventType(OrderNoteEventType) - Method in interface com.broadleafcommerce.oms.order.domain.OrderNote
-
- setEventType(OrderNoteEventType) - Method in class com.broadleafcommerce.oms.order.domain.OrderNoteImpl
-
- setExpectedCondition(ReturnConditionType) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
The expected or stated condition of the item to be returned (generally supplied by the customer).
- setExpectedCondition(ReturnConditionType) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- setExpectedQuantity(Integer) - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- setExpectedQuantityReturned(Integer) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
Quantity expected to be returned for this item.
- setExpectedQuantityReturned(Integer) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- setExpectedReturnQuantity(int) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- setExpectedShipDate(Date) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
Deprecated.
- setExpectedShipDate(Date) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
Deprecated.
- setExpectedShipDate(Date) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetail
-
- setExpectedShipDate(Date) - Method in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- setExternalId(String) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
The external id of this entity
- setExternalId(String) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setExternalId(String) - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentRequestDTO
-
- setExternalId(String) - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- setExternalId(String) - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- setExternalId(String) - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- setFilterObject(Object) - Method in class com.broadleafcommerce.oms.admin.web.security.AdminOmsSecurityExpressionRoot
-
- setFriendlyType(String) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- setFriendlyType(String) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- setFulfilledFulfillmentOrders(List<FulfillmentOrder>) - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentResponseDTO
-
- setFulfilledItemsListGrid(ListGrid) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSReturnsTab
-
- setFulfillmentAppeasements(List<AppeasementFulfillmentAdjustment>) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- setFulfillmentAppeasements(List<AppeasementFulfillmentAdjustment>) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setFulfillmentCharge(Money) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- setFulfillmentCharge(Money) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setFulfillmentFeesToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- setFulfillmentFeesToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setFulfillmentFeesToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
- setFulfillmentFeesToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- setFulfillmentGroup(FulfillmentGroup) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
The FulfillmentGroup that this is associated with.
- setFulfillmentGroup(FulfillmentGroup) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setFulfillmentGroupId(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementFulfillmentDTO
-
- setFulfillmentGroupId(Long) - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- setFulfillmentGroupItem(FulfillmentGroupItem) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
Sets the related FulfillmentGroupItem
- setFulfillmentGroupItem(FulfillmentGroupItem) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- setFulfillmentItemAmount(Money) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
Sets the amount that should be charged for this FulfillmentOrderItem when this item
is fulfilled.
- setFulfillmentItemAmount(Money) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- setFulfillmentItems(List<FulfillmentOrderItem>) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- setFulfillmentItems(List<FulfillmentOrderItem>) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setFulfillmentOption(FulfillmentOption) - Method in class com.broadleafcommerce.oms.csr.model.ChangeOrderShippingInfoForm
-
- setFulfillmentOption(FulfillmentOption) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
The fulfillment option for this order.
- setFulfillmentOption(FulfillmentOption) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setFulfillmentOptionId(Long) - Method in class com.broadleafcommerce.oms.csr.model.ChangeOrderShippingInfoForm
-
- setFulfillmentOrder(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationSeed
-
- setFulfillmentOrder(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminAssignment
-
- setFulfillmentOrder(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminAssignmentImpl
-
- setFulfillmentOrder(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
Sets the related fulfillmentOrder
- setFulfillmentOrder(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- setFulfillmentOrder(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNote
-
- setFulfillmentOrder(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNoteImpl
-
- setFulfillmentOrder(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLog
-
- setFulfillmentOrder(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLogImpl
-
- setFulfillmentOrder(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetail
-
- setFulfillmentOrder(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- setFulfillmentOrder(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.service.workflow.FulfillmentSeed
-
- setFulfillmentOrder(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustment
-
- setFulfillmentOrder(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustmentImpl
-
- setFulfillmentOrderAdminAssignment(FulfillmentOrderAdminAssignment) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
The assignment information for this fulfillment order
- setFulfillmentOrderAdminAssignment(FulfillmentOrderAdminAssignment) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setFulfillmentOrderGrids(List<FulfillmentOrderGrid>) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSShippingTab
-
- setFulfillmentOrderId(Long) - Method in class com.broadleafcommerce.oms.cancellation.service.call.CancelRequestDTO
-
- setFulfillmentOrderId(Long) - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentRequestDTO
-
- setFulfillmentOrderItem(FulfillmentOrderItem) - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementAdjustment
-
- setFulfillmentOrderItem(FulfillmentOrderItem) - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementAdjustmentImpl
-
- setFulfillmentOrderItem(FulfillmentOrderItem) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
The assoicated fulfillment order item
- setFulfillmentOrderItem(FulfillmentOrderItem) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- setFulfillmentOrderItemId(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementItemDTO
-
- setFulfillmentOrderItemID(Long) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- setFulfillmentOrderItemIds(List<Long>) - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderCancelEntityForm
-
- setFulfillmentOrderItemIds(List<Long>) - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- setFulfillmentOrderItemMap(Map<Long, Integer>) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.FulfillmentOrderItemActionForm
-
- setFulfillmentOrderItemNames(List<String>) - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderCancelEntityForm
-
- setFulfillmentOrderItemNames(List<String>) - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- setFulfillmentOrderItemQuantities(List<Integer>) - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderCancelEntityForm
-
- setFulfillmentOrderItemQuantities(List<Integer>) - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- setFulfillmentOrderNotes(List<String>) - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- setFulfillmentOrderNumber(String) - Method in class com.broadleafcommerce.oms.api.wrapper.CancelRequestWrapper
-
- setFulfillmentOrderNumber(String) - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- setFulfillmentOrderNumber(String) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
By default, this is a combination of the ID and the sequence.
- setFulfillmentOrderNumber(String) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setFulfillmentOrders(List<FulfillmentOrder>) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.OMSFulfillmentGroup
-
- setFulfillmentOrders(List<FulfillmentOrder>) - Method in class com.broadleafcommerce.oms.fulfillment.domain.OMSFulfillmentGroupImpl
-
- setFulfillmentOrders(List<FulfillmentOrder>) - Method in class com.broadleafcommerce.oms.weave.WeaveOMSFulfillmentGroup
-
- setFulfillmentOverride(Money) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementFulfillmentDTO
-
- setFulfillmentOverrides(List<AppeasementFulfillmentDTO>) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementForm
-
- setFulfillmentTaxesToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
- setFulfillmentTaxesToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- setGrid(ListGrid) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.FulfillmentOrderGrid
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.customer.domain.CustomerNote
-
- setId(Long) - Method in class com.broadleafcommerce.oms.customer.domain.CustomerNoteImpl
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
The DB id of this entity.
- setId(Long) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminAssignment
-
The DB id of this entity.
- setId(Long) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminAssignmentImpl
-
- setId(Long) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
Sets the unique id for the item.
- setId(Long) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNote
-
- setId(Long) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNoteImpl
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLog
-
- setId(Long) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLogImpl
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetail
-
- setId(Long) - Method in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.order.domain.OrderAdminAssignment
-
- setId(Long) - Method in class com.broadleafcommerce.oms.order.domain.OrderAdminAssignmentImpl
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockAudit
-
- setId(Long) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- setId(Long) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.order.domain.OrderNote
-
- setId(Long) - Method in class com.broadleafcommerce.oms.order.domain.OrderNoteImpl
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementAdjustment
-
- setId(Long) - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementAdjustmentImpl
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustment
-
- setId(Long) - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustmentImpl
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.refund.domain.RefundPaymentLog
-
- setId(Long) - Method in class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
The id
- setId(Long) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
- setId(Long) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- setId(Long) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
The id.
- setId(Long) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNote
-
- setId(Long) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNoteImpl
-
- setId(Long) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
- setId(Long) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- setItemAmountToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
- setItemAmountToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- setItemRequests(List<ReturnItemRequestDTO>) - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderReturnAuthorizeEntityForm
-
- setItems(List<FulfillmentOrderItemWrapper>) - Method in class com.broadleafcommerce.oms.api.wrapper.CancelRequestWrapper
-
- setItems(List<FulfillmentOrderItemWrapper>) - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- setKey(String) - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrderLock
-
Set a key identifying the creator of the lock
- setKey(String) - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderLockImpl
-
- setLastUpdated(Long) - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrderLock
-
Set the time of alteration
- setLastUpdated(Long) - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderLockImpl
-
- setManualAuthToken(String) - Method in class com.broadleafcommerce.oms.csr.model.OrderPaymentForm
-
- setManuallyPass(boolean) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockOverrideDTO
-
- setManualOverrides(List<OrderBlockOverrideDTO>) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockOverrideForm
-
- setMessage(String) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementForm
-
- setName(String) - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- setName(String) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
Not used for moving any data around just beneficial for form displays
- setNewFulfillmentOrder(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.service.call.FulfillmentOrderSplitResponseDTO
-
- setNote(String) - Method in interface com.broadleafcommerce.oms.customer.domain.CustomerNote
-
- setNote(String) - Method in class com.broadleafcommerce.oms.customer.domain.CustomerNoteImpl
-
- setNote(String) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNote
-
- setNote(String) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderNoteImpl
-
- setNote(String) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockAudit
-
- setNote(String) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- setNote(String) - Method in interface com.broadleafcommerce.oms.order.domain.OrderNote
-
- setNote(String) - Method in class com.broadleafcommerce.oms.order.domain.OrderNoteImpl
-
- setNote(String) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
Note about the object being returned
- setNote(String) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- setNote(String) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
Note about the item received in the warehouse.
- setNote(String) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- setNote(String) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationRequestDTO
-
- setNote(String) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- setNotes(String) - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderCancelEntityForm
-
- setNotes(String) - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- setNotes(String) - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderReturnAuthorizeEntityForm
-
- setNotes(String) - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderReturnCompleteEntityForm
-
- setNotes(List<FulfillmentOrderNote>) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- setNotes(List<FulfillmentOrderNote>) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setNotes(List<String>) - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentRequestDTO
-
- setNotes(List<ReturnAuthorizationNote>) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
Deprecated.
- setNotes(List<ReturnAuthorizationNote>) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
Deprecated.
- setOrder(Order) - Method in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationSeed
-
- setOrder(Order) - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- setOrder(Order) - Method in interface com.broadleafcommerce.oms.order.domain.OrderAdminAssignment
-
- setOrder(Order) - Method in class com.broadleafcommerce.oms.order.domain.OrderAdminAssignmentImpl
-
- setOrder(OMSOrder) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- setOrder(OMSOrder) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- setOrder(Order) - Method in interface com.broadleafcommerce.oms.order.domain.OrderNote
-
- setOrder(Order) - Method in class com.broadleafcommerce.oms.order.domain.OrderNoteImpl
-
- setOrder(Order) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
The order associated with this return
- setOrder(Order) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setOrderAdjustmentsGrid(ListGrid) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSPaymentsTab
-
- setOrderAdminAssignment(OrderAdminAssignment) - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- setOrderAdminAssignment(OrderAdminAssignment) - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- setOrderAdminAssignment(OrderAdminAssignment) - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- setOrderAdminPath(String) - Method in class com.broadleafcommerce.oms.csr.web.service.OMSOrderDeepLinkServiceImpl
-
- setOrderAssignmentOnModel(ModelAndView, Order) - Method in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- setOrderBlockId(Long) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockOverrideDTO
-
- setOrderBlockReason(OrderBlockReason) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockAudit
-
- setOrderBlockReason(OrderBlockReason) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- setOrderBlockReasons(List<OrderBlockReason>) - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- setOrderBlockReasons(List<OrderBlockReason>) - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- setOrderBlockReasons(List<OrderBlockReason>) - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- setOrderId(Long) - Method in class com.broadleafcommerce.oms.cancellation.service.call.CancelRequestDTO
-
- setOrderId(Long) - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentRequestDTO
-
- setOrderId(Long) - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrderLock
-
Sets the id of the Order
associated with this OrderLock
- setOrderId(Long) - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderLockImpl
-
- setOrderItemsListGrid(ListGrid) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSSummaryTab
-
- setOrderNote(String) - Method in class com.broadleafcommerce.oms.api.wrapper.OrderNoteWrapper
-
- setOrderNotes(List<OrderNote>) - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- setOrderNotes(List<OrderNote>) - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- setOrderNotes(List<OrderNote>) - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- setOrderNumber(String) - Method in class com.broadleafcommerce.oms.api.wrapper.CancelRequestWrapper
-
- setOrderNumber(String) - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- setOrderPayment(OrderPayment) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLog
-
- setOrderPayment(OrderPayment) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentPaymentLogImpl
-
- setOrderPaymentId(Long) - Method in class com.broadleafcommerce.oms.csr.model.OrderPaymentForm
-
- setOrderPaymentsGrid(ListGrid) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSPaymentsTab
-
- setOrders(List<Order>) - Method in class com.broadleafcommerce.oms.search.service.OrderSearchResult
-
- setOriginalFulfillmentOrder(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.service.call.FulfillmentOrderSplitResponseDTO
-
- setOriginalOrderNumber(String) - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- setOriginalOrderNumber(String) - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- setOriginalOrderNumber(String) - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- setOriginFulfillmentOrder(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.service.call.FulfillmentOrderMergeResponseDTO
-
- setOverrideReason(String) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockOverrideDTO
-
- setOverrideUnitAmountToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
This is the amount that the CSR wants to refund, regardless of what is calculated by the system.
- setOverrideUnitAmountToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- setOverrideUnitPriceForRefund(Money) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationRequestDTO
-
- setPage(Integer) - Method in class com.broadleafcommerce.oms.search.service.CustomerSearchResult
-
- setPage(Integer) - Method in class com.broadleafcommerce.oms.search.service.OrderSearchResult
-
- setPageNumer(int) - Method in class com.broadleafcommerce.oms.search.service.call.SearchPagingDTO
-
- setPageRangeFirst(int) - Method in class com.broadleafcommerce.oms.search.service.call.SearchPagingDTO
-
- setPageRangeLast(int) - Method in class com.broadleafcommerce.oms.search.service.call.SearchPagingDTO
-
- setPageSize(int) - Method in class com.broadleafcommerce.oms.search.service.call.SearchPagingDTO
-
- setPageSize(Integer) - Method in class com.broadleafcommerce.oms.search.service.CustomerSearchResult
-
- setPageSize(Integer) - Method in class com.broadleafcommerce.oms.search.service.OrderSearchResult
-
- setParentFulfillmentOrder(FulfillmentOrder) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- setParentFulfillmentOrder(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setParentOrder(Order) - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- setParentOrder(Order) - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- setParentOrder(Order) - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- setPaymentMethodId(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementForm
-
- setPaymentMethodId(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfGroup
-
- setPaymentMethodId(Long) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationGroupRequestDTO
-
- setPaymentTransaction(PaymentTransaction) - Method in interface com.broadleafcommerce.oms.refund.domain.RefundPaymentLog
-
- setPaymentTransaction(PaymentTransaction) - Method in class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- setPhysicalCondition(ReturnConditionType) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
Physical condition of the item received in the warehouse.
- setPhysicalCondition(ReturnConditionType) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- setPriceAdjustment(BigDecimal) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementForm
-
- setPriceOverride(Money) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementItemDTO
-
- setPriceOverrides(List<AppeasementItemDTO>) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.AppeasementForm
-
- setPrimaryReturnReason(String) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
Primary Reason why the object being returned
- setPrimaryReturnReason(String) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- setPrimaryReturnReason(String) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- setProcessedDate(Date) - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementAdjustment
-
- setProcessedDate(Date) - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementAdjustmentImpl
-
- setProcessedDate(Date) - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustment
-
- setProcessedDate(Date) - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustmentImpl
-
- setProductTaxesToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
- setProductTaxesToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- setProductValueToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- setProductValueToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setProductValueToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
- setProductValueToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- setQuantity(int) - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderItemWrapper
-
- setQuantity(Integer) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
The quantity for this item
- setQuantity(Integer) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- setQuantity(int) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- setQuantityAuthorizedForReturn(int) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItem
-
Sets the aggregate quantity authorized for return, across all ReturnAuthorizationItems
- setQuantityAuthorizedForReturn(int) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderItemImpl
-
- setQuantityConfirmed(Integer) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
This is the quantity that was confirmed.
- setQuantityConfirmed(Integer) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- setQuantityConfirmed(Integer) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationRequestDTO
-
- setQuantityToCancel(Integer) - Method in class com.broadleafcommerce.oms.cancellation.service.call.CancelItemRequestDTO
-
- setQuantityToShip(Integer) - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentItemRequestDTO
-
- setReason(String) - Method in class com.broadleafcommerce.oms.api.wrapper.CancelRequestWrapper
-
- setReason(String) - Method in class com.broadleafcommerce.oms.cancellation.service.call.CancelRequestDTO
-
- setReason(String) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- setReason(String) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- setReason(String) - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementAdjustment
-
- setReason(String) - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementAdjustmentImpl
-
- setReason(String) - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustment
-
- setReason(String) - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustmentImpl
-
- setReason(String) - Method in interface com.broadleafcommerce.oms.refund.domain.RefundPaymentLog
-
- setReason(String) - Method in class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- setRefundCustomerPayment(CustomerPayment) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
Sets the customer payment to refund to for this return authorization request.
- setRefundCustomerPayment(CustomerPayment) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setRefundFulfillmentFees(boolean) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
- setRefundFulfillmentFees(boolean) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- setRefundFulfillmentFees(boolean) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationRequestDTO
-
- setRefundMap(Map<OrderPayment, Money>) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
Sets the calculated refundable amounts for this return authorization request.
- setRefundMap(Map<OrderPayment, Money>) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setRefundShipping(boolean) - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- setRefundStrategies(List<ReturnRefundStrategy>) - Method in class com.broadleafcommerce.oms.returns.service.ReturnsServiceImpl
-
- setRefundStrategies(List<ReturnRefundStrategy>) - Method in class com.broadleafcommerce.oms.returns.service.workflow.activity.ReturnRefundActivity
-
- setRefundStrategy(ReturnRefundStrategyType) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
Sets the refund strategy for this return authorization at request time.
- setRefundStrategy(ReturnRefundStrategyType) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setReturnAuth(Long) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationGroupRequestDTO
-
- setReturnAuthCode(String) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
- setReturnAuthCode(String) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- setReturnAuthItems(List<ReturnAuthItem>) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnAuthGroupForm
-
- setReturnAuthorization(ReturnAuthorization) - Method in interface com.broadleafcommerce.oms.refund.domain.RefundPaymentLog
-
- setReturnAuthorization(ReturnAuthorization) - Method in class com.broadleafcommerce.oms.refund.domain.RefundPaymentLogImpl
-
- setReturnAuthorization(ReturnAuthorization) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
The referenced return authorization.
- setReturnAuthorization(ReturnAuthorization) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- setReturnAuthorization(ReturnAuthorization) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNote
-
- setReturnAuthorization(ReturnAuthorization) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationNoteImpl
-
- setReturnAuthorization(ReturnAuthorization) - Method in class com.broadleafcommerce.oms.returns.service.workflow.ReturnsSeed
-
- setReturnAuthorizationGroup(ReturnAuthorizationGroup) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
Sets the Return Authorization Group in which this RMA belongs
- setReturnAuthorizationGroup(ReturnAuthorizationGroup) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setReturnAuthorizationId(Long) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfGroup
-
- setReturnAuthorizationItem(ReturnAuthorizationItem) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
The associated return authorization (RMA) item.
- setReturnAuthorizationItem(ReturnAuthorizationItem) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- setReturnAuthorizationItems(List<ReturnAuthorizationItem>) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
The associated items that are being returned.
- setReturnAuthorizationItems(List<ReturnAuthorizationItem>) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setReturnAuthorizations(List<ReturnAuthorization>) - Method in interface com.broadleafcommerce.oms.order.domain.OMSOrder
-
- setReturnAuthorizations(List<ReturnAuthorization>) - Method in class com.broadleafcommerce.oms.order.domain.OMSOrderImpl
-
- setReturnAuthorizations(List<ReturnAuthorization>) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
- setReturnAuthorizations(List<ReturnAuthorization>) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- setReturnAuthorizations(List<ReturnAuthorization>) - Method in class com.broadleafcommerce.oms.weave.WeaveOMSOrder
-
- setReturnConfGroups(List<ReturnConfGroup>) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfForm
-
- setReturnConfirmations(List<ReturnConfirmationFormDTO>) - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderReturnCompleteEntityForm
-
- setReturnConfirmations(List<ReturnConfirmation>) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
Related confirmations associated with this return item.
- setReturnConfirmations(List<ReturnConfirmation>) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- setReturnConfirmations(List<ReturnConfirmationRequestDTO>) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationGroupRequestDTO
-
- setReturnConfirmations(List<ReturnConfirmation>) - Method in class com.broadleafcommerce.oms.returns.service.workflow.ReturnsSeed
-
- setReturnConfRequest(Map<String, String>) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConf
-
- setReturnConfs(List<ReturnConf>) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfGroup
-
- setReturnedItemsListGrid(ListGrid) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSReturnsTab
-
- setReturnItem(Long) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationRequestDTO
-
- setReturnItemRequest(Map<String, String>) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnAuthItem
-
- setReturnObject(Object, EvaluationContext) - Method in class com.broadleafcommerce.oms.admin.web.security.AdminOmsSecurityExpressionHandler
-
- setReturnObject(Object) - Method in class com.broadleafcommerce.oms.admin.web.security.AdminOmsSecurityExpressionRoot
-
- setReturnRefundStrategy(String) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfGroup
-
- setReturnRefundStrategy(String) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnConfirmationGroupRequestDTO
-
- setReturnShippingOrderIds(List<Long>) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnAuthGroupForm
-
- setReturnShippingOrderIds(List<Long>) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.ReturnConfForm
-
- setReturnShippingToCharge(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- setReturnShippingToCharge(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setReturnType(String) - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- setReturnType(ReturnType) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
Indicates if this is a refund or exchange
- setReturnType(ReturnType) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- setReturnType(ReturnType) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- setSecondaryReturnReason(String) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItem
-
Secondary Reason why the object being returned
- setSecondaryReturnReason(String) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationItemImpl
-
- setSecondaryReturnReason(String) - Method in class com.broadleafcommerce.oms.returns.service.call.ReturnItemRequestDTO
-
- setSeedData(CancellationSeed) - Method in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationOperationContext
-
- setSeedData(FulfillmentSeed) - Method in class com.broadleafcommerce.oms.fulfillment.service.workflow.FulfillmentOperationContext
-
- setSeedData(ReturnsSeed) - Method in class com.broadleafcommerce.oms.returns.service.workflow.ReturnsOperationContext
-
- setSequence(Integer) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
The order or sequence that fulfillment orders
are created for a given fulfillment group.
- setSequence(Integer) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setServiceCode(String) - Method in class com.broadleafcommerce.oms.api.wrapper.ShipmentDetailWrapper
-
- setServiceCode(String) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetail
-
- setServiceCode(String) - Method in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- setServiceCode(String) - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentDetailRequestDTO
-
- setShipmentDetails(List<ShipmentDetailWrapper>) - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- setShipmentDetails(List<ShipmentDetail>) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- setShipmentDetails(List<ShipmentDetail>) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setShipmentDetails(List<ShipmentDetailRequestDTO>) - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentRequestDTO
-
- setShipmentItems(List<ShipmentItemRequestDTO>) - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentRequestDTO
-
- setShipper(String) - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- setShipperType(String) - Method in class com.broadleafcommerce.oms.api.wrapper.ShipmentDetailWrapper
-
- setShipperType(String) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
Deprecated.
- setShipperType(String) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
Deprecated.
- setShipperType(String) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetail
-
- setShipperType(String) - Method in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- setShipperType(String) - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentDetailRequestDTO
-
- setSkuId(Long) - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderItemWrapper
-
- setSkuId(Long) - Method in class com.broadleafcommerce.oms.cancellation.service.call.CancelItemRequestDTO
-
- setSkuId(Long) - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentItemRequestDTO
-
- setSource(OMSEventSourceType) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockAudit
-
- setSource(OMSEventSourceType) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- setStatus(String) - Method in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- setStatus(FulfillmentOrderStatusType) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
This sets the status.
- setStatus(FulfillmentOrderStatusType) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setStatus(OrderBlockStatusType) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
This sets the status.
- setStatus(OrderBlockStatusType) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- setStatus(ReturnStatusType) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
Status of this overall return.
- setStatus(ReturnStatusType) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setStatus(ReturnConfirmationStatusType) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnConfirmation
-
Status of this return confirmation.
- setStatus(ReturnConfirmationStatusType) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- setStatusChange(OrderBlockStatusType) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockAudit
-
- setStatusChange(OrderBlockStatusType) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- setSummarizedOrder(Order) - Method in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSSummaryTab
-
- setTargetFulfillmentOrder(FulfillmentOrder) - Method in class com.broadleafcommerce.oms.fulfillment.service.call.FulfillmentOrderMergeResponseDTO
-
- setTaxesToRefund(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- setTaxesToRefund(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setThis(Object) - Method in class com.broadleafcommerce.oms.admin.web.security.AdminOmsSecurityExpressionRoot
-
- setTotal(Money) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
- setTotal(Money) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- setTotalAmountRefunded(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- setTotalAmountRefunded(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setTotalFulfillmentFeesRefunded(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- setTotalFulfillmentFeesRefunded(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setTotalItemRefundAmount(BigDecimal) - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- setTotalPages(int) - Method in class com.broadleafcommerce.oms.search.service.call.SearchPagingDTO
-
- setTotalProductValueRefunded(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- setTotalProductValueRefunded(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setTotalResults(int) - Method in class com.broadleafcommerce.oms.search.service.call.SearchPagingDTO
-
- setTotalResults(Integer) - Method in class com.broadleafcommerce.oms.search.service.CustomerSearchResult
-
- setTotalResults(Integer) - Method in class com.broadleafcommerce.oms.search.service.OrderSearchResult
-
- setTotalReturnShippingCharged(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- setTotalReturnShippingCharged(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setTotalTaxesRefunded(Money) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorization
-
- setTotalTaxesRefunded(Money) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- setTotalUnitRefundAmount(BigDecimal) - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- setTrackingCode(String) - Method in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- setTrackingNumber(String) - Method in class com.broadleafcommerce.oms.api.wrapper.ShipmentDetailWrapper
-
- setTrackingNumber(String) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrder
-
Deprecated.
- setTrackingNumber(String) - Method in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
Deprecated.
- setTrackingNumber(String) - Method in interface com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetail
-
- setTrackingNumber(String) - Method in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- setTrackingNumber(String) - Method in class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentDetailRequestDTO
-
- setTrackingNumber(String) - Method in interface com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroup
-
An optional tracking number for this return authorization group
- setTrackingNumber(String) - Method in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationGroupImpl
-
- setType(String) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- setType(String) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- setUniqueFlag(boolean) - Method in interface com.broadleafcommerce.oms.order.domain.OrderBlockReason
-
- setUniqueFlag(boolean) - Method in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- setUnitFulfillmentFees(BigDecimal) - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- setUnitFulfillmentTaxes(BigDecimal) - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- setUnitPrice(BigDecimal) - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- setUnitTaxes(BigDecimal) - Method in class com.broadleafcommerce.oms.admin.web.form.ReturnConfirmationFormDTO
-
- setValue(Money) - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementAdjustment
-
- setValue(Money) - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementAdjustmentImpl
-
- setValue(Money) - Method in interface com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustment
-
- setValue(Money) - Method in class com.broadleafcommerce.oms.refund.domain.AppeasementFulfillmentAdjustmentImpl
-
- shipItems(HttpServletRequest, String, FulfillmentOrderWrapper) - Method in class com.broadleafcommerce.oms.api.endpoint.OMSEndpoint
-
Put single FulfillmentOrderWrapper into list to pass to shipItems(List)
- shipItems(List<FulfillmentOrderWrapper>) - Method in class com.broadleafcommerce.oms.api.endpoint.OMSEndpoint
-
Ship specified items from list of FulfillmentOrderWrappers
- shipItems(List<ShipmentRequestDTO>) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentService
-
This method allows you to update the statuses of items that have been shipped.
- shipItems(List<ShipmentRequestDTO>) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- ShipmentDetail - Interface in com.broadleafcommerce.oms.fulfillment.domain
-
This represents a shipment or a box of items that can be tracked.
- ShipmentDetailDao - Interface in com.broadleafcommerce.oms.fulfillment.dao
-
- shipmentDetailDao - Variable in class com.broadleafcommerce.oms.fulfillment.service.ShipmentDetailServiceImpl
-
- ShipmentDetailDaoImpl - Class in com.broadleafcommerce.oms.fulfillment.dao
-
- ShipmentDetailDaoImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.dao.ShipmentDetailDaoImpl
-
- ShipmentDetailImpl - Class in com.broadleafcommerce.oms.fulfillment.domain
-
- ShipmentDetailImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- ShipmentDetailRequestDTO - Class in com.broadleafcommerce.oms.fulfillment.service.call
-
- ShipmentDetailRequestDTO() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentDetailRequestDTO
-
- shipmentDetails - Variable in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- ShipmentDetails - Static variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminPresentation.GroupName
-
- ShipmentDetails - Static variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderAdminPresentation.GroupOrder
-
- shipmentDetails - Variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- shipmentDetailService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- shipmentDetailService - Variable in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- ShipmentDetailService - Interface in com.broadleafcommerce.oms.fulfillment.service
-
- ShipmentDetailServiceImpl - Class in com.broadleafcommerce.oms.fulfillment.service
-
- ShipmentDetailServiceImpl() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.ShipmentDetailServiceImpl
-
- ShipmentDetailWrapper - Class in com.broadleafcommerce.oms.api.wrapper
-
- ShipmentDetailWrapper() - Constructor for class com.broadleafcommerce.oms.api.wrapper.ShipmentDetailWrapper
-
- ShipmentItemRequestDTO - Class in com.broadleafcommerce.oms.fulfillment.service.call
-
- ShipmentItemRequestDTO() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentItemRequestDTO
-
- ShipmentRequestDTO - Class in com.broadleafcommerce.oms.fulfillment.service.call
-
- ShipmentRequestDTO() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentRequestDTO
-
- ShipmentResponseDTO - Class in com.broadleafcommerce.oms.fulfillment.service.call
-
- ShipmentResponseDTO() - Constructor for class com.broadleafcommerce.oms.fulfillment.service.call.ShipmentResponseDTO
-
- shipper - Variable in class com.broadleafcommerce.oms.admin.web.form.FulfillmentOrderFulfillmentEntityForm
-
- shipperType - Variable in class com.broadleafcommerce.oms.api.wrapper.ShipmentDetailWrapper
-
- shipperType - Variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
Deprecated.
- shipperType - Variable in class com.broadleafcommerce.oms.fulfillment.domain.ShipmentDetailImpl
-
- shouldCreateFulfillmentOrderForFulfillmentGroup(FulfillmentGroup) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentService
-
- shouldCreateFulfillmentOrderForFulfillmentGroup(FulfillmentGroup) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
Return true as the default implementation.
- shouldIndex(Customer) - Method in class com.broadleafcommerce.oms.search.service.SolrCustomerIndexServiceImpl
-
This is a hook to allow someone to override to determine if / when an customer should be indexed.
- shouldIndex(Order) - Method in class com.broadleafcommerce.oms.search.service.SolrOrderIndexServiceImpl
-
This is a hook to allow someone to override to determine if / when an order should be indexed.
- showFulfillmentGroups(HttpServletRequest, String) - Method in class com.broadleafcommerce.oms.api.endpoint.OMSEndpoint
-
Returns all FullfillmentGroups for specified order
- showOrderPayments(HttpServletRequest, String) - Method in class com.broadleafcommerce.oms.api.endpoint.OMSEndpoint
-
Returns all OrderPayments for specified order
- shs - Variable in class com.broadleafcommerce.oms.search.service.OMSSolrSearchService
-
- shs - Variable in class com.broadleafcommerce.oms.search.service.SolrCustomerIndexServiceImpl
-
- shs - Variable in class com.broadleafcommerce.oms.search.service.SolrCustomerSearchServiceImpl
-
- shs - Variable in class com.broadleafcommerce.oms.search.service.SolrOrderIndexServiceImpl
-
- shs - Variable in class com.broadleafcommerce.oms.search.service.SolrOrderSearchServiceImpl
-
- siteService - Variable in class com.broadleafcommerce.oms.order.service.OrderCloneServiceImpl
-
- skuId - Variable in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderItemWrapper
-
- softCommit - Variable in class com.broadleafcommerce.oms.search.service.SolrCustomerIndexServiceImpl
-
- softCommit - Variable in class com.broadleafcommerce.oms.search.service.SolrOrderIndexServiceImpl
-
- solrConfiguration - Variable in class com.broadleafcommerce.oms.search.service.SolrCustomerIndexServiceImpl
-
- solrConfiguration - Variable in class com.broadleafcommerce.oms.search.service.SolrCustomerSearchServiceImpl
-
- solrConfiguration - Variable in class com.broadleafcommerce.oms.search.service.SolrOrderIndexServiceImpl
-
- solrConfiguration - Variable in class com.broadleafcommerce.oms.search.service.SolrOrderSearchServiceImpl
-
- SolrCustomerIndexServiceImpl - Class in com.broadleafcommerce.oms.search.service
-
- SolrCustomerIndexServiceImpl() - Constructor for class com.broadleafcommerce.oms.search.service.SolrCustomerIndexServiceImpl
-
- solrCustomerSearchService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- solrCustomerSearchService - Variable in class com.broadleafcommerce.oms.admin.web.controller.handler.OMSSolrSearchFieldFormBuilderExtensionHandler
-
- solrCustomerSearchService - Variable in class com.broadleafcommerce.oms.customer.service.handler.OMSCustomerCustomPersistenceHandler
-
- SolrCustomerSearchServiceImpl - Class in com.broadleafcommerce.oms.search.service
-
- SolrCustomerSearchServiceImpl() - Constructor for class com.broadleafcommerce.oms.search.service.SolrCustomerSearchServiceImpl
-
- SolrOrderIndexServiceImpl - Class in com.broadleafcommerce.oms.search.service
-
- SolrOrderIndexServiceImpl() - Constructor for class com.broadleafcommerce.oms.search.service.SolrOrderIndexServiceImpl
-
- solrOrderSearchService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCsrOrderController
-
- solrOrderSearchService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsCustomerController
-
- solrOrderSearchService - Variable in class com.broadleafcommerce.oms.admin.web.controller.AdminOmsOrderController
-
- solrOrderSearchService - Variable in class com.broadleafcommerce.oms.admin.web.controller.handler.OMSSolrSearchFieldFormBuilderExtensionHandler
-
- solrOrderSearchService - Variable in class com.broadleafcommerce.oms.order.service.handler.OMSOrderCustomPersistenceHandler
-
- SolrOrderSearchServiceImpl - Class in com.broadleafcommerce.oms.search.service
-
- SolrOrderSearchServiceImpl() - Constructor for class com.broadleafcommerce.oms.search.service.SolrOrderSearchServiceImpl
-
- source - Variable in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- splitFulfillmentOrder(Long, Map<Long, Integer>) - Method in interface com.broadleafcommerce.oms.fulfillment.service.FulfillmentService
-
This method allows you to split items in a fulfillment order into a different fulfillment order.
- splitFulfillmentOrder(Long, Map<Long, Integer>) - Method in class com.broadleafcommerce.oms.fulfillment.service.FulfillmentServiceImpl
-
- status - Variable in class com.broadleafcommerce.oms.api.wrapper.FulfillmentOrderWrapper
-
- status - Variable in class com.broadleafcommerce.oms.fulfillment.domain.FulfillmentOrderImpl
-
- status - Variable in class com.broadleafcommerce.oms.order.domain.OrderBlockReasonImpl
-
- status - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnAuthorizationImpl
-
- status - Variable in class com.broadleafcommerce.oms.returns.domain.ReturnConfirmationImpl
-
- statusChange - Variable in class com.broadleafcommerce.oms.order.domain.OrderBlockAuditImpl
-
- stopEntireProcess - Variable in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationOperationContext
-
- stopEntireProcess - Variable in class com.broadleafcommerce.oms.fulfillment.service.workflow.FulfillmentOperationContext
-
- stopEntireProcess - Variable in class com.broadleafcommerce.oms.returns.service.workflow.ReturnsOperationContext
-
- stopProcess() - Method in class com.broadleafcommerce.oms.cancellation.service.workflow.CancellationOperationContext
-
- stopProcess() - Method in class com.broadleafcommerce.oms.fulfillment.service.workflow.FulfillmentOperationContext
-
- stopProcess() - Method in class com.broadleafcommerce.oms.returns.service.workflow.ReturnsOperationContext
-
- SUBMIT_RMA - Static variable in class com.broadleafcommerce.oms.admin.web.form.AdminOmsEntityFormAction
-
- SUBMITTED - Static variable in class com.broadleafcommerce.oms.order.service.type.SecondaryOrderStatus
-
This is equivalent to OrderStatus.SUBMITTED
- SUCCESS - Static variable in class com.broadleafcommerce.oms.order.domain.type.OrderBlockStatusType
-
- summarizedOrder - Variable in class com.broadleafcommerce.oms.admin.web.controller.dto.OMSSummaryTab
-
- supports(Class<?>) - Method in class com.broadleafcommerce.oms.csr.validator.OMSShippingInfoValidator
-
- SYSTEM - Static variable in class com.broadleafcommerce.oms.common.type.OMSEventSourceType
-
- SYSTEM - Static variable in class com.broadleafcommerce.oms.returns.service.type.ReturnRefundStrategyType
-
- systemPropertiesService - Variable in class com.broadleafcommerce.oms.order.service.OMSOrderPaymentServiceImpl
-
- SystemReturnRefundStrategyImpl - Class in com.broadleafcommerce.oms.returns.strategy
-
The default system calculated strategy is to satisfy the use case where they want
to issue money back in the form of gift cards or any non-final payments that were applied first.
- SystemReturnRefundStrategyImpl() - Constructor for class com.broadleafcommerce.oms.returns.strategy.SystemReturnRefundStrategyImpl
-