| 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.warehousingfacade.stocklevel.data |
| Modifier and Type | Method and Description |
|---|---|
static StockLevelAdjustmentReason |
StockLevelAdjustmentReason.valueOf(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 Optional<StockLevelAdjustmentReason> |
StockToAdjustController.matchingComboboxStockAdjustmentReason(String stockAdjustmentReasonLabel)
Retrieve the
StockLevelAdjustmentReason according to the selected label in the combobox |
| Modifier and Type | Method and Description |
|---|---|
StockLevelAdjustmentReason |
StockLevelAdjustmentData.getReason() |
| Modifier and Type | Method and Description |
|---|---|
List<StockLevelAdjustmentReason> |
StockLevelAdjustmentReasonDataList.getReasons() |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelAdjustmentData.setReason(StockLevelAdjustmentReason reason) |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelAdjustmentReasonDataList.setReasons(List<StockLevelAdjustmentReason> reasons) |
Copyright © 2017 SAP SE. All Rights Reserved.