Uses of Class
de.hybris.platform.orderhistory.jalo.OrderHistoryEntry
-
Packages that use OrderHistoryEntry Package Description de.hybris.platform.basecommerce.jalo de.hybris.platform.ordermodify.jalo -
-
Uses of OrderHistoryEntry in de.hybris.platform.basecommerce.jalo
Fields in de.hybris.platform.basecommerce.jalo with type parameters of type OrderHistoryEntry Modifier and Type Field Description protected static OneToManyHandler<OrderHistoryEntry>GeneratedBasecommerceManager. ORDERHISTORYRELATIONHISTORYENTRIESHANDLEROneToManyHandlerfor handling 1:n HISTORYENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.basecommerce.jalo that return OrderHistoryEntry Modifier and Type Method Description OrderHistoryEntryGeneratedBasecommerceManager. createOrderHistoryEntry(SessionContext ctx, java.util.Map attributeValues)OrderHistoryEntryGeneratedBasecommerceManager. createOrderHistoryEntry(java.util.Map attributeValues)Methods in de.hybris.platform.basecommerce.jalo that return types with arguments of type OrderHistoryEntry Modifier and Type Method Description java.util.List<OrderHistoryEntry>GeneratedBasecommerceManager. getHistoryEntries(Order item)Generated method - Getter of theOrder.historyEntriesattribute.java.util.List<OrderHistoryEntry>GeneratedBasecommerceManager. getHistoryEntries(SessionContext ctx, Order item)Generated method - Getter of theOrder.historyEntriesattribute.Methods in de.hybris.platform.basecommerce.jalo with parameters of type OrderHistoryEntry Modifier and Type Method Description voidGeneratedBasecommerceManager. addToHistoryEntries(Order item, OrderHistoryEntry value)Generated method - Addsvalueto historyEntries.voidGeneratedBasecommerceManager. addToHistoryEntries(SessionContext ctx, Order item, OrderHistoryEntry value)Generated method - Addsvalueto historyEntries.voidGeneratedBasecommerceManager. removeFromHistoryEntries(Order item, OrderHistoryEntry value)Generated method - Removesvaluefrom historyEntries.voidGeneratedBasecommerceManager. removeFromHistoryEntries(SessionContext ctx, Order item, OrderHistoryEntry value)Generated method - Removesvaluefrom historyEntries.Method parameters in de.hybris.platform.basecommerce.jalo with type arguments of type OrderHistoryEntry Modifier and Type Method Description voidGeneratedBasecommerceManager. setHistoryEntries(Order item, java.util.List<OrderHistoryEntry> value)Generated method - Setter of theOrder.historyEntriesattribute.voidGeneratedBasecommerceManager. setHistoryEntries(SessionContext ctx, Order item, java.util.List<OrderHistoryEntry> value)Generated method - Setter of theOrder.historyEntriesattribute. -
Uses of OrderHistoryEntry in de.hybris.platform.ordermodify.jalo
Methods in de.hybris.platform.ordermodify.jalo that return OrderHistoryEntry Modifier and Type Method Description OrderHistoryEntryGeneratedOrderModificationRecordEntry. getOriginalVersion()Generated method - Getter of theOrderModificationRecordEntry.originalVersionattribute.OrderHistoryEntryGeneratedOrderModificationRecordEntry. getOriginalVersion(SessionContext ctx)Generated method - Getter of theOrderModificationRecordEntry.originalVersionattribute.Methods in de.hybris.platform.ordermodify.jalo with parameters of type OrderHistoryEntry Modifier and Type Method Description protected voidGeneratedOrderModificationRecordEntry. setOriginalVersion(SessionContext ctx, OrderHistoryEntry value)Generated method - Setter of theOrderModificationRecordEntry.originalVersionattribute.protected voidGeneratedOrderModificationRecordEntry. setOriginalVersion(OrderHistoryEntry value)Generated method - Setter of theOrderModificationRecordEntry.originalVersionattribute.
-