| Package | Description |
|---|---|
| de.hybris.platform.ordersplitting.model |
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
|
| de.hybris.platform.warehousing.resource | |
| de.hybris.platform.warehousing.sourcing.ban.dao | |
| de.hybris.platform.warehousing.sourcing.ban.dao.impl | |
| de.hybris.platform.warehousing.sourcing.ban.service | |
| de.hybris.platform.warehousing.sourcing.ban.service.impl |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SourcingBanModel> |
WarehouseModel.getSourcingban()
Generated method - Getter of the
Warehouse.sourcingban attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehouseModel.setSourcingban(java.util.Collection<SourcingBanModel> value)
Generated method - Setter of
Warehouse.sourcingban attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
SourcingBanModel |
SourcingBanResource.getSourcingBanModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SourcingBanModel |
SourcingBanResource.readResource(java.lang.String resourceId)
Gets the
SourcingBanModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SourcingBanModel> |
SourcingBansResource.getSourcingBansCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SourcingBanResource.setSourcingBanModel(SourcingBanModel value)
Convenience method which just delegates to
#setResourceValue(SourcingBanModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SourcingBansResource.setSourcingBansCollection(java.util.Collection<SourcingBanModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SourcingBanModel> |
SourcingBanDao.getSourcingBan(java.util.Collection<WarehouseModel> warehouseModels,
java.util.Date currentDateMinusBannedDays)
Retrieves an
SourcingBanModel for a WarehouseModel |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends SourcingBanModel> |
DefaultSourcingBanDao.getSourcingBans(FlexibleSearchQuery query) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SourcingBanModel> |
DefaultSourcingBanDao.getSourcingBan(java.util.Collection<WarehouseModel> warehouseModels,
java.util.Date currentDateMinusBannedDays) |
| Modifier and Type | Method and Description |
|---|---|
SourcingBanModel |
SourcingBanService.createSourcingBan(WarehouseModel warehouseModel)
creates Sourcing Ban
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SourcingBanModel> |
SourcingBanService.getSourcingBan(java.util.Collection<WarehouseModel> warehouseModels)
gets SourcingBan by passing Warehouse
|
| Modifier and Type | Method and Description |
|---|---|
SourcingBanModel |
DefaultSourcingBanService.createSourcingBan(WarehouseModel warehouse) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SourcingBanModel> |
DefaultSourcingBanService.getSourcingBan(java.util.Collection<WarehouseModel> warehouses) |
Copyright © 2018 SAP SE. All Rights Reserved.