| 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.omsbackoffice.widgets.returns.createreturnrequest | |
| de.hybris.platform.ordermanagementfacade.returns.data | |
| de.hybris.platform.refund | |
| de.hybris.platform.returns | |
| de.hybris.platform.returns.impl | |
| de.hybris.platform.returns.model |
Contains generated models for each type of de.hybris.platform.returns.jalo package.
|
| de.hybris.platform.warehousing.returns.service.impl | |
| de.hybris.platform.warehousing.util.builder |
| Modifier and Type | Field and Description |
|---|---|
static RefundReason |
RefundReason.DAMAGEDINTRANSIT
Generated enum value for RefundReason.DamagedInTransit declared at extension basecommerce.
|
static RefundReason |
RefundReason.GOODWILL
Generated enum value for RefundReason.GoodWill declared at extension basecommerce.
|
static RefundReason |
RefundReason.LATEDELIVERY
Generated enum value for RefundReason.LateDelivery declared at extension basecommerce.
|
static RefundReason |
RefundReason.LOSTINTRANSIT
Generated enum value for RefundReason.LostInTransit declared at extension basecommerce.
|
static RefundReason |
RefundReason.MANUFACTURINGFAULT
Generated enum value for RefundReason.ManufacturingFault declared at extension basecommerce.
|
static RefundReason |
RefundReason.MISPICKITEMMISSING
Generated enum value for RefundReason.MispickItemMissing declared at extension basecommerce.
|
static RefundReason |
RefundReason.MISPICKWRONGITEMDELIVERED
Generated enum value for RefundReason.MispickWrongItemDelivered declared at extension basecommerce.
|
static RefundReason |
RefundReason.MISSEDLINKDEAL
Generated enum value for RefundReason.MissedLinkDeal declared at extension basecommerce.
|
static RefundReason |
RefundReason.PRICEMATCH
Generated enum value for RefundReason.PriceMatch declared at extension basecommerce.
|
static RefundReason |
RefundReason.SITEERROR
Generated enum value for RefundReason.SiteError declared at extension basecommerce.
|
static RefundReason |
RefundReason.WRONGDESCRIPTION
Generated enum value for RefundReason.WrongDescription declared at extension basecommerce.
|
| Modifier and Type | Method and Description |
|---|---|
static RefundReason |
RefundReason.valueOf(String code)
Returns a RefundReason instance representing the specified enum value.
|
| Modifier and Type | Method and Description |
|---|---|
RefundReason |
DefaultReturnsController.RefundDetails.getReason() |
| Constructor and Description |
|---|
RefundDetails(long expectedQuantity,
RefundReason reason,
ReturnAction action,
String notes) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<RefundReason> |
CreateReturnRequestController.getCustomSelectedRefundReason(Event event)
Gets the label for the selected refund reason in case the event has a target of Combobox
|
protected Optional<RefundReason> |
CreateReturnRequestController.getSelectedRefundReason(Event event)
get the corresponding refund reason according to the selected item in the combobox if existing
|
protected Optional<RefundReason> |
CreateReturnRequestController.matchingComboboxReturnReason(String refundReasonLabel)
Retrieve the
RefundReason according to the selected label in the
combobox |
| Modifier and Type | Method and Description |
|---|---|
protected int |
CreateReturnRequestController.getReasonIndex(RefundReason refundReason)
Gets the reason index within the combobox model
|
| Modifier and Type | Method and Description |
|---|---|
RefundReason |
ReturnEntryData.getRefundReason() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReturnEntryData.setRefundReason(RefundReason refundReason) |
| Modifier and Type | Method and Description |
|---|---|
RefundReason |
OrderRefundEntry.getRefundReason() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderRefundEntry.setRefundReason(RefundReason reason) |
| Constructor and Description |
|---|
OrderRefundEntry(AbstractOrderEntryModel orderEntry,
long expectedQuantity,
String notes,
RefundReason reason) |
| Modifier and Type | Method and Description |
|---|---|
RefundEntryModel |
ReturnService.createRefund(ReturnRequestModel request,
AbstractOrderEntryModel entry,
String notes,
Long expectedQuantity,
ReturnAction action,
RefundReason reason)
Creates a Refund based on the assigned OrderEntry instance
|
| Modifier and Type | Method and Description |
|---|---|
RefundEntryModel |
DefaultReturnService.createRefund(ReturnRequestModel request,
AbstractOrderEntryModel entry,
String notes,
Long expectedQuantity,
ReturnAction action,
RefundReason reason)
Creates a ReplRefundacement based on the assigned OrderEntry instance
|
| Modifier and Type | Method and Description |
|---|---|
RefundReason |
RefundEntryModel.getReason()
Generated method - Getter of the
RefundEntry.reason attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
RefundEntryModel.setReason(RefundReason value)
Generated method - Setter of
RefundEntry.reason attribute defined at extension basecommerce. |
| Constructor and Description |
|---|
RefundEntryModel(ReturnAction _action,
AbstractOrderEntryModel _orderEntry,
ItemModel _owner,
RefundReason _reason,
ReturnStatus _status)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
RefundEntryModel(ReturnAction _action,
AbstractOrderEntryModel _orderEntry,
RefundReason _reason,
ReturnStatus _status)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
RefundEntryModel |
WarehousingReturnService.createRefund(ReturnRequestModel request,
AbstractOrderEntryModel entry,
String notes,
Long expectedQuantity,
ReturnAction action,
RefundReason reason) |
protected void |
WarehousingReturnService.validateRefund(ReturnRequestModel request,
OrderEntryModel entry,
String notes,
Long expectedQuantity,
ReturnAction action,
RefundReason reason)
Verifies the parameters of the createRefund call
|
| Modifier and Type | Method and Description |
|---|---|
RefundEntryModelBuilder |
RefundEntryModelBuilder.withReason(RefundReason reason) |
Copyright © 2017 SAP SE. All Rights Reserved.