| Package | Description |
|---|---|
| de.hybris.platform.warehousing.allocation.util | |
| de.hybris.platform.warehousing.data.allocation | |
| de.hybris.platform.warehousing.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.warehousing.model |
Contains generated models for each type of de.hybris.platform.warehousing.jalo package.
|
| de.hybris.platform.warehousing.util | |
| de.hybris.platform.warehousingbackoffice.dtos | |
| de.hybris.platform.warehousingbackoffice.widgets.consignment | |
| de.hybris.platform.warehousingfacades.order | |
| de.hybris.platform.warehousingfacades.order.data | |
| de.hybris.platform.warehousingfacades.order.impl | |
| de.hybris.platform.yacceleratorordermanagement.actions.consignment | |
| de.hybris.platform.yacceleratorordermanagement.integration.util |
| Modifier and Type | Method and Description |
|---|---|
DeclineEntryBuilder |
DeclineEntryBuilder.withReason(DeclineReason reason) |
| Modifier and Type | Method and Description |
|---|---|
DeclineReason |
DeclineEntry.getReason() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclineEntry.setReason(DeclineReason reason) |
| Modifier and Type | Method and Description |
|---|---|
static DeclineReason |
DeclineReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeclineReason[] |
DeclineReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeclineReason |
DeclineConsignmentEntryEventModel.getReason()
Generated method - Getter of the
DeclineConsignmentEntryEvent.reason attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclineConsignmentEntryEventModel.setReason(DeclineReason value)
Generated method - Setter of
DeclineConsignmentEntryEvent.reason attribute defined at extension warehousing. |
| Constructor and Description |
|---|
DeclineConsignmentEntryEventModel(ItemModel _owner,
java.lang.Long _quantity,
DeclineReason _reason)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
DeclineConsignmentEntryEventModel(java.lang.Long _quantity,
DeclineReason _reason)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
DeclineEntries |
DeclineEntryBuilder.build_Auto(java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo,
DeclineReason reason) |
DeclineEntries |
DeclineEntryBuilder.build_Manual(java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo,
WarehouseModel warehouse,
DeclineReason reason) |
| Modifier and Type | Method and Description |
|---|---|
DeclineReason |
ConsignmentEntryToReallocateDto.getSelectedReason() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentEntryToReallocateDto.setSelectedReason(DeclineReason selectedReason) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<DeclineReason> |
ConsignmentToReallocateController.getCustomSelectedDeclineReason(Event event)
Gets the label for the selected decline reason in case the event has a target of Combobox
|
protected java.util.Optional<DeclineReason> |
ConsignmentToReallocateController.getSelectedDeclineReason(Event event)
get the corresponding decline reason according to the selected item in the combobox if existing
|
protected java.util.Optional<DeclineReason> |
ConsignmentToReallocateController.matchingComboboxDeclineReason(java.lang.String declineReasonLabel)
Retrieve the
DeclineReason according to the selected label in the
combobox |
| Modifier and Type | Method and Description |
|---|---|
protected int |
ConsignmentToReallocateController.getReasonIndex(DeclineReason declineReason)
Gets the reason index within the combobox model
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DeclineReason> |
WarehousingConsignmentFacade.getDeclineReasons()
API to return all decline reasons.
|
| Modifier and Type | Method and Description |
|---|---|
DeclineReason |
ConsignmentReallocationData.getGlobalReason() |
DeclineReason |
DeclineEntryData.getReason() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DeclineReason> |
DeclineReasonDataList.getReasons() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentReallocationData.setGlobalReason(DeclineReason globalReason) |
void |
DeclineEntryData.setReason(DeclineReason reason) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclineReasonDataList.setReasons(java.util.List<DeclineReason> reasons) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DeclineReason> |
DefaultWarehousingConsignmentFacade.getDeclineReasons() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<DeclineReason,DeclineActionStrategy> |
ReAllocateConsignmentAction.getDeclineActionsMap() |
protected java.util.Map<DeclineReason,DeclineActionStrategy> |
ReAllocateConsignmentAction.getExternalWarehouseDeclineActionsMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReAllocateConsignmentAction.setDeclineActionsMap(java.util.Map<DeclineReason,DeclineActionStrategy> declineActionsMap) |
void |
ReAllocateConsignmentAction.setExternalWarehouseDeclineActionsMap(java.util.Map<DeclineReason,DeclineActionStrategy> externalWarehouseDeclineActionsMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclineUtil.autoDeclineDefaultConsignment(ConsignmentModel consignmentModels,
java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo,
OrderProcessModel orderProcessModel,
DeclineReason declineReason)
automatically decline consignment
|
void |
DeclineUtil.autoDeclineDefaultConsignment(ConsignmentModel consignmentModels,
java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo,
OrderProcessModel orderProcessModel,
DeclineReason declineReason,
boolean multiBusinessProcessParameters)
automatically decline consignment
|
void |
DeclineUtil.manualDeclineDefaultConsignment(ConsignmentModel consignmentModels,
java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo,
OrderProcessModel orderProcessModel,
WarehouseModel warehouseModel,
DeclineReason declineReason)
manually decline consignment
|
Copyright © 2018 SAP SE. All Rights Reserved.