| Modifier and Type | Method and Description |
|---|---|
protected WarehousingBusinessProcessService<ConsignmentModel> |
DefaultConsignmentCancellationService.getConsignmentBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultConsignmentCancellationService.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingBusinessProcessService<ConsignmentModel> |
DefaultOrderOnHoldService.getConsignmentBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOrderOnHoldService.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWarehousingBusinessProcessService<T extends ItemModel>
Abstract implementation of the
WarehousingBusinessProcessService provides implementations for event triggering and
only requires that subclasses provide an means to obtain the business process code associated with the item model
provided. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConsignmentProcessService
Business process service for handling consignments.
|
class |
DefaultOrderProcessService
Business process service for handling orders.
|
class |
DefaultReturnProcessService
Business process service for handling orders.
|
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingBusinessProcessService<ConsignmentModel> |
AbstractTaskAssignmentActions.getConsignmentBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTaskAssignmentActions.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingBusinessProcessService<ConsignmentModel> |
DefaultWarehousingConsignmentWorkflowService.getConsignmentBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingConsignmentWorkflowService.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingBusinessProcessService<ConsignmentModel> |
ConsignmentToReallocateController.getConsignmentBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingBusinessProcessService<ConsignmentModel> |
DefaultWarehousingConsignmentFacade.getConsignmentBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingConsignmentFacade.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingBusinessProcessService<AbstractOrderModel> |
ReAllocateConsignmentAction.getOrderBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReAllocateConsignmentAction.setOrderBusinessProcessService(WarehousingBusinessProcessService<AbstractOrderModel> orderBusinessProcessService) |
| Modifier and Type | Field and Description |
|---|---|
protected WarehousingBusinessProcessService<ConsignmentModel> |
BaseUtil.consignmentBusinessProcessService |
protected WarehousingBusinessProcessService<OrderModel> |
BaseUtil.orderBusinessProcessService |
protected WarehousingBusinessProcessService<ReturnRequestModel> |
BaseUtil.returnBusinessProcessService |
| Modifier and Type | Method and Description |
|---|---|
WarehousingBusinessProcessService<ConsignmentModel> |
SourcingUtil.getConsignmentBusinessProcessService() |
protected WarehousingBusinessProcessService<ConsignmentModel> |
DeclineUtil.getConsignmentBusinessProcessService() |
WarehousingBusinessProcessService<OrderModel> |
BaseUtil.getOrderBusinessProcessService() |
protected WarehousingBusinessProcessService<ReturnRequestModel> |
ProcessUtil.getReturnBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclineUtil.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
void |
BaseUtil.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
void |
BaseUtil.setOrderBusinessProcessService(WarehousingBusinessProcessService<OrderModel> orderBusinessProcessService) |
void |
ProcessUtil.setReturnBusinessProcessService(WarehousingBusinessProcessService<ReturnRequestModel> returnBusinessProcessService) |
void |
BaseUtil.setReturnBusinessProcessService(WarehousingBusinessProcessService<ReturnRequestModel> returnBusinessProcessService) |
Copyright © 2018 SAP SE. All Rights Reserved.