| Package | Description |
|---|---|
| de.hybris.platform.core.model.order |
Contains generated models for each type of de.hybris.platform.jalo.order package.
|
| de.hybris.platform.ordersplitting.model |
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
|
| de.hybris.platform.warehousing.inventoryevent.dao | |
| de.hybris.platform.warehousing.inventoryevent.dao.impl | |
| de.hybris.platform.warehousing.inventoryevent.service | |
| de.hybris.platform.warehousing.inventoryevent.service.impl | |
| de.hybris.platform.warehousing.model |
Contains generated models for each type of de.hybris.platform.warehousing.jalo package.
|
| de.hybris.platform.warehousing.resource |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<InventoryEventModel> |
OrderEntryModel.getInventoryEvents()
Generated method - Getter of the
OrderEntry.inventoryEvents attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderEntryModel.setInventoryEvents(java.util.Collection<InventoryEventModel> value)
Generated method - Setter of
OrderEntry.inventoryEvents attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<InventoryEventModel> |
ConsignmentEntryModel.getInventoryEvents()
Generated method - Getter of the
ConsignmentEntry.inventoryEvents attribute defined at extension warehousing. |
java.util.Collection<InventoryEventModel> |
StockLevelModel.getInventoryEvents()
Generated method - Getter of the
StockLevel.inventoryEvents attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentEntryModel.setInventoryEvents(java.util.Collection<InventoryEventModel> value)
Generated method - Setter of
ConsignmentEntry.inventoryEvents attribute defined at extension warehousing. |
void |
StockLevelModel.setInventoryEvents(java.util.Collection<InventoryEventModel> value)
Generated method - Setter of
StockLevel.inventoryEvents attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
<T extends InventoryEventModel> |
InventoryEventDao.getInventoryEventsForStockLevel(StockLevelModel stockLevel,
java.lang.Class<T> eventClassType)
Retrieves a collection of
InventoryEventModel for the StockLevelModel |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends InventoryEventModel> |
DefaultInventoryEventDao.getInventoryEvents(FlexibleSearchQuery query) |
<T extends InventoryEventModel> |
DefaultInventoryEventDao.getInventoryEventsForStockLevel(StockLevelModel stockLevel,
java.lang.Class<T> eventClassType) |
| Modifier and Type | Method and Description |
|---|---|
<T extends InventoryEventModel> |
InventoryEventService.getInventoryEventsForStockLevel(StockLevelModel stockLevel,
java.lang.Class<T> eventClassType)
Retrieves a collection of
InventoryEventModel for the StockLevelModel |
| Modifier and Type | Method and Description |
|---|---|
<T extends InventoryEventModel> |
DefaultInventoryEventService.getInventoryEventsForStockLevel(StockLevelModel stockLevel,
java.lang.Class<T> eventClassType) |
| Modifier and Type | Class and Description |
|---|---|
class |
AllocationEventModel
Generated model class for type AllocationEvent first defined at extension warehousing.
|
class |
CancellationEventModel
Generated model class for type CancellationEvent first defined at extension warehousing.
|
class |
IncreaseEventModel
Generated model class for type IncreaseEvent first defined at extension warehousing.
|
class |
ReservationEventModel
Generated model class for type ReservationEvent first defined at extension warehousing.
|
class |
ShrinkageEventModel
Generated model class for type ShrinkageEvent first defined at extension warehousing.
|
class |
WastageEventModel
Generated model class for type WastageEvent first defined at extension warehousing.
|
| Modifier and Type | Method and Description |
|---|---|
InventoryEventModel |
InventoryEventResource.getInventoryEventModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected InventoryEventModel |
InventoryEventResource.readResource(java.lang.String resourceId)
Gets the
InventoryEventModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<InventoryEventModel> |
InventoryEventsResource.getInventoryEventsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryEventResource.setInventoryEventModel(InventoryEventModel value)
Convenience method which just delegates to
#setResourceValue(InventoryEventModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryEventsResource.setInventoryEventsCollection(java.util.Collection<InventoryEventModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.