Uses of Class
de.hybris.platform.core.model.order.AbstractOrderModel
-
-
Uses of AbstractOrderModel in com.hybris.backoffice.labels.labelproviders
Methods in com.hybris.backoffice.labels.labelproviders with parameters of type AbstractOrderModel Modifier and Type Method Description java.lang.StringAbstractOrderLabelProvider. getDescription(AbstractOrderModel object)java.lang.StringAbstractOrderLabelProvider. getIconPath(AbstractOrderModel object)java.lang.StringAbstractOrderLabelProvider. getLabel(AbstractOrderModel order) -
Uses of AbstractOrderModel in com.hybris.ymkt.common.interceptor
Methods in com.hybris.ymkt.common.interceptor with parameters of type AbstractOrderModel Modifier and Type Method Description voidSapOutboundIdPrepareInterceptor. onPrepare(AbstractOrderModel model, InterceptorContext ctx) -
Uses of AbstractOrderModel in com.sap.hybris.sapcustomerb2b.inbound
Methods in com.sap.hybris.sapcustomerb2b.inbound with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<AddressModel>DefaultSAPB2BDeliveryAddressesLookupStrategy. getDeliveryAddressesForOrder(AbstractOrderModel abstractOrder, boolean visibleAddressesOnly) -
Uses of AbstractOrderModel in com.sap.hybris.sapquoteintegration.strategy.impl
Methods in com.sap.hybris.sapquoteintegration.strategy.impl with parameters of type AbstractOrderModel Modifier and Type Method Description booleanDefaultSapQuoteCartValidationStrategy. validate(AbstractOrderModel source, AbstractOrderModel target) -
Uses of AbstractOrderModel in de.hybris.platform.acceleratorservices.fraud.symptom.impl
Methods in de.hybris.platform.acceleratorservices.fraud.symptom.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected java.lang.StringAcceleratorBlackListSymptom. getCustomerUid(java.lang.String uid, AbstractOrderModel order)protected java.lang.StringAcceleratorWhiteListSymptom. getCustomerUid(java.lang.String uid, AbstractOrderModel order)FraudServiceResponseAcceleratorBlackListSymptom. recognizeSymptom(FraudServiceResponse fraudResponse, AbstractOrderModel order)FraudServiceResponseAcceleratorFirstTimeOrderSymptom. recognizeSymptom(FraudServiceResponse fraudResponse, AbstractOrderModel order)FraudServiceResponseAcceleratorWhiteListSymptom. recognizeSymptom(FraudServiceResponse fraudResponse, AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.acceleratorservices.order.actions
Methods in de.hybris.platform.acceleratorservices.order.actions with parameters of type AbstractOrderModel Modifier and Type Method Description protected CsTicketModelCreateConsignmentMovedToCSTicketAction. createTicket(java.lang.String subject, java.lang.String description, AbstractOrderModel order, CsTicketCategory category, CsTicketPriority priority) -
Uses of AbstractOrderModel in de.hybris.platform.acceleratorservices.ordersplitting.impl
Methods in de.hybris.platform.acceleratorservices.ordersplitting.impl with parameters of type AbstractOrderModel Modifier and Type Method Description ConsignmentModelDefaultPickupConsignmentService. createConsignment(AbstractOrderModel order, java.lang.String code, java.util.List<AbstractOrderEntryModel> orderEntries) -
Uses of AbstractOrderModel in de.hybris.platform.acceleratorservices.process.strategies.impl
Classes in de.hybris.platform.acceleratorservices.process.strategies.impl with type parameters of type AbstractOrderModel Modifier and Type Class Description classAbstractOrderProcessContextStrategy<T extends AbstractOrderModel>Abstract strategy to impersonate site and initialize session context from a process models that has a reference to an AbstractOrderModel.Methods in de.hybris.platform.acceleratorservices.process.strategies.impl that return types with arguments of type AbstractOrderModel Modifier and Type Method Description protected java.util.Optional<AbstractOrderModel>ConsignmentProcessContextStrategy. getOrderModel(BusinessProcessModel businessProcessModel)protected java.util.Optional<AbstractOrderModel>OrderProcessContextStrategy. getOrderModel(BusinessProcessModel businessProcessModel)protected java.util.Optional<AbstractOrderModel>QuoteProcessContextStrategy. getOrderModel(BusinessProcessModel businessProcessModel)protected java.util.Optional<AbstractOrderModel>ReturnProcessContextStrategy. getOrderModel(BusinessProcessModel businessProcessModel)Methods in de.hybris.platform.acceleratorservices.process.strategies.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected CurrencyModelAbstractOrderProcessContextStrategy. getCurrency(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.accountsummaryaddon.model
Methods in de.hybris.platform.accountsummaryaddon.model that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelB2BDocumentModel. getOrder()Generated method - Getter of theB2BDocument.orderattribute defined at extensionaccountsummaryaddon.Methods in de.hybris.platform.accountsummaryaddon.model with parameters of type AbstractOrderModel Modifier and Type Method Description voidB2BDocumentModel. setOrder(AbstractOrderModel value)Generated method - Setter ofB2BDocument.orderattribute defined at extensionaccountsummaryaddon. -
Uses of AbstractOrderModel in de.hybris.platform.assistedservicefacades.util
Methods in de.hybris.platform.assistedservicefacades.util with parameters of type AbstractOrderModel Modifier and Type Method Description static java.lang.StringAssistedServiceUtils. populateCartorOrderUrl(AbstractOrderModel abstractOrder, BaseSiteModel currentSite) -
Uses of AbstractOrderModel in de.hybris.platform.assistedserviceservices
Methods in de.hybris.platform.assistedserviceservices with parameters of type AbstractOrderModel Modifier and Type Method Description booleanAssistedServiceService. isAbstractOrderMatchBaseSite(AbstractOrderModel abstractOrderModel)Returns true when provided abstractOrderModel relates to current base site -
Uses of AbstractOrderModel in de.hybris.platform.assistedserviceservices.impl
Methods in de.hybris.platform.assistedserviceservices.impl with parameters of type AbstractOrderModel Modifier and Type Method Description booleanDefaultAssistedServiceService. isAbstractOrderMatchBaseSite(AbstractOrderModel abstractOrderModel) -
Uses of AbstractOrderModel in de.hybris.platform.b2b.dao
Classes in de.hybris.platform.b2b.dao with type parameters of type AbstractOrderModel Modifier and Type Interface Description interfaceB2BCommentDao<C extends B2BCommentModel,T extends AbstractOrderModel>A dao aroundB2BCommentModel -
Uses of AbstractOrderModel in de.hybris.platform.b2b.dao.impl
Methods in de.hybris.platform.b2b.dao.impl with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<B2BCommentModel>DefaultB2BCommentDao. findCommentsByOrder(AbstractOrderModel order)java.util.List<B2BCommentModel>DefaultB2BCommentDao. findCommentsByUser(UserModel user, AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.b2b.model
Methods in de.hybris.platform.b2b.model that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelB2BCommentModel. getOrder()Generated method - Getter of theB2BComment.orderattribute defined at extensionb2bcommerce.AbstractOrderModelB2BPermissionResultModel. getOrder()Generated method - Getter of theB2BPermissionResult.Orderattribute defined at extensionb2bapprovalprocess.Methods in de.hybris.platform.b2b.model that return types with arguments of type AbstractOrderModel Modifier and Type Method Description java.util.Set<AbstractOrderModel>B2BUnitModel. getOrders()Generated method - Getter of theB2BUnit.Ordersattribute defined at extensionb2bcommerce.Methods in de.hybris.platform.b2b.model with parameters of type AbstractOrderModel Modifier and Type Method Description voidB2BCommentModel. setOrder(AbstractOrderModel value)Generated method - Setter ofB2BComment.orderattribute defined at extensionb2bcommerce.voidB2BPermissionResultModel. setOrder(AbstractOrderModel value)Generated method - Setter ofB2BPermissionResult.Orderattribute defined at extensionb2bapprovalprocess.Method parameters in de.hybris.platform.b2b.model with type arguments of type AbstractOrderModel Modifier and Type Method Description voidB2BUnitModel. setOrders(java.util.Set<AbstractOrderModel> value)Generated method - Setter ofB2BUnit.Ordersattribute defined at extensionb2bcommerce. -
Uses of AbstractOrderModel in de.hybris.platform.b2b.order.hooks
Methods in de.hybris.platform.b2b.order.hooks with parameters of type AbstractOrderModel Modifier and Type Method Description protected booleanB2BApprovalBusinessProcessCreationPlaceOrderMethodHook. isB2BContext(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.b2b.process.approval.actions
Methods in de.hybris.platform.b2b.process.approval.actions that return types with arguments of type AbstractOrderModel Modifier and Type Method Description B2BCommentService<AbstractOrderModel>CheckForApproval. getB2bCommentService()Method parameters in de.hybris.platform.b2b.process.approval.actions with type arguments of type AbstractOrderModel Modifier and Type Method Description voidCheckForApproval. setB2bCommentService(B2BCommentService<AbstractOrderModel> b2bCommentService) -
Uses of AbstractOrderModel in de.hybris.platform.b2b.punchout.order
Methods in de.hybris.platform.b2b.punchout.order with parameters of type AbstractOrderModel Modifier and Type Method Description booleanPunchOutOrderRequiresCalculationStrategy. requiresCalculation(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.b2b.services
Classes in de.hybris.platform.b2b.services with type parameters of type AbstractOrderModel Modifier and Type Interface Description interfaceB2BCommentService<T extends AbstractOrderModel>A service aroundB2BCommentModelMethods in de.hybris.platform.b2b.services that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelB2BOrderService. getAbstractOrderForCode(java.lang.String code)Gets the order with a particularCODE.Methods in de.hybris.platform.b2b.services with parameters of type AbstractOrderModel Modifier and Type Method Description CartModelB2BCartService. createCartFromAbstractOrder(AbstractOrderModel order)Clones an order model into cart model by delegating toAbstractOrderService.clone(de.hybris.platform.core.model.type.ComposedTypeModel, de.hybris.platform.core.model.type.ComposedTypeModel, de.hybris.platform.core.model.order.AbstractOrderModel, String)java.util.Set<B2BMerchantCheckResultModel>B2BMerchantCheckService. evaluateMerchantChecks(AbstractOrderModel order, B2BCustomerModel customer)Evaluates the order for a customer to determine the merchant checks such as credit limits, order thresholds, budget limits.java.util.Set<P>B2BPermissionService. evaluatePermissions(AbstractOrderModel order, T employee, java.util.List<java.lang.Class<? extends B2BPermissionModel>> permissionTypes)Evaluate permissions of an order to determine if a violation has occurred and that an approver needs to intervene and approve/reject an order.java.util.Set<P>B2BPermissionService. findApproversForOpenPermissions(AbstractOrderModel order, T customer, java.util.Collection<P> openPermissions)Deprecated.As of hybris 4.4, replaced byB2BPermissionService.getApproversForOpenPermissions(AbstractOrderModel, UserModel, Collection)java.util.Set<P>B2BPermissionService. getApproversForOpenPermissions(AbstractOrderModel order, T customer, java.util.Collection<P> openPermissions)Get the approvers for an order's associated permissions with a status of OPEN.java.util.List<P>B2BPermissionService. getOpenPermissions(AbstractOrderModel order)Gets permissions with OPEN status.booleanB2BOrderService. hasItemDiscounts(AbstractOrderModel order)Checks for item discounts.booleanB2BOrderService. isQuoteAllowed(AbstractOrderModel source)Deprecated.Since 6.3.booleanB2BPermissionService. needsApproval(AbstractOrderModel order)Checks if the order requires approval by someone other than customer who placed the order. -
Uses of AbstractOrderModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelDefaultB2BOrderService. getAbstractOrderForCode(java.lang.String code)Methods in de.hybris.platform.b2b.services.impl that return types with arguments of type AbstractOrderModel Modifier and Type Method Description protected B2BCommentService<AbstractOrderModel>DefaultB2BPermissionService. getB2bCommentService()protected java.util.Set<PermissionEvaluateStrategy<B2BPermissionResultModel,AbstractOrderModel,B2BCustomerModel>>DefaultB2BPermissionService. getEvaluateStrategies()Methods in de.hybris.platform.b2b.services.impl with parameters of type AbstractOrderModel Modifier and Type Method Description voidDefaultB2BCommentService. addComment(AbstractOrderModel model, B2BCommentModel comment)protected java.util.Set<B2BPermissionResultModel>DefaultB2BPermissionService. checkPermissionsOfApprovers(AbstractOrderModel order, java.util.List<java.lang.Class<? extends B2BPermissionModel>> permissionsThatNeedApproval, java.util.List<B2BCustomerModel> allApprovers, java.lang.Boolean fastReturn)Checks the permissions of the approvers for an order.CartModelDefaultB2BCartService. createCartFromAbstractOrder(AbstractOrderModel order)java.util.Set<B2BMerchantCheckResultModel>DefaultB2BMerchantCheckService. evaluateMerchantChecks(AbstractOrderModel order, B2BCustomerModel customer)java.util.Set<B2BPermissionResultModel>DefaultB2BPermissionService. evaluatePermissions(AbstractOrderModel order, B2BCustomerModel employee, java.util.List<java.lang.Class<? extends B2BPermissionModel>> permissionTypes)java.util.Set<B2BPermissionResultModel>DefaultB2BPermissionService. findApproversForOpenPermissions(AbstractOrderModel order, B2BCustomerModel employee, java.util.Collection<B2BPermissionResultModel> openPermissions)Deprecated.As of hybris 4.4, replaced byDefaultB2BPermissionService.getApproversForOpenPermissions(AbstractOrderModel, B2BCustomerModel, Collection)java.util.Set<B2BPermissionResultModel>DefaultB2BPermissionService. getApproversForOpenPermissions(AbstractOrderModel order, B2BCustomerModel employee, java.util.Collection<B2BPermissionResultModel> openPermissions)java.util.List<B2BCommentModel>DefaultB2BCommentService. getB2BCommentsForUser(AbstractOrderModel model, UserModel user)java.util.List<B2BCommentModel>DefaultB2BCommentService. getComments(AbstractOrderModel model)java.util.List<B2BPermissionResultModel>DefaultB2BPermissionService. getOpenPermissions(AbstractOrderModel order)java.util.Set<B2BPermissionResultModel>DefaultB2BPermissionService. getOpenPermissonsForApprovers(AbstractOrderModel order, B2BCustomerModel employee, java.util.Collection<B2BPermissionResultModel> openPermissions, java.util.List<B2BCustomerModel> allApprovers)Get open permissions for approversprotected voidDefaultB2BPermissionService. handleError(AbstractOrderModel order)booleanDefaultB2BOrderService. hasItemDiscounts(AbstractOrderModel order)protected booleanDefaultB2BOrderService. isB2BContext(AbstractOrderModel order)booleanDefaultB2BOrderService. isQuoteAllowed(AbstractOrderModel source)Deprecated.Since 6.3.booleanDefaultB2BPermissionService. needsApproval(AbstractOrderModel order)Method parameters in de.hybris.platform.b2b.services.impl with type arguments of type AbstractOrderModel Modifier and Type Method Description voidDefaultB2BPermissionService. setB2bCommentService(B2BCommentService<AbstractOrderModel> b2bCommentService)voidDefaultB2BMerchantCheckService. setEvaluateStrategies(java.util.Set<EvaluateStrategy<B2BMerchantCheckResultModel,AbstractOrderModel,B2BCustomerModel>> evaluateStrategies)voidDefaultB2BPermissionService. setEvaluateStrategies(java.util.Set<PermissionEvaluateStrategy<B2BPermissionResultModel,AbstractOrderModel,B2BCustomerModel>> evaluateStrategies) -
Uses of AbstractOrderModel in de.hybris.platform.b2b.strategies
Methods in de.hybris.platform.b2b.strategies with parameters of type AbstractOrderModel Modifier and Type Method Description booleanQuoteEvaluationStrategy. isQuoteAllowed(AbstractOrderModel source)Deprecated. -
Uses of AbstractOrderModel in de.hybris.platform.b2b.strategies.impl
Methods in de.hybris.platform.b2b.strategies.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected booleanDefaultB2BBudgetExceededEvaluationStrategy. checkBudgetExceeded(AbstractOrderModel order)Check if the order has exceeded the active budget.B2BPermissionResultModelB2B2POEPermissionEvaluationStrategy. evaluate(AbstractOrderModel order, B2BCustomerModel employee)B2BPermissionResultModelDefaultB2BBudgetExceededEvaluationStrategy. evaluate(AbstractOrderModel order, B2BCustomerModel employee)1) Check if order would exceed budget of cost center 1.1) If it doesn't, fine, set permissionresult for this type to approved and exit 1.2) If it does, continue with 2 2) Check if user has BudgetExceeded permission 2.1) If he doesn't, continue with 3 2.2) If he does, fine, set permission result for this type to approved and exit 3) Set PermissionResult to Open and later processing has to find approverjava.util.Set<B2BMerchantCheckResultModel>DefaultB2BCreditLimitEvaluationStrategy. evaluate(AbstractOrderModel order, B2BCustomerModel customer)B2BPermissionResultModelDefaultB2BOrderThresholdEvaluationStrategy. evaluate(AbstractOrderModel order, B2BCustomerModel employee)B2BPermissionResultModelDefaultB2BOrderThresholdTimespanEvaluationStrategy. evaluate(AbstractOrderModel order, B2BCustomerModel employee)protected java.math.BigDecimalAbstractPermissionEvaluationStrategy. getOrderTotal(AbstractOrderModel order)PAbstractB2BOrderThresholdPermissionEvaluationStrategy. getPermissionToEvaluate(java.util.Set<P> permissions, AbstractOrderModel order)Gets the permission to evaluate.abstract java.util.Set<M>AbstractEvaluationStrategy. getTypesToEvaluate(B2BCustomerModel customer, AbstractOrderModel order)java.util.Set<P>AbstractPermissionEvaluationStrategy. getTypesToEvaluate(B2BCustomerModel user, AbstractOrderModel order)java.util.Set<B2BPermissionModel>B2B2POEPermissionEvaluationStrategy. getTypesToEvaluate(B2BCustomerModel user, AbstractOrderModel order)java.util.Set<B2BCreditLimitModel>DefaultB2BCreditLimitEvaluationStrategy. getTypesToEvaluate(B2BCustomerModel customer, AbstractOrderModel order)protected booleanDefaultB2BPlaceOrderStrategy. isB2BContext(AbstractOrderModel order)Deprecated.booleanDefaultB2BQuoteEvaluationStrategy. isQuoteAllowed(AbstractOrderModel source)Deprecated. -
Uses of AbstractOrderModel in de.hybris.platform.b2bacceleratorfacades.order.converters.populator
Methods in de.hybris.platform.b2bacceleratorfacades.order.converters.populator that return types with arguments of type AbstractOrderModel Modifier and Type Method Description protected Populator<AbstractOrderModel,AbstractOrderData>GroupCartModificationListPopulator. getGroupOrderEntryPopulator()Deprecated.Methods in de.hybris.platform.b2bacceleratorfacades.order.converters.populator with parameters of type AbstractOrderModel Modifier and Type Method Description voidGroupCartModificationListPopulator. populate(AbstractOrderModel abstractOrderModel, java.util.List<CartModificationData> cartModificationDataList)Deprecated.voidGroupOrderEntryPopulator. populate(AbstractOrderModel source, AbstractOrderData target)Deprecated.Method parameters in de.hybris.platform.b2bacceleratorfacades.order.converters.populator with type arguments of type AbstractOrderModel Modifier and Type Method Description voidGroupCartModificationListPopulator. setGroupOrderEntryPopulator(Populator<AbstractOrderModel,AbstractOrderData> groupOrderEntryPopulator)Deprecated. -
Uses of AbstractOrderModel in de.hybris.platform.b2bacceleratorfacades.order.impl
Methods in de.hybris.platform.b2bacceleratorfacades.order.impl with type parameters of type AbstractOrderModel Modifier and Type Method Description protected <T extends AbstractOrderModel>
TDefaultCheckoutFacade. getAbstractOrderForCode(java.lang.String code)Deprecated.Methods in de.hybris.platform.b2bacceleratorfacades.order.impl that return types with arguments of type AbstractOrderModel Modifier and Type Method Description protected GenericDao<AbstractOrderModel>DefaultB2BCheckoutFacade. getAbstractOrderGenericDao()protected GenericDao<AbstractOrderModel>DefaultCheckoutFacade. getAbstractOrderGenericDao()Deprecated.protected B2BCommentService<AbstractOrderModel>DefaultB2BCheckoutFacade. getB2bCommentService()protected B2BCommentService<AbstractOrderModel>DefaultB2BOrderFacade. getB2bCommentService()protected B2BCommentService<AbstractOrderModel>DefaultCheckoutFacade. getB2bCommentService()Deprecated.Converter<AbstractOrderModel,java.util.List<CartModificationData>>DefaultB2BCartFacade. getGroupCartModificationListConverter()Methods in de.hybris.platform.b2bacceleratorfacades.order.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected voidDefaultB2BOrderFacade. setB2BComment(java.lang.String comment, AbstractOrderModel order)Method parameters in de.hybris.platform.b2bacceleratorfacades.order.impl with type arguments of type AbstractOrderModel Modifier and Type Method Description voidDefaultB2BCheckoutFacade. setAbstractOrderGenericDao(GenericDao<AbstractOrderModel> abstractOrderGenericDao)voidDefaultCheckoutFacade. setAbstractOrderGenericDao(GenericDao<AbstractOrderModel> abstractOrderGenericDao)Deprecated.voidDefaultB2BCheckoutFacade. setB2bCommentService(B2BCommentService<AbstractOrderModel> b2bCommentService)voidDefaultB2BOrderFacade. setB2bCommentService(B2BCommentService<AbstractOrderModel> b2bCommentService)voidDefaultCheckoutFacade. setB2bCommentService(B2BCommentService<AbstractOrderModel> b2bCommentService)Deprecated.voidDefaultB2BCartFacade. setGroupCartModificationListConverter(Converter<AbstractOrderModel,java.util.List<CartModificationData>> groupCartModificationListConverter) -
Uses of AbstractOrderModel in de.hybris.platform.b2bacceleratorservices.strategies.impl
Methods in de.hybris.platform.b2bacceleratorservices.strategies.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected B2BCostCenterModelDefaultB2BDeliveryAddressesLookupStrategy. getCostCenterForOrder(AbstractOrderModel abstractOrderModel)java.util.List<AddressModel>DefaultB2BDeliveryAddressesLookupStrategy. getDeliveryAddressesForOrder(AbstractOrderModel abstractOrder, boolean visibleAddressesOnly) -
Uses of AbstractOrderModel in de.hybris.platform.basecommerce.model
Subclasses of AbstractOrderModel in de.hybris.platform.basecommerce.model Modifier and Type Class Description classMultiAddressInMemoryCartModelGenerated model class for type MultiAddressInMemoryCart first defined at extension basecommerce. -
Uses of AbstractOrderModel in de.hybris.platform.chineselogisticservices.delivery.dao
Methods in de.hybris.platform.chineselogisticservices.delivery.dao with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.Collection<DeliveryModeModel>C2LItemZoneDeliveryModeDao. findDeliveryModesByC2LItem(C2LItemModel c2LItem, AbstractOrderModel order)Getting DeliveryModes by C2LItemZoneDeliveryModeValueModelC2LItemZoneDeliveryModeValueDao. findDeliveryModeValueByC2LItem(C2LItemModel c2LItem, AbstractOrderModel order, DeliveryModeModel deliveryMode)Getting DeliveryModeValue by C2LItem -
Uses of AbstractOrderModel in de.hybris.platform.chineselogisticservices.delivery.dao.impl
Methods in de.hybris.platform.chineselogisticservices.delivery.dao.impl with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.Collection<DeliveryModeModel>ChineseC2LItemZoneDeliveryModeDao. findDeliveryModesByC2LItem(C2LItemModel c2LItem, AbstractOrderModel abstractOrder)ZoneDeliveryModeValueModelChineseC2LItemZoneDeliveryModeValueDao. findDeliveryModeValueByC2LItem(C2LItemModel c2lItem, AbstractOrderModel order, DeliveryModeModel deliveryMode) -
Uses of AbstractOrderModel in de.hybris.platform.chineselogisticservices.delivery.impl
Methods in de.hybris.platform.chineselogisticservices.delivery.impl with parameters of type AbstractOrderModel Modifier and Type Method Description PriceValueChineseDeliveryService. getCost(AbstractOrderModel order, DeliveryModeModel deliveryMode, C2LItemModel c2LItem)Get the cost of a given order with specific delivery modePriceValueChineseDeliveryService. getDeliveryCostForDeliveryModeAndAbstractOrder(DeliveryModeModel deliveryMode, AbstractOrderModel abstractOrder) -
Uses of AbstractOrderModel in de.hybris.platform.chineselogisticservices.strategies.impl
Methods in de.hybris.platform.chineselogisticservices.strategies.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected java.util.List<DeliveryModeModel>ChineseDeliveryModeLookupStrategy. findDeliveryModeByAddress(AbstractOrderModel abstractOrderModel, AddressModel deliveryAddress)protected java.util.List<DeliveryModeModel>ChineseDeliveryModeLookupStrategy. findDeliveryModeByC2LItem(AbstractOrderModel abstractOrderModel, C2LItemModel c2LItem)PriceValueChineseFindDeliveryCostStrategy. getDeliveryCost(AbstractOrderModel order)protected PriceValueChineseSLFindDeliveryCostStrategy. getDeliveryCostValue(AbstractOrderModel order)java.util.List<DeliveryModeModel>ChineseDeliveryModeLookupStrategy. getSelectableDeliveryModesForOrder(AbstractOrderModel abstractOrderModel) -
Uses of AbstractOrderModel in de.hybris.platform.chinesepaymentservices.order.dao
Methods in de.hybris.platform.chinesepaymentservices.order.dao that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelChineseOrderDao. findOrderByCode(java.lang.String orderCode)Finding the order by codeMethods in de.hybris.platform.chinesepaymentservices.order.dao that return types with arguments of type AbstractOrderModel Modifier and Type Method Description java.util.List<AbstractOrderModel>ChineseOrderDao. findUnpaidOrders(long millisecond)Finding the orders which are not paid for X milliseconds. -
Uses of AbstractOrderModel in de.hybris.platform.chinesepaymentservices.order.dao.impl
Methods in de.hybris.platform.chinesepaymentservices.order.dao.impl that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelDefaultChineseOrderDao. findOrderByCode(java.lang.String orderCode)Methods in de.hybris.platform.chinesepaymentservices.order.dao.impl that return types with arguments of type AbstractOrderModel Modifier and Type Method Description java.util.List<AbstractOrderModel>DefaultChineseOrderDao. findUnpaidOrders(long millisecond) -
Uses of AbstractOrderModel in de.hybris.platform.commercefacades.order.converters.populator
Classes in de.hybris.platform.commercefacades.order.converters.populator with type parameters of type AbstractOrderModel Modifier and Type Class Description classAbstractOrderPopulator<SOURCE extends AbstractOrderModel,TARGET extends AbstractOrderData>Abstract class for order converters.classGroupOrderEntryPopulator<S extends AbstractOrderModel,T extends AbstractOrderData>Groups multipleOrderEntryDataas one entry in aAbstractOrderDatabased on the multidimensional variants that share the same base product.Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type AbstractOrderModel Modifier and Type Method Description protected Converter<AbstractOrderModel,AbstractOrderData>GroupCartModificationListPopulator. getGroupOrderEntryConverter()Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type AbstractOrderModel Modifier and Type Method Description protected voidAbstractOrderPopulator. addComments(AbstractOrderModel source, AbstractOrderData prototype)protected voidAbstractOrderPopulator. addCommon(AbstractOrderModel source, AbstractOrderData prototype)protected voidAbstractOrderPopulator. addDeliveryAddress(AbstractOrderModel source, AbstractOrderData prototype)protected voidAbstractOrderPopulator. addDeliveryMethod(AbstractOrderModel source, AbstractOrderData prototype)protected voidAbstractOrderPopulator. addEntries(AbstractOrderModel source, AbstractOrderData prototype)protected voidAbstractOrderPopulator. addEntryGroups(AbstractOrderModel source, AbstractOrderData target)protected voidAbstractOrderPopulator. addPaymentInformation(AbstractOrderModel source, AbstractOrderData prototype)protected voidAbstractOrderPopulator. addPrincipalInformation(AbstractOrderModel source, AbstractOrderData target)protected voidAbstractOrderPopulator. addPromotions(AbstractOrderModel source, AbstractOrderData prototype)protected voidAbstractOrderPopulator. addPromotions(AbstractOrderModel source, PromotionOrderResults promoOrderResults, AbstractOrderData prototype)protected voidCartPopulator. addPromotions(AbstractOrderModel source, PromotionOrderResults promoOrderResults, AbstractOrderData target)protected voidAbstractOrderPopulator. addTotals(AbstractOrderModel source, AbstractOrderData prototype)protected java.lang.IntegerAbstractOrderPopulator. calcTotalItems(AbstractOrderModel source)protected java.lang.IntegerAbstractOrderPopulator. calcTotalUnitCount(AbstractOrderModel source)protected java.lang.DoubleAbstractOrderPopulator. calcTotalWithTax(AbstractOrderModel source)protected java.lang.DoubleOrderEntryGroupPopulator. calcTotalWithTax(AbstractOrderModel source)protected PriceDataAbstractOrderPopulator. createPrice(AbstractOrderModel source, java.lang.Double val)protected doubleAbstractOrderPopulator. getOrderDiscountsAmount(AbstractOrderModel source)protected doubleAbstractOrderPopulator. getProductsDiscountsAmount(AbstractOrderModel source)protected doubleAbstractOrderPopulator. getQuoteDiscountsAmount(AbstractOrderModel source)protected org.apache.commons.lang3.tuple.Pair<DiscountType,java.lang.Double>AbstractOrderPopulator. getQuoteDiscountsTypeAndRate(AbstractOrderModel source)protected javax.ws.rs.core.MultivaluedMap<java.lang.Integer,OrderEntryData>AbstractOrderPopulator. mapGroupIdToEntryData(AbstractOrderModel source, AbstractOrderData target)voidDeliveryOrderEntryGroupPopulator. populate(AbstractOrderModel source, AbstractOrderData target)voidGroupCartModificationListPopulator. populate(AbstractOrderModel abstractOrderModel, java.util.List<CartModificationData> cartModificationDataList)voidGroupOrderEntryPopulator. populate(AbstractOrderModel source, AbstractOrderData target)voidOrderEntryGroupPopulator. populate(AbstractOrderModel source, AbstractOrderData target)voidPickupOrderEntryGroupPopulator. populate(AbstractOrderModel source, AbstractOrderData target)longOrderEntryGroupPopulator. sumDeliveryItemsQuantity(AbstractOrderModel source)longOrderEntryGroupPopulator. sumPickupItemsQuantity(AbstractOrderModel source)Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type AbstractOrderModel Modifier and Type Method Description voidGroupCartModificationListPopulator. setGroupOrderEntryConverter(Converter<AbstractOrderModel,AbstractOrderData> groupOrderEntryConverter) -
Uses of AbstractOrderModel in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type AbstractOrderModel Modifier and Type Method Description Converter<AbstractOrderModel,java.util.List<CartModificationData>>DefaultCartFacade. getGroupCartModificationListConverter()Methods in de.hybris.platform.commercefacades.order.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected AbstractOrderEntryModelDefaultQuoteFacade. getEntryForEntryNumber(AbstractOrderModel order, int number)Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type AbstractOrderModel Modifier and Type Method Description voidDefaultCartFacade. setGroupCartModificationListConverter(Converter<AbstractOrderModel,java.util.List<CartModificationData>> groupCartModificationListConverter) -
Uses of AbstractOrderModel in de.hybris.platform.commercefacades.voucher.converters.populator
Methods in de.hybris.platform.commercefacades.voucher.converters.populator with parameters of type AbstractOrderModel Modifier and Type Method Description voidOrderAppliedVouchersPopulator. populate(AbstractOrderModel source, AbstractOrderData target)voidVoucherAppliedValuePopulator. populate(AbstractOrderModel source, VoucherData target) -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.delivery
Methods in de.hybris.platform.commerceservices.delivery with parameters of type AbstractOrderModel Modifier and Type Method Description PriceValueDeliveryService. getDeliveryCostForDeliveryModeAndAbstractOrder(DeliveryModeModel deliveryMode, AbstractOrderModel abstractOrder)Get the delivery cost of the given delivery mode for the given cart or order.java.util.List<CountryModel>DeliveryService. getDeliveryCountriesForOrder(AbstractOrderModel abstractOrder)Get the supported delivery countries.java.util.List<AddressModel>DeliveryService. getSupportedDeliveryAddressesForOrder(AbstractOrderModel abstractOrder, boolean visibleAddressesOnly)Get the list of supported delivery addresses.java.util.List<DeliveryModeModel>DeliveryService. getSupportedDeliveryModeListForOrder(AbstractOrderModel abstractOrder)Get the supported delivery modes for the abstract order.java.util.Collection<DeliveryModeModel>DeliveryService. getSupportedDeliveryModesForOrder(AbstractOrderModel abstractOrder)Deprecated.Since 5.0.ZoneDeliveryModeValueModelDeliveryService. getZoneDeliveryModeValueForAbstractOrder(ZoneDeliveryModeModel deliveryMode, AbstractOrderModel abstractOrder)Deprecated.Since 5.0. -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.delivery.dao
Methods in de.hybris.platform.commerceservices.delivery.dao with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.Collection<DeliveryModeModel>CountryZoneDeliveryModeDao. findDeliveryModes(AbstractOrderModel order)Find the delivery modes for the delivery country, currency, net flag and store.java.util.List<DeliveryModeModel>PickupDeliveryModeDao. findPickupDeliveryModesForAbstractOrder(AbstractOrderModel abstractOrder) -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.delivery.dao.impl
Methods in de.hybris.platform.commerceservices.delivery.dao.impl with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.Collection<DeliveryModeModel>DefaultCountryZoneDeliveryModeDao. findDeliveryModes(AbstractOrderModel abstractOrder)java.util.List<DeliveryModeModel>DefaultPickupDeliveryModeDao. findPickupDeliveryModesForAbstractOrder(AbstractOrderModel abstractOrder) -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.delivery.impl
Methods in de.hybris.platform.commerceservices.delivery.impl with parameters of type AbstractOrderModel Modifier and Type Method Description PriceValueDefaultDeliveryService. getDeliveryCostForDeliveryModeAndAbstractOrder(DeliveryModeModel deliveryMode, AbstractOrderModel abstractOrder)java.util.List<CountryModel>DefaultDeliveryService. getDeliveryCountriesForOrder(AbstractOrderModel abstractOrder)Default implementation ignores a givenAbstractOrderModelinformations.java.util.List<AddressModel>DefaultDeliveryService. getSupportedDeliveryAddressesForOrder(AbstractOrderModel abstractOrder, boolean visibleAddressesOnly)java.util.List<DeliveryModeModel>DefaultDeliveryService. getSupportedDeliveryModeListForOrder(AbstractOrderModel abstractOrder)java.util.Collection<DeliveryModeModel>DefaultDeliveryService. getSupportedDeliveryModesForOrder(AbstractOrderModel abstractOrder)Deprecated.Since 5.0.ZoneDeliveryModeValueModelDefaultDeliveryService. getZoneDeliveryModeValueForAbstractOrder(ZoneDeliveryModeModel deliveryMode, AbstractOrderModel abstractOrder)Deprecated.Since 5.0.protected voidDefaultDeliveryService. sortDeliveryModes(java.util.List<DeliveryModeModel> deliveryModeModels, AbstractOrderModel abstractOrder)Constructors in de.hybris.platform.commerceservices.delivery.impl with parameters of type AbstractOrderModel Constructor Description DeliveryModeCostComparator(DeliveryService deliveryService, AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.externaltax
Methods in de.hybris.platform.commerceservices.externaltax with parameters of type AbstractOrderModel Modifier and Type Method Description ExternalTaxDocumentCalculateExternalTaxesStrategy. calculateExternalTaxes(AbstractOrderModel abstractOrder)Calculate external taxes for the order.booleanExternalTaxesService. calculateExternalTaxes(AbstractOrderModel abstractOrder)Calculate the taxes for order via an external serviceAddressModelDeliveryFromAddressStrategy. getDeliveryFromAddressForOrder(AbstractOrderModel orderModel)java.lang.StringTaxAreaLookupStrategy. getTaxAreaForOrder(AbstractOrderModel orderModel)java.lang.StringTaxCodeStrategy. getTaxCodeForCodeAndOrder(java.lang.String code, AbstractOrderModel order)booleanRecalculateExternalTaxesStrategy. recalculate(AbstractOrderModel abstractOrderModel)booleanDecideExternalTaxesStrategy. shouldCalculateExternalTaxes(AbstractOrderModel abstractOrder) -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.externaltax.impl
Methods in de.hybris.platform.commerceservices.externaltax.impl with parameters of type AbstractOrderModel Modifier and Type Method Description ExternalTaxDocumentDefaultCalculateExternalTaxesFallbackStrategy. calculateExternalTaxes(AbstractOrderModel abstractOrder)ExternalTaxDocumentDefaultCalculateExternalTaxesStrategy. calculateExternalTaxes(AbstractOrderModel abstractOrder)Default implementation to return an empty tax document.booleanDefaultExternalTaxesService. calculateExternalTaxes(AbstractOrderModel abstractOrder)protected voidDefaultExternalTaxesService. clearTaxValues(AbstractOrderModel abstractOrder)Resets all the tax values for order and its entriesAddressModelDefaultDeliveryFromAddressStrategy. getDeliveryFromAddressForOrder(AbstractOrderModel model)protected ExternalTaxDocumentDefaultExternalTaxesService. getSessionExternalTaxDocument(AbstractOrderModel abstractOrder)java.lang.StringDefaultTaxAreaLookupStrategy. getTaxAreaForOrder(AbstractOrderModel orderModel)java.lang.StringDefaultTaxCodeStrategy. getTaxCodeForCodeAndOrder(java.lang.String code, AbstractOrderModel order)protected booleanDefaultDeliveryFromAddressStrategy. hasOnlyShippingItems(AbstractOrderModel orderModel)protected booleanDefaultTaxCodeStrategy. isExternalTaxEnabled(AbstractOrderModel order)booleanDefaultRecalculateExternalTaxesStrategy. recalculate(AbstractOrderModel abstractOrderModel)Base implementation to generate the hash if not existing and compare if it does.protected voidDefaultExternalTaxesService. saveOrder(AbstractOrderModel abstractOrder)protected voidDefaultExternalTaxesService. setCalculatedStatus(AbstractOrderModel order)booleanDefaultDecideExternalTaxesStrategy. shouldCalculateExternalTaxes(AbstractOrderModel abstractOrder)Return false to be overridden in specific application -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.impersonation
Methods in de.hybris.platform.commerceservices.impersonation that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelImpersonationContext. getOrder()Methods in de.hybris.platform.commerceservices.impersonation with parameters of type AbstractOrderModel Modifier and Type Method Description voidImpersonationContext. setOrder(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.model.promotions
Methods in de.hybris.platform.commerceservices.model.promotions that return types with arguments of type AbstractOrderModel Modifier and Type Method Description java.util.Collection<AbstractOrderModel>PromotionOrderRestrictionModel. getOrders()Generated method - Getter of thePromotionOrderRestriction.ordersattribute defined at extensioncommerceservices.Method parameters in de.hybris.platform.commerceservices.model.promotions with type arguments of type AbstractOrderModel Modifier and Type Method Description voidPromotionOrderRestrictionModel. setOrders(java.util.Collection<AbstractOrderModel> value)Generated method - Setter ofPromotionOrderRestriction.ordersattribute defined at extensioncommerceservices. -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order with parameters of type AbstractOrderModel Modifier and Type Method Description voidCommerceQuoteService. applyQuoteDiscount(AbstractOrderModel abstractOrderModel, UserModel userModel, java.lang.Double discountRate, DiscountType discountType)Applies a quote specific discount to abstract order model given the discount rate and discount type.java.lang.StringCommerceCartHashCalculationStrategy. buildHashForAbstractOrder(AbstractOrderModel abstractOrderModel, java.util.List<java.lang.String> additionalValues)Deprecated.Since 5.2.java.util.List<DiscountValue>OrderQuoteDiscountValuesAccessor. getQuoteDiscountValues(AbstractOrderModel order)Returns a list quote specific discounts for the given order.voidOrderQuoteDiscountValuesAccessor. setQuoteDiscountValues(AbstractOrderModel order, java.util.List<DiscountValue> discountValues)Sets quote specific discount values for the given order and sets the order's calculated flag to false. -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.order.impl
Methods in de.hybris.platform.commerceservices.order.impl with parameters of type AbstractOrderModel Modifier and Type Method Description voidDefaultCommerceQuoteService. applyQuoteDiscount(AbstractOrderModel abstractOrderModel, UserModel userModel, java.lang.Double discountRate, DiscountType discountType)java.lang.StringDefaultCommerceCartHashCalculationStrategy. buildHashForAbstractOrder(AbstractOrderModel abstractOrderModel, java.util.List<java.lang.String> additionalValues)Deprecated.Since 5.2.protected AbstractOrderEntryModelAbstractCommerceCartStrategy. getEntryForNumber(AbstractOrderModel order, int number)java.util.List<DiscountValue>DefaultOrderQuoteDiscountValuesAccessor. getQuoteDiscountValues(AbstractOrderModel order)voidDefaultOrderQuoteDiscountValuesAccessor. setQuoteDiscountValues(AbstractOrderModel order, java.util.List<DiscountValue> discountValues)protected voidDefaultCommerceQuoteService. validateDiscountRate(java.lang.Double discountRate, DiscountType discountType, AbstractOrderModel abstractOrderModel) -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.order.strategies
Methods in de.hybris.platform.commerceservices.order.strategies with parameters of type AbstractOrderModel Modifier and Type Method Description booleanQuoteCartValidationStrategy. validate(AbstractOrderModel order1, AbstractOrderModel order2)Verifies that there are no differences in
1) Total Price
2) Total Discounts
3) Order Entries and Quantities
for the given abstract orders. -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.order.strategies.impl
Methods in de.hybris.platform.commerceservices.order.strategies.impl with parameters of type AbstractOrderModel Modifier and Type Method Description booleanDefaultQuoteCartValidationStrategy. validate(AbstractOrderModel source, AbstractOrderModel target) -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.promotion
Methods in de.hybris.platform.commerceservices.promotion with parameters of type AbstractOrderModel Modifier and Type Method Description voidCommercePromotionRestrictionService. addOrderToRestriction(PromotionOrderRestrictionModel restriction, AbstractOrderModel order)Adds unique order toPromotionOrderRestrictionModelvoidCommercePromotionRestrictionService. removeOrderFromRestriction(PromotionOrderRestrictionModel restriction, AbstractOrderModel order)Removes order fromPromotionOrderRestrictionModel -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.promotion.impl
Fields in de.hybris.platform.commerceservices.promotion.impl declared as AbstractOrderModel Modifier and Type Field Description protected AbstractOrderModelDefaultCommercePromotionGroupStrategyTest. abstractOrderprotected AbstractOrderModelDefaultCommercePromotionRestrictionServiceTest. abstractOrderModelMethods in de.hybris.platform.commerceservices.promotion.impl with parameters of type AbstractOrderModel Modifier and Type Method Description voidDefaultCommercePromotionRestrictionService. addOrderToRestriction(PromotionOrderRestrictionModel restriction, AbstractOrderModel order)PromotionGroupModelDefaultCommercePromotionGroupStrategy. getDefaultPromotionGroup(AbstractOrderModel order)protected booleanDefaultCommercePromotionRestrictionService. isOrderInRestriction(PromotionOrderRestrictionModel restriction, AbstractOrderModel order)voidDefaultCommercePromotionRestrictionService. removeOrderFromRestriction(PromotionOrderRestrictionModel restriction, AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.service.data
Methods in de.hybris.platform.commerceservices.service.data that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelCommerceOrderParameter. getOrder()Methods in de.hybris.platform.commerceservices.service.data with parameters of type AbstractOrderModel Modifier and Type Method Description voidCommerceOrderParameter. setOrder(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.strategies
Methods in de.hybris.platform.commerceservices.strategies with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<AddressModel>DeliveryAddressesLookupStrategy. getDeliveryAddressesForOrder(AbstractOrderModel abstractOrder, boolean visibleAddressesOnly)Gets the list of delivery addresses for an orderjava.util.List<DeliveryModeModel>DeliveryModeLookupStrategy. getSelectableDeliveryModesForOrder(AbstractOrderModel abstractOrderModel)Gets the list of delivery modes for given order/cart -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.strategies.impl
Methods in de.hybris.platform.commerceservices.strategies.impl with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<AddressModel>DefaultDeliveryAddressesLookupStrategy. getDeliveryAddressesForOrder(AbstractOrderModel abstractOrder, boolean visibleAddressesOnly)java.util.List<DeliveryModeModel>DefaultDeliveryModeLookupStrategy. getSelectableDeliveryModesForOrder(AbstractOrderModel abstractOrderModel)protected booleanDefaultDeliveryModeLookupStrategy. isPickUpOnlyOrder(AbstractOrderModel abstractOrderModel) -
Uses of AbstractOrderModel in de.hybris.platform.commerceservices.util
Methods in de.hybris.platform.commerceservices.util with parameters of type AbstractOrderModel Modifier and Type Method Description static CommerceCommentParameterCommerceCommentUtils. buildQuoteCommentParameter(AbstractOrderModel order, UserModel author, java.lang.String text)Build aCommerceCommentParameterforQuoteModelcomments.java.util.List<DiscountValue>CommerceQuoteUtils. removeExistingQuoteDiscount(AbstractOrderModel abstractOrderModel)Remove existing quote discounts fromAbstractOrderModel -
Uses of AbstractOrderModel in de.hybris.platform.configurablebundlefacades.order.converters.populator
Classes in de.hybris.platform.configurablebundlefacades.order.converters.populator with type parameters of type AbstractOrderModel Modifier and Type Class Description classAbstractBundleOrderPopulator<SOURCE extends AbstractOrderModel,TARGET extends AbstractOrderData>Deprecated, for removal: This API element is subject to removal in a future version.since 1905: The comparator compares only deprecated fields, so it is deprecated, too.Methods in de.hybris.platform.configurablebundlefacades.order.converters.populator with parameters of type AbstractOrderModel Modifier and Type Method Description protected voidBundleCommerceCartPopulator. addPromotions(AbstractOrderModel source, AbstractOrderData target)protected voidBundleCommerceCartPopulator. addPromotions(AbstractOrderModel source, PromotionOrderResults promoOrderResults, AbstractOrderData target) -
Uses of AbstractOrderModel in de.hybris.platform.configurablebundlefacades.order.impl
Methods in de.hybris.platform.configurablebundlefacades.order.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected java.lang.IntegerDefaultBundleCommerceCartFacade. getEntryGroupNumber(AbstractOrderModel cartModel, int bundleNo, java.lang.String bundleTemplateId)Deprecated, for removal: This API element is subject to removal in a future version.since 1905 -
Uses of AbstractOrderModel in de.hybris.platform.configurablebundleservices.bundle
Classes in de.hybris.platform.configurablebundleservices.bundle with type parameters of type AbstractOrderModel Modifier and Type Interface Description interfaceAbstractBundleComponentEditableChecker<O extends AbstractOrderModel>Checks if a bundle component (BundleTemplateModel) can be editedMethods in de.hybris.platform.configurablebundleservices.bundle with parameters of type AbstractOrderModel Modifier and Type Method Description EntryGroupBundleTemplateService. createBundleTree(BundleTemplateModel bundleTemplate, AbstractOrderModel order)Creates entry group tree reflecting the structure of a bundle template and add the tree to the given order.EntryGroupBundleTemplateService. getBundleEntryGroup(AbstractOrderModel order, java.util.Set<java.lang.Integer> entryGroupNumbers)For given Set of entry group numbers find the one which id is of typeCONFIGURABLEBUNDLEin given order.java.util.List<DisableProductBundleRuleModel>BundleRuleService. getDisableProductBundleRules(ProductModel product, EntryGroup entryGroup, AbstractOrderModel order)DisableProductBundleRuleModelBundleRuleService. getDisableRuleForBundleProduct(AbstractOrderModel masterAbstractOrder, ProductModel product, EntryGroup entryGroup, boolean ignoreCurrentProducts)Returns aDisableProductBundleRuleModelvalid for the givenproductignoring productsignoreProductsin the cart. -
Uses of AbstractOrderModel in de.hybris.platform.configurablebundleservices.bundle.impl
Classes in de.hybris.platform.configurablebundleservices.bundle.impl with type parameters of type AbstractOrderModel Modifier and Type Class Description classAutoPickBundleComponentEditableChecker<O extends AbstractOrderModel>Extended implementation ofAbstractBundleComponentEditableChecker, which supports autopick components.classDefaultAbstractBundleComponentEditableChecker<O extends AbstractOrderModel>Default implementation of theAbstractBundleComponentEditableCheckerMethods in de.hybris.platform.configurablebundleservices.bundle.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected voidDefaultBundleTemplateService. addGroupNumbers(java.util.List<EntryGroup> bundleEntryGroups, AbstractOrderModel order)protected voidDefaultBundleTemplateService. addTreeToOrder(AbstractOrderModel order, EntryGroup rootGroup)EntryGroupDefaultBundleTemplateService. createBundleTree(BundleTemplateModel bundleTemplate, AbstractOrderModel order)EntryGroupDefaultBundleTemplateService. getBundleEntryGroup(AbstractOrderModel order, java.util.Set<java.lang.Integer> entryGroupNumbers)protected java.util.Set<ProductModel>DefaultBundleCommerceRuleService. getCartProductsInSameBundle(AbstractOrderModel order, ProductModel product, EntryGroup bundleEntryGroup)Returns a list of of products that belong to the same bundle entry group in the given multi-cart as the givenproductjava.util.List<DisableProductBundleRuleModel>DefaultBundleCommerceRuleService. getDisableProductBundleRules(ProductModel product, EntryGroup entryGroup, AbstractOrderModel order)DisableProductBundleRuleModelDefaultBundleCommerceRuleService. getDisableRuleForBundleProduct(AbstractOrderModel masterAbstractOrder, ProductModel product, EntryGroup entryGroup, boolean ignoreCurrentProducts)protected java.util.Set<java.lang.Integer>DefaultAbstractBundleComponentEditableChecker. getPopulatedGroupNumbers(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.configurablebundleservices.daos
Classes in de.hybris.platform.configurablebundleservices.daos with type parameters of type AbstractOrderModel Modifier and Type Interface Description interfaceOrderEntryDao<O extends AbstractOrderModel,E extends AbstractOrderEntryModel>Deprecated, for removal: This API element is subject to removal in a future version.since 1905.Methods in de.hybris.platform.configurablebundleservices.daos with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<BundleTemplateModel>BundleTemplateDao. findTemplatesByMasterOrderAndBundleNo(AbstractOrderModel masterAbstractOrder, int bundleNo)Deprecated, for removal: This API element is subject to removal in a future version.since 1905, use EntryGroup#groupNumber -
Uses of AbstractOrderModel in de.hybris.platform.configurablebundleservices.daos.impl
Classes in de.hybris.platform.configurablebundleservices.daos.impl with type parameters of type AbstractOrderModel Modifier and Type Class Description classAbstractOrderEntryDao<O extends AbstractOrderModel,E extends AbstractOrderEntryModel>Deprecated, for removal: This API element is subject to removal in a future version.since 1905.Methods in de.hybris.platform.configurablebundleservices.daos.impl with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<BundleTemplateModel>DefaultBundleTemplateDao. findTemplatesByMasterOrderAndBundleNo(AbstractOrderModel masterAbstractOrder, int bundleNo) -
Uses of AbstractOrderModel in de.hybris.platform.configurablebundleservices.order
Methods in de.hybris.platform.configurablebundleservices.order that return types with arguments of type AbstractOrderModel Modifier and Type Method Description protected AbstractBundleComponentEditableChecker<AbstractOrderModel>BundleCartValidator. getBundleComponentEditableChecker()Methods in de.hybris.platform.configurablebundleservices.order with parameters of type AbstractOrderModel Modifier and Type Method Description protected booleanBundleCartValidator. areSelectionCriteriaSatisfied(AbstractOrderModel order, java.lang.Integer groupNumber, BundleTemplateModel bundleTemplate)protected java.lang.LongBundleCartValidator. getEntryGroupItemsQuantity(AbstractOrderModel order, java.lang.Integer bundleEntryGroupNumber)protected voidBundleCartValidator. updateEntryGroupErroneousStatus(AbstractOrderModel order, EntryGroup bundleEntryGroup, java.util.concurrent.atomic.AtomicBoolean changed)booleanBundleCartValidator. updateErroneousGroups(java.util.List<EntryGroup> groups, AbstractOrderModel order)Updateserroneousflag of entries inorderaccording to current state of bundle.Method parameters in de.hybris.platform.configurablebundleservices.order with type arguments of type AbstractOrderModel Modifier and Type Method Description voidBundleCartValidator. setBundleComponentEditableChecker(AbstractBundleComponentEditableChecker<AbstractOrderModel> bundleComponentEditableChecker) -
Uses of AbstractOrderModel in de.hybris.platform.configurablebundleservices.order.hook
Methods in de.hybris.platform.configurablebundleservices.order.hook with parameters of type AbstractOrderModel Modifier and Type Method Description protected java.util.List<AbstractOrderEntryModel>BundleAddToCartMethodHook. getBundleEntries(AbstractOrderModel cart, java.util.Collection<java.lang.Integer> entryGroupNumbers)Collects all entries of a bundle. -
Uses of AbstractOrderModel in de.hybris.platform.core.model.order
Subclasses of AbstractOrderModel in de.hybris.platform.core.model.order Modifier and Type Class Description classCartModelGenerated model class for type Cart first defined at extension core.classOrderModelGenerated model class for type Order first defined at extension core.classQuoteModelGenerated model class for type Quote first defined at extension core.Methods in de.hybris.platform.core.model.order that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelAbstractOrderEntryModel. getOrder()Generated method - Getter of theAbstractOrderEntry.orderattribute defined at extensioncore.AbstractOrderModelAbstractOrderModel. getParent()Generated method - Getter of theAbstractOrder.parentattribute defined at extensionsubscriptionservices.Methods in de.hybris.platform.core.model.order that return types with arguments of type AbstractOrderModel Modifier and Type Method Description java.util.Collection<AbstractOrderModel>AbstractOrderModel. getChildren()Generated method - Getter of theAbstractOrder.childrenattribute defined at extensionsubscriptionservices.Methods in de.hybris.platform.core.model.order with parameters of type AbstractOrderModel Modifier and Type Method Description voidAbstractOrderEntryModel. setOrder(AbstractOrderModel value)Generated method - Setter ofAbstractOrderEntry.orderattribute defined at extensioncore.voidCartEntryModel. setOrder(AbstractOrderModel value)Generated method - Initial setter ofAbstractOrderEntry.orderattribute defined at extensioncoreand redeclared at extensioncore.voidOrderEntryModel. setOrder(AbstractOrderModel value)Generated method - Initial setter ofAbstractOrderEntry.orderattribute defined at extensioncoreand redeclared at extensioncore.voidQuoteEntryModel. setOrder(AbstractOrderModel value)Generated method - Initial setter ofAbstractOrderEntry.orderattribute defined at extensioncoreand redeclared at extensioncore.voidAbstractOrderModel. setParent(AbstractOrderModel value)Generated method - Setter ofAbstractOrder.parentattribute defined at extensionsubscriptionservices.Method parameters in de.hybris.platform.core.model.order with type arguments of type AbstractOrderModel Modifier and Type Method Description voidAbstractOrderModel. setChildren(java.util.Collection<AbstractOrderModel> value)Generated method - Setter ofAbstractOrder.childrenattribute defined at extensionsubscriptionservices. -
Uses of AbstractOrderModel in de.hybris.platform.core.model.order.price
Methods in de.hybris.platform.core.model.order.price that return types with arguments of type AbstractOrderModel Modifier and Type Method Description java.util.Collection<AbstractOrderModel>DiscountModel. getOrders()Generated method - Getter of theDiscount.ordersattribute defined at extensioncore.Method parameters in de.hybris.platform.core.model.order.price with type arguments of type AbstractOrderModel Modifier and Type Method Description voidDiscountModel. setOrders(java.util.Collection<AbstractOrderModel> value)Generated method - Setter ofDiscount.ordersattribute defined at extensioncore. -
Uses of AbstractOrderModel in de.hybris.platform.coupon.backoffice.cockpitng.editor.tab
Methods in de.hybris.platform.coupon.backoffice.cockpitng.editor.tab with parameters of type AbstractOrderModel Modifier and Type Method Description voidCouponsTabEditorAreaRenderer. render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractTab configuration, AbstractOrderModel abstractOrder, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
Uses of AbstractOrderModel in de.hybris.platform.couponfacades.facades.impl
Methods in de.hybris.platform.couponfacades.facades.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected java.util.List<VoucherData>DefaultCouponFacade. getCouponsForOrder(AbstractOrderModel order)Method parameters in de.hybris.platform.couponfacades.facades.impl with type arguments of type AbstractOrderModel Modifier and Type Method Description protected voidDefaultCouponFacade. acceptIfCartExists(java.lang.String code, java.util.function.BiConsumer<java.lang.String,AbstractOrderModel> orderConsumer)protected <R> RDefaultCouponFacade. applyIfCartExists(java.util.function.Function<AbstractOrderModel,R> orderFunction) -
Uses of AbstractOrderModel in de.hybris.platform.couponservices
Methods in de.hybris.platform.couponservices with parameters of type AbstractOrderModel Modifier and Type Method Description protected java.util.Set<java.lang.String>RuleActionCouponMetadataHandler. getUsedCouponCodes(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.couponservices.converters.populator
Methods in de.hybris.platform.couponservices.converters.populator with parameters of type AbstractOrderModel Modifier and Type Method Description voidCouponRaoPopulator. populate(AbstractOrderModel cartModel, CartRAO cartRao) -
Uses of AbstractOrderModel in de.hybris.platform.couponservices.dao
Methods in de.hybris.platform.couponservices.dao with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<CouponRedemptionModel>CouponRedemptionDao. findCouponRedemptionsByCodeAndOrder(java.lang.String couponCode, AbstractOrderModel abstractOrder)Finds the List of CouponRedemptionModel by its couponCode and abstractOrder.java.util.List<CouponRedemptionModel>CouponRedemptionDao. findCouponRedemptionsByCodeOrderAndUser(java.lang.String couponCode, AbstractOrderModel abstractOrder, UserModel user)Finds the List of CouponRedemptionModel by its couponCode. -
Uses of AbstractOrderModel in de.hybris.platform.couponservices.dao.impl
Methods in de.hybris.platform.couponservices.dao.impl with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<CouponRedemptionModel>DefaultCouponRedemptionDao. findCouponRedemptionsByCodeAndOrder(java.lang.String couponCode, AbstractOrderModel abstractOrder)java.util.List<CouponRedemptionModel>DefaultCouponRedemptionDao. findCouponRedemptionsByCodeOrderAndUser(java.lang.String couponCode, AbstractOrderModel abstractOrder, UserModel user) -
Uses of AbstractOrderModel in de.hybris.platform.couponservices.model
Methods in de.hybris.platform.couponservices.model that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelCouponRedemptionModel. getOrder()Generated method - Getter of theCouponRedemption.orderattribute defined at extensioncouponservices.Methods in de.hybris.platform.couponservices.model with parameters of type AbstractOrderModel Modifier and Type Method Description voidCouponRedemptionModel. setOrder(AbstractOrderModel value)Generated method - Setter ofCouponRedemption.orderattribute defined at extensioncouponservices. -
Uses of AbstractOrderModel in de.hybris.platform.couponservices.rao.providers.impl
Methods in de.hybris.platform.couponservices.rao.providers.impl that return types with arguments of type AbstractOrderModel Modifier and Type Method Description protected java.util.List<Populator<AbstractOrderModel,CartRAO>>CouponAwareCartRaoProviderUnitTest. getCartPopulators() -
Uses of AbstractOrderModel in de.hybris.platform.couponservices.redemption.strategies
Methods in de.hybris.platform.couponservices.redemption.strategies with parameters of type AbstractOrderModel Modifier and Type Method Description booleanCouponRedemptionStrategy. isRedeemable(T coupon, AbstractOrderModel abstractOrder, java.lang.String code)Check the whether coupon meets the conditions required in order to be redeemed. -
Uses of AbstractOrderModel in de.hybris.platform.couponservices.redemption.strategies.impl
Methods in de.hybris.platform.couponservices.redemption.strategies.impl with parameters of type AbstractOrderModel Modifier and Type Method Description booleanDefaultMultiCodeCouponRedemptionStrategy. isRedeemable(MultiCodeCouponModel coupon, AbstractOrderModel abstractOrder, java.lang.String couponCode)booleanDefaultSingleCodeCouponRedemptionStrategy. isRedeemable(SingleCodeCouponModel coupon, AbstractOrderModel abstractOrder, java.lang.String couponCode) -
Uses of AbstractOrderModel in de.hybris.platform.couponservices.services
Methods in de.hybris.platform.couponservices.services with parameters of type AbstractOrderModel Modifier and Type Method Description voidCouponService. releaseCouponCode(java.lang.String couponCode, AbstractOrderModel order)Release the coupon code from given cart.CouponResponseCouponManagementService. verifyCouponCode(java.lang.String couponCode, AbstractOrderModel abstractOrder)Verify if given coupon code is valid.CouponResponseCouponService. verifyCouponCode(java.lang.String couponCode, AbstractOrderModel order)Verify if providedcouponCodeis valid. -
Uses of AbstractOrderModel in de.hybris.platform.couponservices.services.impl
Methods in de.hybris.platform.couponservices.services.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected CouponResponseDefaultCouponService. assertCouponCodeInOrder(java.lang.String couponCode, AbstractOrderModel order)protected java.util.Optional<AbstractCouponModel>DefaultCouponManagementService. checkRedeemability(AbstractCouponModel coupon, AbstractOrderModel order, java.lang.String couponCode)protected booleanDefaultCouponService. containsCouponCode(java.lang.String couponCode, AbstractOrderModel order)returns true if the given couponCode is part of the given orderprotected java.util.Optional<AbstractCouponModel>DefaultCouponManagementService. findCoupon(java.lang.String couponCode, AbstractOrderModel order)protected voidDefaultCouponService. recalculateOrder(AbstractOrderModel order)Recalculates the given order and updates the promotions.voidDefaultCouponService. releaseCouponCode(java.lang.String couponCode, AbstractOrderModel order)protected voidDefaultCouponService. removeCouponAndTriggerCalculation(java.lang.String couponCode, AbstractOrderModel order)CouponResponseDefaultCouponManagementService. verifyCouponCode(java.lang.String couponCode, AbstractOrderModel abstractOrder)CouponResponseDefaultCouponService. verifyCouponCode(java.lang.String couponCode, AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.customercouponservices.redemption.strategies.impl
Methods in de.hybris.platform.customercouponservices.redemption.strategies.impl with parameters of type AbstractOrderModel Modifier and Type Method Description booleanDefaultCustomerCouponRedemptionStrategy. isRedeemable(CustomerCouponModel coupon, AbstractOrderModel abstractOrder, java.lang.String couponCode) -
Uses of AbstractOrderModel in de.hybris.platform.customersupportbackoffice.data
Methods in de.hybris.platform.customersupportbackoffice.data that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelCsCreateTicketForm. getAssignedTo()Methods in de.hybris.platform.customersupportbackoffice.data with parameters of type AbstractOrderModel Modifier and Type Method Description voidCsCreateTicketForm. setAssignedTo(AbstractOrderModel assignedTo) -
Uses of AbstractOrderModel in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.model
Methods in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.model that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelSessionContextModel. getCurrentOrder()Methods in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.model with parameters of type AbstractOrderModel Modifier and Type Method Description voidSessionContextModel. setCurrentOrder(AbstractOrderModel currentOrder) -
Uses of AbstractOrderModel in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.util
Methods in de.hybris.platform.customersupportbackoffice.widgets.sessioncontext.util with parameters of type AbstractOrderModel Modifier and Type Method Description static voidSessionContextUtil. updateSessionContext(com.hybris.cockpitng.core.model.WidgetModel model, UserModel customerModel, CsTicketModel ticketModel, AbstractOrderModel orderModel) -
Uses of AbstractOrderModel in de.hybris.platform.customerticketingfacades.converters.populators
Classes in de.hybris.platform.customerticketingfacades.converters.populators with type parameters of type AbstractOrderModel Modifier and Type Class Description classDefaultTicketAssociationPopulator<SOURCE extends AbstractOrderModel,TARGET extends TicketAssociatedData>This is used to populate the required data to display on the customer request tickets form.Methods in de.hybris.platform.customerticketingfacades.converters.populators with parameters of type AbstractOrderModel Modifier and Type Method Description voidDefaultTicketAssociationPopulator. populate(AbstractOrderModel source, TicketAssociatedData target) -
Uses of AbstractOrderModel in de.hybris.platform.externaltax
Methods in de.hybris.platform.externaltax with parameters of type AbstractOrderModel Modifier and Type Method Description voidApplyExternalTaxesStrategy. applyExternalTaxes(AbstractOrderModel order, ExternalTaxDocument externalTaxes) -
Uses of AbstractOrderModel in de.hybris.platform.externaltax.impl
Methods in de.hybris.platform.externaltax.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected java.math.BigDecimalDefaultApplyExternalTaxesStrategy. applyEntryTaxes(AbstractOrderModel order, ExternalTaxDocument taxDoc)voidDefaultApplyExternalTaxesStrategy. applyExternalTaxes(AbstractOrderModel order, ExternalTaxDocument externalTaxes)protected java.math.BigDecimalDefaultApplyExternalTaxesStrategy. applyShippingCostTaxes(AbstractOrderModel order, ExternalTaxDocument taxDoc)protected voidDefaultApplyExternalTaxesStrategy. assertValidTaxValue(AbstractOrderModel order, TaxValue value)protected voidDefaultApplyExternalTaxesStrategy. setTotalTax(AbstractOrderModel order, java.math.BigDecimal totalTaxSum) -
Uses of AbstractOrderModel in de.hybris.platform.fraud
Methods in de.hybris.platform.fraud with parameters of type AbstractOrderModel Modifier and Type Method Description FraudServiceResponseFraudServiceProvider. recognizeOrderFraudSymptoms(AbstractOrderModel order)FraudServiceResponseFraudService. recognizeOrderSymptoms(java.lang.String providerName, AbstractOrderModel order)Analyzes the given order data in the aspect of fraud detection -
Uses of AbstractOrderModel in de.hybris.platform.fraud.impl
Methods in de.hybris.platform.fraud.impl with parameters of type AbstractOrderModel Modifier and Type Method Description FraudServiceResponseDefaultHybrisFraudServiceProvider. recognizeOrderFraudSymptoms(AbstractOrderModel order)FraudServiceResponseDefaultFraudService. recognizeOrderSymptoms(java.lang.String providerName, AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.fraud.impl.mock
Methods in de.hybris.platform.fraud.impl.mock with parameters of type AbstractOrderModel Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>CommercialFraudMockService. decomposeOrderModel(AbstractOrderModel order)FraudServiceResponseCommercialFraudMockService. recognizeOrderFraudSymptoms(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.fraud.strategy
Methods in de.hybris.platform.fraud.strategy with parameters of type AbstractOrderModel Modifier and Type Method Description FraudServiceResponseOrderFraudSymptomDetection. recognizeSymptom(FraudServiceResponse fraudResponse, AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.fraud.symptom.impl
Methods in de.hybris.platform.fraud.symptom.impl with parameters of type AbstractOrderModel Modifier and Type Method Description FraudServiceResponseBlackListSymptom. recognizeSymptom(FraudServiceResponse fraudResponse, AbstractOrderModel order)FraudServiceResponseDifferentAddressesSymptom. recognizeSymptom(FraudServiceResponse fraudResponse, AbstractOrderModel order)FraudServiceResponseFirstTimeOrderSymptom. recognizeSymptom(FraudServiceResponse fraudResponse, AbstractOrderModel order)FraudServiceResponseOrderEntriesSymptom. recognizeSymptom(FraudServiceResponse fraudResponse, AbstractOrderModel order)FraudServiceResponseOrderThresholdSymptom. recognizeSymptom(FraudServiceResponse fraudResponse, AbstractOrderModel order)FraudServiceResponseWhiteListSymptom. recognizeSymptom(FraudServiceResponse fraudResponse, AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.integration.cis.tax
Methods in de.hybris.platform.integration.cis.tax that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelCisTaxDocOrder. getAbstractOrder()Methods in de.hybris.platform.integration.cis.tax with parameters of type AbstractOrderModel Modifier and Type Method Description voidCisTaxDocOrder. setAbstractOrder(AbstractOrderModel abstractOrder)Constructors in de.hybris.platform.integration.cis.tax with parameters of type AbstractOrderModel Constructor Description CisTaxDocOrder(CisTaxDoc taxDoc, AbstractOrderModel abstractOrder) -
Uses of AbstractOrderModel in de.hybris.platform.integration.cis.tax.populators
Methods in de.hybris.platform.integration.cis.tax.populators that return types with arguments of type AbstractOrderModel Modifier and Type Method Description protected Converter<AbstractOrderModel,CisLineItem>CisOrderPopulator. getDeliveryCisLineItemConverter()Methods in de.hybris.platform.integration.cis.tax.populators with parameters of type AbstractOrderModel Modifier and Type Method Description voidCisOrderPopulator. populate(AbstractOrderModel source, CisOrder target)voidDeliveryCisLineItemPopulator. populate(AbstractOrderModel source, CisLineItem target)Method parameters in de.hybris.platform.integration.cis.tax.populators with type arguments of type AbstractOrderModel Modifier and Type Method Description voidCisOrderPopulator. setDeliveryCisLineItemConverter(Converter<AbstractOrderModel,CisLineItem> deliveryCisLineItemConverter) -
Uses of AbstractOrderModel in de.hybris.platform.integration.cis.tax.service
Methods in de.hybris.platform.integration.cis.tax.service with parameters of type AbstractOrderModel Modifier and Type Method Description ExternalTaxDocumentCisTaxCalculationService. calculateExternalTaxes(AbstractOrderModel abstractOrder)Calculate taxes for an order. -
Uses of AbstractOrderModel in de.hybris.platform.integration.cis.tax.service.impl
Methods in de.hybris.platform.integration.cis.tax.service.impl that return types with arguments of type AbstractOrderModel Modifier and Type Method Description Converter<AbstractOrderModel,CisOrder>DefaultCisTaxCalculationService. getCisOrderConverter()Methods in de.hybris.platform.integration.cis.tax.service.impl with parameters of type AbstractOrderModel Modifier and Type Method Description ExternalTaxDocumentDefaultCisTaxCalculationService. calculateExternalTaxes(AbstractOrderModel abstractOrder)protected ExternalTaxDocumentDefaultCisTaxCalculationService. getExternalTaxDocument(AbstractOrderModel abstractOrder, CisOrder cisOrder)Method parameters in de.hybris.platform.integration.cis.tax.service.impl with type arguments of type AbstractOrderModel Modifier and Type Method Description voidDefaultCisTaxCalculationService. setCisOrderConverter(Converter<AbstractOrderModel,CisOrder> cisOrderConverter) -
Uses of AbstractOrderModel in de.hybris.platform.integration.cis.tax.strategies
Methods in de.hybris.platform.integration.cis.tax.strategies with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<CisAddress>CisShippingAddressStrategy. getAddresses(AbstractOrderModel abstractOrder)java.lang.IntegerShippingItemCodeStrategy. getShippingItemCode(AbstractOrderModel abstractOrder) -
Uses of AbstractOrderModel in de.hybris.platform.integration.cis.tax.strategies.impl
Methods in de.hybris.platform.integration.cis.tax.strategies.impl with parameters of type AbstractOrderModel Modifier and Type Method Description java.lang.StringDefaultCisCartHashCalculationStrategy. buildHashForAbstractOrder(AbstractOrderModel abstractOrderModel, java.util.List<java.lang.String> additionalValues)Deprecated.ExternalTaxDocumentDefaultCisCalculateExternalTaxesFallbackStrategy. calculateExternalTaxes(AbstractOrderModel abstractOrder)ExternalTaxDocumentDefaultCisCalculateExternalTaxesStrategy. calculateExternalTaxes(AbstractOrderModel abstractOrder)java.util.List<CisAddress>DefaultCisShippingAddressStrategy. getAddresses(AbstractOrderModel abstractOrder)java.lang.IntegerDefaultCisShippingItemCodeStrategy. getShippingItemCode(AbstractOrderModel abstractOrder)protected voidCisCalculateExternalTaxesStrategyIntegrationTest. setEntryPrices(AbstractOrderModel orderModel)booleanDefaultCisDetermineExternalTaxStrategy. shouldCalculateExternalTaxes(AbstractOrderModel abstractOrder) -
Uses of AbstractOrderModel in de.hybris.platform.integration.commons.services
Methods in de.hybris.platform.integration.commons.services with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<OndemandDiscountedOrderEntry>OndemandPromotionService. calculateProportionalDiscountForEntries(AbstractOrderModel abstractOrder)java.lang.DoubleOndemandTaxCalculationService. calculateShippingCost(AbstractOrderModel abstractOrder)java.math.BigDecimalOndemandTaxCalculationService. calculateShippingTax(AbstractOrderModel abstractOrder)java.math.BigDecimalOndemandTaxCalculationService. calculateTotalTax(AbstractOrderModel abstractOrder) -
Uses of AbstractOrderModel in de.hybris.platform.integration.commons.services.impl
Fields in de.hybris.platform.integration.commons.services.impl declared as AbstractOrderModel Modifier and Type Field Description AbstractOrderModelDefaultOndemandPromotionServiceTest. abstractOrderAbstractOrderModelDefaultOndemandTaxCalculationServiceTest. abstractOrderGrossAbstractOrderModelDefaultOndemandTaxCalculationServiceTest. abstractOrderNetMethods in de.hybris.platform.integration.commons.services.impl with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<OndemandDiscountedOrderEntry>DefaultOndemandPromotionService. calculateProportionalDiscountForEntries(AbstractOrderModel abstractOrder)protected voidDefaultOndemandPromotionService. calculateProportionalDiscountForEntries(AbstractOrderModel abstractOrder, java.util.List<AbstractOrderEntryModel> orderedAbstractOrderEntries, java.math.BigDecimal globalDiscountTotal, java.util.Map<AbstractOrderEntryModel,java.math.BigDecimal> orderLineEntries)Returns the discount value for the given order entry.java.lang.DoubleDefaultOndemandTaxCalculationService. calculateShippingCost(AbstractOrderModel abstractOrder)If the order is net the shipping cost is the delivery cost of the order otherwise the shipping cost is the delivery cost of the order minus the difference of the order's total tax and all entry's tax.java.math.BigDecimalDefaultOndemandTaxCalculationService. calculateShippingTax(AbstractOrderModel abstractOrder)Calculates the shipping tax.java.math.BigDecimalDefaultOndemandTaxCalculationService. calculateTotalTax(AbstractOrderModel abstractOrder)protected java.math.BigDecimalDefaultOndemandTaxCalculationService. getGrossCalculatedTotalTax(AbstractOrderModel abstractOrder)Method to calculate the total tax of the gross order entries' taxes that contributes to the order's total tax.protected java.math.BigDecimalDefaultOndemandTaxCalculationService. getOrderEntriesTotalTax(AbstractOrderModel abstractOrder)Method to calculate the precise sum of the order entries' taxes.protected java.math.BigDecimalDefaultOndemandPromotionService. getTotalOfDiscountableEntries(AbstractOrderModel abstractOrder)Return the total price that the global discount can be applied to -
Uses of AbstractOrderModel in de.hybris.platform.integration.commons.strategies
Methods in de.hybris.platform.integration.commons.strategies with parameters of type AbstractOrderModel Modifier and Type Method Description AddressModelOndemandDeliveryAddressStrategy. getDeliveryAddressForOrder(AbstractOrderModel orderModel)booleanOndemandSourceDeliveryFromStrategy. shouldSourceDeliveryFromAddress(AbstractOrderModel abstractOrder) -
Uses of AbstractOrderModel in de.hybris.platform.integration.commons.strategies.impl
Methods in de.hybris.platform.integration.commons.strategies.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected java.lang.StringDefaultOndemandSourceDeliveryFromStrategy. buildHashForAbstractOrder(AbstractOrderModel abstractOrder)protected voidOndemandCheckoutCartCalculationStrategy. determineDeliveryFromAddress(AbstractOrderModel orderModel)AddressModelDefaultOndemandDeliveryAddressStrategy. getDeliveryAddressForOrder(AbstractOrderModel orderModel)java.lang.StringDefaultOndemandTaxAreaLookupStrategy. getTaxAreaForOrder(AbstractOrderModel orderModel)protected booleanDefaultOndemandSourceDeliveryFromStrategy. hasOnlyShippingItems(AbstractOrderModel orderModel)booleanDefaultOndemandSourceDeliveryFromStrategy. shouldSourceDeliveryFromAddress(AbstractOrderModel abstractOrder) -
Uses of AbstractOrderModel in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<DiscountValue>GlobalDiscountValuesAttributeHandler. get(AbstractOrderModel model)java.util.Collection<TaxValue>TotalTaxValuesAttributeHandler. get(AbstractOrderModel model)voidGlobalDiscountValuesAttributeHandler. set(AbstractOrderModel model, java.util.List<DiscountValue> discountValues)voidTotalTaxValuesAttributeHandler. set(AbstractOrderModel model, java.util.Collection<TaxValue> discountValues) -
Uses of AbstractOrderModel in de.hybris.platform.marketplacefacades.cart.converters.populator
Classes in de.hybris.platform.marketplacefacades.cart.converters.populator with type parameters of type AbstractOrderModel Modifier and Type Class Description classGroupVendorOrderEntryPopulator<S extends AbstractOrderModel,T extends AbstractOrderData>Groups multipleOrderEntryDataas one entry in aAbstractOrderDatabased on the vendor of the product.Methods in de.hybris.platform.marketplacefacades.cart.converters.populator with parameters of type AbstractOrderModel Modifier and Type Method Description voidGroupVendorOrderEntryPopulator. populate(AbstractOrderModel source, AbstractOrderData target) -
Uses of AbstractOrderModel in de.hybris.platform.omsbackoffice.renderers
Methods in de.hybris.platform.omsbackoffice.renderers with parameters of type AbstractOrderModel Modifier and Type Method Description protected java.lang.DoubleTotalPriceWithTaxRenderer. getOrderTotalWithTax(AbstractOrderModel abstractOrderModel)Sum of theTOTALPRICEwith {@link AbstractOrderModel#TOTALTAX)} -
Uses of AbstractOrderModel in de.hybris.platform.ondemandcommon.backoffice.helpers
Methods in de.hybris.platform.ondemandcommon.backoffice.helpers with parameters of type AbstractOrderModel Modifier and Type Method Description OrderInfoOrderOnDemandPricesHelper. estimateOrderInfo(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.order
Classes in de.hybris.platform.order with type parameters of type AbstractOrderModel Modifier and Type Interface Description interfaceAbstractOrderService<O extends AbstractOrderModel,E extends AbstractOrderEntryModel>Abstract interface for services dedicated for handling subtypes ofAbstractOrderModel.Methods in de.hybris.platform.order with parameters of type AbstractOrderModel Modifier and Type Method Description voidCalculationService. calculate(AbstractOrderModel order)Calculates the given order and all its entries unless they're already calculated and the order has not been modified.voidCalculationService. calculate(AbstractOrderModel order, java.util.Date date)Calculates the given order and all its entries unless they're already calculated and the order has not been modified.booleanOrderService. calculateOrder(AbstractOrderModel order)Deprecated.since ages - UseCalculationServiceto calculate orders.voidCalculationService. calculateTotals(AbstractOrderModel order, boolean recalculate)(re)calculates all totals for the given order.OAbstractOrderService. clone(ComposedTypeModel orderType, ComposedTypeModel entryType, AbstractOrderModel original, java.lang.String code)Creates new order from given original and change its type and type for entry.EAbstractOrderEntryService. createEntry(AbstractOrderModel abstractOrder)Creates a new instance of order entry for a given abstract order instance.AbstractOrderEntryModelAbstractOrderEntryService. createEntry(ComposedTypeModel entryType, AbstractOrderModel abstractOrder)Creates a new instance of abstract order entry of the specific composed type for a given order instance.java.util.List<DiscountValue>TestPriceFactory. findDiscountValues(AbstractOrderModel order)voidEntryGroupService. forceOrderSaving(AbstractOrderModel order)AsEntryGroupis not a DB entity, changing it does not cause parent order to save.ComposedTypeModelAbstractOrderEntryTypeService. getAbstractOrderEntryType(AbstractOrderModel order)ReturnsComposedTypeModelof order entry that best match the target order.EntryGroupEntryGroupService. getGroup(AbstractOrderModel order, java.lang.Integer groupNumber)ReturnsEntryGroupby groupNumberEntryGroupEntryGroupService. getGroupOfType(AbstractOrderModel order, java.util.Collection<java.lang.Integer> groupNumbers, GroupType type)Find entry group in the cart by number and type.EntryGroupEntryGroupService. getParent(AbstractOrderModel order, java.lang.Integer groupNumber)Returns parent entry group of the tree within the order's entry group trees which has given group.EntryGroupEntryGroupService. getRoot(AbstractOrderModel order, java.lang.Integer groupNumber)Returns root of the tree within the order's entry group trees which has given group.voidCalculationService. recalculate(AbstractOrderModel order)recalculates the whole order and all its entries.voidCalculationService. recalculate(AbstractOrderModel order, java.util.Date date)recalculates the whole order and all its entries.booleanCalculationService. requiresCalculation(AbstractOrderModel order)ReturnBoolean.TRUEin case if order needs to be calculated. -
Uses of AbstractOrderModel in de.hybris.platform.order.daos
Methods in de.hybris.platform.order.daos that return types with arguments of type AbstractOrderModel Modifier and Type Method Description java.util.List<AbstractOrderModel>OrderDao. findOrdersByCurrency(CurrencyModel currency)Returns orders of the type specified with the given currency.java.util.List<AbstractOrderModel>OrderDao. findOrdersByDelivereMode(DeliveryModeModel deliveryMode)Returns orders with the given delivery mode.java.util.List<AbstractOrderModel>OrderDao. findOrdersByPaymentMode(PaymentModeModel paymentMode)Returns orders with the given payment mode.Methods in de.hybris.platform.order.daos with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<AbstractOrderEntryModel>OrderDao. findEntriesByNumber(AbstractOrderModel order, int number)Returns order entries with the matching order entry numberjava.util.List<AbstractOrderEntryModel>OrderDao. findEntriesByNumber(AbstractOrderModel order, int start, int end)Returns order entries with the order entry number from the requested rangejava.util.List<AbstractOrderEntryModel>OrderDao. findEntriesByNumber(java.lang.String entryTypeCode, AbstractOrderModel order, int number)Deprecated.since ages - useOrderDao.findEntriesByNumber(AbstractOrderModel, int)java.util.List<AbstractOrderEntryModel>OrderDao. findEntriesByNumber(java.lang.String entryTypeCode, AbstractOrderModel order, int start, int end)Deprecated.since ages - useOrderDao.findEntriesByNumber(AbstractOrderModel, int, int)java.util.List<AbstractOrderEntryModel>OrderDao. findEntriesByProduct(AbstractOrderModel order, ProductModel product)Returns order entries with the matching productjava.util.List<AbstractOrderEntryModel>OrderDao. findEntriesByProduct(java.lang.String entryTypeCode, AbstractOrderModel order, ProductModel product)Deprecated.since ages - useOrderDao.findEntriesByProduct(AbstractOrderModel, ProductModel) -
Uses of AbstractOrderModel in de.hybris.platform.order.daos.impl
Methods in de.hybris.platform.order.daos.impl that return types with arguments of type AbstractOrderModel Modifier and Type Method Description java.util.List<AbstractOrderModel>DefaultOrderDao. findOrdersByCurrency(CurrencyModel currency)java.util.List<AbstractOrderModel>DefaultOrderDao. findOrdersByDelivereMode(DeliveryModeModel deliveryMode)java.util.List<AbstractOrderModel>DefaultOrderDao. findOrdersByPaymentMode(PaymentModeModel paymentMode)Methods in de.hybris.platform.order.daos.impl with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<AbstractOrderEntryModel>DefaultOrderDao. findEntriesByNumber(AbstractOrderModel order, int number)java.util.List<AbstractOrderEntryModel>DefaultOrderDao. findEntriesByNumber(AbstractOrderModel order, int start, int end)java.util.List<AbstractOrderEntryModel>DefaultOrderDao. findEntriesByNumber(java.lang.String entryTypeCode, AbstractOrderModel order, int number)Deprecated.since agesjava.util.List<AbstractOrderEntryModel>DefaultOrderDao. findEntriesByNumber(java.lang.String entryTypeCode, AbstractOrderModel order, int start, int end)Deprecated.since agesjava.util.List<AbstractOrderEntryModel>DefaultOrderDao. findEntriesByProduct(AbstractOrderModel order, ProductModel product)java.util.List<AbstractOrderEntryModel>DefaultOrderDao. findEntriesByProduct(java.lang.String entryTypeCode, AbstractOrderModel order, ProductModel product)Deprecated.since ages -
Uses of AbstractOrderModel in de.hybris.platform.order.impl
Classes in de.hybris.platform.order.impl with type parameters of type AbstractOrderModel Modifier and Type Class Description classDefaultAbstractOrderService<O extends AbstractOrderModel,E extends AbstractOrderEntryModel>Default implementation ofAbstractOrderService.Methods in de.hybris.platform.order.impl with type parameters of type AbstractOrderModel Modifier and Type Method Description <E extends AbstractOrderEntryModel,T extends AbstractOrderModel>
TCloneAbstractOrderStrategy. clone(ComposedTypeModel _orderType, ComposedTypeModel _entryType, AbstractOrderModel original, java.lang.String code, java.lang.Class<T> abstractOrderClassResult, java.lang.Class<E> abstractOrderEntryClassResult)Deprecated.Create clone of original and change the type of order and orderEntriesMethods in de.hybris.platform.order.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected intDefaultAbstractOrderService. addEntryAtPosition(AbstractOrderModel order, AbstractOrderEntryModel entry, int requested)voidDefaultCalculationService. calculate(AbstractOrderModel order)voidDefaultCalculationService. calculate(AbstractOrderModel order, java.util.Date date)protected doubleDefaultCalculationService. calculateDiscountValues(AbstractOrderModel order, boolean recalculate)Returns the total discount for this abstract order.voidDefaultCalculationService. calculateEntries(AbstractOrderModel order, boolean forceRecalculate)booleanDefaultOrderService. calculateOrder(AbstractOrderModel order)Deprecated.since agesprotected java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>>DefaultCalculationService. calculateSubtotal(AbstractOrderModel order, boolean recalculate)voidDefaultCalculationService. calculateTotals(AbstractOrderModel order, boolean recalculate)protected voidDefaultCalculationService. calculateTotals(AbstractOrderModel order, boolean recalculate, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)calculates all totals.protected doubleDefaultCalculationService. calculateTotalTaxValues(AbstractOrderModel order, boolean recalculate, int digits, double taxAdjustmentFactor, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)<E extends AbstractOrderEntryModel,T extends AbstractOrderModel>
TCloneAbstractOrderStrategy. clone(ComposedTypeModel _orderType, ComposedTypeModel _entryType, AbstractOrderModel original, java.lang.String code, java.lang.Class<T> abstractOrderClassResult, java.lang.Class<E> abstractOrderEntryClassResult)Deprecated.Create clone of original and change the type of order and orderEntriesCartModelDefaultCartService. clone(ComposedTypeModel orderType, ComposedTypeModel entryType, AbstractOrderModel original, java.lang.String code)OrderModelDefaultOrderService. clone(ComposedTypeModel orderType, ComposedTypeModel entryType, AbstractOrderModel original, java.lang.String code)<T extends AbstractOrderEntryModel>
java.util.List<T>CloneAbstractOrderStrategy. cloneEntries(ComposedTypeModel _entryType, AbstractOrderModel original)Deprecated.Clone the entries of the original and change the type according to the entryType given.protected java.util.ListDefaultCalculationService. convertDiscountValues(AbstractOrderModel order, java.util.List dvs)protected voidCloneAbstractOrderStrategy. copyCalculatedFlag(AbstractOrderModel original, AbstractOrderModel copy)Deprecated.protected voidCloneAbstractOrderStrategy. copyTotalTaxValues(AbstractOrderModel original, AbstractOrderModel copy)Deprecated.TDefaultAbstractOrderEntryService. createEntry(AbstractOrderModel order)AbstractOrderEntryModelDefaultAbstractOrderEntryService. createEntry(ComposedTypeModel entryType, AbstractOrderModel order)protected java.util.List<DiscountValue>DefaultCalculationService. findGlobalDiscounts(AbstractOrderModel order)voidDefaultEntryGroupService. forceOrderSaving(AbstractOrderModel order)ComposedTypeModelDefaultAbstractOrderEntryTypeService. getAbstractOrderEntryType(AbstractOrderModel order)protected java.lang.StringDefaultAbstractOrderService. getEntryTypeCode(AbstractOrderModel order)EntryGroupDefaultEntryGroupService. getGroup(AbstractOrderModel order, java.lang.Integer groupNumber)EntryGroupDefaultEntryGroupService. getGroupOfType(AbstractOrderModel order, java.util.Collection<java.lang.Integer> groupNumbers, GroupType type)EntryGroupDefaultEntryGroupService. getParent(AbstractOrderModel order, java.lang.Integer groupNumber)EntryGroupDefaultEntryGroupService. getRoot(AbstractOrderModel order, java.lang.Integer groupNumber)protected doubleDefaultCalculationService. getTaxCorrectionFactor(java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap, double subtotal, double total, AbstractOrderModel order)protected doubleDefaultCalculationService. getTaxFreeSubTotal(AbstractOrderModel order)Calculates the sub total of all order entries with NO tax values.protected booleanDefaultCalculationService. isAllEntriesTaxed(java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap, double subtotal, AbstractOrderModel order)protected booleanDefaultCalculationService. mustHandleTaxFreeEntries(java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap, double subtotal, AbstractOrderModel order)protected voidCloneAbstractOrderStrategy. postProcess(AbstractOrderModel original, AbstractOrderModel copy)Deprecated.voidDefaultCalculationService. recalculate(AbstractOrderModel order)voidDefaultCalculationService. recalculate(AbstractOrderModel order, java.util.Date date)protected voidDefaultCalculationService. refreshOrder(AbstractOrderModel order)booleanDefaultCalculationService. requiresCalculation(AbstractOrderModel order)protected voidDefaultCalculationService. resetAdditionalCosts(AbstractOrderModel order, java.util.Collection<TaxValue> relativeTaxValues)protected java.util.MapDefaultCalculationService. resetAllValues(AbstractOrderModel order)protected voidDefaultCalculationService. saveOrder(AbstractOrderModel order)protected voidDefaultCalculationService. setCalculatedStatus(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.order.interceptors
Methods in de.hybris.platform.order.interceptors with parameters of type AbstractOrderModel Modifier and Type Method Description protected booleanDefaultAbstractOrderPrepareInterceptor. isCalculatedFlagUnchangedOrFalse(AbstractOrderModel order, InterceptorContext ctx)As all of the order calculation is moved to the SL we can do the calculation and set the calculated flag in a single database update.voidEntryGroupStructureValidateInterceptor. onValidate(AbstractOrderModel model, InterceptorContext interceptorContext) -
Uses of AbstractOrderModel in de.hybris.platform.order.strategies
Methods in de.hybris.platform.order.strategies with parameters of type AbstractOrderModel Modifier and Type Method Description booleanOrderCalculation. calculate(AbstractOrderModel order)Deprecated.Calculates the givenorderand returnstrueif each entry and after this theAbstractOrderModelwas calculated. -
Uses of AbstractOrderModel in de.hybris.platform.order.strategies.calculation
Methods in de.hybris.platform.order.strategies.calculation with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<DiscountValue>FindDiscountValuesStrategy. findDiscountValues(AbstractOrderModel order)Find applicable globalDiscountValues for the target order.PriceValueFindDeliveryCostStrategy. getDeliveryCost(AbstractOrderModel order)Returns order's delivery cost of the given order.PriceValueFindPaymentCostStrategy. getPaymentCost(AbstractOrderModel order)Returns cost of the given order that is related with payment.booleanOrderRequiresCalculationStrategy. requiresCalculation(AbstractOrderModel order)Method checks if the order need to be calculated. -
Uses of AbstractOrderModel in de.hybris.platform.order.strategies.calculation.impl
Methods in de.hybris.platform.order.strategies.calculation.impl with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<DiscountValue>FindOrderDiscountValuesStrategy. findDiscountValues(AbstractOrderModel order)java.util.List<DiscountValue>FindPricingWithCurrentPriceFactoryStrategy. findDiscountValues(AbstractOrderModel order)PriceValueDefaultFindDeliveryCostStrategy. getDeliveryCost(AbstractOrderModel order)protected DiscountValueFindOrderDiscountValuesStrategy. getDiscountValue(DiscountModel discount, AbstractOrderModel order)PriceValueDefaultFindPaymentCostStrategy. getPaymentCost(AbstractOrderModel order)booleanDefaultOrderRequiresCalculationStrategy. requiresCalculation(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.order.strategies.calculation.impl.servicelayer
Methods in de.hybris.platform.order.strategies.calculation.impl.servicelayer with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<DiscountValue>DefaultSLFindDiscountValuesStrategy. findDiscountValues(AbstractOrderModel order)java.util.List<DiscountValue>DefaultSLFindOrderDiscountValuesStrategy. findDiscountValues(AbstractOrderModel order)protected doubleDefaultSLFindDeliveryCostStrategy. getCalculationBaseValue(AbstractOrderModel order, java.lang.String propName)PriceValueDefaultSLFindDeliveryCostStrategy. getDeliveryCost(AbstractOrderModel order)protected PriceValueDefaultSLFindDeliveryCostStrategy. getDeliveryCostValue(AbstractOrderModel order)PriceValueDefaultSLFindPaymentCostStrategy. getPaymentCost(AbstractOrderModel order)protected PriceValueDefaultSLFindPaymentCostStrategy. getPaymentCostValue(AbstractOrderModel order)protected voidDefaultSLFindDeliveryCostStrategy. validateOrder(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.order.strategies.calculation.pdt.criteria
Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria with parameters of type AbstractOrderModel Modifier and Type Method Description DiscountValueInfoCriteriaPDTCriteriaFactory. discountValueCriteriaFromOrder(AbstractOrderModel order)Creates DiscountValueInfoCriteria from AbstractOrderModel -
Uses of AbstractOrderModel in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria.impl with parameters of type AbstractOrderModel Modifier and Type Method Description DiscountValueInfoCriteriaDefaultPDTCriteriaFactory. discountValueCriteriaFromOrder(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.order.strategies.calculation.pdt.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.impl with parameters of type AbstractOrderModel Modifier and Type Method Description UserDiscountGroupPDTEnumGroupsHelper. getUDG(AbstractOrderModel order)Gets User Discount Group for Order.protected UserPriceGroupPDTEnumGroupsHelper. getUPG(AbstractOrderModel order)UserTaxGroupPDTEnumGroupsHelper. getUTG(AbstractOrderModel order)Gets User Tax Group for Order. -
Uses of AbstractOrderModel in de.hybris.platform.order.strategies.impl
Classes in de.hybris.platform.order.strategies.impl with type parameters of type AbstractOrderModel Modifier and Type Class Description classGenericAbstractOrderCloningStrategy<T extends AbstractOrderModel,E extends AbstractOrderEntryModel,O extends AbstractOrderModel>Generic strategy for abstract order cloning, taking target order and order entry classes as generic parameters.classGenericAbstractOrderCloningStrategy<T extends AbstractOrderModel,E extends AbstractOrderEntryModel,O extends AbstractOrderModel>Generic strategy for abstract order cloning, taking target order and order entry classes as generic parameters.Methods in de.hybris.platform.order.strategies.impl with parameters of type AbstractOrderModel Modifier and Type Method Description booleanDefaultOrderCalculation. calculate(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.order.strategies.ordercloning
Methods in de.hybris.platform.order.strategies.ordercloning with type parameters of type AbstractOrderModel Modifier and Type Method Description <T extends AbstractOrderModel>
TCloneAbstractOrderStrategy. clone(ComposedTypeModel orderType, ComposedTypeModel entryType, AbstractOrderModel original, java.lang.String code, java.lang.Class abstractOrderClassResult, java.lang.Class abstractOrderEntryClassResult)Make a clone of an abstract order (eventually change the type).Methods in de.hybris.platform.order.strategies.ordercloning with parameters of type AbstractOrderModel Modifier and Type Method Description <T extends AbstractOrderModel>
TCloneAbstractOrderStrategy. clone(ComposedTypeModel orderType, ComposedTypeModel entryType, AbstractOrderModel original, java.lang.String code, java.lang.Class abstractOrderClassResult, java.lang.Class abstractOrderEntryClassResult)Make a clone of an abstract order (eventually change the type).<T extends AbstractOrderEntryModel>
java.util.Collection<T>CloneAbstractOrderStrategy. cloneEntries(ComposedTypeModel entriesType, AbstractOrderModel original)Make a clone of entries (eventually change their type). -
Uses of AbstractOrderModel in de.hybris.platform.order.strategies.ordercloning.impl
Methods in de.hybris.platform.order.strategies.ordercloning.impl with type parameters of type AbstractOrderModel Modifier and Type Method Description <T extends AbstractOrderModel>
TDefaultCloneAbstractOrderStrategy. clone(ComposedTypeModel _orderType, ComposedTypeModel _entryType, AbstractOrderModel original, java.lang.String code, java.lang.Class abstractOrderClassResult, java.lang.Class abstractOrderEntryClassResult)Create clone of original and change the type of order and orderEntriesMethods in de.hybris.platform.order.strategies.ordercloning.impl with parameters of type AbstractOrderModel Modifier and Type Method Description <T extends AbstractOrderModel>
TDefaultCloneAbstractOrderStrategy. clone(ComposedTypeModel _orderType, ComposedTypeModel _entryType, AbstractOrderModel original, java.lang.String code, java.lang.Class abstractOrderClassResult, java.lang.Class abstractOrderEntryClassResult)Create clone of original and change the type of order and orderEntries<T extends AbstractOrderEntryModel>
java.util.List<T>DefaultCloneAbstractOrderStrategy. cloneEntries(ComposedTypeModel _entryType, AbstractOrderModel original)Clone the entries of the original and change the type according to the entryType given.protected voidDefaultCloneAbstractOrderStrategy. copyCalculatedFlag(AbstractOrderModel original, AbstractOrderModel copy)protected voidDefaultCloneAbstractOrderStrategy. copyTotalTaxValues(AbstractOrderModel original, AbstractOrderModel copy)protected voidDefaultCloneAbstractOrderStrategy. postProcess(AbstractOrderModel original, AbstractOrderModel copy) -
Uses of AbstractOrderModel in de.hybris.platform.order.strategies.saving.impl
Methods in de.hybris.platform.order.strategies.saving.impl that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelDefaultSaveAbstractOrderStrategy. saveOrder(AbstractOrderModel order)Methods in de.hybris.platform.order.strategies.saving.impl with parameters of type AbstractOrderModel Modifier and Type Method Description AbstractOrderModelDefaultSaveAbstractOrderStrategy. saveOrder(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.ordercancel
Methods in de.hybris.platform.ordercancel with parameters of type AbstractOrderModel Modifier and Type Method Description static booleanOrderUtils. hasLivingEntries(AbstractOrderModel order)Check if in given order exist an entry that have OrderEntryStatus flag set to null orOrderEntryStatus.LIVING. -
Uses of AbstractOrderModel in de.hybris.platform.ordermanagementfacades.order.converters.populator
Methods in de.hybris.platform.ordermanagementfacades.order.converters.populator with parameters of type AbstractOrderModel Modifier and Type Method Description protected voidOrdermanagementOrderPopulator. addDeliveryMethod(AbstractOrderModel source, AbstractOrderData prototype) -
Uses of AbstractOrderModel in de.hybris.platform.ordersplitting
Methods in de.hybris.platform.ordersplitting with parameters of type AbstractOrderModel Modifier and Type Method Description ConsignmentModelConsignmentService. createConsignment(AbstractOrderModel order, java.lang.String code, java.util.List<AbstractOrderEntryModel> orderEntries)Creates the consignment.java.util.List<ConsignmentModel>OrderSplittingService. splitOrderForConsignment(AbstractOrderModel order, java.util.List<AbstractOrderEntryModel> orderEntryList)Split order entries for consignments.java.util.List<ConsignmentModel>OrderSplittingService. splitOrderForConsignmentNotPersist(AbstractOrderModel order, java.util.List<AbstractOrderEntryModel> orderEntryList)Split order entries for consignments w/o persisting changes -
Uses of AbstractOrderModel in de.hybris.platform.ordersplitting.impl
Methods in de.hybris.platform.ordersplitting.impl with parameters of type AbstractOrderModel Modifier and Type Method Description ConsignmentModelDefaultConsignmentService. createConsignment(AbstractOrderModel order, java.lang.String code, java.util.List<AbstractOrderEntryModel> orderEntries)java.util.List<ConsignmentModel>DefaultOrderSplittingService. splitOrderForConsignment(AbstractOrderModel order, java.util.List<AbstractOrderEntryModel> orderEntryList)java.util.List<ConsignmentModel>DefaultOrderSplittingService. splitOrderForConsignmentNotPersist(AbstractOrderModel order, java.util.List<AbstractOrderEntryModel> orderEntryList) -
Uses of AbstractOrderModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelConsignmentModel. getOrder()Generated method - Getter of theConsignment.orderattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model with parameters of type AbstractOrderModel Modifier and Type Method Description voidConsignmentModel. setOrder(AbstractOrderModel value)Generated method - Initial setter ofConsignment.orderattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.ordersplitting.model with parameters of type AbstractOrderModel Constructor Description ConsignmentModel(java.lang.String _code, DeliveryModeModel _deliveryMode, java.util.Date _namedDeliveryDate, AbstractOrderModel _order, ItemModel _owner, SAPOrderModel _sapOrder, AddressModel _shippingAddress, ConsignmentStatus _status, WarehouseModel _warehouse)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 AbstractOrderModel in de.hybris.platform.payment.model
Methods in de.hybris.platform.payment.model that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelPaymentTransactionModel. getOrder()Generated method - Getter of thePaymentTransaction.orderattribute defined at extensionpayment.Methods in de.hybris.platform.payment.model with parameters of type AbstractOrderModel Modifier and Type Method Description voidPaymentTransactionModel. setOrder(AbstractOrderModel value)Generated method - Setter ofPaymentTransaction.orderattribute defined at extensionpayment. -
Uses of AbstractOrderModel in de.hybris.platform.promotionenginebackoffice.editors
Methods in de.hybris.platform.promotionenginebackoffice.editors with parameters of type AbstractOrderModel Modifier and Type Method Description voidPromotionEngineResultsTabEditorAreaRenderer. render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractTab configuration, AbstractOrderModel abstractOrder, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected org.zkoss.zk.ui.ComponentPromotionEngineResultsTabEditorAreaRenderer. renderTab(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractTab configuration, AbstractOrderModel abstractOrder, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
Uses of AbstractOrderModel in de.hybris.platform.promotionengineservices.action.impl
Methods in de.hybris.platform.promotionengineservices.action.impl that return AbstractOrderModel Modifier and Type Method Description protected AbstractOrderModelAbstractRuleActionStrategy. undoInternal(A action)removes the givenaction(if it is not already removed), its associated DiscountValues and its PromotionResult (if the PromotionResult has no other actions associated with it).Methods in de.hybris.platform.promotionengineservices.action.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected AbstractOrderEntryModelDefaultAddProductToCartActionStrategy. addNewEntry(AbstractOrderModel order, ProductModel product, int quantityToAdd)protected AbstractOrderEntryModelDefaultAddProductToCartActionStrategy. findMatchingGiveAwayEntry(AbstractOrderModel order, RuleBasedOrderAddProductActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.protected AbstractOrderEntryModelDefaultAddProductToCartActionStrategy. findMatchingGiveAwayEntry(AbstractOrderModel order, RuleBasedOrderAddProductActionModel action, java.util.function.BiPredicate<RuleBasedOrderAddProductActionModel,AbstractOrderEntryModel> matchingCondition)protected AbstractOrderEntryModelDefaultAddProductToCartActionStrategy. findOrderEntryForUndo(AbstractOrderModel order, RuleBasedOrderAddProductActionModel action)tries to find an order entry usable for theDefaultAddProductToCartActionStrategy.undo(ItemModel)method based on matching product, quantity andgiveAwayflag: First tries to match an order entry that is marked asgiveAwaywith the same product and quantity.protected AbstractOrderEntryModelDefaultAddProductToCartActionStrategy. getEntryWithMatchingProductAndQuantity(AbstractOrderModel order, RuleBasedOrderAddProductActionModel action)Deprecated, for removal: This API element is subject to removal in a future version.since 1905protected java.util.Optional<AbstractOrderEntryModel>DefaultAddProductToCartActionStrategy. getExistingGiveAwayEntry(AbstractOrderModel order, ProductModel product)protected voidDefaultAddProductToCartActionStrategy. normalizeEntryNumbers(AbstractOrderModel order)normalizes the givenorder's entries by assigning them increasing entry numbers starting from 0.protected booleanAbstractRuleActionStrategy. recalculateIfNeeded(AbstractOrderModel order)recalculates the givenorderif the#forceImmediateRecalculationflag is set totrue. -
Uses of AbstractOrderModel in de.hybris.platform.promotionengineservices.promotionengine
Methods in de.hybris.platform.promotionengineservices.promotionengine that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelPromotionActionService. getOrder(AbstractRuleActionRAO action)Returns the order for the givenaction.Methods in de.hybris.platform.promotionengineservices.promotionengine with parameters of type AbstractOrderModel Modifier and Type Method Description voidPromotionActionService. createDiscountValue(DiscountRAO discountRao, java.lang.String code, AbstractOrderModel order)Creates aDiscountValuefrom the givendiscountRaoand adds it to the givenorder.RuleEvaluationResultPromotionEngineService. evaluate(AbstractOrderModel order, java.util.Collection<PromotionGroupModel> promotionGroups)evaluate the promotions for the given cart or order and for now.RuleEvaluationResultPromotionEngineService. evaluate(AbstractOrderModel order, java.util.Collection<PromotionGroupModel> promotionGroups, java.util.Date date)evaluate the promotions for the given cart or order and for the date.voidPromotionActionService. recalculateTotals(AbstractOrderModel order)Recalculates totals for the givenorder.java.util.List<ItemModel>PromotionActionService. removeDiscountValue(java.lang.String code, AbstractOrderModel order)Removes theDiscountValuewith the given code from the givenorderand its order entries. -
Uses of AbstractOrderModel in de.hybris.platform.promotionengineservices.promotionengine.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.impl that return AbstractOrderModel Modifier and Type Method Description protected AbstractOrderModelDefaultPromotionActionService. getOrder(AbstractOrderRAO orderRao)AbstractOrderModelDefaultPromotionActionService. getOrder(AbstractRuleActionRAO action)protected AbstractOrderModelDefaultPromotionActionService. getOrderInternal(AbstractRuleActionRAO action)tries to look up the order for the given action.Methods in de.hybris.platform.promotionengineservices.promotionengine.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected voidDefaultPromotionEngineService. cleanupAbstractOrder(AbstractOrderModel cart)voidDefaultPromotionActionService. createDiscountValue(DiscountRAO discountRao, java.lang.String code, AbstractOrderModel order)protected AbstractRuleEngineContextModelDefaultPromotionEngineService. determineRuleEngineContext(AbstractOrderModel order)determines the rule engine context to be used for the given order.RuleEvaluationResultDefaultPromotionEngineService. evaluate(AbstractOrderModel order, java.util.Collection<PromotionGroupModel> promotionGroups)RuleEvaluationResultDefaultPromotionEngineService. evaluate(AbstractOrderModel order, java.util.Collection<PromotionGroupModel> promotionGroups, java.util.Date date)protected PromotionResultModelDefaultPromotionActionService. findExistingPromotionResultModel(AbstractRuleEngineRuleModel rule, AbstractOrderModel order)Tries to find an existing promotion result that has been fired by the same rule as the given rule.PromotionOrderResultsDefaultPromotionEngineService. getPromotionResults(AbstractOrderModel order)PromotionOrderResultsDefaultPromotionEngineService. getPromotionResults(java.util.Collection<PromotionGroupModel> promotionGroups, AbstractOrderModel order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date)protected booleanDefaultPromotionEngineService. recalculateCart(AbstractOrderModel order)voidDefaultPromotionActionService. recalculateTotals(AbstractOrderModel order)java.util.List<ItemModel>DefaultPromotionActionService. removeDiscountValue(java.lang.String code, AbstractOrderModel order)protected java.util.List<ItemModel>DefaultPromotionActionService. removeOrderEntryLevelDiscounts(java.lang.String code, AbstractOrderModel order)Removes theDiscountValuewith the given code from the OrderEntries of the givenorder.protected booleanDefaultPromotionActionService. removeOrderLevelDiscount(java.lang.String code, AbstractOrderModel order)Removes theDiscountValuewith the given code from the givenorder.voidDefaultPromotionEngineService. transferPromotionsToOrder(AbstractOrderModel source, OrderModel target, boolean onlyTransferAppliedPromotions)PromotionOrderResultsDefaultPromotionEngineService. updatePromotions(java.util.Collection<PromotionGroupModel> promotionGroups, AbstractOrderModel order)PromotionOrderResultsDefaultPromotionEngineService. updatePromotions(java.util.Collection<PromotionGroupModel> promotionGroups, AbstractOrderModel order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date)protected PromotionOrderResultsDefaultPromotionEngineService. updatePromotionsNotThreadSafe(java.util.Collection<PromotionGroupModel> promotionGroups, AbstractOrderModel order)protected PromotionOrderResultsDefaultPromotionEngineService. updatePromotionsNotThreadSafe(java.util.Collection<PromotionGroupModel> promotionGroups, AbstractOrderModel order, java.util.Date date) -
Uses of AbstractOrderModel in de.hybris.platform.promotionengineservices.promotionengine.report
Methods in de.hybris.platform.promotionengineservices.promotionengine.report with parameters of type AbstractOrderModel Modifier and Type Method Description PromotionEngineResultsReportPromotionService. report(AbstractOrderModel order)Provides comprehensive promotions report against an order -
Uses of AbstractOrderModel in de.hybris.platform.promotionengineservices.promotionengine.report.dao
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.dao with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<AbstractRuleBasedPromotionActionModel>RuleBasedPromotionActionDao. findRuleBasedPromotions(AbstractOrderModel order, java.util.Collection<DiscountValue> discountValues)Provides list ofAbstractRuleBasedPromotionActionModellinked to the order selected by discount values -
Uses of AbstractOrderModel in de.hybris.platform.promotionengineservices.promotionengine.report.dao.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.dao.impl with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.List<AbstractRuleBasedPromotionActionModel>DefaultRuleBasedPromotionActionDao. findRuleBasedPromotions(AbstractOrderModel order, java.util.Collection<DiscountValue> discountValues) -
Uses of AbstractOrderModel in de.hybris.platform.promotionengineservices.promotionengine.report.data
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.data that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelOrderLevelPromotionEngineResults. getOrder()Methods in de.hybris.platform.promotionengineservices.promotionengine.report.data with parameters of type AbstractOrderModel Modifier and Type Method Description voidOrderLevelPromotionEngineResults. setOrder(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.promotionengineservices.promotionengine.report.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.impl that return types with arguments of type AbstractOrderModel Modifier and Type Method Description protected Converter<AbstractOrderModel,PromotionEngineResults>DefaultReportPromotionService. getPromotionEngineResultsConverter()Methods in de.hybris.platform.promotionengineservices.promotionengine.report.impl with parameters of type AbstractOrderModel Modifier and Type Method Description PromotionEngineResultsDefaultReportPromotionService. report(AbstractOrderModel order)Provides comprehensive promotions report against an orderMethod parameters in de.hybris.platform.promotionengineservices.promotionengine.report.impl with type arguments of type AbstractOrderModel Modifier and Type Method Description voidDefaultReportPromotionService. setPromotionEngineResultsConverter(Converter<AbstractOrderModel,PromotionEngineResults> promotionEngineResultsConverter) -
Uses of AbstractOrderModel in de.hybris.platform.promotionengineservices.promotionengine.report.populators
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.populators that return AbstractOrderModel Modifier and Type Method Description protected abstract AbstractOrderModelAbstractPromotionEngineResultPopulator. getOrder(S source)Provides order that will be processed by the populatorprotected AbstractOrderModelOrderDiscountPromotionEngineResultsPopulator. getOrder(AbstractOrderModel source)Provides order that will be processed by the populatorprotected AbstractOrderModelOrderEntryDiscountPromotionEngineResultsPopulator. getOrder(AbstractOrderEntryModel source)Provides order that will be processed by the populatorMethods in de.hybris.platform.promotionengineservices.promotionengine.report.populators that return types with arguments of type AbstractOrderModel Modifier and Type Method Description protected Converter<AbstractOrderModel,OrderLevelPromotionEngineResults>PromotionEngineResultsPopulator. getOrderDiscountPromotionsConverter()Methods in de.hybris.platform.promotionengineservices.promotionengine.report.populators with parameters of type AbstractOrderModel Modifier and Type Method Description protected java.util.List<DiscountValue>OrderDiscountPromotionEngineResultsPopulator. getDiscountValues(AbstractOrderModel source)Provides list of discount values that will be processed by the populatorprotected AbstractOrderModelOrderDiscountPromotionEngineResultsPopulator. getOrder(AbstractOrderModel source)Provides order that will be processed by the populatorvoidNonDiscountPromotionEngineResultsClassifyingPopulator. populate(AbstractOrderModel source, PromotionEngineResults target)Populate the target instance with values from the source instance.voidOrderDiscountPromotionEngineResultsPopulator. populate(AbstractOrderModel source, OrderLevelPromotionEngineResults target)PopulatesAbstractPromotionEngineResultsbased on discounts supplied byDiscountValueandOrderModelvoidPromotionEngineResultsPopulator. populate(AbstractOrderModel source, PromotionEngineResults target)Populate the target instance with values from the source instance.Method parameters in de.hybris.platform.promotionengineservices.promotionengine.report.populators with type arguments of type AbstractOrderModel Modifier and Type Method Description voidPromotionEngineResultsPopulator. setOrderDiscountPromotionsConverter(Converter<AbstractOrderModel,OrderLevelPromotionEngineResults> orderDiscountPromotionsConverter) -
Uses of AbstractOrderModel in de.hybris.platform.promotionengineservices.util
Methods in de.hybris.platform.promotionengineservices.util that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelPromotionResultUtils. getOrder(PromotionResultModel promotionResult) -
Uses of AbstractOrderModel in de.hybris.platform.promotions
Methods in de.hybris.platform.promotions with parameters of type AbstractOrderModel Modifier and Type Method Description PromotionGroupModelPromotionGroupStrategy. getDefaultPromotionGroup(AbstractOrderModel order)Method returns default promotions group for given order, because it can depend on store where order was created.PromotionOrderResultsPromotionsService. getPromotionResults(AbstractOrderModel order)Get the promotion results for the specified order.PromotionOrderResultsPromotionsService. getPromotionResults(java.util.Collection<PromotionGroupModel> promotionGroups, AbstractOrderModel order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date)Get the promotion results for the specified order.voidPromotionsService. transferPromotionsToOrder(AbstractOrderModel source, OrderModel target, boolean onlyTransferAppliedPromotions)Transfer the promotions applied to a cart to a new order.PromotionOrderResultsPromotionsService. updatePromotions(java.util.Collection<PromotionGroupModel> promotionGroups, AbstractOrderModel order)Update the promotions on the specifiedAbstractOrderobject.PromotionOrderResultsPromotionsService. updatePromotions(java.util.Collection<PromotionGroupModel> promotionGroups, AbstractOrderModel order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date)Update the promotions on the specifiedAbstractOrderModelobject. -
Uses of AbstractOrderModel in de.hybris.platform.promotions.backoffice.actions
Methods in de.hybris.platform.promotions.backoffice.actions with parameters of type AbstractOrderModel Modifier and Type Method Description protected voidCalculateWithPromotionsAction. calculateIfNeeded(AbstractOrderModel order, PromotionOrderResults promotionOrderResults)protected voidCalculateWithPromotionsAction. configureSession(AbstractOrderModel order)Impersonates local session with values from the order.protected java.util.Collection<PromotionGroupModel>CalculateWithPromotionsAction. createPromotionGroups(AbstractOrderModel order)protected java.util.Collection<CatalogVersionModel>CalculateWithPromotionsAction. determineSessionCatalogVersions(AbstractOrderModel order)protected CurrencyModelCalculateWithPromotionsAction. determineSessionCurrency(AbstractOrderModel order)protected UserModelCalculateWithPromotionsAction. determineSessionUser(AbstractOrderModel order)protected voidCalculateWithPromotionsAction. updatePromotions(AbstractOrderModel order)Method parameters in de.hybris.platform.promotions.backoffice.actions with type arguments of type AbstractOrderModel Modifier and Type Method Description booleanCalculateWithPromotionsAction. canPerform(com.hybris.cockpitng.actions.ActionContext<AbstractOrderModel> context)java.lang.StringCalculateWithPromotionsAction. getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<AbstractOrderModel> context)booleanCalculateWithPromotionsAction. needsConfirmation(com.hybris.cockpitng.actions.ActionContext<AbstractOrderModel> context)com.hybris.cockpitng.actions.ActionResult<java.lang.Object>CalculateWithPromotionsAction. perform(com.hybris.cockpitng.actions.ActionContext<AbstractOrderModel> context) -
Uses of AbstractOrderModel in de.hybris.platform.promotions.backoffice.editors
Methods in de.hybris.platform.promotions.backoffice.editors with parameters of type AbstractOrderModel Modifier and Type Method Description voidPromotionsTabEditorAreaRenderer. render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractTab configuration, AbstractOrderModel abstractOrder, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager)protected org.zkoss.zk.ui.ComponentPromotionsTabEditorAreaRenderer. renderTab(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.core.config.impl.jaxb.editorarea.AbstractTab configuration, AbstractOrderModel abstractOrder, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager widgetInstanceManager) -
Uses of AbstractOrderModel in de.hybris.platform.promotions.impl
Methods in de.hybris.platform.promotions.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected voidDefaultPromotionsService. deleteStoredPromotionResults(AbstractOrderModel order, boolean undoActions)Delete the the stored promotion results for an AbstractOrder.protected voidDefaultPromotionsService. fixupVouchersReapplyVouchers(AbstractOrderModel order, java.util.List<VoucherModel> vouchers)Method to fixup the vouchers applied to the order.protected java.util.List<VoucherModel>DefaultPromotionsService. fixupVouchersRemoveVouchers(AbstractOrderModel order)Method to fixup the vouchers applied to the order.protected java.util.Collection<ProductModel>DefaultPromotionsService. getBaseProductsForOrder(AbstractOrderModel order)Get the list of products and base products in the order.PromotionGroupModelDefaultPromotionGroupStrategy. getDefaultPromotionGroup(AbstractOrderModel order)protected AbstractOrderAbstractPromotionsService. getOrder(AbstractOrderModel order)PromotionOrderResultsDefaultPromotionsService. getPromotionResults(AbstractOrderModel order)PromotionOrderResultsDefaultPromotionsService. getPromotionResults(java.util.Collection<PromotionGroupModel> promotionGroups, AbstractOrderModel order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date)protected java.util.List<PromotionResultModel>DefaultPromotionsService. getPromotionResultsInternal(AbstractOrderModel order)Get the list of promotion results for the specified order.protected voidDefaultPromotionsService. refreshOrder(AbstractOrderModel order)protected voidDefaultPromotionsService. saveIfModified(AbstractOrderModel order)voidDefaultPromotionsService. transferPromotionsToOrder(AbstractOrderModel source, OrderModel target, boolean onlyTransferAppliedPromotions)protected doubleDefaultPromotionsService. updateForActivePromotions(AbstractOrderModel order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date, java.util.List<java.lang.String> promotionResultsToKeepApplied, java.util.List<PromotionResultModel> results, double newTotalAppliedDiscount, java.util.List<AbstractPromotionModel> activePromotions)PromotionOrderResultsDefaultPromotionsService. updatePromotions(java.util.Collection<PromotionGroupModel> promotionGroups, AbstractOrderModel order)PromotionOrderResultsDefaultPromotionsService. updatePromotions(java.util.Collection<PromotionGroupModel> promotionGroups, AbstractOrderModel order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date)protected PromotionOrderResultsDefaultPromotionsService. updatePromotionsInternal(java.util.Collection<PromotionGroupModel> promotionGroups, AbstractOrderModel order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date)protected PromotionOrderResultsDefaultPromotionsService. updatePromotionsNotThreadSafe(java.util.Collection<PromotionGroupModel> promotionGroups, AbstractOrderModel order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date) -
Uses of AbstractOrderModel in de.hybris.platform.promotions.model
Methods in de.hybris.platform.promotions.model that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelPromotionResultModel. getOrder()Generated method - Getter of thePromotionResult.orderattribute defined at extensionpromotions.Methods in de.hybris.platform.promotions.model with parameters of type AbstractOrderModel Modifier and Type Method Description voidPromotionResultModel. setOrder(AbstractOrderModel value)Generated method - Setter ofPromotionResult.orderattribute defined at extensionpromotions. -
Uses of AbstractOrderModel in de.hybris.platform.refund.impl
Methods in de.hybris.platform.refund.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected AbstractOrderEntryModelDefaultRefundService. getEntry(AbstractOrderModel order, java.lang.Integer postion)Returns the order entry at a specified position.protected AbstractOrderEntryModelDefaultRefundService. getOrderEntry(RefundEntryModel refund, AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.returns.model
Subclasses of AbstractOrderModel in de.hybris.platform.returns.model Modifier and Type Class Description classReplacementOrderModelGenerated model class for type ReplacementOrder first defined at extension basecommerce.classReturnOrderModelGenerated model class for type ReturnOrder first defined at extension basecommerce. -
Uses of AbstractOrderModel in de.hybris.platform.ruleengine.strategies
Methods in de.hybris.platform.ruleengine.strategies with type parameters of type AbstractOrderModel Modifier and Type Method Description <T extends AbstractRuleEngineContextModel,O extends AbstractOrderModel>
java.util.Optional<T>RuleEngineContextFinderStrategy. findRuleEngineContext(O order, RuleType ruleType)Given the order, finds the rule engine context, compatible with specified rule type -
Uses of AbstractOrderModel in de.hybris.platform.ruleengine.strategies.impl
Methods in de.hybris.platform.ruleengine.strategies.impl with type parameters of type AbstractOrderModel Modifier and Type Method Description <T extends AbstractRuleEngineContextModel,O extends AbstractOrderModel>
java.util.Optional<T>DefaultRuleEngineContextFinderStrategy. findRuleEngineContext(O order, RuleType ruleType)protected <T extends AbstractOrderModel>
java.util.Collection<ProductModel>DefaultRuleEngineContextFinderStrategy. getProductsForOrder(T order) -
Uses of AbstractOrderModel in de.hybris.platform.ruleengineservices.calculation
Methods in de.hybris.platform.ruleengineservices.calculation with parameters of type AbstractOrderModel Modifier and Type Method Description java.math.BigDecimalDeliveryCostEvaluationStrategy. evaluateCost(AbstractOrderModel order, DeliveryModeModel deliveryMode) -
Uses of AbstractOrderModel in de.hybris.platform.ruleengineservices.calculation.impl
Methods in de.hybris.platform.ruleengineservices.calculation.impl with parameters of type AbstractOrderModel Modifier and Type Method Description java.math.BigDecimalDefaultDeliveryCostEvaluationStrategy. evaluateCost(AbstractOrderModel order, DeliveryModeModel deliveryMode) -
Uses of AbstractOrderModel in de.hybris.platform.ruleengineservices.converters.populator
Classes in de.hybris.platform.ruleengineservices.converters.populator with type parameters of type AbstractOrderModel Modifier and Type Class Description classAbstractOrderRaoPopulator<T extends AbstractOrderModel,P extends AbstractOrderRAO>Converter implementation forAbstractOrderModelas source andAbstractOrderRAOas target type.Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type AbstractOrderModel Modifier and Type Method Description voidCartRaoPopulator. populate(AbstractOrderModel source, CartRAO target) -
Uses of AbstractOrderModel in de.hybris.platform.ruleengineservices.order.dao
Methods in de.hybris.platform.ruleengineservices.order.dao that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelExtendedOrderDao. findOrderByCode(java.lang.String code)Finds the original Order by its code (excludes order snapshots). -
Uses of AbstractOrderModel in de.hybris.platform.ruleengineservices.order.dao.impl
Methods in de.hybris.platform.ruleengineservices.order.dao.impl that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelDefaultExtendedOrderDao. findOrderByCode(java.lang.String code)Methods in de.hybris.platform.ruleengineservices.order.dao.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected booleanDefaultExtendedOrderDao. isOrderModelOriginal(AbstractOrderModel abstractOrderModel)Defines if anAbstractOrderModelis a snapshot or an original order -
Uses of AbstractOrderModel in de.hybris.platform.ruleengineservices.rao.providers.impl
Methods in de.hybris.platform.ruleengineservices.rao.providers.impl that return types with arguments of type AbstractOrderModel Modifier and Type Method Description protected java.util.List<Populator<AbstractOrderModel,CartRAO>>DefaultCartRAOProviderUnitTest. getCartPopulators()protected Converter<AbstractOrderModel,CartRAO>DefaultCartRAOProvider. getCartRaoConverter()Methods in de.hybris.platform.ruleengineservices.rao.providers.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected CartRAODefaultCartRAOProvider. createRAO(AbstractOrderModel cart)java.util.SetDefaultEntryGroupRAOProvider. expandFactModel(AbstractOrderModel order)Method parameters in de.hybris.platform.ruleengineservices.rao.providers.impl with type arguments of type AbstractOrderModel Modifier and Type Method Description voidDefaultCartRAOProvider. setCartRaoConverter(Converter<AbstractOrderModel,CartRAO> cartRaoConverter) -
Uses of AbstractOrderModel in de.hybris.platform.sap.c4c.order.impl
Methods in de.hybris.platform.sap.c4c.order.impl with parameters of type AbstractOrderModel Modifier and Type Method Description voidDefaultC4CCalculationService. calculate(AbstractOrderModel order)voidDefaultC4CCalculationService. calculateTotals(AbstractOrderModel order, boolean recalculate)protected voidDefaultC4CCalculationService. calculateTotals(AbstractOrderModel order, boolean recalculate, java.util.Map<TaxValue,java.util.Map<java.util.Set<TaxValue>,java.lang.Double>> taxValueMap)voidDefaultC4CCalculationService. recalculate(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.sap.c4c.quote.inbound.impl
Methods in de.hybris.platform.sap.c4c.quote.inbound.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected AbstractOrderEntryModelDefaultInboundQuoteCommentConversionHelper. getEntryForEntryNumber(AbstractOrderModel order, int number)Method to get quoteEnrty model for given quote and entry number -
Uses of AbstractOrderModel in de.hybris.platform.sap.c4c.quote.model
Methods in de.hybris.platform.sap.c4c.quote.model that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelExternalDiscountValueModel. getOrder()Generated method - Getter of theExternalDiscountValue.orderattribute defined at extensionc4cquote.Methods in de.hybris.platform.sap.c4c.quote.model with parameters of type AbstractOrderModel Modifier and Type Method Description voidExternalDiscountValueModel. setOrder(AbstractOrderModel value)Generated method - Setter ofExternalDiscountValue.orderattribute defined at extensionc4cquote. -
Uses of AbstractOrderModel in de.hybris.platform.sap.c4c.quote.order.strategies.impl
Methods in de.hybris.platform.sap.c4c.quote.order.strategies.impl with parameters of type AbstractOrderModel Modifier and Type Method Description booleanC4CQuoteRequiresCalculationStrategy. shouldCalculateAllValues(AbstractOrderModel order)Returns if order needs to be calculatedbooleanDefaultC4cQuoteCartValidationStrategy. validate(AbstractOrderModel source, AbstractOrderModel target) -
Uses of AbstractOrderModel in de.hybris.platform.sap.orderexchange.datahub.inbound.impl
Methods in de.hybris.platform.sap.orderexchange.datahub.inbound.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected java.util.DateDefaultDataHubInboundDeliveryHelper. determineEarliestDeliveryDate(AbstractOrderModel order)protected voidDefaultDataHubInboundDeliveryHelper. setWarehouseOfConsignment(java.lang.String warehouseId, AbstractOrderModel order, ConsignmentModel consignment) -
Uses of AbstractOrderModel in de.hybris.platform.sap.orderexchange.mocks
Methods in de.hybris.platform.sap.orderexchange.mocks with parameters of type AbstractOrderModel Modifier and Type Method Description ConsignmentModelMockConsignmentService. createConsignment(AbstractOrderModel arg0, java.lang.String arg1, java.util.List<AbstractOrderEntryModel> arg2) -
Uses of AbstractOrderModel in de.hybris.platform.sap.productconfig.facades
Methods in de.hybris.platform.sap.productconfig.facades with parameters of type AbstractOrderModel Modifier and Type Method Description booleanConfigurationAbstractOrderIntegrationHelper. isReorderable(AbstractOrderModel orderModel)For configurable products it is checked the the knowledge base version the attached runtime configuration is still known by the configuration engine.ConfigurationOverviewDataConfigurationAbstractOrderIntegrationHelper. retrieveConfigurationOverviewData(AbstractOrderModel orderModel, int entryNumber)Retrieves the configuration overview data for an AbstractOrderEntry identified by code and entry number. -
Uses of AbstractOrderModel in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected AbstractOrderEntryModelConfigurationAbstractOrderIntegrationHelperImpl. findEntry(AbstractOrderModel orderModel, int entryNumber)booleanConfigurationAbstractOrderIntegrationHelperImpl. isReorderable(AbstractOrderModel orderModel)ConfigurationOverviewDataConfigurationAbstractOrderIntegrationHelperImpl. retrieveConfigurationOverviewData(AbstractOrderModel orderModel, int entryNumber) -
Uses of AbstractOrderModel in de.hybris.platform.sap.productconfig.facades.populator
Fields in de.hybris.platform.sap.productconfig.facades.populator declared as AbstractOrderModel Modifier and Type Field Description protected AbstractOrderModelAbstractOrderConfigurationPopulatorTest. sourceMethods in de.hybris.platform.sap.productconfig.facades.populator with parameters of type AbstractOrderModel Modifier and Type Method Description voidOrderProductVariantPopulator. populate(AbstractOrderModel source, OrderData target) -
Uses of AbstractOrderModel in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected voidProductConfigurationPlaceOrderHookImpl. traceCPQAspectsAfterPlaceOrder(AbstractOrderModel orderModel) -
Uses of AbstractOrderModel in de.hybris.platform.sap.productconfig.services.ssc.strategies.lifecycle.impl
Methods in de.hybris.platform.sap.productconfig.services.ssc.strategies.lifecycle.impl with parameters of type AbstractOrderModel Modifier and Type Method Description voidDefaultConfigurationCopyStrategyImpl. finalizeClone(AbstractOrderModel source, AbstractOrderModel target)ProductConfigurationRelatedObjectTypeDefaultConfigurationAssignmentResolverStrategyImpl. retrieveRelatedObjectType(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.sap.productconfig.services.strategies.impl
Subclasses of AbstractOrderModel in de.hybris.platform.sap.productconfig.services.strategies.impl Modifier and Type Class Description static classProductConfigCloneAbstractOrderStrategyImplTest.CartModelSubClassstatic classProductConfigCloneAbstractOrderStrategyImplTest.QuoteModelSubClassMethods in de.hybris.platform.sap.productconfig.services.strategies.impl with type parameters of type AbstractOrderModel Modifier and Type Method Description <T extends AbstractOrderModel>
TProductConfigCloneAbstractOrderStrategyImpl. clone(ComposedTypeModel orderType, ComposedTypeModel entryType, AbstractOrderModel original, java.lang.String code, java.lang.Class abstractOrderClassResult, java.lang.Class abstractOrderEntryClassResult)Methods in de.hybris.platform.sap.productconfig.services.strategies.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected voidProductConfigCloneAbstractOrderStrategyImpl. cleanUp(AbstractOrderModel original)<T extends AbstractOrderModel>
TProductConfigCloneAbstractOrderStrategyImpl. clone(ComposedTypeModel orderType, ComposedTypeModel entryType, AbstractOrderModel original, java.lang.String code, java.lang.Class abstractOrderClassResult, java.lang.Class abstractOrderEntryClassResult)<T extends AbstractOrderEntryModel>
java.util.Collection<T>ProductConfigCloneAbstractOrderStrategyImpl. cloneEntries(ComposedTypeModel entriesType, AbstractOrderModel original)protected booleanProductConfigCloneAbstractOrderStrategyImpl. isCleanUpNeeded(AbstractOrderModel original)protected booleanProductConfigCloneAbstractOrderStrategyImpl. isCleanUpNeeded(AbstractOrderModel original, java.lang.Class abstractOrderClassResult)protected booleanProductConfigCloneAbstractOrderStrategyImpl. isFinalizeCloneNeeded(AbstractOrderModel original, java.lang.Class abstractOrderClassResult)protected booleanProductConfigCloneAbstractOrderStrategyImpl. isQuoteOrOrderOrCartToCartCloneProcess(AbstractOrderModel original, java.lang.Class abstractOrderClassResult)protected booleanProductConfigCloneAbstractOrderStrategyImpl. isQuoteToQuoteCloneProcess(AbstractOrderModel original, java.lang.Class abstractOrderClassResult)protected voidProductConfigCloneAbstractOrderStrategyImpl. traceCPQAspects(AbstractOrderModel orderModel) -
Uses of AbstractOrderModel in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl
Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl with parameters of type AbstractOrderModel Modifier and Type Method Description voidPersistenceConfigurationCopyStrategyImpl. finalizeClone(AbstractOrderModel source, AbstractOrderModel target)protected booleanPersistenceConfigurationCopyStrategyImpl. replaceBaseSiteIfPossible(AbstractOrderModel model)ProductConfigurationRelatedObjectTypePersistenceConfigurationAssignmentResolverStrategyImpl. retrieveRelatedObjectType(AbstractOrderModel order)protected UserModelPersistenceConfigurationCopyStrategyImpl. updateCurrentUserIfRequired(AbstractOrderModel source) -
Uses of AbstractOrderModel in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.intf
Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.intf with parameters of type AbstractOrderModel Modifier and Type Method Description voidConfigurationCopyStrategy. finalizeClone(AbstractOrderModel source, AbstractOrderModel target)Hook to be called after a document with a confguration attached was cloned.ProductConfigurationRelatedObjectTypeConfigurationAssignmentResolverStrategy. retrieveRelatedObjectType(AbstractOrderModel order)Returns the object type of the given order -
Uses of AbstractOrderModel in de.hybris.platform.sap.sappricing.services
Methods in de.hybris.platform.sap.sappricing.services with parameters of type AbstractOrderModel Modifier and Type Method Description voidSapPricingCartService. getPriceInformationForCart(AbstractOrderModel order)Method to get price information for cart -
Uses of AbstractOrderModel in de.hybris.platform.sap.sappricing.services.impl
Methods in de.hybris.platform.sap.sappricing.services.impl with parameters of type AbstractOrderModel Modifier and Type Method Description voidSapCartCalculationService. calculate(AbstractOrderModel order)booleanSapExternalTaxesService. calculateExternalTaxes(AbstractOrderModel abstractOrder)voidSapCartCalculationService. calculateTotals(AbstractOrderModel order, boolean recalculate)voidDefaultSapPricingCartService. getPriceInformationForCart(AbstractOrderModel order)PromotionOrderResultsDefaultSapPromotionEngineService. getPromotionResults(AbstractOrderModel order)PromotionOrderResultsDefaultSapPromotionEngineService. getPromotionResults(java.util.Collection<PromotionGroupModel> promotionGroups, AbstractOrderModel order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date)voidSapCartCalculationService. recalculate(AbstractOrderModel order)protected voidSapCartCalculationService. resetAdditionalCosts(AbstractOrderModel order, java.util.Collection<TaxValue> relativeTaxValues)protected java.util.MapSapCartCalculationService. resetAllValues(AbstractOrderModel order)voidDefaultSapPromotionEngineService. transferPromotionsToOrder(AbstractOrderModel source, OrderModel target, boolean onlyTransferAppliedPromotions)PromotionOrderResultsDefaultSapPromotionEngineService. updatePromotions(java.util.Collection<PromotionGroupModel> promotionGroups, AbstractOrderModel order)PromotionOrderResultsDefaultSapPromotionEngineService. updatePromotions(java.util.Collection<PromotionGroupModel> promotionGroups, AbstractOrderModel order, boolean evaluateRestrictions, PromotionsManager.AutoApplyMode productPromotionMode, PromotionsManager.AutoApplyMode orderPromotionMode, java.util.Date date) -
Uses of AbstractOrderModel in de.hybris.platform.sap.sappricingbol.backend.impl
Methods in de.hybris.platform.sap.sappricingbol.backend.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected voidSapPricingHeaderMapper. fillDeliveryMode(com.sap.conn.jco.JCoTable callerData, AbstractOrderModel order)voidSapPricingHeaderMapper. fillImportParameters(com.sap.conn.jco.JCoParameterList importParameters, SapPricingPartnerFunction partnerFunction, AbstractOrderModel order)voidSapPricingItemMapper. fillImportParameters(AbstractOrderModel order, com.sap.conn.jco.JCoParameterList importParameters, ConversionService conversionService)voidSapPricingMapper. fillImportParameters(com.sap.conn.jco.JCoParameterList importParameters, AbstractOrderModel order, SapPricingPartnerFunction partnerFunction, ConversionService conversionService)Fill cart import parametersprotected voidSapPricingHeaderMapper. fillPaymentMode(com.sap.conn.jco.JCoTable callerData, AbstractOrderModel order)protected java.lang.StringSapPricingItemMapper. generateCode(java.lang.String prefix, AbstractOrderEntryModel entry, AbstractOrderModel order)generate a code string from order number and order entry numbervoidSapPricingItemMapper. readPrices(AbstractOrderModel order, com.sap.conn.jco.JCoTable resultTable, ConversionService conversionService)voidSapPricingBackendERP. readPricesForCart(AbstractOrderModel order, SapPricingPartnerFunction partnerFunction, ConversionService conversionService)voidSapPricingMapper. readResultExport(AbstractOrderModel order, com.sap.conn.jco.JCoTable resultTable, ConversionService conversionService)Read cart result table -
Uses of AbstractOrderModel in de.hybris.platform.sap.sappricingbol.backend.interf
Methods in de.hybris.platform.sap.sappricingbol.backend.interf with parameters of type AbstractOrderModel Modifier and Type Method Description voidSapPricingBackend. readPricesForCart(AbstractOrderModel order, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) -
Uses of AbstractOrderModel in de.hybris.platform.sap.sappricingbol.businessobject.impl
Methods in de.hybris.platform.sap.sappricingbol.businessobject.impl with parameters of type AbstractOrderModel Modifier and Type Method Description voidSapPricingImpl. getPriceInformationForCart(AbstractOrderModel order, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) -
Uses of AbstractOrderModel in de.hybris.platform.sap.sappricingbol.businessobject.interf
Methods in de.hybris.platform.sap.sappricingbol.businessobject.interf with parameters of type AbstractOrderModel Modifier and Type Method Description voidSapPricing. getPriceInformationForCart(AbstractOrderModel order, SapPricingPartnerFunction partnerFunction, ConversionService conversionService) -
Uses of AbstractOrderModel in de.hybris.platform.sap.saprevenuecloudorder.outbound
Methods in de.hybris.platform.sap.saprevenuecloudorder.outbound that return types with arguments of type AbstractOrderModel Modifier and Type Method Description Populator<AbstractOrderModel,SubscriptionOrder>SendSubscriptionOrderToSCPIHelper. getSapSubscriptionOrderPopulator()Methods in de.hybris.platform.sap.saprevenuecloudorder.outbound with parameters of type AbstractOrderModel Modifier and Type Method Description ResponseDataSendSubscriptionOrderToSCPIHelper. sendOrder(AbstractOrderModel order)Method parameters in de.hybris.platform.sap.saprevenuecloudorder.outbound with type arguments of type AbstractOrderModel Modifier and Type Method Description voidSendSubscriptionOrderToSCPIHelper. setSapSubscriptionOrderPopulator(Populator<AbstractOrderModel,SubscriptionOrder> sapSubscriptionOrderPopulator) -
Uses of AbstractOrderModel in de.hybris.platform.sap.saprevenuecloudorder.populators
Methods in de.hybris.platform.sap.saprevenuecloudorder.populators with parameters of type AbstractOrderModel Modifier and Type Method Description voidDefaultSAPRevenueCloudSubscriptionOrderPopulator. populate(AbstractOrderModel order, SubscriptionOrder subscriptionOrder)protected voidDefaultSAPRevenueCloudSubscriptionOrderPopulator. populateOrderItems(AbstractOrderModel order, SubscriptionOrder subscriptionOrder) -
Uses of AbstractOrderModel in de.hybris.platform.sap.saprevenuecloudorder.service.impl
Methods in de.hybris.platform.sap.saprevenuecloudorder.service.impl with parameters of type AbstractOrderModel Modifier and Type Method Description ConsignmentModelDefaultRevenueCloudAllocationService. createConsignment(AbstractOrderModel order, java.lang.String code, SourcingResult result)This implementation assumes that all order entries in SourcingResult have the same delivery POS. -
Uses of AbstractOrderModel in de.hybris.platform.sap.ysapcpiomsfulfillment.strategy
Methods in de.hybris.platform.sap.ysapcpiomsfulfillment.strategy with parameters of type AbstractOrderModel Modifier and Type Method Description protected booleanSapConsignmentPreFulfillmentStrategy. isB2BCase(AbstractOrderModel orderModel) -
Uses of AbstractOrderModel in de.hybris.platform.servicelayer.internal.model.order
Subclasses of AbstractOrderModel in de.hybris.platform.servicelayer.internal.model.order Modifier and Type Class Description classInMemoryCartModelGenerated model class for type InMemoryCart first defined at extension core.Methods in de.hybris.platform.servicelayer.internal.model.order with parameters of type AbstractOrderModel Modifier and Type Method Description voidInMemoryCartEntryModel. setOrder(AbstractOrderModel value)Generated method - Initial setter ofAbstractOrderEntry.orderattribute defined at extensioncoreand redeclared at extensioncore. -
Uses of AbstractOrderModel in de.hybris.platform.subscriptionfacades.order.converters.populator
Classes in de.hybris.platform.subscriptionfacades.order.converters.populator with type parameters of type AbstractOrderModel Modifier and Type Class Description classAbstractSubscriptionOrderPopulator<SOURCE extends AbstractOrderModel,TARGET extends AbstractOrderData>Abstract class for order converters for subscriptions.Methods in de.hybris.platform.subscriptionfacades.order.converters.populator with parameters of type AbstractOrderModel Modifier and Type Method Description protected voidAbstractSubscriptionOrderPopulator. addCommon(AbstractOrderModel source, AbstractOrderData prototype)protected voidAbstractSubscriptionOrderPopulator. addPromotions(AbstractOrderModel source, AbstractOrderData prototype)Modified to calculate discounts per billing time level.protected voidAbstractSubscriptionOrderPopulator. addTotals(AbstractOrderModel source, AbstractOrderData prototype)protected java.util.List<BillingTimeData>AbstractSubscriptionOrderPopulator. buildBillingTimes(AbstractOrderModel source)This method builds an ordered list of billing times in the carts.java.util.List<OrderPriceData>AbstractSubscriptionOrderPopulator. buildOrderPrices(AbstractOrderModel source)protected java.lang.DoubleAbstractSubscriptionOrderPopulator. getDeliveryCost(AbstractOrderModel source)protected java.lang.IntegerAbstractSubscriptionOrderPopulator. getMasterOrderEntryNo(AbstractOrderModel abstractOrder, PromotionOrderEntryConsumedData consumedEntry)protected java.util.List<PromotionResultData>AbstractSubscriptionOrderPopulator. getSubscriptionPromotions(AbstractOrderModel abstractOrder, java.util.List<PromotionResult> promotionsResultList)re-map the consumed order entry numbers in child carts to the master cart entry number. -
Uses of AbstractOrderModel in de.hybris.platform.subscriptionservices.subscription
Methods in de.hybris.platform.subscriptionservices.subscription with parameters of type AbstractOrderModel Modifier and Type Method Description AbstractOrderEntryModelSubscriptionCommerceCartStrategy. getEntryForNumber(AbstractOrderModel order, int number) -
Uses of AbstractOrderModel in de.hybris.platform.subscriptionservices.subscription.impl
Methods in de.hybris.platform.subscriptionservices.subscription.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected PriceValueFindSubscriptionPricingWithCurrentPriceFactoryStrategy. createPriceValueForLastRecurringPrice(AbstractOrderModel order, SubscriptionPricePlanModel pricePlan)protected java.util.List<DiscountValue>FindSubscriptionPricingWithCurrentPriceFactoryStrategy. getDiscountValuesWhenBillingFrequency(AbstractOrderModel order, SubscriptionPricePlanModel pricePlan)AbstractOrderEntryModelDefaultSubscriptionCommerceCartStrategy. getEntryForNumber(AbstractOrderModel order, int number) -
Uses of AbstractOrderModel in de.hybris.platform.ticket.event.impl
Methods in de.hybris.platform.ticket.event.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected java.lang.StringDefaultOrderFraudEmployeeNotificationEventListener. getFraudTicketHeadline(AbstractOrderModel order)protected java.lang.StringDefaultOrderFraudEmployeeNotificationEventListener. getFraudTicketText(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.ticket.model
Methods in de.hybris.platform.ticket.model that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelCsTicketModel. getOrder()Generated method - Getter of theCsTicket.orderattribute defined at extensionticketsystem.Methods in de.hybris.platform.ticket.model with parameters of type AbstractOrderModel Modifier and Type Method Description voidCsTicketModel. setOrder(AbstractOrderModel value)Generated method - Setter ofCsTicket.orderattribute defined at extensionticketsystem. -
Uses of AbstractOrderModel in de.hybris.platform.ticket.resolver
Methods in de.hybris.platform.ticket.resolver that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelDefaultCartResolver. getObject(java.lang.String code, java.lang.String userUid, java.lang.String siteUid)AbstractOrderModelDefaultOrderResolver. getObject(java.lang.String code, java.lang.String userUid, java.lang.String siteUid)AbstractOrderModelTicketAssociatedObjectResolver. getObject(java.lang.String code, java.lang.String userUid, java.lang.String siteUid) -
Uses of AbstractOrderModel in de.hybris.platform.ticket.service
Methods in de.hybris.platform.ticket.service that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelTicketService. getAssociatedObject(java.lang.String associatedCode, java.lang.String userUid, java.lang.String siteUid)Extract associatedTo object as AbstractOrderModel -
Uses of AbstractOrderModel in de.hybris.platform.ticket.service.impl
Methods in de.hybris.platform.ticket.service.impl that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelDefaultTicketService. getAssociatedObject(java.lang.String associatedCode, java.lang.String userUid, java.lang.String siteUid)Methods in de.hybris.platform.ticket.service.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected CsTicketModelDefaultTicketBusinessService. populateTicketDetails(UserModel customer, AbstractOrderModel abstractOrder, CsTicketCategory category, CsTicketPriority priority, EmployeeModel assignedAgent, CsAgentGroupModel assignedGroup, java.lang.String headline) -
Uses of AbstractOrderModel in de.hybris.platform.ticketsystem.data
Methods in de.hybris.platform.ticketsystem.data that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelCsTicketParameter. getAssociatedTo()Methods in de.hybris.platform.ticketsystem.data with parameters of type AbstractOrderModel Modifier and Type Method Description voidCsTicketParameter. setAssociatedTo(AbstractOrderModel associatedTo) -
Uses of AbstractOrderModel in de.hybris.platform.voucher
Methods in de.hybris.platform.voucher with parameters of type AbstractOrderModel Modifier and Type Method Description VoucherEntrySetVoucherModelService. getApplicableEntries(VoucherModel voucher, AbstractOrderModel order)Returns all positions or parts of positions of the specified abstract order that are eligible for this voucher.VoucherEntrySetVoucherRestrictionService. getApplicableEntries(RestrictionModel restriction, AbstractOrderModel order)VoucherValueVoucherModelService. getAppliedValue(VoucherModel voucher, AbstractOrderModel order)Returns a VoucherValue object representing the discount value of this voucher.java.util.Collection<DiscountModel>VoucherService. getAppliedVouchers(AbstractOrderModel order)Given the order get a list of applied vouchersDiscountValueVoucherModelService. getDiscountValue(VoucherModel voucher, AbstractOrderModel order)java.util.List<RestrictionModel>VoucherModelService. getViolatedRestrictions(VoucherModel voucher, AbstractOrderModel order)Returns all restrictions that are not fulfilled by the specified abstract order.java.util.List<java.lang.String>VoucherModelService. getViolationMessages(VoucherModel voucher, AbstractOrderModel order)VoucherValueVoucherModelService. getVoucherValue(VoucherModel voucher, AbstractOrderModel order)booleanVoucherModelService. isApplicable(VoucherModel voucher, AbstractOrderModel order)Returns true if the specified abstract order is eligible for this voucher.booleanVoucherRestrictionService. isFulfilled(RestrictionModel restriction, AbstractOrderModel order)Returns true if the specified abstract order is not null and fulfills this restriction.booleanVoucherModelService. isReservable(VoucherModel voucher, java.lang.String voucherCode, AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.voucher.backoffice.cockpitng.editor.insets
Methods in de.hybris.platform.voucher.backoffice.cockpitng.editor.insets with parameters of type AbstractOrderModel Modifier and Type Method Description protected voidVoucherApplierInset. applyVoucher(java.lang.String voucherCode, AbstractOrderModel abstractOrder)protected voidVoucherApplierInset. checkOrderAfterRedeem(VoucherModel voucher, java.lang.String voucherCode, AbstractOrderModel abstractOrder)protected voidVoucherApplierInset. releaseVoucher(java.lang.String voucherCode, AbstractOrderModel abstractOrder)Constructors in de.hybris.platform.voucher.backoffice.cockpitng.editor.insets with parameters of type AbstractOrderModel Constructor Description RedeemVoucherEventListener(org.zkoss.zul.Textbox editorView, AbstractOrderModel abstractOrder, com.hybris.cockpitng.engine.WidgetInstanceManager wim) -
Uses of AbstractOrderModel in de.hybris.platform.voucher.impl
Methods in de.hybris.platform.voucher.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected AbstractOrderAbstractVoucherService. getAbstractOrder(AbstractOrderModel order)VoucherEntrySetDefaultVoucherModelService. getApplicableEntries(VoucherModel voucher, AbstractOrderModel order)VoucherEntrySetDefaultVoucherRestrictionService. getApplicableEntries(RestrictionModel restriction, AbstractOrderModel order)VoucherValueDefaultVoucherModelService. getAppliedValue(VoucherModel voucher, AbstractOrderModel order)java.util.Collection<DiscountModel>DefaultVoucherService. getAppliedVouchers(AbstractOrderModel order)DiscountValueDefaultVoucherModelService. getDiscountValue(VoucherModel voucher, AbstractOrderModel order)java.util.List<RestrictionModel>DefaultVoucherModelService. getViolatedRestrictions(VoucherModel voucher, AbstractOrderModel order)java.util.List<java.lang.String>DefaultVoucherModelService. getViolationMessages(VoucherModel voucher, AbstractOrderModel order)VoucherValueDefaultVoucherModelService. getVoucherValue(VoucherModel voucher, AbstractOrderModel order)booleanDefaultVoucherModelService. isApplicable(VoucherModel voucher, AbstractOrderModel order)booleanDefaultVoucherRestrictionService. isFulfilled(RestrictionModel restriction, AbstractOrderModel order)booleanDefaultVoucherModelService. isReservable(VoucherModel voucher, java.lang.String voucherCode, AbstractOrderModel order)protected voidDefaultVoucherService. refresh(AbstractOrderModel order)protected voidDefaultVoucherService. saveIfModified(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.warehousing.allocation
Methods in de.hybris.platform.warehousing.allocation with parameters of type AbstractOrderModel Modifier and Type Method Description ConsignmentModelAllocationService. createConsignment(AbstractOrderModel order, java.lang.String code, SourcingResult result)Create a consignment for the sourcing result.
The consignment and the order will be persisted after creation and updates.java.util.Collection<ConsignmentModel>AllocationService. createConsignments(AbstractOrderModel order, java.lang.String code, SourcingResults results)Create consignments for the sourcing results gathered from the sourcing strategies executions.
All consignments and order will be persisted after creations and updates. -
Uses of AbstractOrderModel in de.hybris.platform.warehousing.allocation.impl
Methods in de.hybris.platform.warehousing.allocation.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected voidDefaultAllocationService. consolidateConsignmentEntries(java.util.List<ConsignmentModel> newConsignments, ConsignmentModel consignment, AbstractOrderModel order, DeclineConsignmentEntryEventModel event)Consolidates theConsignmentEntryModelif they belong to the sameWarehouseModelConsignmentModelDefaultAllocationService. createConsignment(AbstractOrderModel order, java.lang.String code, SourcingResult result)This implementation assumes that all order entries in SourcingResult have the same delivery POS.java.util.Collection<ConsignmentModel>DefaultAllocationService. createConsignments(AbstractOrderModel order, java.lang.String code, SourcingResults results) -
Uses of AbstractOrderModel in de.hybris.platform.warehousing.labels.context
Methods in de.hybris.platform.warehousing.labels.context that return AbstractOrderModel Modifier and Type Method Description AbstractOrderModelCommonReturnDocumentContext. getOrder()protected AbstractOrderModelCommonReturnDocumentContext. getOrder(BusinessProcessModel businessProcessModel)GetAbstractOrderModelfrom givenBusinessProcessModelMethods in de.hybris.platform.warehousing.labels.context with parameters of type AbstractOrderModel Modifier and Type Method Description java.lang.StringReturnShippingLabelContext. getBarcodeMediaImageURL(AbstractOrderModel order)Extracts the image url for the barcode of the labelprotected AddressModelCommonReturnDocumentContext. getPosAddress(AbstractOrderModel order, WarehouseModel returnWarehouse)Extracts theAddressModelwhere the returned goods need to be shipped by the customervoidCommonReturnDocumentContext. setOrder(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.warehousing.returns.filter.impl
Methods in de.hybris.platform.warehousing.returns.filter.impl with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.Collection<WarehouseModel>RestockLocationFilter. applyFilter(AbstractOrderModel order, java.util.Set<WarehouseModel> locations) -
Uses of AbstractOrderModel in de.hybris.platform.warehousing.sourcing
Methods in de.hybris.platform.warehousing.sourcing with parameters of type AbstractOrderModel Modifier and Type Method Description SourcingResultsSourcingService. sourceOrder(AbstractOrderModel order)Evaluate the best way to source an order using some defined sourcing strategies. -
Uses of AbstractOrderModel in de.hybris.platform.warehousing.sourcing.context
Methods in de.hybris.platform.warehousing.sourcing.context with parameters of type AbstractOrderModel Modifier and Type Method Description PointOfServiceModelPosSelectionStrategy. getPointOfService(AbstractOrderModel orderModel, WarehouseModel warehouse)Retrieve a specific point of service for a specific warehouse and a specific order -
Uses of AbstractOrderModel in de.hybris.platform.warehousing.sourcing.context.grouping
Methods in de.hybris.platform.warehousing.sourcing.context.grouping with parameters of type AbstractOrderModel Modifier and Type Method Description java.util.Set<OrderEntryGroup>OrderEntryGroupingService. splitOrderByMatchers(AbstractOrderModel order, java.util.Collection<OrderEntryMatcher> matchers)Split an order into a groups of order entries based on a collection of matchers. -
Uses of AbstractOrderModel in de.hybris.platform.warehousing.sourcing.context.grouping.impl
Methods in de.hybris.platform.warehousing.sourcing.context.grouping.impl with parameters of type AbstractOrderModel Modifier and Type Method Description protected java.util.List<AbstractOrderEntryModel>DefaultOrderEntryGroupingService. excludeCompletedEntries(AbstractOrderModel order)Excludes the orderEntries from being grouped, if the there is nothing to be sourced in those orderEntriesjava.util.Set<OrderEntryGroup>DefaultOrderEntryGroupingService. splitOrderByMatchers(AbstractOrderModel order, java.util.Collection<OrderEntryMatcher> matchers) -
Uses of AbstractOrderModel in de.hybris.platform.warehousing.sourcing.context.impl
Methods in de.hybris.platform.warehousing.sourcing.context.impl with parameters of type AbstractOrderModel Modifier and Type Method Description PointOfServiceModelFirstPosSelectionStrategy. getPointOfService(AbstractOrderModel orderModel, WarehouseModel warehouse) -
Uses of AbstractOrderModel in de.hybris.platform.warehousing.sourcing.filter
Methods in de.hybris.platform.warehousing.sourcing.filter with parameters of type AbstractOrderModel Modifier and Type Method Description voidSourcingFilterProcessor. filterLocations(AbstractOrderModel order, java.util.Set<WarehouseModel> locations)Start the filter chain execution and returns a set of locations to be used for sourcing.voidSourcingLocationFilter. filterLocations(AbstractOrderModel order, java.util.Set<WarehouseModel> locations)Apply the filter on the order and returns a set of locations to be used for sourcing. -
Uses of AbstractOrderModel in de.hybris.platform.warehousing.sourcing.filter.impl
Methods in de.hybris.platform.warehousing.sourcing.filter.impl with parameters of type AbstractOrderModel Modifier and Type Method Description abstract java.util.Collection<WarehouseModel>AbstractBaseSourcingLocationFilter. applyFilter(AbstractOrderModel order, java.util.Set<WarehouseModel> locations)Method used to apply the filter on the order and return a set of sourcing locations.java.util.Collection<WarehouseModel>AvailabilitySourcingLocationFilter. applyFilter(AbstractOrderModel order, java.util.Set<WarehouseModel> warehouses)java.util.Collection<WarehouseModel>DeliveryCountrySourcingLocationFilter. applyFilter(AbstractOrderModel order, java.util.Set<WarehouseModel> locations)java.util.Collection<WarehouseModel>PickupSourcingLocationFilter. applyFilter(AbstractOrderModel order, java.util.Set<WarehouseModel> locations)voidAbstractBaseSourcingLocationFilter. filterLocations(AbstractOrderModel order, java.util.Set<WarehouseModel> locations)protected booleanAvailabilitySourcingLocationFilter. isWarehouseHasAvailabilityForAnyProductInOrder(AbstractOrderModel order, WarehouseModel warehouse)Given an order and a warehouse, checks if the warehouse has some availability for at least one of the products in the order. -
Uses of AbstractOrderModel in de.hybris.platform.warehousing.sourcing.impl
Methods in de.hybris.platform.warehousing.sourcing.impl with parameters of type AbstractOrderModel Modifier and Type Method Description SourcingResultsDefaultSourcingService. sourceOrder(AbstractOrderModel order) -
Uses of AbstractOrderModel in de.hybris.platform.yacceleratorcore.externaltax.impl
Methods in de.hybris.platform.yacceleratorcore.externaltax.impl with parameters of type AbstractOrderModel Modifier and Type Method Description booleanAcceleratorDetermineExternalTaxStrategy. shouldCalculateExternalTaxes(AbstractOrderModel abstractOrder)Initially just to test if the delivery mode and address are set, than calculate the external taxes. -
Uses of AbstractOrderModel in de.hybris.platform.yacceleratorcore.externaltax.mock
Methods in de.hybris.platform.yacceleratorcore.externaltax.mock with parameters of type AbstractOrderModel Modifier and Type Method Description ExternalTaxDocumentMockCalculateExternalTaxesStrategy. calculateExternalTaxes(AbstractOrderModel abstractOrder)Default implementation to return an empty tax document. -
Uses of AbstractOrderModel in de.hybris.platform.yacceleratorordermanagement.actions.consignment
Methods in de.hybris.platform.yacceleratorordermanagement.actions.consignment that return types with arguments of type AbstractOrderModel Modifier and Type Method Description protected WarehousingBusinessProcessService<AbstractOrderModel>ReAllocateConsignmentAction. getOrderBusinessProcessService()Methods in de.hybris.platform.yacceleratorordermanagement.actions.consignment with parameters of type AbstractOrderModel Modifier and Type Method Description protected voidReAllocateConsignmentAction. performAutoDecline(AbstractOrderModel order, DeclineEntries autoDeclineEntries)Performs the auto decline for the givenDeclineEntriesand trigger the sourcing for the associatedAbstractOrderModelMethod parameters in de.hybris.platform.yacceleratorordermanagement.actions.consignment with type arguments of type AbstractOrderModel Modifier and Type Method Description voidReAllocateConsignmentAction. setOrderBusinessProcessService(WarehousingBusinessProcessService<AbstractOrderModel> orderBusinessProcessService) -
Uses of AbstractOrderModel in de.hybris.platform.yacceleratorordermanagement.integration.util
Methods in de.hybris.platform.yacceleratorordermanagement.integration.util with parameters of type AbstractOrderModel Modifier and Type Method Description OrderEntryModelBaseUtil. getOrderEntryModel_Camera(AbstractOrderModel order)OrderEntryModelBaseUtil. getOrderEntryModel_MemoryCard(AbstractOrderModel order)voidBaseUtil. setCalculatedStatus(AbstractOrderModel order)
-