| Package | Description |
|---|---|
| de.hybris.platform.core.model.order |
Contains generated models for each type of de.hybris.platform.jalo.order package.
|
| de.hybris.platform.core.model.product |
Contains generated models for each type of de.hybris.platform.jalo.product package.
|
| de.hybris.platform.ordersplitting.daos | |
| de.hybris.platform.ordersplitting.daos.impl | |
| de.hybris.platform.ordersplitting.model |
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
|
| de.hybris.platform.ordersplitting.resource | |
| de.hybris.platform.warehousing.util.builder | |
| de.hybris.platform.warehousing.util.models |
| Modifier and Type | Method and Description |
|---|---|
VendorModel |
AbstractOrderEntryModel.getChosenVendor()
Generated method - Getter of the
AbstractOrderEntry.chosenVendor attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderEntryModel.setChosenVendor(VendorModel value)
Generated method - Setter of
AbstractOrderEntry.chosenVendor attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
Set<VendorModel> |
ProductModel.getVendors()
Generated method - Getter of the
Product.vendors attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductModel.setVendors(Set<VendorModel> value)
Generated method - Setter of
Product.vendors attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
List<WarehouseModel> |
WarehouseDao.getWarehousesWithProductsInStock(String productCode,
long quantity,
VendorModel vendor)
Return list of warehouses that have stock level with quantity greater or equal to quantity.
|
| Modifier and Type | Method and Description |
|---|---|
List<WarehouseModel> |
DefaultWarehouseDao.getWarehousesWithProductsInStock(String productCode,
long quantity,
VendorModel vendor) |
| Modifier and Type | Method and Description |
|---|---|
VendorModel |
WarehouseModel.getVendor()
Generated method - Getter of the
Warehouse.vendor attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehouseModel.setVendor(VendorModel value)
Generated method - Initial setter of
Warehouse.vendor attribute defined at extension basecommerce. |
| Constructor and Description |
|---|
WarehouseModel(String _code,
ItemModel _owner,
VendorModel _vendor)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WarehouseModel(String _code,
VendorModel _vendor)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
VendorModel |
VendorResource.getVendorModel()
Convenience method which just delegates to
#getResourceValue() |
protected VendorModel |
VendorResource.readResource(String resourceId)
Gets the
VendorModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<VendorModel> |
VendorsResource.getVendorsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
VendorResource.setVendorModel(VendorModel value)
Convenience method which just delegates to
#setResourceValue(VendorModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
VendorsResource.setVendorsCollection(Collection<VendorModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
VendorModel |
VendorModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModelBuilder |
WarehouseModelBuilder.withVendor(VendorModel vendor) |
| Modifier and Type | Method and Description |
|---|---|
VendorModel |
Vendors.Hybris() |
| Modifier and Type | Method and Description |
|---|---|
WarehousingDao<VendorModel> |
Vendors.getVendorDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vendors.setVendorDao(WarehousingDao<VendorModel> vendorDao) |
Copyright © 2017 SAP SE. All Rights Reserved.