| Package | Description |
|---|---|
| de.hybris.platform.basecommerce.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.cscockpit.widgets.controllers.impl | |
| de.hybris.platform.cscockpit.widgets.renderers.impl | |
| de.hybris.platform.omsbackoffice.dto | |
| de.hybris.platform.omsbackoffice.widgets.order.cancelorder | |
| de.hybris.platform.omsbackoffice.widgets.returns.cancelreturnpopup | |
| de.hybris.platform.ordercancel | |
| de.hybris.platform.ordercancel.model |
Contains generated models for each type of de.hybris.platform.ordercancel.jalo package.
|
| de.hybris.platform.ordermanagementfacade.order.data | |
| de.hybris.platform.ordermanagementfacade.returns.data | |
| de.hybris.platform.orderselfserviceaddon.ordercancel | |
| de.hybris.platform.warehousing.cancellation.impl | |
| de.hybris.platform.warehousing.util |
| Modifier and Type | Field and Description |
|---|---|
static CancelReason |
CancelReason.CUSTOMERREQUEST
Generated enum value for CancelReason.CustomerRequest declared at extension basecommerce.
|
static CancelReason |
CancelReason.LATEDELIVERY
Generated enum value for CancelReason.LateDelivery declared at extension basecommerce.
|
static CancelReason |
CancelReason.NA
Generated enum value for CancelReason.NA declared at extension basecommerce.
|
static CancelReason |
CancelReason.OTHER
Generated enum value for CancelReason.Other declared at extension basecommerce.
|
static CancelReason |
CancelReason.OUTOFSTOCK
Generated enum value for CancelReason.OutOfStock declared at extension basecommerce.
|
static CancelReason |
CancelReason.WAREHOUSE
Generated enum value for CancelReason.Warehouse declared at extension basecommerce.
|
| Modifier and Type | Method and Description |
|---|---|
static CancelReason |
CancelReason.valueOf(String code)
Returns a CancelReason instance representing the specified enum value.
|
| Modifier and Type | Method and Description |
|---|---|
CancelReason |
DefaultCancellationController.CancelEntryDetails.getReason() |
| Constructor and Description |
|---|
CancelEntryDetails(TypedObject entry,
long quantity,
CancelReason reason,
String notes) |
| Modifier and Type | Method and Description |
|---|---|
protected List<CancelReason> |
FullOrderCancellationWidgetRenderer.getAllCancelReasons() |
protected List<CancelReason> |
PartialOrderCancellationWidgetRenderer.getAllCancelReasons() |
| Modifier and Type | Method and Description |
|---|---|
CancelReason |
OrderEntryToCancelDto.getSelectedReason() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderEntryToCancelDto.setSelectedReason(CancelReason selectedReason) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<CancelReason> |
CancelOrderController.getCustomSelectedCancelReason(Event event)
Gets the label for the selected cancel reason in case the event has a target of Combobox
|
protected Optional<CancelReason> |
CancelOrderController.getSelectedCancelReason(Event event)
get the corresponding cancel reason according to the selected item in the combobox if existing
|
protected Optional<CancelReason> |
CancelOrderController.matchingComboboxCancelReason(String cancelReasonLabel)
Retrieve the
CancelReason according to the selected label in the
combobox |
| Modifier and Type | Method and Description |
|---|---|
protected int |
CancelOrderController.getReasonIndex(CancelReason cancelReason)
Gets the reason index within the combobox model
|
| Modifier and Type | Method and Description |
|---|---|
protected Optional<CancelReason> |
ReturnCancellationController.getSelectedCancelReason(Event event)
Gets the label for the selected cancel reason in case the event has a target of Combobox
|
protected Optional<CancelReason> |
ReturnCancellationController.matchingComboboxCancelReason(String cancelReasonLabel)
Retrieve the
CancelReason according to the selected label in the
combobox |
| Modifier and Type | Method and Description |
|---|---|
CancelReason |
OrderCancelRequest.getCancelReason()
reason for complete order cancel
|
CancelReason |
OrderCancelEntry.getCancelReason() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderCancelRequest.setCancelReason(CancelReason cancelReason)
reason for complete cancel
|
void |
OrderCancelEntry.setCancelReason(CancelReason cancelReason) |
| Constructor and Description |
|---|
OrderCancelEntry(AbstractOrderEntryModel orderEntry,
long cancelQuantity,
String notes,
CancelReason cancelReason) |
OrderCancelEntry(AbstractOrderEntryModel orderEntry,
String notes,
CancelReason cancelReason)
Creates an entry that represents cancellation of a part of the Order Entry completely.
|
OrderCancelRequest(OrderModel order,
CancelReason cancelReason)
Creates
OrderCancelRequest for Order Cancel Complete |
OrderCancelRequest(OrderModel order,
CancelReason cancelReason,
String notes)
Creates
OrderCancelRequest for Order Cancel Complete |
| Modifier and Type | Method and Description |
|---|---|
CancelReason |
OrderCancelRecordEntryModel.getCancelReason()
Generated method - Getter of the
OrderCancelRecordEntry.cancelReason attribute defined at extension basecommerce. |
CancelReason |
OrderEntryCancelRecordEntryModel.getCancelReason()
Generated method - Getter of the
OrderEntryCancelRecordEntry.cancelReason attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderCancelRecordEntryModel.setCancelReason(CancelReason value)
Generated method - Setter of
OrderCancelRecordEntry.cancelReason attribute defined at extension basecommerce. |
void |
OrderEntryCancelRecordEntryModel.setCancelReason(CancelReason value)
Generated method - Setter of
OrderEntryCancelRecordEntry.cancelReason attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
List<CancelReason> |
CancelReasonDataList.getReasons() |
| Modifier and Type | Method and Description |
|---|---|
void |
CancelReasonDataList.setReasons(List<CancelReason> reasons) |
| Modifier and Type | Method and Description |
|---|---|
CancelReason |
CancelReturnRequestData.getCancelReason() |
| Modifier and Type | Method and Description |
|---|---|
void |
CancelReturnRequestData.setCancelReason(CancelReason cancelReason) |
| Modifier and Type | Method and Description |
|---|---|
CancelReason |
OrderCancelRecordEntryData.getCancelReason() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderCancelRecordEntryData.setCancelReason(CancelReason cancelReason) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultConsignmentCancellationService.createCancellationEventForInternalWarehouse(ConsignmentEntryModel consignmentEntry,
CancelReason myReason)
Create cancellation event in case the warehouse is not "marked" as external.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrderCancelEntry> |
CancellationEntryBuilder.build(Map<AbstractOrderEntryModel,Long> cancellationEntryInfo,
CancelReason cancelReason) |
Copyright © 2017 SAP SE. All Rights Reserved.