| 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> |
DefaultWarehousingShippingService.getConsignmentBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingShippingService.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingBusinessProcessService<ConsignmentModel> |
ConfirmPickupAction.getConsignmentBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfirmPickupAction.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingBusinessProcessService<ConsignmentModel> |
PrintPackLabelAction.getConsignmentBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
void |
PrintPackLabelAction.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingBusinessProcessService<ConsignmentModel> |
ConfirmShippedConsignmentAction.getConsignmentBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfirmShippedConsignmentAction.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingBusinessProcessService<ConsignmentModel> |
ConsignmentToReallocateController.getConsignmentBusinessProcessService() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentToReallocateController.setConsignmentBusinessProcessService(WarehousingBusinessProcessService<ConsignmentModel> consignmentBusinessProcessService) |
Copyright © 2017 SAP SE. All Rights Reserved.