| 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(java.lang.String code)
Returns a CancelReason instance representing the specified enum value.
|
| 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 java.util.Optional<CancelReason> |
CancelOrderController.getCustomSelectedCancelReason(Event event)
Gets the label for the selected cancel reason in case the event has a target of Combobox
|
protected java.util.Optional<CancelReason> |
CancelOrderController.getSelectedCancelReason(Event event)
get the corresponding cancel reason according to the selected item in the combobox if existing
|
protected java.util.Optional<CancelReason> |
CancelOrderController.matchingComboboxCancelReason(java.lang.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 java.util.Optional<CancelReason> |
ReturnCancellationController.getSelectedCancelReason(Event event)
Gets the label for the selected cancel reason in case the event has a target of Combobox
|
protected java.util.Optional<CancelReason> |
ReturnCancellationController.matchingComboboxCancelReason(java.lang.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,
java.lang.String notes,
CancelReason cancelReason) |
OrderCancelEntry(AbstractOrderEntryModel orderEntry,
java.lang.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,
java.lang.String notes)
Creates
OrderCancelRequest for Order Cancel Complete |
| Modifier and Type | Method and Description |
|---|---|
CancelReason |
OrderEntryCancelRecordEntryModel.getCancelReason()
Generated method - Getter of the
OrderEntryCancelRecordEntry.cancelReason attribute defined at extension basecommerce. |
CancelReason |
OrderCancelRecordEntryModel.getCancelReason()
Generated method - Getter of the
OrderCancelRecordEntry.cancelReason attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderEntryCancelRecordEntryModel.setCancelReason(CancelReason value)
Generated method - Setter of
OrderEntryCancelRecordEntry.cancelReason attribute defined at extension basecommerce. |
void |
OrderCancelRecordEntryModel.setCancelReason(CancelReason value)
Generated method - Setter of
OrderCancelRecordEntry.cancelReason attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
CancelReason |
OrderCancelEntryData.getCancelReason() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderCancelEntryData.setCancelReason(CancelReason cancelReason) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CancelReason> |
OmsOrderFacade.getCancelReasons()
API to get all order cancel reasons
|
| 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 |
|---|---|
java.util.List<CancelReason> |
CancelReasonDataList.getReasons() |
| Modifier and Type | Method and Description |
|---|---|
void |
CancelReasonDataList.setReasons(java.util.List<CancelReason> reasons) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CancelReason> |
DefaultOmsOrderFacade.getCancelReasons() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultOmsOrderFacadeTest.prepareCancellationSingleEntry(UserModel userModel,
java.lang.Long EntryQuantity,
java.lang.Long CancelQuantity,
CancelReason cancelReasonEntry,
java.lang.String entryNote)
Prepares mock for cancel order with single entry
|
protected void |
DefaultOmsOrderFacadeTest.prepareCancellationTwoEntries(UserModel userModel,
java.lang.Long EntryQuantity,
java.lang.Long CancelQuantity,
CancelReason cancelReasonEntry,
java.lang.String entryNote)
Prepares mock for cancel order with 2 entries
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CancelReason> |
OmsReturnFacade.getCancelReasons()
API to get all return cancel 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 |
|---|---|
java.util.List<CancelReason> |
DefaultOmsReturnFacade.getCancelReasons() |
| Modifier and Type | Method and Description |
|---|---|
protected CancelReturnRequestData |
DefaultOmsReturnFacadeIntegrationTest.createCancelReturnRequestData(java.lang.String code,
CancelReason reason,
java.lang.String notes)
Prepares
CancelReturnRequestData from the given params. |
| Modifier and Type | Method and Description |
|---|---|
CancelReason |
CancelReasonConverter.convertFrom(java.lang.String source,
<any> destinationType,
MappingContext mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
CancelReasonConverter.convertTo(CancelReason source,
<any> destinationType,
MappingContext mappingContext) |
| 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 |
|---|---|
java.util.List<OrderCancelEntry> |
CancellationEntryBuilder.build(java.util.Map<AbstractOrderEntryModel,java.lang.Long> cancellationEntryInfo,
CancelReason cancelReason) |
| Modifier and Type | Method and Description |
|---|---|
CancellationEventModelBuilder |
CancellationEventModelBuilder.withReason(CancelReason reason) |
| Modifier and Type | Method and Description |
|---|---|
CancellationEventModel |
CancellationEvents.Camera_Cancellation(java.lang.Long quantity,
CancelReason cancelReason,
StockLevelModel stockLevel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CancellationUtil.cancelOrder(OrderModel orderModel,
java.util.Map<AbstractOrderEntryModel,java.lang.Long> cancellationEntryInfo,
CancelReason cancelReason)
cancel consignment
|
Copyright © 2018 SAP SE. All Rights Reserved.