Uses of Class
de.hybris.platform.orderhistory.model.OrderHistoryEntryModel
Packages that use OrderHistoryEntryModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.ordercancel.jalo package.
Contains generated models for each type of de.hybris.platform.ordermodify.jalo package.
Contains generated models for each type of de.hybris.platform.refund.jalo package.
Contains generated models for each type of de.hybris.platform.returns.jalo package.
-
Uses of OrderHistoryEntryModel in de.hybris.platform.b2b.process.approval.actions
Methods in de.hybris.platform.b2b.process.approval.actions that return OrderHistoryEntryModelModifier and TypeMethodDescriptionAbstractProceduralB2BOrderApproveAuditAction.createAuditHistory(OrderModel order, ItemModel historyEntryOwner, String messageKey, Object[] localizationArguments) Creates aOrderHistoryEntryModelfor a given order with a snapshot of the order seeOrderHistoryService.createHistorySnapshot(de.hybris.platform.core.model.order.OrderModel). -
Uses of OrderHistoryEntryModel in de.hybris.platform.b2bacceleratorfacades.order.impl
Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that return types with arguments of type OrderHistoryEntryModelMethod parameters in de.hybris.platform.b2bacceleratorfacades.order.impl with type arguments of type OrderHistoryEntryModelModifier and TypeMethodDescriptionvoidDefaultB2BOrderFacade.setB2bOrderHistoryEntryDataConverter(Converter<OrderHistoryEntryModel, B2BOrderHistoryEntryData> b2bOrderHistoryEntryDataConverter) -
Uses of OrderHistoryEntryModel in de.hybris.platform.b2bacceleratorfacades.order.populators
Methods in de.hybris.platform.b2bacceleratorfacades.order.populators that return types with arguments of type OrderHistoryEntryModelMethods in de.hybris.platform.b2bacceleratorfacades.order.populators with parameters of type OrderHistoryEntryModelModifier and TypeMethodDescriptionvoidB2BOrderHistoryEntryDataPopulator.populate(OrderHistoryEntryModel source, B2BOrderHistoryEntryData target) Method parameters in de.hybris.platform.b2bacceleratorfacades.order.populators with type arguments of type OrderHistoryEntryModelModifier and TypeMethodDescriptionvoidB2BApprovalDataPopulator.setB2bOrderHistoryEntryConverter(Converter<OrderHistoryEntryModel, B2BOrderHistoryEntryData> b2bOrderHistoryEntryConverter) -
Uses of OrderHistoryEntryModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return types with arguments of type OrderHistoryEntryModelModifier and TypeMethodDescriptionOrderModel.getHistoryEntries()Generated method - Getter of theOrder.historyEntriesattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.core.model.order with type arguments of type OrderHistoryEntryModelModifier and TypeMethodDescriptionvoidOrderModel.setHistoryEntries(List<OrderHistoryEntryModel> value) Generated method - Setter ofOrder.historyEntriesattribute defined at extensionbasecommerce. -
Uses of OrderHistoryEntryModel in de.hybris.platform.ordercancel
Methods in de.hybris.platform.ordercancel that return OrderHistoryEntryModelModifier and TypeMethodDescriptionprotected OrderHistoryEntryModelAbstractOrderCancelTest.createSnaphot(OrderModel order) -
Uses of OrderHistoryEntryModel in de.hybris.platform.ordercancel.impl
Methods in de.hybris.platform.ordercancel.impl that return OrderHistoryEntryModelModifier and TypeMethodDescriptionprotected OrderHistoryEntryModelDefaultOrderCancelRecordsHandler.createSnaphot(OrderModel order, OrderModel version, String description) protected OrderHistoryEntryModelDefaultOrderCancelRecordsHandler.createSnaphot(OrderModel order, OrderModel version, String description, PrincipalModel requestor) Methods in de.hybris.platform.ordercancel.impl with parameters of type OrderHistoryEntryModelModifier and TypeMethodDescriptionprotected OrderCancelRecordEntryModelDefaultOrderCancelRecordsHandler.createCancelRecordEntry(OrderCancelRequest request, OrderModel order, OrderCancelRecordModel cancelRecord, OrderHistoryEntryModel snapshot, Map<Integer, AbstractOrderEntryModel> originalOrderEntriesMapping) protected StringDefaultOrderCancelRecordsHandler.generateEntryCode(OrderHistoryEntryModel snapshot) -
Uses of OrderHistoryEntryModel in de.hybris.platform.ordercancel.model
Constructors in de.hybris.platform.ordercancel.model with parameters of type OrderHistoryEntryModelModifierConstructorDescriptionOrderCancelRecordEntryModel(String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, OrderModificationEntryStatus _status, Date _timestamp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderCancelRecordEntryModel(String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, ItemModel _owner, OrderModificationEntryStatus _status, Date _timestamp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of OrderHistoryEntryModel in de.hybris.platform.orderhistory
Methods in de.hybris.platform.orderhistory that return types with arguments of type OrderHistoryEntryModelModifier and TypeMethodDescriptionOrderHistoryService.getHistoryEntries(OrderModel ownerOrder, EmployeeModel employee) Fetches history entries of the ownerOrder from the given employeeOrderHistoryService.getHistoryEntries(OrderModel ownerOrder, Date dateFrom, Date dateTo) Fetches history entries of the ownerOrder from the given time rangeOrderHistoryService.getHistoryEntries(UserModel user, Date dateFrom, Date dateTo) Fetches history entries of the orders placed by the user in the given time range -
Uses of OrderHistoryEntryModel in de.hybris.platform.orderhistory.impl
Methods in de.hybris.platform.orderhistory.impl that return types with arguments of type OrderHistoryEntryModelModifier and TypeMethodDescriptionDefaultOrderHistoryService.getHistoryEntries(OrderModel ownerOrder, EmployeeModel employee) DefaultOrderHistoryService.getHistoryEntries(OrderModel ownerOrder, Date dateFrom, Date dateTo) DefaultOrderHistoryService.getHistoryEntries(UserModel user, Date dateFrom, Date dateTo) Methods in de.hybris.platform.orderhistory.impl with parameters of type OrderHistoryEntryModelModifier and TypeMethodDescriptionprotected booleanDefaultOrderHistoryService.isWithingDateRange(OrderHistoryEntryModel entry, Date from, Date to) Method parameters in de.hybris.platform.orderhistory.impl with type arguments of type OrderHistoryEntryModelModifier and TypeMethodDescriptionprotected Collection<String>DefaultOrderHistoryService.getEntriesDescriptions(Collection<OrderHistoryEntryModel> entries) Fetches the collection of history entries descriptions -
Uses of OrderHistoryEntryModel in de.hybris.platform.orderhistory.jalo
Methods in de.hybris.platform.orderhistory.jalo that return OrderHistoryEntryModelModifier and TypeMethodDescriptionprotected OrderHistoryEntryModelOrderHistoryServiceTest.createEntry(OrderModel order, boolean save) protected OrderHistoryEntryModelOrderHistoryServiceTest.createEntry(OrderModel order, boolean save, String result) -
Uses of OrderHistoryEntryModel in de.hybris.platform.ordermodify.model
Methods in de.hybris.platform.ordermodify.model that return OrderHistoryEntryModelModifier and TypeMethodDescriptionOrderModificationRecordEntryModel.getOriginalVersion()Generated method - Getter of theOrderModificationRecordEntry.originalVersionattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordermodify.model with parameters of type OrderHistoryEntryModelModifier and TypeMethodDescriptionvoidOrderModificationRecordEntryModel.setOriginalVersion(OrderHistoryEntryModel value) Generated method - Initial setter ofOrderModificationRecordEntry.originalVersionattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.ordermodify.model with parameters of type OrderHistoryEntryModelModifierConstructorDescriptionOrderModificationRecordEntryModel(String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, OrderModificationEntryStatus _status, Date _timestamp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderModificationRecordEntryModel(String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, ItemModel _owner, OrderModificationEntryStatus _status, Date _timestamp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of OrderHistoryEntryModel in de.hybris.platform.refund.impl
Methods in de.hybris.platform.refund.impl that return OrderHistoryEntryModelModifier and TypeMethodDescriptionprotected OrderHistoryEntryModelDefaultRefundService.createOrderHistoryEntry(OrderModel processedOrder, OrderModel snapshot) Creates a history entry for the 'processedOrder'. -
Uses of OrderHistoryEntryModel in de.hybris.platform.refund.model
Constructors in de.hybris.platform.refund.model with parameters of type OrderHistoryEntryModelModifierConstructorDescriptionOrderRefundRecordEntryModel(String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, OrderModificationEntryStatus _status, Date _timestamp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderRefundRecordEntryModel(String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, ItemModel _owner, OrderModificationEntryStatus _status, Date _timestamp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of OrderHistoryEntryModel in de.hybris.platform.returns.impl
Methods in de.hybris.platform.returns.impl that return OrderHistoryEntryModelModifier and TypeMethodDescriptionprotected OrderHistoryEntryModelDefaultOrderReturnRecordsHandler.createSnaphot(OrderModel order, String description) Methods in de.hybris.platform.returns.impl with parameters of type OrderHistoryEntryModelModifier and TypeMethodDescriptionprotected OrderReturnRecordEntryModelDefaultOrderReturnRecordsHandler.createRefundRecordEntry(OrderModel order, OrderReturnRecordModel returnRecord, OrderHistoryEntryModel snapshot, List<RefundEntryModel> refunds, UserModel principal) protected StringDefaultOrderReturnRecordsHandler.generateEntryCode(OrderHistoryEntryModel snapshot) protected OrderEntryModelDefaultOrderReturnRecordsHandler.getOriginalOrderEntry(OrderHistoryEntryModel snapshot, RefundEntryModel refundEntry) -
Uses of OrderHistoryEntryModel in de.hybris.platform.returns.model
Constructors in de.hybris.platform.returns.model with parameters of type OrderHistoryEntryModelModifierConstructorDescriptionOrderReplacementRecordEntryModel(String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, OrderModificationEntryStatus _status, Date _timestamp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderReplacementRecordEntryModel(String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, ItemModel _owner, OrderModificationEntryStatus _status, Date _timestamp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderReturnRecordEntryModel(String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, OrderModificationEntryStatus _status, Date _timestamp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderReturnRecordEntryModel(String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, ItemModel _owner, OrderModificationEntryStatus _status, Date _timestamp) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of OrderHistoryEntryModel in de.hybris.platform.yacceleratorfulfilmentprocess.actions.order
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.actions.order that return OrderHistoryEntryModelModifier and TypeMethodDescriptionprotected OrderHistoryEntryModelAbstractFraudCheckAction.createHistoryLog(String providerName, OrderModel order, FraudStatus status, String code) protected OrderHistoryEntryModelAbstractOrderAction.createHistoryLog(String description, OrderModel order) Prepares order history entryOrderHistoryEntryModelfor the given order and description and with the current timestamp. -
Uses of OrderHistoryEntryModel in de.hybris.platform.yacceleratorordermanagement.actions.order
Methods in de.hybris.platform.yacceleratorordermanagement.actions.order that return OrderHistoryEntryModelModifier and TypeMethodDescriptionprotected OrderHistoryEntryModelAbstractOrderAction.createHistoryLog(String description, OrderModel order) Prepares order history entryOrderHistoryEntryModelfor the given order and description and with the current timestamp. -
Uses of OrderHistoryEntryModel in de.hybris.platform.yacceleratorordermanagement.actions.order.fraudcheck
Methods in de.hybris.platform.yacceleratorordermanagement.actions.order.fraudcheck that return OrderHistoryEntryModelModifier and TypeMethodDescriptionprotected OrderHistoryEntryModelAbstractFraudCheckAction.createHistoryLog(String providerName, OrderModel order, FraudStatus status, String code)