| Package | Description |
|---|---|
| de.hybris.platform.ordersplitting.model |
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
|
| de.hybris.platform.stock.impl | |
| de.hybris.platform.stock.resource |
| Modifier and Type | Method and Description |
|---|---|
List<StockLevelHistoryEntryModel> |
StockLevelModel.getStockLevelHistoryEntries()
Generated method - Getter of the
StockLevel.stockLevelHistoryEntries attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelModel.setStockLevelHistoryEntries(List<StockLevelHistoryEntryModel> value)
Generated method - Setter of
StockLevel.stockLevelHistoryEntries attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
protected StockLevelHistoryEntryModel |
DefaultStockService.createStockLevelHistoryEntry(de.hybris.platform.stock.impl.DefaultStockService.StockLevelUpdateSnapshot snapshot,
StockLevelUpdateType updateType,
String comment)
Deprecated.
|
protected StockLevelHistoryEntryModel |
DefaultStockService.createStockLevelHistoryEntry(StockLevelModel stockLevel,
int actual,
int reserved,
StockLevelUpdateType updateType,
String comment)
Creates a new stock level history entry.
|
| Modifier and Type | Method and Description |
|---|---|
StockLevelHistoryEntryModel |
StockLevelHistoryEntryResource.getStockLevelHistoryEntryModel()
Convenience method which just delegates to
#getResourceValue() |
protected StockLevelHistoryEntryModel |
StockLevelHistoryEntryResource.readResource(String resourceId)
Gets the
StockLevelHistoryEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<StockLevelHistoryEntryModel> |
StockLevelHistoryEntriesResource.getStockLevelHistoryEntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelHistoryEntryResource.setStockLevelHistoryEntryModel(StockLevelHistoryEntryModel value)
Convenience method which just delegates to
#setResourceValue(StockLevelHistoryEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelHistoryEntriesResource.setStockLevelHistoryEntriesCollection(Collection<StockLevelHistoryEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.