| Package | Description |
|---|---|
| de.hybris.platform.warehousing.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.warehousingbackoffice.dtos | |
| de.hybris.platform.warehousingbackoffice.widgets.stocks | |
| de.hybris.platform.warehousingfacades.stocklevel | |
| de.hybris.platform.warehousingfacades.stocklevel.data | |
| de.hybris.platform.warehousingfacades.stocklevel.impl | |
| de.hybris.platform.warehousingwebservices.mapping.converters.stocklevel |
| Modifier and Type | Method and Description |
|---|---|
static StockLevelAdjustmentReason |
StockLevelAdjustmentReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StockLevelAdjustmentReason[] |
StockLevelAdjustmentReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StockLevelAdjustmentReason |
StockAdjustmentDto.getSelectedReason() |
| Modifier and Type | Method and Description |
|---|---|
void |
StockAdjustmentDto.setSelectedReason(StockLevelAdjustmentReason selectedReason) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<StockLevelAdjustmentReason> |
StockToAdjustController.matchingComboboxStockAdjustmentReason(java.lang.String stockAdjustmentReasonLabel)
Retrieve the
StockLevelAdjustmentReason according to the selected label in the combobox |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StockLevelAdjustmentReason> |
WarehousingStockLevelFacade.getStockLevelAdjustmentReasons()
API to get all stock level adjustment reasons
|
| Modifier and Type | Method and Description |
|---|---|
StockLevelAdjustmentReason |
StockLevelAdjustmentData.getReason() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StockLevelAdjustmentReason> |
StockLevelAdjustmentReasonDataList.getReasons() |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelAdjustmentData.setReason(StockLevelAdjustmentReason reason) |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelAdjustmentReasonDataList.setReasons(java.util.List<StockLevelAdjustmentReason> reasons) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<StockLevelAdjustmentReason,java.lang.Class> |
DefaultWarehousingStockLevelFacade.getReasonMapper() |
java.util.List<StockLevelAdjustmentReason> |
DefaultWarehousingStockLevelFacade.getStockLevelAdjustmentReasons() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWarehousingStockLevelFacade.setReasonMapper(java.util.Map<StockLevelAdjustmentReason,java.lang.Class> reasonMapper) |
| Modifier and Type | Method and Description |
|---|---|
StockLevelAdjustmentReason |
StockLevelAdjustmentReasonConverter.convertFrom(java.lang.String source,
<any> destinationType,
MappingContext mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
StockLevelAdjustmentReasonConverter.convertTo(StockLevelAdjustmentReason source,
<any> destinationType,
MappingContext mappingContext) |
Copyright © 2018 SAP SE. All Rights Reserved.