Uses of Class
de.hybris.platform.core.model.order.OrderModel
Packages that use OrderModel
Package
Description
Contains generated models for each type of de.hybris.platform.b2b.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.jalo.user package.
Contains generated models for each type of de.hybris.platform.fraud.jalo package.
Contains generated models for each type of de.hybris.platform.ordercancel.jalo package.
Contains generated models for each type of de.hybris.platform.orderhistory.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.orderprocessing.jalo package.
Contains generated models for each type of de.hybris.platform.orderscheduling.jalo package.
Contains generated models for each type of de.hybris.platform.returns.jalo package.
Contains generated models for each type of de.hybris.platform.voucher.jalo package.
-
Uses of OrderModel in de.hybris.platform.b2b.model
Methods in de.hybris.platform.b2b.model that return OrderModelModifier and TypeMethodDescriptionEscalationTaskModel.getOrder()Generated method - Getter of theEscalationTask.orderattribute defined at extensionb2bapprovalprocess.Methods in de.hybris.platform.b2b.model with parameters of type OrderModelModifier and TypeMethodDescriptionvoidEscalationTaskModel.setOrder(OrderModel value) Generated method - Setter ofEscalationTask.orderattribute defined at extensionb2bapprovalprocess.Constructors in de.hybris.platform.b2b.model with parameters of type OrderModelModifierConstructorDescriptionEscalationTaskModel(OrderModel _order, ItemModel _owner, String _runnerBean) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersEscalationTaskModel(OrderModel _order, String _runnerBean) 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 OrderModel in de.hybris.platform.b2btelcofulfilmentprocess.actions.order.b2b
Methods in de.hybris.platform.b2btelcofulfilmentprocess.actions.order.b2b with parameters of type OrderModelModifier and TypeMethodDescriptionprotected booleanTmaCheckApprovalFromOrganizationAction.requiresApproval(OrderModel order) Checks if the provided order requires approval from organization approver. -
Uses of OrderModel in de.hybris.platform.b2btelcoservices.commons
Methods in de.hybris.platform.b2btelcoservices.commons that return OrderModelModifier and TypeMethodDescriptionTmaB2BCommentServiceTest.createOrder(UserModel user, int quantity, OrderStatus status, ProductModel product) TmaB2BMerchantCheckTest.createOrder(UserModel user, int quantity, OrderStatus status, ProductModel product) TmaB2BOrder2POEApprovalProcessIntegrationTest.createOrder(UserModel user, int quantity, OrderStatus status, ProductModel product) TmaB2BUnitAprovalProcessTest.createOrder(UserModel user, int quantity, OrderStatus status, ProductModel product) TmaDefaultB2BCartServiceTest.createOrder(UserModel user, int quantity, OrderStatus status, ProductModel product) TmaDefaultB2BOrderDaoTest.createOrder(UserModel user, int quantity, OrderStatus status, ProductModel product) TmaDefaultB2BOrderServiceTest.createOrder(UserModel user, int quantity, OrderStatus status, ProductModel product) TmaDefaultB2BWorkflowIntegrationServiceTest.createOrder(UserModel user, int quantity, OrderStatus status, ProductModel product) -
Uses of OrderModel in de.hybris.platform.b2btelcoservices.strategy.impl
Methods in de.hybris.platform.b2btelcoservices.strategy.impl with parameters of type OrderModelModifier and TypeMethodDescriptionvoidDefaultTmaB2bCreateOrderFromCartStrategy.createB2BBusinessProcess(OrderModel order) -
Uses of OrderModel in de.hybris.platform.b2btelcospastore.process.email.context
Methods in de.hybris.platform.b2btelcospastore.process.email.context that return types with arguments of type OrderModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<OrderModel,OrderData> OrderNotificationEmailContext.getOrderConverter()Constructor parameters in de.hybris.platform.b2btelcospastore.process.email.context with type arguments of type OrderModelModifierConstructorDescriptionOrderNotificationEmailContext(de.hybris.platform.servicelayer.dto.converter.Converter<OrderModel, OrderData> orderConverter) -
Uses of OrderModel in de.hybris.platform.b2btelcostore.process.email.context
Methods in de.hybris.platform.b2btelcostore.process.email.context that return types with arguments of type OrderModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<OrderModel,OrderData> OrderNotificationEmailContext.getOrderConverter()Constructor parameters in de.hybris.platform.b2btelcostore.process.email.context with type arguments of type OrderModelModifierConstructorDescriptionOrderNotificationEmailContext(de.hybris.platform.servicelayer.dto.converter.Converter<OrderModel, OrderData> orderConverter) -
Uses of OrderModel in de.hybris.platform.b2ctelcofacades.order.converters.populator
Methods in de.hybris.platform.b2ctelcofacades.order.converters.populator with parameters of type OrderModelModifier and TypeMethodDescriptionprotected voidTmaOrderConsignmentPopulator.addUnconsignedEntries(OrderModel source, OrderData target) voidOrderHistoryBillingDetailPopulator.populate(OrderModel source, OrderHistoryData target) -
Uses of OrderModel in de.hybris.platform.b2ctelcofulfillmentprocess
Methods in de.hybris.platform.b2ctelcofulfillmentprocess with parameters of type OrderModelModifier and TypeMethodDescriptionbooleanCheckOrderService.check(OrderModel order) Performs various order checksvoidMockCreateCpiService.mockCreateSubscriptionsFromOrder(OrderModel orderModel) Process each order entry from the order based on order entry process type.Supported process types: ACQUISITION: creates new customer inventory entitiesTmaSubscriptionBaseModel,TmaBillingAgreementModelfor assigning the new createdTmaSubscribedProductModel. -
Uses of OrderModel in de.hybris.platform.b2ctelcofulfillmentprocess.actions.order
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.actions.order with parameters of type OrderModelModifier and TypeMethodDescriptionprotected de.hybris.platform.processengine.action.AbstractSimpleDecisionAction.TransitionCheckAuthorizeOrderPaymentAction.assignStatusForOrder(OrderModel order) Sets the status for given order in case on of itsPaymentTransactionEntryModelmatches properPaymentTransactionTypeandTransactionStatus.CheckTransactionReviewStatusAction.checkPaymentTransaction(PaymentTransactionModel transaction, OrderModel orderModel) protected FraudReportModelAbstractFraudCheckAction.createFraudReport(String providerName, de.hybris.platform.fraud.impl.FraudServiceResponse response, OrderModel order, FraudStatus status) protected 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.protected CsTicketModelCheckTransactionReviewStatusAction.createTicket(String subject, String description, OrderModel order, CsTicketCategory category, CsTicketPriority priority) -
Uses of OrderModel in de.hybris.platform.b2ctelcofulfillmentprocess.impl
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.impl with parameters of type OrderModelModifier and TypeMethodDescriptionbooleanDefaultCheckOrderService.check(OrderModel order) protected booleanDefaultCheckOrderService.checkDeliveryOptions(OrderModel order) voidDefaultMockCreateCpiService.mockCreateSubscriptionsFromOrder(OrderModel orderModel) protected voidDefaultMockCreateCpiService.processOrderGroupEntries(OrderModel orderModel) protected voidDefaultMockCreateCpiService.processOrderStandaloneEntries(OrderModel orderModel) -
Uses of OrderModel in de.hybris.platform.b2ctelcofulfillmentprocess.test
Methods in de.hybris.platform.b2ctelcofulfillmentprocess.test that return OrderModelModifier and TypeMethodDescriptionprotected OrderModelAbstractProcessDemoTest.createOrder()protected OrderModelAbstractProcessDemoTest.createOrder(AddressModel paymentAddress, String email) protected OrderModelPaymentIntegrationTest.placeTestOrder(boolean valid) Methods in de.hybris.platform.b2ctelcofulfillmentprocess.test with parameters of type OrderModelModifier and TypeMethodDescriptionprotected BusinessProcessModelAbstractProcessDemoTest.createProcess(OrderModel order) protected StringFraudCheckIntegrationTest.submitOrderMock(OrderModel order) -
Uses of OrderModel in de.hybris.platform.b2ctelcoservices.daos
Methods in de.hybris.platform.b2ctelcoservices.daos that return types with arguments of type OrderModelModifier and TypeMethodDescriptionTmaOrderDao.findOrders(Set<PrincipalModel> principals) Returns a list of orders owned by the provided principals.TmaOrderDao.getOrdersByLimitAndOffset(TmaProductOrderFilterContextData productOrderFilterContextData, Integer offset, Integer limit) Retrieves a list ofOrderModelfiltered by the context. -
Uses of OrderModel in de.hybris.platform.b2ctelcoservices.daos.impl
Methods in de.hybris.platform.b2ctelcoservices.daos.impl that return types with arguments of type OrderModelModifier and TypeMethodDescriptionDefaultTmaOrderDao.findOrders(Set<PrincipalModel> principals) DefaultTmaOrderDao.getOrdersByLimitAndOffset(TmaProductOrderFilterContextData productOrderFilterContextData, Integer offset, Integer limit) -
Uses of OrderModel in de.hybris.platform.b2ctelcoservices.interceptors
Methods in de.hybris.platform.b2ctelcoservices.interceptors that return OrderModelModifier and TypeMethodDescriptionprotected OrderModelTmaOrderEntryPrepareInterceptorIntegrationTest.createOrder()protected OrderModelTmaOrderEntryRemoveInterceptorIntegrationTest.createOrder() -
Uses of OrderModel in de.hybris.platform.b2ctelcoservices.order
Methods in de.hybris.platform.b2ctelcoservices.order that return types with arguments of type OrderModelModifier and TypeMethodDescriptionTmaOrderService.getOrders(Set<PrincipalModel> principals) Provides the list of orders placed by the provided principals.TmaOrderService.getOrdersByLimitAndOffset(TmaProductOrderFilterContextData productOrderFilterContextData, Integer offset, Integer limit) Retrieves a list ofOrderModelfiltered by the context. -
Uses of OrderModel in de.hybris.platform.b2ctelcoservices.order.impl
Methods in de.hybris.platform.b2ctelcoservices.order.impl that return OrderModelModifier and TypeMethodDescriptionprotected OrderModelTmaOrderCancelCompleteTest.placeTestOrder()Methods in de.hybris.platform.b2ctelcoservices.order.impl that return types with arguments of type OrderModelModifier and TypeMethodDescriptionDefaultTmaOrderService.getOrders(Set<PrincipalModel> principals) DefaultTmaOrderService.getOrdersByLimitAndOffset(TmaProductOrderFilterContextData productOrderFilterContextData, Integer offset, Integer limit) -
Uses of OrderModel in de.hybris.platform.b2ctelcoservices.services.impl
Methods in de.hybris.platform.b2ctelcoservices.services.impl that return OrderModelModifier and TypeMethodDescriptionprotected OrderModelDefaultTmaCalculationServiceIntegrationTest.createOrder(boolean isNet) -
Uses of OrderModel in de.hybris.platform.b2ctelcospastore.process.email.context
Methods in de.hybris.platform.b2ctelcospastore.process.email.context that return types with arguments of type OrderModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<OrderModel,OrderData> OrderNotificationEmailContext.getOrderConverter()Method parameters in de.hybris.platform.b2ctelcospastore.process.email.context with type arguments of type OrderModelModifier and TypeMethodDescriptionvoidOrderNotificationEmailContext.setOrderConverter(de.hybris.platform.servicelayer.dto.converter.Converter<OrderModel, OrderData> orderConverter) -
Uses of OrderModel in de.hybris.platform.b2ctelcostore.process.email.context
Methods in de.hybris.platform.b2ctelcostore.process.email.context that return types with arguments of type OrderModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<OrderModel,OrderData> OrderNotificationEmailContext.getOrderConverter()Method parameters in de.hybris.platform.b2ctelcostore.process.email.context with type arguments of type OrderModelModifier and TypeMethodDescriptionvoidOrderNotificationEmailContext.setOrderConverter(de.hybris.platform.servicelayer.dto.converter.Converter<OrderModel, OrderData> orderConverter) -
Uses of OrderModel in de.hybris.platform.b2ctelcotmfevents.data
Methods in de.hybris.platform.b2ctelcotmfevents.data that return OrderModelMethods in de.hybris.platform.b2ctelcotmfevents.data with parameters of type OrderModel -
Uses of OrderModel in de.hybris.platform.b2ctelcotmfevents.listeners
Methods in de.hybris.platform.b2ctelcotmfevents.listeners with parameters of type OrderModelModifier and TypeMethodDescriptionprotected TmaAbstractEventTmaOrderAfterSaveListener.createEventWithPayload(OrderModel item, TmaEventType eventType) -
Uses of OrderModel in de.hybris.platform.b2ctelcotmfresources.v1.mappers.productorderentityref
Methods in de.hybris.platform.b2ctelcotmfresources.v1.mappers.productorderentityref with parameters of type OrderModelModifier and TypeMethodDescriptionvoidProductOrderEntityRefHrefAttributeMapper.populateTargetAttributeFromSource(OrderModel source, EntityRef target, ma.glasnost.orika.MappingContext context) voidProductOrderEntityRefIdAttributeMapper.populateTargetAttributeFromSource(OrderModel source, EntityRef target, ma.glasnost.orika.MappingContext context) voidProductOrderEntityRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(OrderModel source, EntityRef target, ma.glasnost.orika.MappingContext context) voidProductOrderEntityRefSchemaLocationAttributeMapper.populateTargetAttributeFromSource(OrderModel source, EntityRef target, ma.glasnost.orika.MappingContext context) -
Uses of OrderModel in de.hybris.platform.b2ctelcotmfresources.v1.mappers.productorderref
Methods in de.hybris.platform.b2ctelcotmfresources.v1.mappers.productorderref with parameters of type OrderModelModifier and TypeMethodDescriptionvoidProductOrderRefHrefAttributeMapper.populateTargetAttributeFromSource(OrderModel source, ProductOrderRef target, ma.glasnost.orika.MappingContext context) voidProductOrderRefIdAttributeMapper.populateTargetAttributeFromSource(OrderModel source, ProductOrderRef target, ma.glasnost.orika.MappingContext context) voidProductOrderRefReferredTypeAttributeMapper.populateTargetAttributeFromSource(OrderModel source, ProductOrderRef target, ma.glasnost.orika.MappingContext context) voidProductOrderRefSchemaLocationAttributeMapper.populateTargetAttributeFromSource(OrderModel source, ProductOrderRef target, ma.glasnost.orika.MappingContext context) -
Uses of OrderModel in de.hybris.platform.commerceservices.service.data
Methods in de.hybris.platform.commerceservices.service.data that return OrderModelMethods in de.hybris.platform.commerceservices.service.data with parameters of type OrderModel -
Uses of OrderModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return OrderModelModifier and TypeMethodDescriptionOrderEntryModel.getOrder()Generated method - Getter of theAbstractOrderEntry.orderattribute defined at extensioncoreand redeclared at extensioncore.OrderModel.getOriginalVersion()Generated method - Getter of theOrder.originalVersionattribute defined at extensionbasecommerce.Methods in de.hybris.platform.core.model.order with parameters of type OrderModelModifier and TypeMethodDescriptionvoidOrderModel.setOriginalVersion(OrderModel value) Generated method - Initial setter ofOrder.originalVersionattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.core.model.order with parameters of type OrderModelModifierConstructorDescriptionOrderModel(CurrencyModel _currency, Date _date, OrderModel _originalVersion, ItemModel _owner, UserModel _user, String _versionID) 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 OrderModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return types with arguments of type OrderModelModifier and TypeMethodDescriptionUserModel.getOrders()Generated method - Getter of theUser.ordersattribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.user with type arguments of type OrderModelModifier and TypeMethodDescriptionvoidUserModel.setOrders(Collection<OrderModel> value) Generated method - Setter ofUser.ordersattribute defined at extensioncore. -
Uses of OrderModel in de.hybris.platform.fraud.model
Methods in de.hybris.platform.fraud.model that return OrderModelModifier and TypeMethodDescriptionFraudReportModel.getOrder()Generated method - Getter of theFraudReport.orderattribute defined at extensionbasecommerce.Methods in de.hybris.platform.fraud.model with parameters of type OrderModelModifier and TypeMethodDescriptionvoidFraudReportModel.setOrder(OrderModel value) Generated method - Setter ofFraudReport.orderattribute defined at extensionbasecommerce. -
Uses of OrderModel in de.hybris.platform.mediaspastore.process.email.context
Methods in de.hybris.platform.mediaspastore.process.email.context that return types with arguments of type OrderModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<OrderModel,OrderData> OrderNotificationEmailContext.getOrderConverter()Method parameters in de.hybris.platform.mediaspastore.process.email.context with type arguments of type OrderModelModifier and TypeMethodDescriptionvoidOrderNotificationEmailContext.setOrderConverter(de.hybris.platform.servicelayer.dto.converter.Converter<OrderModel, OrderData> orderConverter) -
Uses of OrderModel in de.hybris.platform.mediastore.process.email.context
Methods in de.hybris.platform.mediastore.process.email.context that return types with arguments of type OrderModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<OrderModel,OrderData> OrderNotificationEmailContext.getOrderConverter()Method parameters in de.hybris.platform.mediastore.process.email.context with type arguments of type OrderModelModifier and TypeMethodDescriptionvoidOrderNotificationEmailContext.setOrderConverter(de.hybris.platform.servicelayer.dto.converter.Converter<OrderModel, OrderData> orderConverter) -
Uses of OrderModel in de.hybris.platform.order.events
Methods in de.hybris.platform.order.events that return OrderModelMethods in de.hybris.platform.order.events with parameters of type OrderModel -
Uses of OrderModel in de.hybris.platform.ordercancel.model
Constructors in de.hybris.platform.ordercancel.model with parameters of type OrderModelModifierConstructorDescriptionOrderCancelRecordModel(boolean _inProgress, OrderModel _order) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderCancelRecordModel(boolean _inProgress, OrderModel _order, ItemModel _owner) 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 OrderModel in de.hybris.platform.orderhistory.model
Methods in de.hybris.platform.orderhistory.model that return OrderModelModifier and TypeMethodDescriptionOrderHistoryEntryModel.getOrder()Generated method - Getter of theOrderHistoryEntry.orderattribute defined at extensionbasecommerce.OrderHistoryEntryModel.getPreviousOrderVersion()Generated method - Getter of theOrderHistoryEntry.previousOrderVersionattribute defined at extensionbasecommerce.Methods in de.hybris.platform.orderhistory.model with parameters of type OrderModelModifier and TypeMethodDescriptionvoidOrderHistoryEntryModel.setOrder(OrderModel value) Generated method - Initial setter ofOrderHistoryEntry.orderattribute defined at extensionbasecommerce.voidOrderHistoryEntryModel.setPreviousOrderVersion(OrderModel value) Generated method - Setter ofOrderHistoryEntry.previousOrderVersionattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.orderhistory.model with parameters of type OrderModelModifierConstructorDescriptionOrderHistoryEntryModel(OrderModel _order, ItemModel _owner, 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 parametersOrderHistoryEntryModel(OrderModel _order, 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 OrderModel in de.hybris.platform.ordermodify.model
Methods in de.hybris.platform.ordermodify.model that return OrderModelModifier and TypeMethodDescriptionOrderModificationRecordModel.getOrder()Generated method - Getter of theOrderModificationRecord.orderattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordermodify.model with parameters of type OrderModelModifier and TypeMethodDescriptionvoidOrderModificationRecordModel.setOrder(OrderModel value) Generated method - Setter ofOrderModificationRecord.orderattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.ordermodify.model with parameters of type OrderModelModifierConstructorDescriptionOrderModificationRecordModel(boolean _inProgress, OrderModel _order) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderModificationRecordModel(boolean _inProgress, OrderModel _order, ItemModel _owner) 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 OrderModel in de.hybris.platform.orderprocessing.model
Methods in de.hybris.platform.orderprocessing.model that return OrderModelModifier and TypeMethodDescriptionOrderProcessModel.getOrder()Generated method - Getter of theOrderProcess.orderattribute defined at extensionbasecommerce.Methods in de.hybris.platform.orderprocessing.model with parameters of type OrderModelModifier and TypeMethodDescriptionvoidOrderProcessModel.setOrder(OrderModel value) Generated method - Setter ofOrderProcess.orderattribute defined at extensionbasecommerce. -
Uses of OrderModel in de.hybris.platform.orderscheduling.model
Methods in de.hybris.platform.orderscheduling.model that return OrderModelModifier and TypeMethodDescriptionOrderScheduleCronJobModel.getOrder()Generated method - Getter of theOrderScheduleCronJob.orderattribute defined at extensionbasecommerce.OrderTemplateToOrderCronJobModel.getOrderTemplate()Generated method - Getter of theOrderTemplateToOrderCronJob.orderTemplateattribute defined at extensionbasecommerce.Methods in de.hybris.platform.orderscheduling.model with parameters of type OrderModelModifier and TypeMethodDescriptionvoidOrderScheduleCronJobModel.setOrder(OrderModel value) Generated method - Setter ofOrderScheduleCronJob.orderattribute defined at extensionbasecommerce.voidOrderTemplateToOrderCronJobModel.setOrderTemplate(OrderModel value) Generated method - Setter ofOrderTemplateToOrderCronJob.orderTemplateattribute defined at extensionbasecommerce. -
Uses of OrderModel in de.hybris.platform.returns.model
Subclasses of OrderModel in de.hybris.platform.returns.modelModifier and TypeClassDescriptionclassGenerated model class for type ReplacementOrder first defined at extension basecommerce.classGenerated model class for type ReturnOrder first defined at extension basecommerce.Methods in de.hybris.platform.returns.model that return OrderModelModifier and TypeMethodDescriptionReturnRequestModel.getOrder()Generated method - Getter of theReturnRequest.orderattribute defined at extensionbasecommerce.Methods in de.hybris.platform.returns.model with parameters of type OrderModelModifier and TypeMethodDescriptionvoidReturnRequestModel.setOrder(OrderModel value) Generated method - Setter ofReturnRequest.orderattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.returns.model with parameters of type OrderModelModifierConstructorDescriptionOrderReturnRecordModel(boolean _inProgress, OrderModel _order) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOrderReturnRecordModel(boolean _inProgress, OrderModel _order, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReplacementOrderModel(CurrencyModel _currency, Date _date, ReturnFulfillmentStatus _fulfilmentStatus, OrderModel _originalVersion, ItemModel _owner, UserModel _user, String _versionID) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnOrderModel(CurrencyModel _currency, Date _date, ReturnFulfillmentStatus _fulfilmentStatus, OrderModel _originalVersion, ItemModel _owner, UserModel _user, String _versionID) 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 OrderModel in de.hybris.platform.utilitiesspastore.process.email.context
Methods in de.hybris.platform.utilitiesspastore.process.email.context that return types with arguments of type OrderModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<OrderModel,OrderData> OrderNotificationEmailContext.getOrderConverter()Method parameters in de.hybris.platform.utilitiesspastore.process.email.context with type arguments of type OrderModelModifier and TypeMethodDescriptionvoidOrderNotificationEmailContext.setOrderConverter(de.hybris.platform.servicelayer.dto.converter.Converter<OrderModel, OrderData> orderConverter) -
Uses of OrderModel in de.hybris.platform.utilitiesstore.process.email.context
Methods in de.hybris.platform.utilitiesstore.process.email.context that return types with arguments of type OrderModelModifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.dto.converter.Converter<OrderModel,OrderData> OrderNotificationEmailContext.getOrderConverter()Method parameters in de.hybris.platform.utilitiesstore.process.email.context with type arguments of type OrderModelModifier and TypeMethodDescriptionvoidOrderNotificationEmailContext.setOrderConverter(de.hybris.platform.servicelayer.dto.converter.Converter<OrderModel, OrderData> orderConverter) -
Uses of OrderModel in de.hybris.platform.voucher.model
Methods in de.hybris.platform.voucher.model that return OrderModelModifier and TypeMethodDescriptionVoucherInvalidationModel.getOrder()Generated method - Getter of theVoucherInvalidation.orderattribute defined at extensionvoucher.Methods in de.hybris.platform.voucher.model with parameters of type OrderModelModifier and TypeMethodDescriptionvoidVoucherInvalidationModel.setOrder(OrderModel value) Generated method - Initial setter ofVoucherInvalidation.orderattribute defined at extensionvoucher.Constructors in de.hybris.platform.voucher.model with parameters of type OrderModelModifierConstructorDescriptionVoucherInvalidationModel(String _code, OrderModel _order, ItemModel _owner, UserModel _user, VoucherModel _voucher) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVoucherInvalidationModel(String _code, OrderModel _order, UserModel _user, VoucherModel _voucher) 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