| 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 | |
| de.hybris.platform.warehousingfacades.asn.converters.populator |
| 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,
java.util.Date releaseDate)
Creates
StockLevelModel based on given AdvancedShippingNoticeEntryModel, WarehouseModel
and release date. |
protected void |
DefaultAsnService.createStockLevel(AdvancedShippingNoticeEntryModel asnEntry,
WarehouseModel warehouse,
int productQuantity,
java.util.Date releaseDate,
java.lang.String bin)
Creates
StockLevelModel based on given AdvancedShippingNoticeEntryModel, WarehouseModel,
productQuantity, release date and bin. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Integer> |
BinSelectionStrategy.getBinsForAsnEntry(AdvancedShippingNoticeEntryModel asnEntry)
Gets a map of bin and product quantity needed for stock levels creation.
|
java.util.Date |
AsnReleaseDateStrategy.getReleaseDateForStockLevel(AdvancedShippingNoticeEntryModel asnEntry)
Gets
StockLevelModel.RELEASEDATE based on given ASN |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Integer> |
NoBinSelectionStrategy.getBinsForAsnEntry(AdvancedShippingNoticeEntryModel asnEntry) |
java.util.Date |
DelayedReleaseDateStrategy.getReleaseDateForStockLevel(AdvancedShippingNoticeEntryModel asnEntry) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.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
AbstractResource.getResourceValue() |
protected AdvancedShippingNoticeEntryModel |
AdvancedShippingNoticeEntryResource.readResource(java.lang.String resourceId)
Gets the
AdvancedShippingNoticeEntryModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AdvancedShippingNoticeEntryModel> |
AdvancedShippingNoticeEntriesResource.getAdvancedShippingNoticeEntriesCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<AdvancedShippingNoticeEntryModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
AdvancedShippingNoticeEntryModel |
AsnEntryModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
AsnModelBuilder |
AsnModelBuilder.withAsnEntries(java.util.List<AdvancedShippingNoticeEntryModel> asnEntries) |
| Modifier and Type | Method and Description |
|---|---|
AdvancedShippingNoticeEntryModel |
AsnEntries.CameraEntry() |
protected AdvancedShippingNoticeEntryModel |
AsnEntries.getOrCreateAsnEntry(java.lang.String productCode,
int qty) |
AdvancedShippingNoticeEntryModel |
AsnEntries.MemoryCardEntry() |
| Modifier and Type | Method and Description |
|---|---|
protected AdvancedShippingNoticeEntryModel |
AsnEntryModelPopulatingConverter.createTarget() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractConverter<AdvancedShippingNoticeEntryModel,AsnEntryData> |
AsnDataPopulator.getAsnEntryDataConverter() |
protected AbstractConverter<AsnEntryData,AdvancedShippingNoticeEntryModel> |
AsnModelPopulator.getAsnEntryModelConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsnEntryDataPopulator.populate(AdvancedShippingNoticeEntryModel source,
AsnEntryData target) |
void |
AsnEntryModelPopulator.populate(AsnEntryData source,
AdvancedShippingNoticeEntryModel target) |
| Modifier and Type | Method and Description |
|---|---|
void |
AsnDataPopulator.setAsnEntryDataConverter(AbstractConverter<AdvancedShippingNoticeEntryModel,AsnEntryData> asnEntryDataConverter) |
void |
AsnModelPopulator.setAsnEntryModelConverter(AbstractConverter<AsnEntryData,AdvancedShippingNoticeEntryModel> asnEntryModelConverter) |
Copyright © 2018 SAP SE. All Rights Reserved.