Uses of Class
de.hybris.platform.orderhistory.model.OrderHistoryEntryModel
-
-
Uses of OrderHistoryEntryModel in de.hybris.platform.b2b.process.approval.actions
Methods in de.hybris.platform.b2b.process.approval.actions that return OrderHistoryEntryModel Modifier and Type Method Description OrderHistoryEntryModelAbstractProceduralB2BOrderApproveAuditAction. createAuditHistory(OrderModel order, ItemModel historyEntryOwner, java.lang.String messageKey, java.lang.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 OrderHistoryEntryModel Modifier and Type Method Description protected Converter<OrderHistoryEntryModel,B2BOrderHistoryEntryData>DefaultB2BOrderFacade. getB2bOrderHistoryEntryDataConverter()Method parameters in de.hybris.platform.b2bacceleratorfacades.order.impl with type arguments of type OrderHistoryEntryModel Modifier and Type Method Description voidDefaultB2BOrderFacade. 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 OrderHistoryEntryModel Modifier and Type Method Description protected Converter<OrderHistoryEntryModel,B2BOrderHistoryEntryData>B2BApprovalDataPopulator. getB2bOrderHistoryEntryConverter()Methods in de.hybris.platform.b2bacceleratorfacades.order.populators with parameters of type OrderHistoryEntryModel Modifier and Type Method Description voidB2BOrderHistoryEntryDataPopulator. populate(OrderHistoryEntryModel source, B2BOrderHistoryEntryData target)Method parameters in de.hybris.platform.b2bacceleratorfacades.order.populators with type arguments of type OrderHistoryEntryModel Modifier and Type Method Description voidB2BApprovalDataPopulator. 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 OrderHistoryEntryModel Modifier and Type Method Description java.util.List<OrderHistoryEntryModel>OrderModel. getHistoryEntries()Generated method - Getter of theOrder.historyEntriesattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.core.model.order with type arguments of type OrderHistoryEntryModel Modifier and Type Method Description voidOrderModel. setHistoryEntries(java.util.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 OrderHistoryEntryModel Modifier and Type Method Description protected OrderHistoryEntryModelAbstractOrderCancelTest. createSnaphot(OrderModel order) -
Uses of OrderHistoryEntryModel in de.hybris.platform.ordercancel.impl
Methods in de.hybris.platform.ordercancel.impl that return OrderHistoryEntryModel Modifier and Type Method Description protected OrderHistoryEntryModelDefaultOrderCancelRecordsHandler. createSnaphot(OrderModel order, OrderModel version, java.lang.String description)protected OrderHistoryEntryModelDefaultOrderCancelRecordsHandler. createSnaphot(OrderModel order, OrderModel version, java.lang.String description, PrincipalModel requestor)Methods in de.hybris.platform.ordercancel.impl with parameters of type OrderHistoryEntryModel Modifier and Type Method Description protected OrderCancelRecordEntryModelDefaultOrderCancelRecordsHandler. createCancelRecordEntry(OrderCancelRequest request, OrderModel order, OrderCancelRecordModel cancelRecord, OrderHistoryEntryModel snapshot, java.util.Map<java.lang.Integer,AbstractOrderEntryModel> originalOrderEntriesMapping)protected java.lang.StringDefaultOrderCancelRecordsHandler. generateEntryCode(OrderHistoryEntryModel snapshot) -
Uses of OrderHistoryEntryModel in de.hybris.platform.ordercancel.model
Constructors in de.hybris.platform.ordercancel.model with parameters of type OrderHistoryEntryModel Constructor Description OrderCancelRecordEntryModel(java.lang.String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, OrderModificationEntryStatus _status, java.util.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(java.lang.String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, ItemModel _owner, OrderModificationEntryStatus _status, java.util.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 OrderHistoryEntryModel Modifier and Type Method Description java.util.Collection<OrderHistoryEntryModel>OrderHistoryService. getHistoryEntries(OrderModel ownerOrder, EmployeeModel employee)Fetches history entries of the ownerOrder from the given employeejava.util.Collection<OrderHistoryEntryModel>OrderHistoryService. getHistoryEntries(OrderModel ownerOrder, java.util.Date dateFrom, java.util.Date dateTo)Fetches history entries of the ownerOrder from the given time rangejava.util.Collection<OrderHistoryEntryModel>OrderHistoryService. getHistoryEntries(UserModel user, java.util.Date dateFrom, java.util.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 OrderHistoryEntryModel Modifier and Type Method Description java.util.Collection<OrderHistoryEntryModel>DefaultOrderHistoryService. getHistoryEntries(OrderModel ownerOrder, EmployeeModel employee)java.util.Collection<OrderHistoryEntryModel>DefaultOrderHistoryService. getHistoryEntries(OrderModel ownerOrder, java.util.Date dateFrom, java.util.Date dateTo)java.util.Collection<OrderHistoryEntryModel>DefaultOrderHistoryService. getHistoryEntries(UserModel user, java.util.Date dateFrom, java.util.Date dateTo)Methods in de.hybris.platform.orderhistory.impl with parameters of type OrderHistoryEntryModel Modifier and Type Method Description protected booleanDefaultOrderHistoryService. isWithingDateRange(OrderHistoryEntryModel entry, java.util.Date from, java.util.Date to)Method parameters in de.hybris.platform.orderhistory.impl with type arguments of type OrderHistoryEntryModel Modifier and Type Method Description protected java.util.Collection<java.lang.String>DefaultOrderHistoryService. getEntriesDescriptions(java.util.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 OrderHistoryEntryModel Modifier and Type Method Description protected OrderHistoryEntryModelOrderHistoryServiceTest. createEntry(OrderModel order, boolean save)protected OrderHistoryEntryModelOrderHistoryServiceTest. createEntry(OrderModel order, boolean save, java.lang.String result) -
Uses of OrderHistoryEntryModel in de.hybris.platform.ordermodify.model
Methods in de.hybris.platform.ordermodify.model that return OrderHistoryEntryModel Modifier and Type Method Description OrderHistoryEntryModelOrderModificationRecordEntryModel. getOriginalVersion()Generated method - Getter of theOrderModificationRecordEntry.originalVersionattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordermodify.model with parameters of type OrderHistoryEntryModel Modifier and Type Method Description voidOrderModificationRecordEntryModel. setOriginalVersion(OrderHistoryEntryModel value)Generated method - Initial setter ofOrderModificationRecordEntry.originalVersionattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.ordermodify.model with parameters of type OrderHistoryEntryModel Constructor Description OrderModificationRecordEntryModel(java.lang.String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, OrderModificationEntryStatus _status, java.util.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(java.lang.String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, ItemModel _owner, OrderModificationEntryStatus _status, java.util.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 OrderHistoryEntryModel Modifier and Type Method Description protected 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 OrderHistoryEntryModel Constructor Description OrderRefundRecordEntryModel(java.lang.String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, OrderModificationEntryStatus _status, java.util.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(java.lang.String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, ItemModel _owner, OrderModificationEntryStatus _status, java.util.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 OrderHistoryEntryModel Modifier and Type Method Description protected OrderHistoryEntryModelDefaultOrderReturnRecordsHandler. createSnaphot(OrderModel order, java.lang.String description)Methods in de.hybris.platform.returns.impl with parameters of type OrderHistoryEntryModel Modifier and Type Method Description protected OrderReturnRecordEntryModelDefaultOrderReturnRecordsHandler. createRefundRecordEntry(OrderModel order, OrderReturnRecordModel returnRecord, OrderHistoryEntryModel snapshot, java.util.List<RefundEntryModel> refunds, UserModel principal)protected java.lang.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 OrderHistoryEntryModel Constructor Description OrderReplacementRecordEntryModel(java.lang.String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, OrderModificationEntryStatus _status, java.util.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(java.lang.String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, ItemModel _owner, OrderModificationEntryStatus _status, java.util.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(java.lang.String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, OrderModificationEntryStatus _status, java.util.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(java.lang.String _code, OrderModificationRecordModel _modificationRecord, OrderHistoryEntryModel _originalVersion, ItemModel _owner, OrderModificationEntryStatus _status, java.util.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.sap.sapcpiorderexchangeoms.actions
Method parameters in de.hybris.platform.sap.sapcpiorderexchangeoms.actions with type arguments of type OrderHistoryEntryModel Modifier and Type Method Description protected java.util.List<rx.Observable<org.springframework.http.ResponseEntity<java.util.Map>>>SapCpiOmsOrderOutboundAction. sendOrdersToScpi(OrderModel order, java.util.Set<java.util.Set<ConsignmentModel>> orderConsignmentsSets, java.util.List<OrderHistoryEntryModel> orderHistoryList, java.util.List<SAPOrderModel> sapOrders)protected rx.Single<org.springframework.http.ResponseEntity<java.util.Map>>SapCpiOmsOrderOutboundAction. sendOrderToScpi(OrderModel order, java.util.Set<ConsignmentModel> consignments, java.util.List<OrderHistoryEntryModel> orderHistoryList, java.util.List<SAPOrderModel> sapOrders) -
Uses of OrderHistoryEntryModel in de.hybris.platform.sap.saporderexchangeoms.actions
Methods in de.hybris.platform.sap.saporderexchangeoms.actions that return OrderHistoryEntryModel Modifier and Type Method Description protected OrderHistoryEntryModelSapOmsSendOrderToDataHubAction. createOrderHistory(OrderModel order, java.lang.String logicalSystem)Create an entry to the order history for every SAP order sent to data-hubMethods in de.hybris.platform.sap.saporderexchangeoms.actions with parameters of type OrderHistoryEntryModel Modifier and Type Method Description protected voidSapOmsSendOrderToDataHubAction. createSapOrders(java.util.List<SAPOrderModel> sapOrders, OrderHistoryEntryModel orderHistoryEntry, java.util.Set<ConsignmentModel> consignments)Create an SAP order and add it to the given list of ordersMethod parameters in de.hybris.platform.sap.saporderexchangeoms.actions with type arguments of type OrderHistoryEntryModel Modifier and Type Method Description protected voidSapOmsSendOrderToDataHubAction. saveOrderHistory(java.util.List<OrderHistoryEntryModel> orderHistoryList)Save order history -
Uses of OrderHistoryEntryModel in de.hybris.platform.sap.saprevenuecloudorder.actions
Method parameters in de.hybris.platform.sap.saprevenuecloudorder.actions with type arguments of type OrderHistoryEntryModel Modifier and Type Method Description protected rx.Single<org.springframework.http.ResponseEntity<java.util.Map>>SapCpiSendRevenueCloudOrderOutboundAction. sendOrderToScpi(OrderModel order, java.util.Set<ConsignmentModel> consignments, java.util.List<OrderHistoryEntryModel> orderHistoryList, java.util.List<SAPOrderModel> sapOrders) -
Uses of OrderHistoryEntryModel in de.hybris.platform.sap.ysapcpiomsfulfillment.strategy
Methods in de.hybris.platform.sap.ysapcpiomsfulfillment.strategy that return OrderHistoryEntryModel Modifier and Type Method Description protected OrderHistoryEntryModelSapSendConsignmentToExternalFulfillmentSystemStrategy. initializeOrderHistory(OrderModel order, java.lang.String logicalSystem)Initialize an entry in the order history for the SAP order before sending it to the external systemMethods in de.hybris.platform.sap.ysapcpiomsfulfillment.strategy with parameters of type OrderHistoryEntryModel Modifier and Type Method Description protected SAPOrderModelSapSendConsignmentToExternalFulfillmentSystemStrategy. initializeSapOrder(OrderHistoryEntryModel orderHistoryEntry, ConsignmentModel consignment)Initialize an SAP order from the parent Hybris orderprotected rx.Single<org.springframework.http.ResponseEntity<java.util.Map>>SapSendConsignmentToExternalFulfillmentSystemStrategy. sendOrderToScpi(ConsignmentModel consignment, OrderHistoryEntryModel orderHistoryEntry)Send the consignment to the external system after wrapping it within an order -
Uses of OrderHistoryEntryModel in de.hybris.platform.yacceleratorfulfilmentprocess.actions.order
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.actions.order that return OrderHistoryEntryModel Modifier and Type Method Description protected OrderHistoryEntryModelAbstractFraudCheckAction. createHistoryLog(java.lang.String providerName, OrderModel order, FraudStatus status, java.lang.String code)protected OrderHistoryEntryModelAbstractOrderAction. createHistoryLog(java.lang.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 OrderHistoryEntryModel Modifier and Type Method Description protected OrderHistoryEntryModelAbstractOrderAction. createHistoryLog(java.lang.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 OrderHistoryEntryModel Modifier and Type Method Description protected OrderHistoryEntryModelAbstractFraudCheckAction. createHistoryLog(java.lang.String providerName, OrderModel order, FraudStatus status, java.lang.String code)
-