| Package | Description |
|---|---|
| de.hybris.platform.basecommerce.jalo | |
| de.hybris.platform.ordersplitting.jalo |
| Modifier and Type | Method and Description |
|---|---|
Vendor |
GeneratedBasecommerceManager.createVendor(Map attributeValues) |
Vendor |
GeneratedBasecommerceManager.createVendor(SessionContext ctx,
Map attributeValues) |
Vendor |
GeneratedBasecommerceManager.getChosenVendor(AbstractOrderEntry item)
Generated method - Getter of the
AbstractOrderEntry.chosenVendor attribute. |
Vendor |
GeneratedBasecommerceManager.getChosenVendor(SessionContext ctx,
AbstractOrderEntry item)
Generated method - Getter of the
AbstractOrderEntry.chosenVendor attribute. |
| Modifier and Type | Method and Description |
|---|---|
Set<Vendor> |
GeneratedBasecommerceManager.getVendors(Product item)
Generated method - Getter of the
Product.vendors attribute. |
Set<Vendor> |
GeneratedBasecommerceManager.getVendors(SessionContext ctx,
Product item)
Generated method - Getter of the
Product.vendors attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedBasecommerceManager.addToVendors(Product item,
Vendor value)
Generated method - Adds
value to vendors. |
void |
GeneratedBasecommerceManager.addToVendors(SessionContext ctx,
Product item,
Vendor value)
Generated method - Adds
value to vendors. |
void |
GeneratedBasecommerceManager.removeFromVendors(Product item,
Vendor value)
Generated method - Removes
value from vendors. |
void |
GeneratedBasecommerceManager.removeFromVendors(SessionContext ctx,
Product item,
Vendor value)
Generated method - Removes
value from vendors. |
void |
GeneratedBasecommerceManager.setChosenVendor(AbstractOrderEntry item,
Vendor value)
Generated method - Setter of the
AbstractOrderEntry.chosenVendor attribute. |
void |
GeneratedBasecommerceManager.setChosenVendor(SessionContext ctx,
AbstractOrderEntry item,
Vendor value)
Generated method - Setter of the
AbstractOrderEntry.chosenVendor attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedBasecommerceManager.setVendors(Product item,
Set<Vendor> value)
Generated method - Setter of the
Product.vendors attribute. |
void |
GeneratedBasecommerceManager.setVendors(SessionContext ctx,
Product item,
Set<Vendor> value)
Generated method - Setter of the
Product.vendors attribute. |
| Modifier and Type | Method and Description |
|---|---|
Vendor |
GeneratedWarehouse.getVendor()
Generated method - Getter of the
Warehouse.vendor attribute. |
Vendor |
GeneratedWarehouse.getVendor(SessionContext ctx)
Generated method - Getter of the
Warehouse.vendor attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GeneratedWarehouse.setVendor(SessionContext ctx,
Vendor value)
Generated method - Setter of the
Warehouse.vendor attribute. |
protected void |
GeneratedWarehouse.setVendor(Vendor value)
Generated method - Setter of the
Warehouse.vendor attribute. |
Copyright © 2017 SAP SE. All Rights Reserved.