| Package | Description |
|---|---|
| de.hybris.platform.warehousing.jalo |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<SourcingBan> |
GeneratedWarehousingManager.WAREHOUSE2SOURCINGBANRELATIONSOURCINGBANHANDLER
OneToManyHandler for handling 1:n SOURCINGBAN's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
SourcingBan |
GeneratedWarehousingManager.createSourcingBan(Map attributeValues) |
SourcingBan |
GeneratedWarehousingManager.createSourcingBan(SessionContext ctx,
Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SourcingBan> |
GeneratedWarehousingManager.getSourcingban(SessionContext ctx,
Warehouse item)
Generated method - Getter of the
Warehouse.sourcingban attribute. |
Collection<SourcingBan> |
GeneratedWarehousingManager.getSourcingban(Warehouse item)
Generated method - Getter of the
Warehouse.sourcingban attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedWarehousingManager.addToSourcingban(SessionContext ctx,
Warehouse item,
SourcingBan value)
Generated method - Adds
value to sourcingban. |
void |
GeneratedWarehousingManager.addToSourcingban(Warehouse item,
SourcingBan value)
Generated method - Adds
value to sourcingban. |
void |
GeneratedWarehousingManager.removeFromSourcingban(SessionContext ctx,
Warehouse item,
SourcingBan value)
Generated method - Removes
value from sourcingban. |
void |
GeneratedWarehousingManager.removeFromSourcingban(Warehouse item,
SourcingBan value)
Generated method - Removes
value from sourcingban. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedWarehousingManager.setSourcingban(SessionContext ctx,
Warehouse item,
Collection<SourcingBan> value)
Generated method - Setter of the
Warehouse.sourcingban attribute. |
void |
GeneratedWarehousingManager.setSourcingban(Warehouse item,
Collection<SourcingBan> value)
Generated method - Setter of the
Warehouse.sourcingban attribute. |
Copyright © 2017 SAP SE. All Rights Reserved.