Uses of Class
de.hybris.platform.orderhistory.jalo.OrderHistoryEntry
Packages that use OrderHistoryEntry
-
Uses of OrderHistoryEntry in de.hybris.platform.basecommerce.jalo
Fields in de.hybris.platform.basecommerce.jalo with type parameters of type OrderHistoryEntryModifier and TypeFieldDescriptionprotected static final OneToManyHandler<OrderHistoryEntry>GeneratedBasecommerceManager.ORDERHISTORYRELATIONHISTORYENTRIESHANDLEROneToManyHandlerfor handling 1:n HISTORYENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.basecommerce.jalo that return OrderHistoryEntryModifier and TypeMethodDescriptionGeneratedBasecommerceManager.createOrderHistoryEntry(SessionContext ctx, Map attributeValues) GeneratedBasecommerceManager.createOrderHistoryEntry(Map attributeValues) Methods in de.hybris.platform.basecommerce.jalo that return types with arguments of type OrderHistoryEntryModifier and TypeMethodDescriptionGeneratedBasecommerceManager.getHistoryEntries(Order item) Generated method - Getter of theOrder.historyEntriesattribute.GeneratedBasecommerceManager.getHistoryEntries(SessionContext ctx, Order item) Generated method - Getter of theOrder.historyEntriesattribute.Methods in de.hybris.platform.basecommerce.jalo with parameters of type OrderHistoryEntryModifier and TypeMethodDescriptionvoidGeneratedBasecommerceManager.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 OrderHistoryEntryModifier and TypeMethodDescriptionvoidGeneratedBasecommerceManager.setHistoryEntries(Order item, List<OrderHistoryEntry> value) Generated method - Setter of theOrder.historyEntriesattribute.voidGeneratedBasecommerceManager.setHistoryEntries(SessionContext ctx, Order item, 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 OrderHistoryEntryModifier and TypeMethodDescriptionGeneratedOrderModificationRecordEntry.getOriginalVersion()Generated method - Getter of theOrderModificationRecordEntry.originalVersionattribute.GeneratedOrderModificationRecordEntry.getOriginalVersion(SessionContext ctx) Generated method - Getter of theOrderModificationRecordEntry.originalVersionattribute.Methods in de.hybris.platform.ordermodify.jalo with parameters of type OrderHistoryEntryModifier and TypeMethodDescriptionprotected voidGeneratedOrderModificationRecordEntry.setOriginalVersion(SessionContext ctx, OrderHistoryEntry value) Generated method - Setter of theOrderModificationRecordEntry.originalVersionattribute.protected voidGeneratedOrderModificationRecordEntry.setOriginalVersion(OrderHistoryEntry value) Generated method - Setter of theOrderModificationRecordEntry.originalVersionattribute.