| Package | Description |
|---|---|
| de.hybris.platform.basecommerce.jalo | |
| de.hybris.platform.ordermodify.jalo |
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<OrderHistoryEntry> |
GeneratedBasecommerceManager.ORDERHISTORYRELATIONHISTORYENTRIESHANDLER
OneToManyHandler for handling 1:n HISTORYENTRIES's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
OrderHistoryEntry |
GeneratedBasecommerceManager.createOrderHistoryEntry(Map attributeValues) |
OrderHistoryEntry |
GeneratedBasecommerceManager.createOrderHistoryEntry(SessionContext ctx,
Map attributeValues) |
| Modifier and Type | Method and Description |
|---|---|
List<OrderHistoryEntry> |
GeneratedBasecommerceManager.getHistoryEntries(Order item)
Generated method - Getter of the
Order.historyEntries attribute. |
List<OrderHistoryEntry> |
GeneratedBasecommerceManager.getHistoryEntries(SessionContext ctx,
Order item)
Generated method - Getter of the
Order.historyEntries attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedBasecommerceManager.addToHistoryEntries(Order item,
OrderHistoryEntry value)
Generated method - Adds
value to historyEntries. |
void |
GeneratedBasecommerceManager.addToHistoryEntries(SessionContext ctx,
Order item,
OrderHistoryEntry value)
Generated method - Adds
value to historyEntries. |
void |
GeneratedBasecommerceManager.removeFromHistoryEntries(Order item,
OrderHistoryEntry value)
Generated method - Removes
value from historyEntries. |
void |
GeneratedBasecommerceManager.removeFromHistoryEntries(SessionContext ctx,
Order item,
OrderHistoryEntry value)
Generated method - Removes
value from historyEntries. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedBasecommerceManager.setHistoryEntries(Order item,
List<OrderHistoryEntry> value)
Generated method - Setter of the
Order.historyEntries attribute. |
void |
GeneratedBasecommerceManager.setHistoryEntries(SessionContext ctx,
Order item,
List<OrderHistoryEntry> value)
Generated method - Setter of the
Order.historyEntries attribute. |
| Modifier and Type | Method and Description |
|---|---|
OrderHistoryEntry |
GeneratedOrderModificationRecordEntry.getOriginalVersion()
Generated method - Getter of the
OrderModificationRecordEntry.originalVersion attribute. |
OrderHistoryEntry |
GeneratedOrderModificationRecordEntry.getOriginalVersion(SessionContext ctx)
Generated method - Getter of the
OrderModificationRecordEntry.originalVersion attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GeneratedOrderModificationRecordEntry.setOriginalVersion(OrderHistoryEntry value)
Generated method - Setter of the
OrderModificationRecordEntry.originalVersion attribute. |
protected void |
GeneratedOrderModificationRecordEntry.setOriginalVersion(SessionContext ctx,
OrderHistoryEntry value)
Generated method - Setter of the
OrderModificationRecordEntry.originalVersion attribute. |
Copyright © 2017 SAP SE. All Rights Reserved.