| Package | Description |
|---|---|
| de.hybris.platform.ordersplitting.model |
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
|
| de.hybris.platform.warehousing.asn.service.impl | |
| de.hybris.platform.warehousing.asn.strategy | |
| de.hybris.platform.warehousing.asn.strategy.impl | |
| de.hybris.platform.warehousing.model |
Contains generated models for each type of de.hybris.platform.warehousing.jalo package.
|
| de.hybris.platform.warehousing.resource | |
| de.hybris.platform.warehousing.util.builder | |
| de.hybris.platform.warehousing.util.models |
| Modifier and Type | Method and Description |
|---|---|
AdvancedShippingNoticeEntryModel |
StockLevelModel.getAsnEntry()
Generated method - Getter of the
StockLevel.asnEntry attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
StockLevelModel.setAsnEntry(AdvancedShippingNoticeEntryModel value)
Generated method - Setter of
StockLevel.asnEntry attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultAsnService.createStockLevel(AdvancedShippingNoticeEntryModel asnEntry,
WarehouseModel warehouse,
Date releaseDate)
Creates
StockLevelModel based on given AdvancedShippingNoticeEntryModel, WarehouseModel
and release date. |
protected void |
DefaultAsnService.createStockLevel(AdvancedShippingNoticeEntryModel asnEntry,
WarehouseModel warehouse,
int productQuantity,
Date releaseDate,
String bin)
Creates
StockLevelModel based on given AdvancedShippingNoticeEntryModel, WarehouseModel,
productQuantity, release date and bin. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Integer> |
BinSelectionStrategy.getBinsForAsnEntry(AdvancedShippingNoticeEntryModel asnEntry)
Gets a map of bin and product quantity needed for stock levels creation.
|
Date |
AsnReleaseDateStrategy.getReleaseDateForStockLevel(AdvancedShippingNoticeEntryModel asnEntry)
Gets release date for Stock Level based on given ASN entry data
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Integer> |
NoBinSelectionStrategy.getBinsForAsnEntry(AdvancedShippingNoticeEntryModel asnEntry) |
Date |
DelayedReleaseDateStrategy.getReleaseDateForStockLevel(AdvancedShippingNoticeEntryModel asnEntry) |
| Modifier and Type | Method and Description |
|---|---|
List<AdvancedShippingNoticeEntryModel> |
AdvancedShippingNoticeModel.getAsnEntries()
Generated method - Getter of the
AdvancedShippingNotice.asnEntries attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedShippingNoticeModel.setAsnEntries(List<AdvancedShippingNoticeEntryModel> value)
Generated method - Setter of
AdvancedShippingNotice.asnEntries attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
AdvancedShippingNoticeEntryModel |
AdvancedShippingNoticeEntryResource.getAdvancedShippingNoticeEntryModel()
Convenience method which just delegates to
#getResourceValue() |
protected AdvancedShippingNoticeEntryModel |
AdvancedShippingNoticeEntryResource.readResource(String resourceId)
Gets the
AdvancedShippingNoticeEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AdvancedShippingNoticeEntryModel> |
AdvancedShippingNoticeEntriesResource.getAdvancedShippingNoticeEntriesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedShippingNoticeEntryResource.setAdvancedShippingNoticeEntryModel(AdvancedShippingNoticeEntryModel value)
Convenience method which just delegates to
#setResourceValue(AdvancedShippingNoticeEntryModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedShippingNoticeEntriesResource.setAdvancedShippingNoticeEntriesCollection(Collection<AdvancedShippingNoticeEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
AsnModelBuilder |
AsnModelBuilder.withAsnEntries(List<AdvancedShippingNoticeEntryModel> asnEntries) |
| Modifier and Type | Method and Description |
|---|---|
AdvancedShippingNoticeModel |
Asns.EXT123(Date date,
List<AdvancedShippingNoticeEntryModel> asnEntries) |
protected AdvancedShippingNoticeModel |
Asns.getOrCreateAsn(String internalId,
Date releaseDate,
List<AdvancedShippingNoticeEntryModel> asnEntries) |
Copyright © 2017 SAP SE. All Rights Reserved.