| Package | Description |
|---|---|
| de.hybris.platform.omsbackoffice.renderers | |
| 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.returns.processor | |
| de.hybris.platform.returns.resource | |
| de.hybris.platform.returns.strategy.impl | |
| de.hybris.platform.warehousing.returns.service | |
| de.hybris.platform.warehousing.returns.service.impl | |
| de.hybris.platform.warehousing.util.builder |
| Modifier and Type | Method and Description |
|---|---|
protected BigDecimal |
RefundAmountRenderer.getRefundEntryAmount(ReturnEntryModel returnEntryModel)
Calculates the refund amount for this entry considering the number which was returned
|
| Modifier and Type | Method and Description |
|---|---|
ReturnEntryModel |
ReturnActionEntry.getReturnEntry() |
| Modifier and Type | Method and Description |
|---|---|
List<ReturnEntryModel> |
ReturnService.getReturnEntries(ProductModel product)
Returns the ReturnEntries for the specified product
|
List<ReturnEntryModel> |
ReturnService.getReturnEntry(AbstractOrderEntryModel entry)
Returns the ReturnEntries for the specified order entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReturnService.processReturnEntries(List<ReturnEntryModel> entries)
Here you have the chance to 'inject' your final Return Entry processing.
|
| Constructor and Description |
|---|
ReturnActionEntry(ReturnEntryModel returnEntry)
Creates an entry that represents action of the whole Return Entry
|
ReturnActionEntry(ReturnEntryModel returnEntry,
long actionQuantity)
Creates an entry that represents action of a part of the Return Entry (i.e.
|
ReturnActionEntry(ReturnEntryModel returnEntry,
long actionQuantity,
String notes)
Creates an entry that represents action of a part of the Return Entry (i.e.
|
ReturnActionEntry(ReturnEntryModel returnEntry,
long actionQuantity,
String notes,
HybrisEnumValue actionReason)
Creates an entry that represents action of a part of the Return Entry partially.
|
ReturnActionEntry(ReturnEntryModel returnEntry,
String notes,
HybrisEnumValue actionReason)
Creates an entry that represents action of a part of the Return Entry completely.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReturnEntryModel> |
DefaultReturnService.getReturnEntries(ProductModel product)
Returns the ReturnsEntries for the specified product
|
List<ReturnEntryModel> |
DefaultReturnService.getReturnEntry(AbstractOrderEntryModel entry)
Returns the ReturnsEntries for the specified order entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultReturnService.processReturnEntries(List<ReturnEntryModel> entries)
Here you have the chance to 'inject' your final Returns Entry processing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RefundEntryModel
Generated model class for type RefundEntry first defined at extension basecommerce.
|
class |
ReplacementEntryModel
Generated model class for type ReplacementEntry first defined at extension basecommerce.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReturnEntryModel> |
ReturnRequestModel.getReturnEntries()
Generated method - Getter of the
ReturnRequest.returnEntries attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReturnRequestModel.setReturnEntries(List<ReturnEntryModel> value)
Generated method - Setter of
ReturnRequest.returnEntries attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
ReturnEntryProcessor.process(List<ReturnEntryModel> entries)
Here you have the chance handle your final Returns Entry processing.
|
| Modifier and Type | Method and Description |
|---|---|
ReturnEntryModel |
ReturnEntryResource.getReturnEntryModel()
Convenience method which just delegates to
#getResourceValue() |
protected ReturnEntryModel |
ReturnEntryResource.readResource(String resourceId)
Gets the
ReturnEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ReturnEntryModel> |
ReturnEntriesResource.getReturnEntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReturnEntryResource.setReturnEntryModel(ReturnEntryModel value)
Convenience method which just delegates to
#setResourceValue(ReturnEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReturnEntriesResource.setReturnEntriesCollection(Collection<ReturnEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ReturnEntryModel> |
DefaultReturnEntryBasedReturnableCheck.getReturnEntry(AbstractOrderEntryModel entry) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
RefundAmountCalculationService.getCustomRefundEntryAmount(ReturnEntryModel refundEntryModel)
Gets the
RefundEntryModel#_amount based on the basePrice of products being returned in the entry. |
BigDecimal |
RefundAmountCalculationService.getOriginalRefundEntryAmount(ReturnEntryModel refundEntryModel)
Calculates and persists the
RefundEntryModel#_amount based on the amount of products being returned in the entry. |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
DefaultRefundAmountCalculationService.getCustomRefundEntryAmount(ReturnEntryModel returnEntryModel) |
BigDecimal |
DefaultRefundAmountCalculationService.getOriginalRefundEntryAmount(ReturnEntryModel returnEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
ReturnEntryModel |
ReturnEntryModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
ReturnRequestModelBuilder |
ReturnRequestModelBuilder.withReturnEntries(ReturnEntryModel... returnEntries) |
Copyright © 2017 SAP SE. All Rights Reserved.