Uses of Class
de.hybris.platform.core.model.order.AbstractOrderEntryModel
Packages that use AbstractOrderEntryModel
Package
Description
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.order.jalo package.
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
Contains generated models for each type of de.hybris.platform.promotions.jalo package.
Contains generated models for each type of de.hybris.platform.returns.jalo package.
Contains generated models for each type of de.hybris.platform.sap.productconfig.services.jalo package.
Contains generated models for each type of de.hybris.platform.servicelayer.internal.jalo.order package.
Contains generated models for each type of de.hybris.platform.textfieldconfiguratortemplateservices.jalo package.
-
Uses of AbstractOrderEntryModel in com.hybris.backoffice.labels.labelproviders
Methods in com.hybris.backoffice.labels.labelproviders with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionAbstractOrderEntryLabelProvider.getDescription(AbstractOrderEntryModel object) AbstractOrderEntryLabelProvider.getIconPath(AbstractOrderEntryModel object) AbstractOrderEntryLabelProvider.getLabel(AbstractOrderEntryModel orderEntry) -
Uses of AbstractOrderEntryModel in com.hybris.yprofile.populators
Methods in com.hybris.yprofile.populators that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionConsignmentEventPopulator.getProfileOrderLineItemConverter()OrderEventPopulator.getProfileOrderLineItemConverter()ReturnEventPopulator.getProfileOrderLineItemConverter()Methods in com.hybris.yprofile.populators with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidOrderLineItemPopulator.populate(AbstractOrderEntryModel abstractOrderEntryModel, OrderLineItem orderLineItem) Method parameters in com.hybris.yprofile.populators with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected StringReturnEventPopulator.getReturnEventType(List<AbstractOrderEntryModel> orderEntries, List<ReturnEntryModel> returnEntries) voidConsignmentEventPopulator.setProfileOrderLineItemConverter(Converter<AbstractOrderEntryModel, OrderLineItem> profileOrderLineItemConverter) voidOrderEventPopulator.setProfileOrderLineItemConverter(Converter<AbstractOrderEntryModel, OrderLineItem> profileOrderLineItemConverter) voidReturnEventPopulator.setProfileOrderLineItemConverter(Converter<AbstractOrderEntryModel, OrderLineItem> profileOrderLineItemConverter) -
Uses of AbstractOrderEntryModel in de.hybris.platform.acceleratorfacades.cart.action.populator
Methods in de.hybris.platform.acceleratorfacades.cart.action.populator with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidAcceleratorCartEntryActionPopulator.populate(AbstractOrderEntryModel source, OrderEntryData target) -
Uses of AbstractOrderEntryModel in de.hybris.platform.acceleratorservices.order.impl
Methods in de.hybris.platform.acceleratorservices.order.impl that return AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultCartServiceForAccelerator.addNewEntry(ComposedTypeModel entryType, CartModel order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent) protected AbstractOrderEntryModelDefaultCartServiceForAccelerator.getAbstractOrderEntryModel(CartModel order, ProductModel product, long qty, int number, boolean addToPresent, UnitModel usedUnit) protected AbstractOrderEntryModelDefaultAcceleratorCheckoutService.getAnchorEntryToConsolidate(AbstractOrderEntryModel entry, CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel) Gets the anchor entry to consolidate.protected AbstractOrderEntryModelDefaultAcceleratorCheckoutService.getExistingAnchorEntryByProduct(ProductModel product, List<AbstractOrderEntryModel> entriesToConsolidate) Methods in de.hybris.platform.acceleratorservices.order.impl that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected List<AbstractOrderEntryModel>DefaultAcceleratorCheckoutService.getEntriesToConsolidate(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel, List<AbstractOrderEntryModel> entriesToBeRemovedDueToPOS, List<AbstractOrderEntryModel> consolidatedEntriesToBeRemoved, List<CommerceCartModification> unsuccessfulModifications) Gets the consolidate entries.Methods in de.hybris.platform.acceleratorservices.order.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected CommerceCartParameterDefaultAcceleratorCheckoutService.createCartParameter(CartModel cartModel, AbstractOrderEntryModel entryToRemove, long qty) protected AbstractOrderEntryModelDefaultAcceleratorCheckoutService.getAnchorEntryToConsolidate(AbstractOrderEntryModel entry, CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel) Gets the anchor entry to consolidate.protected voidDefaultAcceleratorCheckoutService.updatePOS(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel, List<CommerceCartModification> unsuccessfulModifications, AbstractOrderEntryModel entry) Method parameters in de.hybris.platform.acceleratorservices.order.impl with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected List<AbstractOrderEntryModel>DefaultAcceleratorCheckoutService.getEntriesToConsolidate(CartModel cartModel, PointOfServiceModel consolidatedPickupPointModel, List<AbstractOrderEntryModel> entriesToBeRemovedDueToPOS, List<AbstractOrderEntryModel> consolidatedEntriesToBeRemoved, List<CommerceCartModification> unsuccessfulModifications) Gets the consolidate entries.protected AbstractOrderEntryModelDefaultAcceleratorCheckoutService.getExistingAnchorEntryByProduct(ProductModel product, List<AbstractOrderEntryModel> entriesToConsolidate) -
Uses of AbstractOrderEntryModel in de.hybris.platform.acceleratorservices.ordersplitting.impl
Method parameters in de.hybris.platform.acceleratorservices.ordersplitting.impl with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultPickupConsignmentService.createConsignment(AbstractOrderModel order, String code, List<AbstractOrderEntryModel> orderEntries) -
Uses of AbstractOrderEntryModel in de.hybris.platform.acceleratorservices.ordersplitting.strategy.impl
Methods in de.hybris.platform.acceleratorservices.ordersplitting.strategy.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionSplitToSingleConsignment.getGroupingObject(AbstractOrderEntryModel orderEntry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.b2b.mail.impl
Methods in de.hybris.platform.b2b.mail.impl that return AbstractOrderEntryModelMethods in de.hybris.platform.b2b.mail.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidOrderInfoContextDto.OrderEntryInfoContextDto.setOrderEntry(AbstractOrderEntryModel orderEntry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.b2b.punchout.actions.inbound
Methods in de.hybris.platform.b2b.punchout.actions.inbound that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected org.springframework.core.convert.converter.Converter<ItemOut,AbstractOrderEntryModel> PopulateCartPurchaseOrderProcessing.getItemOutConverter()protected org.springframework.core.convert.converter.Converter<ItemOut,AbstractOrderEntryModel> PunchOutSetupRequestCartProcessing.getItemOutConverter()protected Populator<ItemOut,AbstractOrderEntryModel> PopulateCartPurchaseOrderProcessing.getOrderEntryOverridingPopulator()Method parameters in de.hybris.platform.b2b.punchout.actions.inbound with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidPopulateCartPurchaseOrderProcessing.setItemOutConverter(org.springframework.core.convert.converter.Converter<ItemOut, AbstractOrderEntryModel> itemOutConverter) voidPunchOutSetupRequestCartProcessing.setItemOutConverter(org.springframework.core.convert.converter.Converter<ItemOut, AbstractOrderEntryModel> itemOutConverter) voidPopulateCartPurchaseOrderProcessing.setOrderEntryOverridingPopulator(Populator<ItemOut, AbstractOrderEntryModel> orderEntryOverridingPopulator) -
Uses of AbstractOrderEntryModel in de.hybris.platform.b2b.punchout.order
Methods in de.hybris.platform.b2b.punchout.order with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionbooleanPunchOutOrderRequiresCalculationStrategy.requiresCalculation(AbstractOrderEntryModel orderEntry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.b2b.punchout.populators.impl
Methods in de.hybris.platform.b2b.punchout.populators.impl that return AbstractOrderEntryModelModifier and TypeMethodDescriptionMethods in de.hybris.platform.b2b.punchout.populators.impl that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected Converter<AbstractOrderEntryModel,ItemIn> DefaultPunchOutOrderMessagePopulator.getPunchOutOrderEntryConverter()Methods in de.hybris.platform.b2b.punchout.populators.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidDefaultOrderEntryOverridingPopulator.populate(ItemOut itemOut, AbstractOrderEntryModel orderEntryModel) voidDefaultPunchOutItemInPopulator.populate(AbstractOrderEntryModel orderEntry, ItemIn itemIn) Method parameters in de.hybris.platform.b2b.punchout.populators.impl with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidDefaultPunchOutOrderMessagePopulator.setPunchOutOrderEntryConverter(Converter<AbstractOrderEntryModel, ItemIn> punchOutOrderEntryPopulator) -
Uses of AbstractOrderEntryModel in de.hybris.platform.b2b.services
Methods in de.hybris.platform.b2b.services with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptiondoubleB2BOrderService.getOrderEntryDiscountAmount(AbstractOrderEntryModel entry) Get the amount discounted from the original price.doubleB2BOrderService.getTotalDiscount(AbstractOrderEntryModel entry) Gets the total discount of a line item entry.Method parameters in de.hybris.platform.b2b.services with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionB2BCostCenterService.getB2BCostCenters(List<AbstractOrderEntryModel> entries) Collects all the cost centers linked to order entries into a single collection. -
Uses of AbstractOrderEntryModel in de.hybris.platform.b2b.services.impl
Methods in de.hybris.platform.b2b.services.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptiondoubleDefaultB2BOrderService.getOrderEntryDiscountAmount(AbstractOrderEntryModel entry) doubleDefaultB2BOrderService.getTotalDiscount(AbstractOrderEntryModel entry) Method parameters in de.hybris.platform.b2b.services.impl with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultB2BCostCenterService.getB2BCostCenters(List<AbstractOrderEntryModel> entries) -
Uses of AbstractOrderEntryModel in de.hybris.platform.b2b.strategies.impl
Methods in de.hybris.platform.b2b.strategies.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected BigDecimalAbstractPermissionEvaluationStrategy.getOrderEntryTotal(AbstractOrderEntryModel entry) protected BigDecimalDefaultB2BCreditLimitEvaluationStrategy.getOrderEntryTotal(AbstractOrderEntryModel entry) protected BigDecimalAbstractPermissionEvaluationStrategy.getTotalTax(AbstractOrderEntryModel orderEntry) protected BigDecimalDefaultB2BCreditLimitEvaluationStrategy.getTotalTax(AbstractOrderEntryModel orderEntry) Method parameters in de.hybris.platform.b2b.strategies.impl with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected BigDecimalAbstractPermissionEvaluationStrategy.getTotalOfEntriesWithCostCenter(B2BCostCenterModel costCenter, List<AbstractOrderEntryModel> entries) protected BigDecimalDefaultB2BCreditLimitEvaluationStrategy.getTotalOfEntriesWithCostCenter(B2BCostCenterModel costCenter, List<AbstractOrderEntryModel> entries) -
Uses of AbstractOrderEntryModel in de.hybris.platform.b2bacceleratoraddon.actions
Methods in de.hybris.platform.b2bacceleratoraddon.actions that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected Collection<AbstractOrderEntryModel>CheckOrderEntryCostCentersActive.getExpiredCostCenterEntries(OrderModel cart) -
Uses of AbstractOrderEntryModel in de.hybris.platform.chineseprofilefacades.process.email.context
Methods in de.hybris.platform.chineseprofilefacades.process.email.context that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected Converter<AbstractOrderEntryModel,OrderEntryData> OrderPartiallyModifiedEmailContext.getOrderEntryConverter()Method parameters in de.hybris.platform.chineseprofilefacades.process.email.context with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidOrderPartiallyModifiedEmailContext.setOrderEntryConverter(Converter<AbstractOrderEntryModel, OrderEntryData> converter) -
Uses of AbstractOrderEntryModel in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected StringOrderModelLabelProvider.getIconPath(AbstractOrderEntryModel item) protected StringOrderModelLabelProvider.getIconPath(AbstractOrderEntryModel item, String languageIso) protected StringOrderModelLabelProvider.getItemDescription(AbstractOrderEntryModel item) protected StringOrderModelLabelProvider.getItemDescription(AbstractOrderEntryModel item, String languageIso) protected StringOrderModelLabelProvider.getItemLabel(AbstractOrderEntryModel orderEntry) protected StringOrderModelLabelProvider.getItemLabel(AbstractOrderEntryModel item, String languageIso) -
Uses of AbstractOrderEntryModel in de.hybris.platform.commercefacades.order.converters.populator
Methods in de.hybris.platform.commercefacades.order.converters.populator that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected ModifiableChecker<AbstractOrderEntryModel>OrderEntryPopulator.getEntryOrderChecker()protected Converter<AbstractOrderEntryModel,OrderEntryData> AbstractOrderPopulator.getOrderEntryConverter()protected Converter<AbstractOrderEntryModel,OrderEntryData> CartModificationPopulator.getOrderEntryConverter()ConsignmentEntryPopulator.getOrderEntryConverter()protected Converter<AbstractOrderEntryModel,OrderEntryData> OrderConsignmentPopulator.getOrderEntryConverter()Methods in de.hybris.platform.commercefacades.order.converters.populator with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected voidOrderEntryPopulator.addComments(AbstractOrderEntryModel orderEntry, OrderEntryData entry) protected voidOrderEntryPopulator.addCommon(AbstractOrderEntryModel orderEntry, OrderEntryData entry) protected voidOrderEntryPopulator.addConfigurations(AbstractOrderEntryModel source, OrderEntryData target) protected voidOrderEntryPopulator.addDeliveryMode(AbstractOrderEntryModel orderEntry, OrderEntryData entry) protected voidOrderEntryPopulator.addEntryGroups(AbstractOrderEntryModel source, OrderEntryData target) protected voidOrderEntryPopulator.addProduct(AbstractOrderEntryModel orderEntry, OrderEntryData entry) protected voidOrderEntryPopulator.addTotals(AbstractOrderEntryModel orderEntry, OrderEntryData entry) protected voidOrderEntryPopulator.adjustUpdateable(OrderEntryData entry, AbstractOrderEntryModel entryToUpdate) protected PriceDataOrderEntryPopulator.createPrice(AbstractOrderEntryModel orderEntry, Double val) protected voidPickupOrderEntryGroupPopulator.createUpdatePickupGroupData(AbstractOrderEntryModel entryModel, AbstractOrderData target) protected voidDeliveryOrderEntryGroupPopulator.createUpdateShipGroupData(AbstractOrderEntryModel entryModel, AbstractOrderData target) voidOrderEntryPopulator.populate(AbstractOrderEntryModel source, OrderEntryData target) protected voidOrderEntryGroupPopulator.updateGroupTotalPriceWithTax(AbstractOrderEntryModel entryModel, OrderEntryGroupData groupData) Method parameters in de.hybris.platform.commercefacades.order.converters.populator with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidOrderEntryPopulator.setEntryOrderChecker(ModifiableChecker<AbstractOrderEntryModel> entryOrderChecker) voidAbstractOrderPopulator.setOrderEntryConverter(Converter<AbstractOrderEntryModel, OrderEntryData> converter) voidCartModificationPopulator.setOrderEntryConverter(Converter<AbstractOrderEntryModel, OrderEntryData> orderEntryConverter) voidConsignmentEntryPopulator.setOrderEntryConverter(Converter<AbstractOrderEntryModel, OrderEntryData> orderEntryConverter) voidOrderConsignmentPopulator.setOrderEntryConverter(Converter<AbstractOrderEntryModel, OrderEntryData> orderEntryConverter) -
Uses of AbstractOrderEntryModel in de.hybris.platform.commercefacades.order.impl
Methods in de.hybris.platform.commercefacades.order.impl that return AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected AbstractOrderEntryModelDefaultQuoteFacade.getEntryForEntryNumber(AbstractOrderModel order, int number) Methods in de.hybris.platform.commercefacades.order.impl that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected Converter<AbstractOrderEntryModel,OrderEntryData> DefaultCartFacade.getOrderEntryConverter()Method parameters in de.hybris.platform.commercefacades.order.impl with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected booleanDefaultCheckoutFacade.hasItemsMatchingPredicate(Predicate<AbstractOrderEntryModel> predicate) voidDefaultCartFacade.setOrderEntryConverter(Converter<AbstractOrderEntryModel, OrderEntryData> orderEntryConverter) -
Uses of AbstractOrderEntryModel in de.hybris.platform.commerceservices.order
Methods in de.hybris.platform.commerceservices.order that return AbstractOrderEntryModelMethods in de.hybris.platform.commerceservices.order with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionEntryMergeFilter.apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target) ReturnBoolean.FALSEto create the item given byparameteras a separate cart entry orBoolean.TRUEto allow it to be merged into the given entry.ProductConfigurationHandler.convert(Collection<ProductConfigurationItem> items, AbstractOrderEntryModel entry) Converts a set ofProductConfigurationIteminto a list ofAbstractOrderEntryProductInfoModel.voidCommerceCartModification.setEntry(AbstractOrderEntryModel entry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.commerceservices.order.hook.impl
Methods in de.hybris.platform.commerceservices.order.hook.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected voidConfigurableProductAddToCartMethodHook.createProductInfo(AbstractConfiguratorSettingModel configuration, AbstractOrderEntryModel entry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.commerceservices.order.impl
Fields in de.hybris.platform.commerceservices.order.impl declared as AbstractOrderEntryModelMethods in de.hybris.platform.commerceservices.order.impl that return AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected AbstractOrderEntryModelAbstractCommerceCartStrategy.getEntryForNumber(AbstractOrderModel order, int number) Methods in de.hybris.platform.commerceservices.order.impl that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected ModifiableChecker<AbstractOrderEntryModel>AbstractCommerceCartStrategy.getEntryOrderChecker()protected ModifiableChecker<AbstractOrderEntryModel>EntryMergeFilterIsEntryUpdatable.getEntryOrderChecker()Methods in de.hybris.platform.commerceservices.order.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionEntryMergeFilterConfigurableProduct.apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target) EntryMergeFilterEntryGroup.apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target) EntryMergeFilterGiveAway.apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target) EntryMergeFilterIsEntryUpdatable.apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target) EntryMergeFilterPointOfService.apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target) EntryMergeFilterProduct.apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target) EntryMergeFilterSubscription.apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target) EntryMergeFilterUnits.apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target) booleanOrderEntryModifiableChecker.canModify(AbstractOrderEntryModel given) protected booleanAbstractCommerceCartStrategy.isOrderEntryUpdatable(AbstractOrderEntryModel entryToUpdate) protected CommerceCartModificationDefaultCommerceUpdateCartEntryStrategy.mergeEntries(AbstractOrderEntryModel mergeCandidate, AbstractOrderEntryModel mergeTarget, CartModel cart) protected CommerceCartModificationDefaultCommerceCartMergingStrategy.mergeEntryWithCart(AbstractOrderEntryModel entry, CartModel toCart) protected CommerceCartModificationDefaultCommerceUpdateCartEntryStrategy.modifyEntry(CartModel cartModel, AbstractOrderEntryModel entryToUpdate, long actualAllowedQuantityChange, long newQuantity, Integer maxOrderQuantity) protected voidDefaultCommerceCartMergingStrategy.updateEntryNumber(AbstractOrderEntryModel entry, CartModel toCart) protected voidDefaultCommerceUpdateCartEntryStrategy.validateEntryBeforeModification(long newQuantity, AbstractOrderEntryModel entryToUpdate) protected voidDefaultCommerceUpdateCartEntryStrategy.validateEntryBeforeSetShippingMode(AbstractOrderEntryModel entryToUpdate) Method parameters in de.hybris.platform.commerceservices.order.impl with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected voidDefaultCommerceCartMergingStrategy.reindexEntries(List<AbstractOrderEntryModel> entries, Map<Integer, Integer> indexMap) voidAbstractCommerceCartStrategy.setEntryOrderChecker(ModifiableChecker<AbstractOrderEntryModel> entryOrderChecker) voidEntryMergeFilterIsEntryUpdatable.setEntryOrderChecker(ModifiableChecker<AbstractOrderEntryModel> entryOrderChecker) -
Uses of AbstractOrderEntryModel in de.hybris.platform.commerceservices.order.strategies
Methods in de.hybris.platform.commerceservices.order.strategies that return AbstractOrderEntryModelModifier and TypeMethodDescriptionEntryMergeStrategy.getEntryToMerge(List<AbstractOrderEntryModel> entries, AbstractOrderEntryModel newEntry) Returns cart entry can be updated instead of creation of separatenewEntry.Methods in de.hybris.platform.commerceservices.order.strategies with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionEntryMergeStrategy.getEntryToMerge(List<AbstractOrderEntryModel> entries, AbstractOrderEntryModel newEntry) Returns cart entry can be updated instead of creation of separatenewEntry.Method parameters in de.hybris.platform.commerceservices.order.strategies with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionEntryMergeStrategy.getEntryToMerge(List<AbstractOrderEntryModel> entries, AbstractOrderEntryModel newEntry) Returns cart entry can be updated instead of creation of separatenewEntry. -
Uses of AbstractOrderEntryModel in de.hybris.platform.commerceservices.order.strategies.impl
Methods in de.hybris.platform.commerceservices.order.strategies.impl that return AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultEntryMergeStrategy.getEntryToMerge(List<AbstractOrderEntryModel> entries, AbstractOrderEntryModel newEntry) Methods in de.hybris.platform.commerceservices.order.strategies.impl that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected Comparator<AbstractOrderEntryModel>DefaultEntryMergeStrategy.getEntryModelComparator()Methods in de.hybris.platform.commerceservices.order.strategies.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected BooleanDefaultEntryMergeStrategy.canMerge(AbstractOrderEntryModel mergeCandidate, AbstractOrderEntryModel newEntry) This method determines whether given entry can be merged with the given entry creation candidate.DefaultEntryMergeStrategy.getEntryToMerge(List<AbstractOrderEntryModel> entries, AbstractOrderEntryModel newEntry) Method parameters in de.hybris.platform.commerceservices.order.strategies.impl with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected booleanDefaultQuoteCartValidationStrategy.compareEntries(List<AbstractOrderEntryModel> sourceEntries, List<AbstractOrderEntryModel> targetEntries) DefaultEntryMergeStrategy.getEntryToMerge(List<AbstractOrderEntryModel> entries, AbstractOrderEntryModel newEntry) voidDefaultEntryMergeStrategy.setEntryModelComparator(Comparator<AbstractOrderEntryModel> entryModelComparator) The comparator can be overridden to change order of preference for entries. -
Uses of AbstractOrderEntryModel in de.hybris.platform.commerceservices.util
Methods in de.hybris.platform.commerceservices.util with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionstatic CommerceCommentParameterCommerceCommentUtils.buildQuoteEntryCommentParameter(AbstractOrderEntryModel orderEntry, UserModel author, String text) Build aCommerceCommentParameterforQuoteModelcomments. -
Uses of AbstractOrderEntryModel in de.hybris.platform.configurablebundleservices.bundle
Classes in de.hybris.platform.configurablebundleservices.bundle with type parameters of type AbstractOrderEntryModelModifier and TypeInterfaceDescriptioninterfaceRemoveableChecker<T extends AbstractOrderEntryModel>Checks if T can be removed from theAbstractOrderModelMethods in de.hybris.platform.configurablebundleservices.bundle with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionBundleTemplateService.getBundleEntryGroup(AbstractOrderEntryModel entry) ReturnsEntryGroupof typeGroupType.CONFIGURABLEBUNDLEthe given entry belongs to.BundleRuleService.getChangePriceBundleRuleForOrderEntry(AbstractOrderEntryModel orderEntryModel) Returns aChangeProductPriceBundleRuleModelvalid for the givenorderEntryModel. -
Uses of AbstractOrderEntryModel in de.hybris.platform.configurablebundleservices.bundle.impl
Methods in de.hybris.platform.configurablebundleservices.bundle.impl that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected List<AbstractOrderEntryModel>BundleCommerceOrderEntryRemoveableChecker.findEntriesByGroupNumber(CartModel order, Integer groupNumber) Methods in de.hybris.platform.configurablebundleservices.bundle.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionbooleanBundleOrderEntryModifiableChecker.canModify(AbstractOrderEntryModel entryToUpdate) BundleCurrentFactoryFindPricingStrategy.findDiscountValues(AbstractOrderEntryModel entry) Deprecated, for removal: This API element is subject to removal in a future version.BundleFindDiscountValuesHook.findDiscountValues(AbstractOrderEntryModel entry) FindBundlePricingWithCurrentPriceFactoryStrategy.findDiscountValues(AbstractOrderEntryModel entry) Deprecated, for removal: This API element is subject to removal in a future version.For non Bundle products it should worBundleNavigationNodeContentMainComponentk as is, so the DiscountValues should result from the DiscountRows defined at the product.DefaultBundleTemplateService.getBundleEntryGroup(AbstractOrderEntryModel entry) DefaultBundleCommerceRuleService.getChangePriceBundleRuleForOrderEntry(AbstractOrderEntryModel entry) DefaultBundleRuleService.getChangePriceBundleRuleForOrderEntry(AbstractOrderEntryModel entry) protected List<DiscountValue>FindBundlePricingWithCurrentPriceFactoryStrategy.getDiscountValues(AbstractOrderEntryModel entry, AbstractOrderEntryModel masterEntry) Deprecated, for removal: This API element is subject to removal in a future version.booleanBundleFindDiscountValuesHook.isApplicable(AbstractOrderEntryModel entry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.configurablebundleservices.daos
Classes in de.hybris.platform.configurablebundleservices.daos with type parameters of type AbstractOrderEntryModelModifier and TypeInterfaceDescriptioninterfaceOrderEntryDao<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 that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionBundleTemplateDao.findAbstractOrderEntriesByBundleTemplate(BundleTemplateModel bundleTemplate) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, use EntryGroup#externalReferenceId -
Uses of AbstractOrderEntryModel in de.hybris.platform.configurablebundleservices.daos.impl
Classes in de.hybris.platform.configurablebundleservices.daos.impl with type parameters of type AbstractOrderEntryModelModifier and TypeClassDescriptionclassAbstractOrderEntryDao<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 that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultBundleTemplateDao.findAbstractOrderEntriesByBundleTemplate(BundleTemplateModel bundleTemplate) -
Uses of AbstractOrderEntryModel in de.hybris.platform.configurablebundleservices.order.hook
Methods in de.hybris.platform.configurablebundleservices.order.hook that return AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected AbstractOrderEntryModelBundleUpdateCartEntryHook.getEntryToUpdate(CommerceCartParameter parameter) Methods in de.hybris.platform.configurablebundleservices.order.hook that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected List<AbstractOrderEntryModel>BundleAddToCartMethodHook.getBundleEntries(AbstractOrderModel cart, Collection<Integer> entryGroupNumbers) Collects all entries of a bundle.Methods in de.hybris.platform.configurablebundleservices.order.hook with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected voidBundleAddToCartMethodHook.addEntryGroupsToEntry(AbstractOrderEntryModel entry, Collection<Integer> entryGroupNumbers) protected voidBundleAddToCartMethodHook.addToBundle(CommerceCartParameter parameter, AbstractOrderEntryModel entry) Assign the new cart entry to an existing bundle or create a new bundle for it -
Uses of AbstractOrderEntryModel in de.hybris.platform.configurablebundleservices.order.impl
Methods in de.hybris.platform.configurablebundleservices.order.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionEntryMergeFilterBundleTemplate.apply(AbstractOrderEntryModel candidate, AbstractOrderEntryModel target) -
Uses of AbstractOrderEntryModel in de.hybris.platform.core.model.order
Subclasses of AbstractOrderEntryModel in de.hybris.platform.core.model.orderModifier and TypeClassDescriptionclassGenerated model class for type CartEntry first defined at extension core.classGenerated model class for type OrderEntry first defined at extension core.classGenerated model class for type QuoteEntry first defined at extension core.Methods in de.hybris.platform.core.model.order that return AbstractOrderEntryModelModifier and TypeMethodDescriptionAbstractOrderEntryModel.getMasterEntry()Generated method - Getter of theAbstractOrderEntry.masterEntryattribute defined at extensionsubscriptionservices.Methods in de.hybris.platform.core.model.order that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionAbstractOrderEntryModel.getChildEntries()Generated method - Getter of theAbstractOrderEntry.childEntriesattribute defined at extensionsubscriptionservices.AbstractOrderModel.getEntries()Generated method - Getter of theAbstractOrder.entriesattribute defined at extensioncore.Methods in de.hybris.platform.core.model.order with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidAbstractOrderEntryModel.setMasterEntry(AbstractOrderEntryModel value) Generated method - Setter ofAbstractOrderEntry.masterEntryattribute defined at extensionsubscriptionservices.Method parameters in de.hybris.platform.core.model.order with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidAbstractOrderEntryModel.setChildEntries(Collection<AbstractOrderEntryModel> value) Generated method - Setter ofAbstractOrderEntry.childEntriesattribute defined at extensionsubscriptionservices.voidAbstractOrderModel.setEntries(List<AbstractOrderEntryModel> value) Generated method - Setter ofAbstractOrder.entriesattribute defined at extensioncore. -
Uses of AbstractOrderEntryModel in de.hybris.platform.jalo.order
Methods in de.hybris.platform.jalo.order with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionAbstractOrderEntryDiscountValuesAttributeHandler.get(AbstractOrderEntryModel model) AbstractOrderTaxValuesAttributeHandler.get(AbstractOrderEntryModel model) voidAbstractOrderEntryDiscountValuesAttributeHandler.set(AbstractOrderEntryModel model, List<DiscountValue> discountValues) voidAbstractOrderTaxValuesAttributeHandler.set(AbstractOrderEntryModel model, Collection<TaxValue> discountValues) -
Uses of AbstractOrderEntryModel in de.hybris.platform.omsbackoffice.actions.order
Methods in de.hybris.platform.omsbackoffice.actions.order with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected LongPutOnHoldAction.getQuantityPending(AbstractOrderEntryModel orderEntryModel) Returns the quantity for the givenAbstractOrderEntryModelwhich has not been shipped or picked upprotected LongPutOnHoldAction.getQuantityShipped(AbstractOrderEntryModel orderEntryModel) Returns the shipped Quantity for the givenAbstractOrderEntryModel -
Uses of AbstractOrderEntryModel in de.hybris.platform.omsbackoffice.dto
Methods in de.hybris.platform.omsbackoffice.dto that return AbstractOrderEntryModelMethods in de.hybris.platform.omsbackoffice.dto with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidOrderEntryToCancelDto.setOrderEntry(AbstractOrderEntryModel orderEntry) Constructors in de.hybris.platform.omsbackoffice.dto with parameters of type AbstractOrderEntryModelModifierConstructorDescriptionOrderEntryToCancelDto(AbstractOrderEntryModel orderEntry, List<String> reasons, Long quantityAvailableToCancel, String deliveryModeName) -
Uses of AbstractOrderEntryModel in de.hybris.platform.omsbackoffice.widgets.order.cancelorder
Methods in de.hybris.platform.omsbackoffice.widgets.order.cancelorder with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected StringCancelOrderController.determineDeliveryMode(AbstractOrderEntryModel orderEntry) determines the delivery mode for a given orderEntry. -
Uses of AbstractOrderEntryModel in de.hybris.platform.omsbackoffice.widgets.returns.dtos
Constructors in de.hybris.platform.omsbackoffice.widgets.returns.dtos with parameters of type AbstractOrderEntryModelModifierConstructorDescriptionReturnEntryToCreateDto(AbstractOrderEntryModel orderEntry, int returnableQuantity, List<String> reasons) -
Uses of AbstractOrderEntryModel in de.hybris.platform.order
Classes in de.hybris.platform.order with type parameters of type AbstractOrderEntryModelModifier and TypeInterfaceDescriptioninterfaceAbstractOrderEntryService<E extends AbstractOrderEntryModel>Generic service that allows creation of order entries of particular type.interfaceAbstractOrderService<O extends AbstractOrderModel,E extends AbstractOrderEntryModel> Abstract interface for services dedicated for handling subtypes ofAbstractOrderModel.Methods in de.hybris.platform.order that return AbstractOrderEntryModelModifier and TypeMethodDescriptionAbstractOrderService.addNewEntry(ComposedTypeModel entryType, O order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent) Adds a new entry of the givenComposedTypeModelto the given order.OrderService.addNewEntry(ComposedTypeModel entryType, OrderModel order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent) Adds a new entry of the givenComposedTypeModelto the given order.AbstractOrderEntryService.createEntry(ComposedTypeModel entryType, AbstractOrderModel abstractOrder) Creates a new instance of abstract order entry of the specific composed type for a given order instance.Methods in de.hybris.platform.order with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidCalculationService.calculateTotals(AbstractOrderEntryModel entry, boolean recalculate) Recalculates given entries total prices and re-applies tax and discount values.TestPriceFactory.findBasePrice(AbstractOrderEntryModel entry) TestPriceFactory.findDiscountValues(AbstractOrderEntryModel entry) TestPriceFactory.findTaxValues(AbstractOrderEntryModel entry) voidCalculationService.recalculate(AbstractOrderEntryModel entry) Calculates this entry even if the entry was calculated before. -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.daos
Methods in de.hybris.platform.order.daos that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionOrderDao.findEntriesByNumber(AbstractOrderModel order, int number) Returns order entries with the matching order entry numberOrderDao.findEntriesByNumber(AbstractOrderModel order, int start, int end) Returns order entries with the order entry number from the requested rangeOrderDao.findEntriesByNumber(String entryTypeCode, AbstractOrderModel order, int number) Deprecated, for removal: This API element is subject to removal in a future version.since ages - useOrderDao.findEntriesByNumber(AbstractOrderModel, int)OrderDao.findEntriesByNumber(String entryTypeCode, AbstractOrderModel order, int start, int end) Deprecated, for removal: This API element is subject to removal in a future version.since ages - useOrderDao.findEntriesByNumber(AbstractOrderModel, int, int)OrderDao.findEntriesByProduct(AbstractOrderModel order, ProductModel product) Returns order entries with the matching productOrderDao.findEntriesByProduct(String entryTypeCode, AbstractOrderModel order, ProductModel product) Deprecated, for removal: This API element is subject to removal in a future version.since ages - useOrderDao.findEntriesByProduct(AbstractOrderModel, ProductModel) -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.daos.impl
Methods in de.hybris.platform.order.daos.impl that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultOrderDao.findEntriesByNumber(AbstractOrderModel order, int number) DefaultOrderDao.findEntriesByNumber(AbstractOrderModel order, int start, int end) DefaultOrderDao.findEntriesByNumber(String entryTypeCode, AbstractOrderModel order, int number) Deprecated, for removal: This API element is subject to removal in a future version.since agesDefaultOrderDao.findEntriesByNumber(String entryTypeCode, AbstractOrderModel order, int start, int end) Deprecated, for removal: This API element is subject to removal in a future version.since agesDefaultOrderDao.findEntriesByProduct(AbstractOrderModel order, ProductModel product) DefaultOrderDao.findEntriesByProduct(String entryTypeCode, AbstractOrderModel order, ProductModel product) Deprecated, for removal: This API element is subject to removal in a future version.since ages -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.impl
Classes in de.hybris.platform.order.impl with type parameters of type AbstractOrderEntryModelModifier and TypeClassDescriptionclassDefault implementation ofAbstractOrderEntryService.classDefaultAbstractOrderService<O extends AbstractOrderModel,E extends AbstractOrderEntryModel> Default implementation ofAbstractOrderService.Methods in de.hybris.platform.order.impl with type parameters of type AbstractOrderEntryModelModifier and TypeMethodDescription<E extends AbstractOrderEntryModel,T extends AbstractOrderModel>
TCloneAbstractOrderStrategy.clone(ComposedTypeModel _orderType, ComposedTypeModel _entryType, AbstractOrderModel original, String code, Class<T> abstractOrderClassResult, Class<E> abstractOrderEntryClassResult) Deprecated, for removal: This API element is subject to removal in a future version.Create clone of original and change the type of order and orderEntries<T extends AbstractOrderEntryModel>
List<T>CloneAbstractOrderStrategy.cloneEntries(ComposedTypeModel _entryType, AbstractOrderModel original) Deprecated, for removal: This API element is subject to removal in a future version.Clone the entries of the original and change the type according to the entryType given.Methods in de.hybris.platform.order.impl that return AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultAbstractOrderService.addNewEntry(ComposedTypeModel entryType, O order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent) DefaultOrderService.addNewEntry(ComposedTypeModel entryType, OrderModel order, ProductModel product, long qty, UnitModel unit, int number, boolean addToPresent) DefaultAbstractOrderEntryService.createEntry(ComposedTypeModel entryType, AbstractOrderModel order) protected AbstractOrderEntryModelDefaultAbstractOrderService.getCollidingEntry(int requested, O order) Methods in de.hybris.platform.order.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected intDefaultAbstractOrderService.addEntryAtPosition(AbstractOrderModel order, AbstractOrderEntryModel entry, int requested) voidDefaultCalculationService.calculateTotals(AbstractOrderEntryModel entry, boolean recalculate) protected voidDefaultCalculationService.calculateTotalTaxValues(AbstractOrderEntryModel entry) protected PriceValueDefaultCalculationService.findBasePrice(AbstractOrderEntryModel entry) protected List<DiscountValue>DefaultCalculationService.findDiscountValues(AbstractOrderEntryModel entry) protected Collection<TaxValue>DefaultCalculationService.findTaxValues(AbstractOrderEntryModel entry) protected intDefaultCartService.getNextEntryNumber(CartModel cart, AbstractOrderEntryModel forMe) voidDefaultCalculationService.recalculate(AbstractOrderEntryModel entry) protected voidDefaultCalculationService.recalculateOrderEntryIfNeeded(AbstractOrderEntryModel entry, boolean forceRecalculation) protected voidDefaultCalculationService.resetAllValues(AbstractOrderEntryModel entry) protected voidDefaultCalculationService.setCalculatedStatus(AbstractOrderEntryModel entry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.interceptors
Methods in de.hybris.platform.order.interceptors with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected StringDefaultAbstractOrderEntryPreparer.createEntryInformation(AbstractOrderEntryModel newEntry, InterceptorContext ctx) protected voidDefaultAbstractOrderEntryPreparer.setEntryNumberAslast(AbstractOrderEntryModel entryModel, List<AbstractOrderEntryModel> currentOrderEntries) Method parameters in de.hybris.platform.order.interceptors with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected voidDefaultAbstractOrderEntryPreparer.setEntryNumberAslast(AbstractOrderEntryModel entryModel, List<AbstractOrderEntryModel> currentOrderEntries) -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.model
Methods in de.hybris.platform.order.model that return AbstractOrderEntryModelModifier and TypeMethodDescriptionAbstractOrderEntryProductInfoModel.getOrderEntry()Generated method - Getter of theAbstractOrderEntryProductInfo.orderEntryattribute defined at extensioncatalog.Methods in de.hybris.platform.order.model with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidAbstractOrderEntryProductInfoModel.setOrderEntry(AbstractOrderEntryModel value) Generated method - Initial setter ofAbstractOrderEntryProductInfo.orderEntryattribute defined at extensioncatalog.Constructors in de.hybris.platform.order.model with parameters of type AbstractOrderEntryModelModifierConstructorDescriptionAbstractOrderEntryProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersAbstractOrderEntryProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.calculation
Methods in de.hybris.platform.order.strategies.calculation with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionFindPriceStrategy.findBasePrice(AbstractOrderEntryModel entry) Resolves price value for the givenAbstractOrderEntryModel.FindPriceHook.findCustomBasePrice(AbstractOrderEntryModel entry, PriceValue defaultPrice) Resolves custom price value for the givenAbstractOrderEntryModel.FindDiscountValuesHook.findDiscountValues(AbstractOrderEntryModel entry) Find applicableDiscountValues for the target order entry.FindDiscountValuesStrategy.findDiscountValues(AbstractOrderEntryModel entry) Find applicableDiscountValues for the target order entry.FindTaxValuesStrategy.findTaxValues(AbstractOrderEntryModel entry) Resolves tax value for the givenAbstractOrderEntryModelbasing on the underlying implementation.booleanFindDiscountValuesHook.isApplicable(AbstractOrderEntryModel entry) Indicates whether a custom base price can be found for the givenAbstractOrderEntryModel.booleanFindPriceHook.isApplicable(AbstractOrderEntryModel entry) Indicates whether a custom base price can be found for the givenAbstractOrderEntryModel.booleanOrderRequiresCalculationStrategy.requiresCalculation(AbstractOrderEntryModel orderEntry) Method checks if the order entry need to be calculated. -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.calculation.impl
Methods in de.hybris.platform.order.strategies.calculation.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionFindPricingWithCurrentPriceFactoryStrategy.findBasePrice(AbstractOrderEntryModel entry) FindOrderDiscountValuesStrategy.findDiscountValues(AbstractOrderEntryModel entry) FindPricingWithCurrentPriceFactoryStrategy.findDiscountValues(AbstractOrderEntryModel entry) FindPricingWithCurrentPriceFactoryStrategy.findTaxValues(AbstractOrderEntryModel entry) booleanDefaultOrderRequiresCalculationStrategy.requiresCalculation(AbstractOrderEntryModel orderEntry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.calculation.impl.servicelayer
Methods in de.hybris.platform.order.strategies.calculation.impl.servicelayer with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultSLFindPriceStrategy.findBasePrice(AbstractOrderEntryModel entry) DefaultSLFindDiscountValuesStrategy.findDiscountValues(AbstractOrderEntryModel entry) DefaultSLFindOrderDiscountValuesStrategy.findDiscountValues(AbstractOrderEntryModel entry) DefaultSLFindTaxValuesStrategy.findTaxValues(AbstractOrderEntryModel entry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.calculation.pdt.criteria
Methods in de.hybris.platform.order.strategies.calculation.pdt.criteria with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionPDTCriteriaFactory.discountValueCriteriaFromOrderEntry(AbstractOrderEntryModel orderEntry) Creates DiscountValueInfoCriteria from AbstractOrderEntryModelPDTCriteriaFactory.priceValueCriteriaFromOrderEntry(AbstractOrderEntryModel orderEntry) Creates PriceValueInfoCriteria from AbstractOrderEntryModelPDTCriteriaFactory.taxValueCriteriaFromOrderEntry(AbstractOrderEntryModel orderEntry) Creates TaxValueInfoCriteria from AbstractOrderEntryModel -
Uses of AbstractOrderEntryModel 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 AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultPDTCriteriaFactory.discountValueCriteriaFromOrderEntry(AbstractOrderEntryModel orderEntry) DefaultPDTCriteriaFactory.priceValueCriteriaFromOrderEntry(AbstractOrderEntryModel orderEntry) DefaultPDTCriteriaFactory.taxValueCriteriaFromOrderEntry(AbstractOrderEntryModel orderEntry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.calculation.pdt.impl
Methods in de.hybris.platform.order.strategies.calculation.pdt.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionPDTEnumGroupsHelper.getPDG(AbstractOrderEntryModel entry) Gets Products Discount Group for Order Entry.PDTEnumGroupsHelper.getPTG(AbstractOrderEntryModel entry) Gets Products Tax Group for Order Entry.PDTEnumGroupsHelper.getUDG(AbstractOrderEntryModel entry) Gets User Discount Group for Order Entry.PDTEnumGroupsHelper.getUPG(AbstractOrderEntryModel entry) Gets the UserPriceGroup from Order Entry.PDTEnumGroupsHelper.getUTG(AbstractOrderEntryModel entry) Gets User Tax Group for Order Entry. -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.impl
Classes in de.hybris.platform.order.strategies.impl with type parameters of type AbstractOrderEntryModelModifier and TypeClassDescriptionclassGenericAbstractOrderCloningStrategy<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. -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.ordercloning
Methods in de.hybris.platform.order.strategies.ordercloning with type parameters of type AbstractOrderEntryModelModifier and TypeMethodDescription<T extends AbstractOrderEntryModel>
voidAdjustEntryTestHook.afterCloneEntries(AbstractOrderModel original, List<T> clonedEntries) <T extends AbstractOrderEntryModel>
voidCloneAbstractOrderHook.afterCloneEntries(AbstractOrderModel original, List<T> clonedEntries) Hook is executed after entries are cloned.<T extends AbstractOrderEntryModel>
Collection<T>CloneAbstractOrderStrategy.cloneEntries(ComposedTypeModel entriesType, AbstractOrderModel original) Make a clone of entries (eventually change their type).Method parameters in de.hybris.platform.order.strategies.ordercloning with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidAdjustEntryTestHook.adjustEntryNumbers(Map<AbstractOrderEntryModel, Integer> entryNumberMappings) default voidCloneAbstractOrderHook.adjustEntryNumbers(Map<AbstractOrderEntryModel, Integer> entryNumberMappings) Hook is executed just after copy context creation(before clone). -
Uses of AbstractOrderEntryModel in de.hybris.platform.order.strategies.ordercloning.impl
Methods in de.hybris.platform.order.strategies.ordercloning.impl with type parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected <T extends AbstractOrderEntryModel>
voidDefaultCloneAbstractOrderStrategy.afterCloneEntries(AbstractOrderModel original, List<T> clonedEntries) <T extends AbstractOrderEntryModel>
List<T>DefaultCloneAbstractOrderStrategy.cloneEntries(ComposedTypeModel _entryType, AbstractOrderModel original) Clone the entries of the original and change the type according to the entryType given.Methods in de.hybris.platform.order.strategies.ordercloning.impl that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected Map<AbstractOrderEntryModel,Integer> DefaultCloneAbstractOrderStrategy.adjustEntryNumbers(Map<AbstractOrderEntryModel, Integer> entryNumberMappings) Method parameters in de.hybris.platform.order.strategies.ordercloning.impl with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected Map<AbstractOrderEntryModel,Integer> DefaultCloneAbstractOrderStrategy.adjustEntryNumbers(Map<AbstractOrderEntryModel, Integer> entryNumberMappings) -
Uses of AbstractOrderEntryModel in de.hybris.platform.ordercancel
Methods in de.hybris.platform.ordercancel that return AbstractOrderEntryModelMethods in de.hybris.platform.ordercancel that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionOrderCancelCancelableEntriesStrategy.getAllCancelableEntries(OrderModel order, PrincipalModel requestor) Provides information about cancelable entries of given order.OrderCancelService.getAllCancelableEntries(OrderModel order, PrincipalModel requestor) Returns all cancellableOrderEntryConstructors in de.hybris.platform.ordercancel with parameters of type AbstractOrderEntryModelModifierConstructorDescriptionOrderCancelEntry(AbstractOrderEntryModel orderEntry) Creates an entry that represents cancellation of the whole Order EntryOrderCancelEntry(AbstractOrderEntryModel orderEntry, long cancelQuantity) Creates an entry that represents cancellation of a part of the Order Entry (i.e.OrderCancelEntry(AbstractOrderEntryModel orderEntry, long cancelQuantity, String notes) Creates an entry that represents cancellation of a part of the Order Entry (i.e.OrderCancelEntry(AbstractOrderEntryModel orderEntry, long cancelQuantity, String notes, CancelReason cancelReason) OrderCancelEntry(AbstractOrderEntryModel orderEntry, String notes, CancelReason cancelReason) Creates an entry that represents cancellation of a part of the Order Entry completely. -
Uses of AbstractOrderEntryModel in de.hybris.platform.ordercancel.impl
Methods in de.hybris.platform.ordercancel.impl that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected Map<AbstractOrderEntryModel,Long> DefaultOrderCancelCancelableEntriesStrategy.collectUncancelableEntriesMap(OrderModel order) protected Map<AbstractOrderEntryModel,Long> DefaultOrderCancelCancelableEntriesStrategy.findCancellableEntries(OrderModel order, Map<AbstractOrderEntryModel, Long> uncancelableEntriesMap) DefaultOrderCancelCancelableEntriesStrategy.getAllCancelableEntries(OrderModel order, PrincipalModel requestor) DefaultOrderCancelService.getAllCancelableEntries(OrderModel order, PrincipalModel requestor) Returns all cancellableOrderEntry.protected Map<Integer,AbstractOrderEntryModel> DefaultOrderCancelRecordsHandler.storeOriginalOrderEntriesMapping(OrderModel order) Methods in de.hybris.platform.ordercancel.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected voidDefaultOrderCancelCancelableEntriesStrategy.mergeEntries(Map<AbstractOrderEntryModel, Long> unavailableEntries, AbstractOrderEntryModel entry, Long unavailableQuantity) Method parameters in de.hybris.platform.ordercancel.impl with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected voidDefaultOrderCancelCancelableEntriesStrategy.appendUncancelableEntriesMap(Map<AbstractOrderEntryModel, Long> uncancelableEntriesMap, boolean consignmentUnavailableForCancel, ConsignmentEntryModel consignmentEntry) protected voidDefaultOrderCancelCancelableEntriesStrategy.appendUncancelableEntriesMap(Map<AbstractOrderEntryModel, Long> uncancelableEntriesMap, ConsignmentModel consignment) protected OrderCancelRecordEntryModelDefaultOrderCancelRecordsHandler.createCancelRecordEntry(OrderCancelRequest request, OrderModel order, OrderCancelRecordModel cancelRecord, OrderHistoryEntryModel snapshot, Map<Integer, AbstractOrderEntryModel> originalOrderEntriesMapping) protected Map<AbstractOrderEntryModel,Long> DefaultOrderCancelCancelableEntriesStrategy.findCancellableEntries(OrderModel order, Map<AbstractOrderEntryModel, Long> uncancelableEntriesMap) protected OrderEntryModelDefaultOrderCancelRecordsHandler.getOriginalOrderEntry(Map<Integer, AbstractOrderEntryModel> originalOrderEntriesMapping, OrderCancelEntry cancelRequestEntry) protected voidDefaultOrderCancelCancelableEntriesStrategy.mergeEntries(Map<AbstractOrderEntryModel, Long> unavailableEntries, AbstractOrderEntryModel entry, Long unavailableQuantity) -
Uses of AbstractOrderEntryModel in de.hybris.platform.ordermanagementfacades.returns.converters.populator
Methods in de.hybris.platform.ordermanagementfacades.returns.converters.populator that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected Converter<AbstractOrderEntryModel,OrderEntryData> OrdermanagementReturnEntryPopulator.getOrderEntryConverter()Method parameters in de.hybris.platform.ordermanagementfacades.returns.converters.populator with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidOrdermanagementReturnEntryPopulator.setOrderEntryConverter(Converter<AbstractOrderEntryModel, OrderEntryData> orderEntryConverter) -
Uses of AbstractOrderEntryModel in de.hybris.platform.ordermanagementfacades.returns.impl
Methods in de.hybris.platform.ordermanagementfacades.returns.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected BigDecimalDefaultOmsReturnFacade.calculateRefundEntryAmount(AbstractOrderEntryModel orderEntryModel, Long expectedQuantity, boolean completeReturn) Evaluates refundAmount for theRefundEntryModelto be created. -
Uses of AbstractOrderEntryModel in de.hybris.platform.ordersplitting
Methods in de.hybris.platform.ordersplitting with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionWarehouseService.getWarehousesWithProductsInStock(AbstractOrderEntryModel orderEntry) Return list of warehouses that can be used to create order from order entry.Method parameters in de.hybris.platform.ordersplitting with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionConsignmentService.createConsignment(AbstractOrderModel order, String code, List<AbstractOrderEntryModel> orderEntries) Creates the consignment.ConsignmentService.getWarehouse(List<AbstractOrderEntryModel> orderEntries) Gets the warehouse.WarehouseService.getWarehouses(Collection<? extends AbstractOrderEntryModel> orderEntries) Return list of warehouses that can be used to create order from order entries.OrderSplittingService.splitOrderForConsignment(AbstractOrderModel order, List<AbstractOrderEntryModel> orderEntryList) Split order entries for consignments.OrderSplittingService.splitOrderForConsignmentNotPersist(AbstractOrderModel order, List<AbstractOrderEntryModel> orderEntryList) Split order entries for consignments w/o persisting changes -
Uses of AbstractOrderEntryModel in de.hybris.platform.ordersplitting.impl
Methods in de.hybris.platform.ordersplitting.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultWarehouseService.getWarehousesWithProductsInStock(AbstractOrderEntryModel orderEntry) Method parameters in de.hybris.platform.ordersplitting.impl with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultConsignmentService.createConsignment(AbstractOrderModel order, String code, List<AbstractOrderEntryModel> orderEntries) DefaultConsignmentService.getWarehouse(List<AbstractOrderEntryModel> orderEntries) DefaultWarehouseService.getWarehouses(Collection<? extends AbstractOrderEntryModel> orderEntries) DefaultOrderSplittingService.splitOrderForConsignment(AbstractOrderModel order, List<AbstractOrderEntryModel> orderEntryList) DefaultOrderSplittingService.splitOrderForConsignmentNotPersist(AbstractOrderModel order, List<AbstractOrderEntryModel> orderEntryList) -
Uses of AbstractOrderEntryModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return AbstractOrderEntryModelModifier and TypeMethodDescriptionConsignmentEntryModel.getOrderEntry()Generated method - Getter of theConsignmentEntry.orderEntryattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidConsignmentEntryModel.setOrderEntry(AbstractOrderEntryModel value) Generated method - Initial setter ofConsignmentEntry.orderEntryattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.ordersplitting.model with parameters of type AbstractOrderEntryModelModifierConstructorDescriptionConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, ItemModel _owner, Long _quantity) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersConsignmentEntryModel(ConsignmentModel _consignment, AbstractOrderEntryModel _orderEntry, Long _quantity) 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 AbstractOrderEntryModel in de.hybris.platform.ordersplitting.strategy
Methods in de.hybris.platform.ordersplitting.strategy with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionabstract ObjectAbstractSplittingStrategy.getGroupingObject(AbstractOrderEntryModel orderEntry) Gets the set of object that group consignmentEntry. -
Uses of AbstractOrderEntryModel in de.hybris.platform.ordersplitting.strategy.impl
Methods in de.hybris.platform.ordersplitting.strategy.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionSplitByAvailableCount.getGroupingObject(AbstractOrderEntryModel orderEntry) SplitByDeliveryMode.getGroupingObject(AbstractOrderEntryModel orderEntry) SplitByEntryDeliveryAddress.getGroupingObject(AbstractOrderEntryModel orderEntry) SplitByNamedDeliveryDate.getGroupingObject(AbstractOrderEntryModel orderEntry) protected List<WarehouseModel>SplitByWarehouse.getPossibleWarehouses(AbstractOrderEntryModel orderEntry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.promotionengineservices.action.impl
Methods in de.hybris.platform.promotionengineservices.action.impl that return AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected AbstractOrderEntryModelDefaultAddProductToCartActionStrategy.addNewEntry(AbstractOrderModel order, ProductModel product, int quantityToAdd) protected AbstractOrderEntryModelDefaultAddProductToCartActionStrategy.findMatchingGiveAwayEntry(AbstractOrderModel order, RuleBasedOrderAddProductActionModel action, 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.Methods in de.hybris.platform.promotionengineservices.action.impl that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected Optional<AbstractOrderEntryModel>DefaultAddProductToCartActionStrategy.getExistingGiveAwayEntry(AbstractOrderModel order, ProductModel product) Methods in de.hybris.platform.promotionengineservices.action.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected voidDefaultOrderEntryAdjustActionStrategy.adjustDiscountRaoValue(AbstractOrderEntryModel entry, DiscountRAO discountRao, BigDecimal discountAmount) protected RuleBasedOrderEntryAdjustActionModelDefaultOrderEntryAdjustActionStrategy.createOrderEntryAdjustAction(PromotionResultModel promoResult, AbstractRuleActionRAO action, AbstractOrderEntryModel entry, BigDecimal discountAmount) Method parameters in de.hybris.platform.promotionengineservices.action.impl with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected AbstractOrderEntryModelDefaultAddProductToCartActionStrategy.findMatchingGiveAwayEntry(AbstractOrderModel order, RuleBasedOrderAddProductActionModel action, BiPredicate<RuleBasedOrderAddProductActionModel, AbstractOrderEntryModel> matchingCondition) -
Uses of AbstractOrderEntryModel in de.hybris.platform.promotionengineservices.promotionengine
Methods in de.hybris.platform.promotionengineservices.promotionengine that return AbstractOrderEntryModelModifier and TypeMethodDescriptionPromotionActionService.getOrderEntry(AbstractRuleActionRAO action) Looks up theAbstractOrderEntryModelbased on the given AbstractRuleActionRAO.Methods in de.hybris.platform.promotionengineservices.promotionengine with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidPromotionActionService.createDiscountValue(DiscountRAO discountRao, String code, AbstractOrderEntryModel orderEntry) Creates aDiscountValuefrom the givendiscountRaoand adds it to the givenorderEntry. -
Uses of AbstractOrderEntryModel in de.hybris.platform.promotionengineservices.promotionengine.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.impl that return AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultPromotionActionService.getOrderEntry(AbstractRuleActionRAO action) protected AbstractOrderEntryModelDefaultPromotionActionService.getOrderEntry(OrderEntryRAO orderEntryRao) Methods in de.hybris.platform.promotionengineservices.promotionengine.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidDefaultPromotionActionService.createDiscountValue(DiscountRAO discountRao, String code, AbstractOrderEntryModel orderEntry) protected booleanDefaultPromotionActionService.removeOrderEntryLevelDiscount(String code, AbstractOrderEntryModel orderEntry) Removes theDiscountValuewith the given code from the givenorderEntry. -
Uses of AbstractOrderEntryModel in de.hybris.platform.promotionengineservices.promotionengine.report.builder
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.builder with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected voidPromotionResultMockBuilder.associateToOrderEntry(PromotionResultModel promotionResultModel, AbstractOrderEntryModel orderEntry) PromotionResultMockBuilder.createSamplePotentialPromotionResultForOrderEntry(AbstractOrderEntryModel orderEntry) PromotionResultMockBuilder.createSamplePromotionResultForOrderEntry(AbstractOrderEntryModel orderEntry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.promotionengineservices.promotionengine.report.data
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.data that return AbstractOrderEntryModelMethods in de.hybris.platform.promotionengineservices.promotionengine.report.data with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidOrderEntryLevelPromotionEngineResults.setOrderEntry(AbstractOrderEntryModel orderEntry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.promotionengineservices.promotionengine.report.populators
Methods in de.hybris.platform.promotionengineservices.promotionengine.report.populators that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionPromotionEngineResultsPopulator.getOrderEntryDiscountPromotionConverter()protected Function<PromotionEngineResult,AbstractOrderEntryModel> NonDiscountPromotionEngineResultsClassifyingPopulator.orderEntry()Provides function that provide an order entry associated withPromotionEngineResultMethods in de.hybris.platform.promotionengineservices.promotionengine.report.populators with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected BigDecimalOrderEntryDiscountPromotionEngineResultsPopulator.calculateTotalPrice(AbstractOrderEntryModel source) protected PromotionEngineResultNonDiscountPromotionEngineResultsClassifyingPopulatorTest.createOrderEntryLevelFiredPromotionEngineResult(AbstractOrderEntryModel orderEntry) protected PromotionEngineResultNonDiscountPromotionEngineResultsClassifyingPopulatorTest.createOrderEntryLevelPotentialPromotionEngineResult(AbstractOrderEntryModel orderEntry) protected BigDecimalOrderEntryDiscountPromotionEngineResultsPopulator.estimateAdjustedBasePriceTotalPrice(AbstractOrderEntryModel source) protected Collection<DiscountValue>OrderEntryDiscountPromotionEngineResultsPopulator.getDiscountValues(AbstractOrderEntryModel source) Provides list of discount values that will be processed by the populatorprotected AbstractOrderModelOrderEntryDiscountPromotionEngineResultsPopulator.getOrder(AbstractOrderEntryModel source) Provides order that will be processed by the populatorvoidOrderEntryDiscountPromotionEngineResultsPopulator.populate(AbstractOrderEntryModel source, OrderEntryLevelPromotionEngineResults target) PopulatesAbstractPromotionEngineResultsbased on discounts supplied byDiscountValueandOrderModelMethod parameters in de.hybris.platform.promotionengineservices.promotionengine.report.populators with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidPromotionEngineResultsPopulator.setOrderEntryDiscountPromotionConverter(Converter<AbstractOrderEntryModel, OrderEntryLevelPromotionEngineResults> orderEntryDiscountPromotionConverter) -
Uses of AbstractOrderEntryModel in de.hybris.platform.promotions.model
Methods in de.hybris.platform.promotions.model that return AbstractOrderEntryModelModifier and TypeMethodDescriptionPromotionOrderEntryConsumedModel.getOrderEntry()Generated method - Getter of thePromotionOrderEntryConsumed.orderEntryattribute defined at extensionpromotions.Methods in de.hybris.platform.promotions.model with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidPromotionOrderEntryConsumedModel.setOrderEntry(AbstractOrderEntryModel value) Generated method - Setter ofPromotionOrderEntryConsumed.orderEntryattribute defined at extensionpromotions. -
Uses of AbstractOrderEntryModel in de.hybris.platform.refund
Methods in de.hybris.platform.refund that return AbstractOrderEntryModelConstructors in de.hybris.platform.refund with parameters of type AbstractOrderEntryModelModifierConstructorDescriptionOrderRefundEntry(AbstractOrderEntryModel orderEntry, long expectedQuantity) OrderRefundEntry(AbstractOrderEntryModel orderEntry, long expectedQuantity, String notes) OrderRefundEntry(AbstractOrderEntryModel orderEntry, long expectedQuantity, String notes, RefundReason reason) -
Uses of AbstractOrderEntryModel in de.hybris.platform.refund.impl
Methods in de.hybris.platform.refund.impl that return AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected AbstractOrderEntryModelDefaultRefundService.getEntry(AbstractOrderModel order, Integer postion) Returns the order entry at a specified position.protected AbstractOrderEntryModelDefaultRefundService.getOrderEntry(RefundEntryModel refund, AbstractOrderModel order) -
Uses of AbstractOrderEntryModel in de.hybris.platform.returns
Methods in de.hybris.platform.returns that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionReturnService.getAllReturnableEntries(OrderModel order) Returns all returnableOrderEntry'sMethods in de.hybris.platform.returns with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionReturnService.createRefund(ReturnRequestModel request, AbstractOrderEntryModel entry, String notes, Long expectedQuantity, ReturnAction action, RefundReason reason) Creates a Refund based on the assigned OrderEntry instanceReturnService.createReplacement(ReturnRequestModel request, AbstractOrderEntryModel entry, String notes, Long expectedQuantity, ReturnAction action, ReplacementReason reason) Creates a Replacement based on the assigned OrderEntry instanceReturnService.getReturnEntry(AbstractOrderEntryModel entry) Returns the ReturnEntries for the specified order entrybooleanReturnService.isReturnable(OrderModel order, AbstractOrderEntryModel entry, long returnQuantity) Determines if the product is 'returnable' by using the injectedReturnableCheckimpl.default longReturnService.maxReturnQuantity(OrderModel order, AbstractOrderEntryModel entry) Determines the max returnable quantity of the product by using the injectedReturnableCheckimpl. -
Uses of AbstractOrderEntryModel in de.hybris.platform.returns.impl
Methods in de.hybris.platform.returns.impl that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultReturnService.getAllReturnableEntries(OrderModel order) Returns all returnableOrderEntry's.Methods in de.hybris.platform.returns.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultReturnService.createRefund(ReturnRequestModel request, AbstractOrderEntryModel entry, String notes, Long expectedQuantity, ReturnAction action, RefundReason reason) Creates a ReplRefundacement based on the assigned OrderEntry instanceDefaultReturnService.createReplacement(ReturnRequestModel request, AbstractOrderEntryModel entry, String notes, Long expectedQuantity, ReturnAction action, ReplacementReason reason) Creates a Replacement based on the assigned OrderEntry instanceDefaultReturnService.getReturnEntry(AbstractOrderEntryModel entry) Returns the ReturnsEntries for the specified order entrybooleanDefaultReturnService.isReturnable(OrderModel order, AbstractOrderEntryModel entry, long returnQuantity) Determines if the product is 'returnable' by using the injectedReturnableCheckimplementations.longDefaultReturnService.maxReturnQuantity(OrderModel order, AbstractOrderEntryModel entry) the max returnable quantity of the product by using the injectedReturnableCheckimplementations. -
Uses of AbstractOrderEntryModel in de.hybris.platform.returns.model
Subclasses of AbstractOrderEntryModel in de.hybris.platform.returns.modelModifier and TypeClassDescriptionclassGenerated model class for type ReplacementOrderEntry first defined at extension basecommerce.classGenerated model class for type ReturnOrderEntry first defined at extension basecommerce.Methods in de.hybris.platform.returns.model that return AbstractOrderEntryModelModifier and TypeMethodDescriptionReturnEntryModel.getOrderEntry()Generated method - Getter of theReturnEntry.orderEntryattribute defined at extensionbasecommerce.Methods in de.hybris.platform.returns.model with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidReturnEntryModel.setOrderEntry(AbstractOrderEntryModel value) Generated method - Setter ofReturnEntry.orderEntryattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.returns.model with parameters of type AbstractOrderEntryModelModifierConstructorDescriptionRefundEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, RefundReason _reason, ReturnStatus _status) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRefundEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ItemModel _owner, RefundReason _reason, ReturnStatus _status) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReplacementEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ReplacementReason _reason, ReturnStatus _status) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReplacementEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ItemModel _owner, ReplacementReason _reason, ReturnStatus _status) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ReturnStatus _status) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersReturnEntryModel(ReturnAction _action, AbstractOrderEntryModel _orderEntry, ItemModel _owner, ReturnStatus _status) 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 AbstractOrderEntryModel in de.hybris.platform.returns.strategy
Methods in de.hybris.platform.returns.strategy with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptiondefault longReturnableCheck.maxReturnQuantity(OrderModel order, AbstractOrderEntryModel entry) Determines the max returnable quantity of the product.booleanReturnableCheck.perform(OrderModel order, AbstractOrderEntryModel entry, long returnQuantity) Determines if the product is 'returnable' -
Uses of AbstractOrderEntryModel in de.hybris.platform.returns.strategy.impl
Methods in de.hybris.platform.returns.strategy.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected List<ReturnEntryModel>DefaultReturnEntryBasedReturnableCheck.getReturnEntry(AbstractOrderEntryModel entry) longDefaultConsignmentBasedReturnableCheck.maxReturnQuantity(OrderModel order, AbstractOrderEntryModel orderentry) Determines the max returnable quantity of the product.longDefaultReturnEntryBasedReturnableCheck.maxReturnQuantity(OrderModel order, AbstractOrderEntryModel orderentry) Determines the max returnable quantity of the product.booleanDefaultConsignmentBasedReturnableCheck.perform(OrderModel order, AbstractOrderEntryModel orderentry, long returnQuantity) Determines if the product is 'returnable'.booleanDefaultReturnEntryBasedReturnableCheck.perform(OrderModel order, AbstractOrderEntryModel orderentry, long returnQuantity) Determines if the product is 'returnable' on base of existing returns entries. -
Uses of AbstractOrderEntryModel in de.hybris.platform.ruleengineservices.converters.populator
Methods in de.hybris.platform.ruleengineservices.converters.populator that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected Converter<AbstractOrderEntryModel,OrderEntryRAO> AbstractOrderRaoPopulator.getEntryConverter()Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidOrderEntryRaoAvailableQuantityPopulator.populate(AbstractOrderEntryModel source, OrderEntryRAO target) voidOrderEntryRaoEntryGroupNumbersPopulator.populate(AbstractOrderEntryModel source, OrderEntryRAO target) voidOrderEntryRaoPopulator.populate(AbstractOrderEntryModel source, OrderEntryRAO target) Method parameters in de.hybris.platform.ruleengineservices.converters.populator with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidAbstractOrderRaoPopulator.setEntryConverter(Converter<AbstractOrderEntryModel, OrderEntryRAO> entryConverter) -
Uses of AbstractOrderEntryModel in de.hybris.platform.ruleengineservices.ruleengine.impl
Methods in de.hybris.platform.ruleengineservices.ruleengine.impl with parameters of type AbstractOrderEntryModelMethod parameters in de.hybris.platform.ruleengineservices.ruleengine.impl with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionCartTestContextBuilder.withEntries(List<AbstractOrderEntryModel> entries) -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl that return AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected AbstractOrderEntryModelConfigurationCartIntegrationFacadeImpl.createCartItem(ProductModel product, ConfigurationData configData, CommerceCartParameter commerceCartParameter, CartModel cart) protected AbstractOrderEntryModelConfigurationCartIntegrationFacadeImpl.findCartItemByPK(PK cartItemPk) protected AbstractOrderEntryModelConfigurationAbstractOrderIntegrationHelperImpl.findEntry(AbstractOrderModel orderModel, int entryNumber) protected AbstractOrderEntryModelConfigurationCartIntegrationFacadeImpl.getOrCreateCartItem(ProductModel product, ConfigurationData configData) Creates a new entry in the session cart or returns the entry belonging to the current configuration and updates the price and its external configuration.protected AbstractOrderEntryModelConfigurationCartIntegrationFacadeImpl.getOrderEntry(String cartItemKey) Methods in de.hybris.platform.sap.productconfig.facades.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected voidConfigurationCartIntegrationFacadeImpl.addConfigAttributesToCartEntry(AbstractOrderEntryModel entry) protected ConfigurationOverviewDataConfigurationAbstractOrderIntegrationHelperImpl.getConfigurationOverviewData(AbstractOrderEntryModel orderEntry) protected ConfigurationOverviewDataConfigurationAbstractOrderIntegrationHelperImpl.getConfigurationOverviewDataForVariant(AbstractOrderEntryModel entry, ProductModel productModel) protected booleanConfigurationAbstractOrderIntegrationHelperImpl.isKbVersionForEntryExisting(AbstractOrderEntryModel orderEntry) protected voidConfigurationCartIntegrationFacadeImpl.linkEntryWithConfigInfos(AbstractOrderEntryModel entry, List<AbstractOrderEntryProductInfoModel> configInlineModels) protected voidConfigurationCartIntegrationFacadeImpl.updateCartItem(ProductModel product, String configId, AbstractOrderEntryModel cartItem, CommerceCartParameter commerceCartParameter, CartModel cart) -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.facades.populator
Fields in de.hybris.platform.sap.productconfig.facades.populator declared as AbstractOrderEntryModelModifier and TypeFieldDescriptionprotected AbstractOrderEntryModelAbstractOrderConfigurationPopulatorTest.sourceEntryFields in de.hybris.platform.sap.productconfig.facades.populator with type parameters of type AbstractOrderEntryModelModifier and TypeFieldDescriptionprotected List<AbstractOrderEntryModel>AbstractOrderConfigurationPopulatorTest.entryListMethods in de.hybris.platform.sap.productconfig.facades.populator with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected voidConfigurationCartRestorationPopulator.addConfigAttributesToCartEntry(ConfigModel configModel, AbstractOrderEntryModel entry) protected voidAbstractOrderProductVariantPopulator.adjustTargetEntryForVariant(AbstractOrderEntryModel sourceEntry, OrderEntryData targetEntry) protected List<ConfigurationInfoData>AbstractOrderConfigurationPopulator.createConfigurationInfos(AbstractOrderEntryModel entry) protected PriceDataCartConfigurationPopulator.createPriceData(Double price, AbstractOrderEntryModel entry) protected voidAbstractOrderProductVariantPopulator.populateAbstractOrderData(AbstractOrderEntryModel entry, List<OrderEntryData> targetList) Transfers product variant related attributes from order entry into its DTO representationprotected booleanCartConfigurationPopulator.populateCartEntry(AbstractOrderEntryModel entry, CartData target) Transfers configuration related attributes from order entry into its DTO representationprotected voidQuoteConfigurationPopulator.populateQuoteEntry(AbstractOrderEntryModel entry, QuoteData target) protected voidAbstractOrderConfigurationPopulator.validateAndSetPK(AbstractOrderEntryModel entry, OrderEntryData targetEntry) protected voidCartConfigurationPopulator.validateChangedInBackground(ConfigModel configModel, AbstractOrderEntryModel entry, OrderEntryData targetEntry) protected booleanCartConfigurationPopulator.validatePrice(ConfigModel configModel, AbstractOrderEntryModel entry, OrderEntryData targetEntry) Validates price on entry level, triggers a reculaculation of the cart if neededprotected booleanCartConfigurationPopulator.validateUnresolvableIssues(AbstractOrderEntryModel entry, OrderEntryData targetEntry) protected voidAbstractOrderConfigurationPopulator.writeSummaryMap(AbstractOrderEntryModel entry, OrderEntryData targetEntry) protected voidAbstractOrderConfigurationPopulator.writeToTargetEntry(AbstractOrderEntryModel entry, AbstractOrderData target) Writes result to target entry DTOprotected voidAbstractOrderConfigurationPopulator.writeToTargetEntry(AbstractOrderEntryModel entry, OrderEntryData targetEntry) protected voidAbstractOrderProductVariantPopulator.writeToTargetEntry(List<OrderEntryData> targetList, AbstractOrderEntryModel sourceEntry) Writes result to target entry DTOprotected voidOrderProductVariantPopulator.writeToTargetEntry(List<OrderEntryData> targetList, AbstractOrderEntryModel sourceEntry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.rules.rao.populator
Methods in de.hybris.platform.sap.productconfig.rules.rao.populator with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected voidProductConfigCartRAOPopulator.populateEntry(AbstractOrderEntryModel entry, OrderEntryRAO entryRAO) protected voidProductConfigCartRAOPopulator.populateProductConfig(AbstractOrderEntryModel entry, OrderEntryRAO entryRAO) -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.impl
Methods in de.hybris.platform.sap.productconfig.services.impl with type parameters of type AbstractOrderEntryModelModifier and TypeMethodDescription<T extends AbstractOrderEntryModel>
voidDefaultProductConfigCloneAbstractOrderHook.afterCloneEntries(AbstractOrderModel original, List<T> clonedEntries) Methods in de.hybris.platform.sap.productconfig.services.impl that return AbstractOrderEntryModelModifier and TypeMethodDescriptionProductConfigurationPersistenceServiceImpl.getAbstractOrderEntryByConfigPk(String configPk, boolean isDraft) Get an abstract order entry by a configuration ID that can either represent the current product configuration attached to it or the current configuration draft.ProductConfigurationPersistenceServiceImpl.getOrderEntryByConfigId(String configId, boolean isDraft) ProductConfigurationPersistenceServiceImpl.getOrderEntryByPK(String cartEntryKey) Methods in de.hybris.platform.sap.productconfig.services.impl that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionProductConfigurationPersistenceServiceImpl.getAllOrderEntriesByConfigId(String configId) protected List<AbstractOrderEntryModel>ProductConfigurationPersistenceServiceImpl.getAllOrderEntriesByModel(ProductConfigurationModel productConfigurationModel) Methods in de.hybris.platform.sap.productconfig.services.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionProductConfigurationPricingStrategyImpl.calculateBasePriceForConfiguration(AbstractOrderEntryModel entry) protected PriceModelProductConfigurationPricingStrategyImpl.calculateBasePriceModelForConfiguration(AbstractOrderEntryModel entry) ProductConfigurationOrderIntegrationServiceImpl.calculateCartEntryConfigurationAttributes(AbstractOrderEntryModel entryModel) protected voidDefaultProductConfigCloneAbstractOrderHook.cleanUpEntry(AbstractOrderEntryModel entry) CPQConfigurationHandler.convert(Collection<ProductConfigurationItem> items, AbstractOrderEntryModel entry) protected PriceValueProductConfigurationPricingStrategyImpl.createZeroPrice(AbstractOrderEntryModel entry) voidProductConfigurationOrderIntegrationServiceImpl.fillSummaryMap(AbstractOrderEntryModel entry) DefaultProductConfigFindPriceHook.findCustomBasePrice(AbstractOrderEntryModel entry, PriceValue defaultPrice) protected StringProductConfigurationPricingStrategyImpl.getConfigIdForCartEntry(AbstractOrderEntryModel entry) SimpleExternalConfigurationAccess.getExternalConfiguration(AbstractOrderEntryModel orderEntryModel) protected CommerceCartParameterProductConfigurationPricingStrategyImpl.getParametersForCartUpdate(AbstractOrderEntryModel entry) protected voidProductConfigurationUpdateCartEntryHookImpl.handleCartEntry(CommerceCartParameter parameter, AbstractOrderEntryModel entry) protected booleanProductConfigurationPricingStrategyImpl.hasBasePriceChanged(AbstractOrderEntryModel entry) protected DoubleProductConfigurationPricingStrategyImpl.hasBasePriceChanged(AbstractOrderEntryModel entry, PriceModel newPrice) protected booleanProductConfigurationPlaceOrderHookImpl.hasConfigurationAttached(AbstractOrderEntryModel cartEntry) protected booleanProductConfigurationOrderIntegrationServiceImpl.hasProductChangedForCartItem(ProductModel product, AbstractOrderEntryModel cartItem) booleanDefaultProductConfigFindPriceHook.isApplicable(AbstractOrderEntryModel entry) protected voidProductConfigurationPlaceOrderHookImpl.prepareForOrderReplication(AbstractOrderEntryModel entry) protected voidProductConfigurationPricingStrategyImpl.recreateConfigurationWithCurrentCurrency(String configId, AbstractOrderEntryModel entry, boolean draft) protected PriceModelProductConfigurationPricingStrategyImpl.reloadCurrentTotalWithCurrentCurrency(AbstractOrderEntryModel entry) protected PriceModelProductConfigurationPricingStrategyImpl.retrieveCurrentTotalPrice(String configId, AbstractOrderEntryModel entry) voidSimpleExternalConfigurationAccess.setExternalConfiguration(String externalConfiguration, AbstractOrderEntryModel orderEntryModel) protected voidDefaultProductConfigCloneAbstractOrderHook.traceCPQAspects(AbstractOrderEntryModel entry) protected voidProductConfigurationPlaceOrderHookImpl.traceCPQAspectsAfterPlaceOrder(AbstractOrderEntryModel entry) booleanProductConfigurationOrderIntegrationServiceImpl.updateCartEntryExternalConfiguration(String externalConfiguration, AbstractOrderEntryModel entry) booleanProductConfigurationPricingStrategyImpl.updateCartEntryPrices(AbstractOrderEntryModel entry, boolean calculateCart, CommerceCartParameter passedParameter) booleanProductConfigurationOrderIntegrationServiceImpl.updateCartEntryProduct(AbstractOrderEntryModel entry, ProductModel product, String configId) -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.interceptor
Methods in de.hybris.platform.sap.productconfig.services.interceptor with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidProductConfigurationRemoveInterceptor.onRemove(AbstractOrderEntryModel model, InterceptorContext ctx) protected voidProductConfigurationRemoveInterceptor.releaseConfigIfPossible(AbstractOrderEntryModel model, ProductConfigurationModel productConfiguration, boolean ignoreProductRelation) -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.intf
Methods in de.hybris.platform.sap.productconfig.services.intf that return AbstractOrderEntryModelModifier and TypeMethodDescriptionProductConfigurationPersistenceService.getOrderEntryByConfigId(String configId, boolean isDraft) get the order entry to which the given config is currently assigned to.ProductConfigurationPersistenceService.getOrderEntryByPK(String cartEntryKey) read theAbstractOrderEntryModelby PKMethods in de.hybris.platform.sap.productconfig.services.intf that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionProductConfigurationPersistenceService.getAllOrderEntriesByConfigId(String configId) Get all order entries to which the given config is currently assigned to.Methods in de.hybris.platform.sap.productconfig.services.intf with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionProductConfigurationPricingStrategy.calculateBasePriceForConfiguration(AbstractOrderEntryModel entry) Calculates the current base price for a given abstract order entry.ProductConfigurationOrderIntegrationService.calculateCartEntryConfigurationAttributes(AbstractOrderEntryModel model) Calculates configuration relevant attributes at cart entry levelvoidProductConfigurationOrderIntegrationService.fillSummaryMap(AbstractOrderEntryModel entry) Fill the summary map at the order entry with configuration status informationExternalConfigurationAccess.getExternalConfiguration(AbstractOrderEntryModel orderEntryModel) voidExternalConfigurationAccess.setExternalConfiguration(String externalConfiguration, AbstractOrderEntryModel orderEntryModel) Sets external configuration into order entrybooleanProductConfigurationOrderIntegrationService.updateCartEntryExternalConfiguration(String externalConfiguration, AbstractOrderEntryModel entry) Updates cart entry's external configuration and creates configuration in current session from external string representation (which contains the configuration in XML format)booleanProductConfigurationPricingStrategy.updateCartEntryPrices(AbstractOrderEntryModel entry, boolean calculateCart, CommerceCartParameter passedParameter) Updates cart entry's base price (in case it deviates from the current configuration price) from configuration model/pricing service.booleanProductConfigurationOrderIntegrationService.updateCartEntryProduct(AbstractOrderEntryModel entry, ProductModel product, String configId) Update the product of the cartItem, if the product is different to the current cart item product -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.model
Constructors in de.hybris.platform.sap.productconfig.services.model with parameters of type AbstractOrderEntryModelModifierConstructorDescriptionCPQOrderEntryProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCPQOrderEntryProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.strategies.impl
Methods in de.hybris.platform.sap.productconfig.services.strategies.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected CommerceCartModificationProductConfigurationCartEntryValidationStrategyImpl.createCommerceCartModification(AbstractOrderEntryModel cartEntryModel, boolean completeAndConsistent, boolean validKB, boolean pricingError, boolean unresolvableIssues) Creates modification beanprotected QuoteEntryStatusProductConfigurationQuoteActionValidationStrategyImpl.getQuoteEntryStatus(AbstractOrderEntryModel entry) Deprecated, for removal: This API element is subject to removal in a future version.protected booleanProductConfigurationQuoteActionValidationStrategyImpl.hasConfigurationIssue(AbstractOrderEntryModel quoteEntry) Deprecated, for removal: This API element is subject to removal in a future version.protected booleanDefaultCartValidationHook.isEntrySuccess(AbstractOrderEntryModel entry, List<CommerceCartModification> modifications) protected voidProductConfigurationCartEntryValidationStrategyImpl.resetConfigurationInfo(AbstractOrderEntryModel orderEntry) protected CommerceCartModificationDefaultCartValidationHook.retrieveModificationForEntry(AbstractOrderEntryModel entry, List<CommerceCartModification> modifications) protected voidDefaultCartValidationHook.validateConfiguration(List<CommerceCartModification> modifications, AbstractOrderEntryModel entryToCheck) ProductConfigurationCartEntryValidationStrategyImpl.validateConfiguration(AbstractOrderEntryModel cartEntryModel) -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.strategies.intf
Methods in de.hybris.platform.sap.productconfig.services.strategies.intf with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionProductConfigurationCartEntryValidationStrategy.validateConfiguration(AbstractOrderEntryModel cartEntryModel) Validates a cart entry model with regards to product configuration -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl
Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl that return AbstractOrderEntryModelModifier and TypeMethodDescriptionPersistenceConfigurationAbstractOrderEntryLinkStrategyImpl.getAbstractOrderEntryForConfigId(String configId) protected AbstractOrderEntryModelPersistenceConfigurationAbstractOrderEntryLinkStrategyImpl.releaseCartEntryProductRelation(String cartEntryId) protected AbstractOrderEntryModelPersistenceConfigurationAssignmentResolverStrategyImpl.retrieveOrderEntry(String configId) Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected List<AbstractOrderEntryModel>ConfigurationSavedCartCleanUpStrategyImpl.retrieveSessionCartEntries()PersistenceConfigurationAssignmentResolverStrategyImpl.toSingelton(String configId) PersistenceConfigurationAssignmentResolverStrategyImpl.toSingelton(String configId) Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected voidConfigurationSavedCartCleanUpStrategyImpl.cleanUpCartEntry(AbstractOrderEntryModel entry) protected ConfigModelPersistenceConfigurationAbstractOrderIntegrationStrategyImpl.createDefaultConfiguration(AbstractOrderEntryModel entry) voidPersistenceConfigurationAbstractOrderIntegrationStrategyImpl.finalizeCartEntry(AbstractOrderEntryModel entry) protected voidPersistenceConfigurationCopyStrategyImpl.finalizeCloneEntry(AbstractOrderEntryModel entry, Map<String, String> oldConfigId2newConfigIdMap, ProductConfigurationRelatedObjectType targetObjectType) PersistenceConfigurationAbstractOrderIntegrationStrategyImpl.getConfigurationForAbstractOrderEntry(AbstractOrderEntryModel entry) PersistenceConfigurationAbstractOrderIntegrationStrategyImpl.getConfigurationForAbstractOrderEntryForOneTimeAccess(AbstractOrderEntryModel entry) PersistenceConfigurationAbstractOrderIntegrationStrategyImpl.getExternalConfigurationForAbstractOrderEntry(AbstractOrderEntryModel entry) protected ProductConfigurationModelPersistenceConfigurationAbstractOrderEntryLinkStrategyImpl.getProductConfiguration(AbstractOrderEntryModel entry) protected ProductConfigurationModelPersistenceConfigurationAbstractOrderIntegrationStrategyImpl.getProductConfiguration(AbstractOrderEntryModel entry) voidPersistenceConfigurationAbstractOrderIntegrationStrategyImpl.invalidateCartEntryConfiguration(AbstractOrderEntryModel entry) protected booleanConfigurationSavedCartCleanUpStrategyImpl.isConfigurableProduct(AbstractOrderEntryModel entry) booleanPersistenceConfigurationAbstractOrderIntegrationStrategyImpl.isKbVersionForEntryExisting(AbstractOrderEntryModel entry) booleanPersistenceConfigurationAbstractOrderIntegrationStrategyImpl.isRuntimeConfigForEntryExisting(AbstractOrderEntryModel entry) voidPersistenceConfigurationAbstractOrderIntegrationStrategyImpl.prepareForOrderReplication(AbstractOrderEntryModel entry) PersistenceConfigurationAbstractOrderIntegrationStrategyImpl.refreshCartEntryConfiguration(AbstractOrderEntryModel entry) voidPersistenceConfigurationReleaseProductLinkStrategyImpl.releaseCartEntryProductRelation(AbstractOrderEntryModel cartEntry) protected voidPersistenceConfigurationAbstractOrderIntegrationStrategyImpl.releaseDraft(AbstractOrderEntryModel orderEntry) protected voidPersistenceConfigurationCopyStrategyImpl.replaceProductConfiguration(AbstractOrderEntryModel sourceEntry, AbstractOrderEntryModel cloneEntry, Consumer<ProductConfigurationModel> replacementStrategy) protected voidPersistenceConfigurationCopyStrategyImpl.replaceWithDeepCopy(AbstractOrderEntryModel cloneEntry, ProductConfigurationModel oldConfiguration, Map<String, String> oldConfigId2newConfigIdMap) protected voidPersistenceConfigurationCopyStrategyImpl.replaceWithShallowCopy(AbstractOrderEntryModel cloneEntry, ProductConfigurationModel oldConfiguration) voidPersistenceConfigurationAbstractOrderIntegrationStrategyImpl.updateAbstractOrderEntryOnLink(CommerceCartParameter parameters, AbstractOrderEntryModel entry) voidPersistenceConfigurationAbstractOrderIntegrationStrategyImpl.updateAbstractOrderEntryOnUpdate(String configId, AbstractOrderEntryModel entry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.intf
Methods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.intf that return AbstractOrderEntryModelModifier and TypeMethodDescriptiondefault AbstractOrderEntryModelConfigurationAbstractOrderEntryLinkStrategy.getAbstractOrderEntryForConfigId(String configId) Retrieves abstract order entry belonging to a specific config IDMethods in de.hybris.platform.sap.productconfig.services.strategies.lifecycle.intf with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidConfigurationAbstractOrderIntegrationStrategy.finalizeCartEntry(AbstractOrderEntryModel entry) Removes links between cart entry, product and UI statusConfigurationAbstractOrderIntegrationStrategy.getConfigurationForAbstractOrderEntry(AbstractOrderEntryModel entry) Get configuration attached to a cart, quote or order entryConfigurationAbstractOrderIntegrationStrategy.getConfigurationForAbstractOrderEntryForOneTimeAccess(AbstractOrderEntryModel entry) Get configuration attached to a cart, quote or order entry for a one time accessConfigurationAbstractOrderIntegrationStrategy.getExternalConfigurationForAbstractOrderEntry(AbstractOrderEntryModel entry) Get external configuration attached to a cart, quote or order entryvoidConfigurationAbstractOrderIntegrationStrategy.invalidateCartEntryConfiguration(AbstractOrderEntryModel entry) Invalidates the configuration attached to a cart entry.booleanConfigurationAbstractOrderIntegrationStrategy.isKbVersionForEntryExisting(AbstractOrderEntryModel entry) Do we have a KB version corresponding to an abstract order entry?booleanConfigurationAbstractOrderIntegrationStrategy.isRuntimeConfigForEntryExisting(AbstractOrderEntryModel entry) Checks whether a runtimne configuration exists for the given entry.voidConfigurationAbstractOrderIntegrationStrategy.prepareForOrderReplication(AbstractOrderEntryModel entry) Prepares entry for order replicationdefault ConfigModelConfigurationAbstractOrderIntegrationStrategy.refreshCartEntryConfiguration(AbstractOrderEntryModel entry) Refresh cart entry configurationvoidConfigurationReleaseProductLinkStrategy.releaseCartEntryProductRelation(AbstractOrderEntryModel abstractOrderEntry) Releases the product relation of the configuration that is attached to the given abstract order entryvoidConfigurationAbstractOrderIntegrationStrategy.updateAbstractOrderEntryOnLink(CommerceCartParameter parameters, AbstractOrderEntryModel entry) Update abstract order entry on link stepvoidConfigurationAbstractOrderIntegrationStrategy.updateAbstractOrderEntryOnUpdate(String configId, AbstractOrderEntryModel entry) Update abstract order entry on link step -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.tracking
Methods in de.hybris.platform.sap.productconfig.services.tracking with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidTrackingRecorder.recordAddToCart(AbstractOrderEntryModel entry, CommerceCartParameter parameters) Records the event of add-to-cart for a configuration and notifies writersvoidTrackingRecorder.recordDeleteCartEntry(AbstractOrderEntryModel entry, CommerceCartParameter parameters) Records the event of delete cart entry for a configuration and notifies writersvoidTrackingRecorder.recordUpdateCartEntry(AbstractOrderEntryModel entry, CommerceCartParameter parameters) Records the event of update cart entry for a configuration and notifies writers -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.tracking.impl
Methods in de.hybris.platform.sap.productconfig.services.tracking.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidTrackingRecorderImpl.recordAddToCart(AbstractOrderEntryModel entry, CommerceCartParameter parameters) protected TrackingItemTrackingRecorderImpl.recordCartEvent(AbstractOrderEntryModel entry, CommerceCartParameter parameters, EventType event) voidTrackingRecorderImpl.recordDeleteCartEntry(AbstractOrderEntryModel entry, CommerceCartParameter parameters) voidTrackingRecorderImpl.recordUpdateCartEntry(AbstractOrderEntryModel entry, CommerceCartParameter parameters) -
Uses of AbstractOrderEntryModel in de.hybris.platform.sap.productconfig.services.validator
Methods in de.hybris.platform.sap.productconfig.services.validator with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected QuoteEntryStatusProductConfigQuoteValidator.getQuoteEntryStatus(AbstractOrderEntryModel entry) protected booleanProductConfigQuoteValidator.hasConfigurationIssue(AbstractOrderEntryModel quoteEntry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.selectivecartfacades.populators
Methods in de.hybris.platform.selectivecartfacades.populators with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidSelectiveCartOrderEntryPopulator.populate(AbstractOrderEntryModel source, OrderEntryData target) -
Uses of AbstractOrderEntryModel in de.hybris.platform.servicelayer.internal.model.order
Modifier and TypeClassDescriptionclassGenerated model class for type InMemoryCartEntry first defined at extension core. -
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionbundleservices.bundle.impl
Methods in de.hybris.platform.subscriptionbundleservices.bundle.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionSubscriptionBundleFindDiscountValuesHook.findDiscountValues(AbstractOrderEntryModel entry) SubscriptionBundleFindDiscountValuesHook.getDiscountValues(AbstractOrderEntryModel entry, AbstractOrderEntryModel masterEntry) booleanSubscriptionBundleFindDiscountValuesHook.isApplicable(AbstractOrderEntryModel entry) protected voidSubscriptionBundleFindDiscountValuesHook.reduceOneTimePrice(SubscriptionPricePlanModel pricePlan, ChangeProductPriceBundleRuleModel priceRule, List<DiscountValue> discountValues, CurrencyModel currency, AbstractOrderEntryModel entry) The price logic for subscription product: discount are applied to one time charge.protected voidSubscriptionBundleFindDiscountValuesHook.reduceRecurringPrice(ProductModel subscriptionProduct, ChangeProductPriceBundleRuleModel priceRule, List<DiscountValue> discountValues, AbstractOrderEntryModel entry, SubscriptionPricePlanModel pricePlan) hard coded price logic for subscription products: discounts are only applied to recurring prices -
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionfacades
Methods in de.hybris.platform.subscriptionfacades that return AbstractOrderEntryModelModifier and TypeMethodDescriptionSubscriptionFacade.getOrderEntryForOrderCodeAndEntryNumber(String orderCode, int entryNumber) Returns theAbstractOrderEntryModelfor the given orderCode and entryNumber. -
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionfacades.impl
Methods in de.hybris.platform.subscriptionfacades.impl that return AbstractOrderEntryModelModifier and TypeMethodDescriptionAbstractSubscriptionFacade.getOrderEntryForOrderCodeAndEntryNumber(String orderCode, int entryNumber) -
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionfacades.order.converters.populator
Methods in de.hybris.platform.subscriptionfacades.order.converters.populator with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected List<BillingTimeData>SubscriptionOrderEntryPopulator.buildBillingTimes(AbstractOrderEntryModel source) protected OrderEntryPriceDataSubscriptionOrderEntryPopulator.createOrderEntryPriceDataForEntry(AbstractOrderEntryModel entry) protected List<OrderEntryPriceData>SubscriptionOrderEntryPopulator.getOrderEntryPricesForEntry(AbstractOrderEntryModel source) voidSubscriptionOrderEntryPopulator.populate(AbstractOrderEntryModel source, OrderEntryData target) -
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionservices.order.hook
Methods in de.hybris.platform.subscriptionservices.order.hook that return AbstractOrderEntryModelMethods in de.hybris.platform.subscriptionservices.order.hook with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected voidSubscriptionAddToCartMethodHook.createChildCarts(AbstractOrderEntryModel masterCartEntry, CommerceCartParameter masterCartParameters) -
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionservices.price
Methods in de.hybris.platform.subscriptionservices.price with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionSubscriptionCommercePriceService.getSubscriptionPricePlanForEntry(AbstractOrderEntryModel entry) Search aSubscriptionPricePlanModelfor the givenentry's product. -
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionservices.price.impl
Methods in de.hybris.platform.subscriptionservices.price.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultSubscriptionCommercePriceService.getSubscriptionPricePlanForEntry(AbstractOrderEntryModel entry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionservices.subscription
Methods in de.hybris.platform.subscriptionservices.subscription that return AbstractOrderEntryModelModifier and TypeMethodDescriptionSubscriptionCommerceCartStrategy.getEntryForNumber(AbstractOrderModel order, int number) Methods in de.hybris.platform.subscriptionservices.subscription with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionSubscriptionCommerceCartService.getBillingFrequenciesForMasterEntry(AbstractOrderEntryModel entry) Get billing frequencies for the master entry. -
Uses of AbstractOrderEntryModel in de.hybris.platform.subscriptionservices.subscription.impl
Methods in de.hybris.platform.subscriptionservices.subscription.impl that return AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected AbstractOrderEntryModelDefaultSubscriptionCommerceCartService.getCartEntryToBeUpdated(CartModel cartModel, long entryNumber) Searches in the givencartModelfor the cart entry with has the givenentryNumberand returns it.DefaultSubscriptionCommerceCartStrategy.getEntryForNumber(AbstractOrderModel order, int number) Methods in de.hybris.platform.subscriptionservices.subscription.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionFindSubscriptionPricingWithCurrentPriceFactoryStrategy.findBasePrice(AbstractOrderEntryModel entry) Deprecated, for removal: This API element is subject to removal in a future version.Resolves the subscription price value for the given AbstractOrderEntryModel by searching aProductModelthat is applicable for the entry's subscription product.SubscriptionPriceFindPriceHook.findCustomBasePrice(AbstractOrderEntryModel entry, PriceValue defaultPrice) Resolves the subscription price value for the given AbstractOrderEntryModel by searching aProductModelthat is applicable for the entry's subscription product.FindSubscriptionPricingWithCurrentPriceFactoryStrategy.findDiscountValues(AbstractOrderEntryModel entry) Deprecated, for removal: This API element is subject to removal in a future version.Find applicable DiscountValues for the target order entry.SubscriptionFindDiscountValuesHook.findDiscountValues(AbstractOrderEntryModel entry) DefaultSubscriptionCommerceCartService.getBillingFrequenciesForMasterEntry(AbstractOrderEntryModel entry) booleanSubscriptionFindDiscountValuesHook.isApplicable(AbstractOrderEntryModel entry) booleanSubscriptionPriceFindPriceHook.isApplicable(AbstractOrderEntryModel entry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.textfieldconfiguratortemplateservices.model
Constructors in de.hybris.platform.textfieldconfiguratortemplateservices.model with parameters of type AbstractOrderEntryModelModifierConstructorDescriptionTextFieldConfiguredProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersTextFieldConfiguredProductInfoModel(ConfiguratorType _configuratorType, AbstractOrderEntryModel _orderEntry, ItemModel _owner) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of AbstractOrderEntryModel in de.hybris.platform.textfieldconfiguratortemplateservices.order.hook
Methods in de.hybris.platform.textfieldconfiguratortemplateservices.order.hook with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionTextFieldConfigurationHandler.convert(Collection<ProductConfigurationItem> items, AbstractOrderEntryModel entry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.allocation.impl
Methods in de.hybris.platform.warehousing.allocation.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected ConsignmentEntryModelDefaultAllocationService.createConsignmentEntry(AbstractOrderEntryModel orderEntry, Long quantity, ConsignmentModel consignment) Create a consignment entry. -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.cancellation
Methods in de.hybris.platform.warehousing.cancellation that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionConsignmentCancellationService.cancelConsignment(ConsignmentModel consignment, OrderCancelResponse orderCancelResponse) Cancel a consignment. -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.cancellation.impl
Methods in de.hybris.platform.warehousing.cancellation.impl that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultConsignmentCancellationService.cancelConsignment(ConsignmentModel consignment, OrderCancelResponse orderCancelResponse) CapturePaymentOnConsignmentOrderCancelableEntriesStrategy.getAllCancelableEntries(OrderModel order, PrincipalModel requestor) WarehousingOrderCancelCancelableEntriesStrategy.getAllCancelableEntries(OrderModel order, PrincipalModel requestor) Method parameters in de.hybris.platform.warehousing.cancellation.impl with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected LongDefaultConsignmentCancellationService.getAlreadyCancelledQty(Map<AbstractOrderEntryModel, Long> orderCancelEntriesCompleted, OrderCancelEntry orderCancelEntry) Gets the already cancelled quantityprotected voidDefaultConsignmentCancellationService.moveProcessAndTerminateWorkflow(OrderCancelResponse orderCancelResponse, Map<AbstractOrderEntryModel, Long> orderCancelEntriesCompleted, OrderCancelEntry orderCancelEntry) Moves the consignment business process and terminates the consignment workflow -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.data.sourcing
Methods in de.hybris.platform.warehousing.data.sourcing that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionSourcingResult.getAllocation()SourcingContext.getOrderEntries()Method parameters in de.hybris.platform.warehousing.data.sourcing with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidSourcingResult.setAllocation(Map<AbstractOrderEntryModel, Long> allocation) voidSourcingContext.setOrderEntries(Collection<AbstractOrderEntryModel> orderEntries) -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.labels.context
Methods in de.hybris.platform.warehousing.labels.context with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected ReturnFormEntryReturnFormContext.createReturnFormEntry(AbstractOrderEntryModel orderEntry, Long purchasedQuantity, Long returnedQuantity) CreatesReturnFormEntryfrom givenAbstractOrderEntryModel -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.replacement
Methods in de.hybris.platform.warehousing.replacement with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected ConsignmentEntryModelOrderManagementOrderCancelPartialTest.createConsignmentEntry(ConsignmentModel consignment, AbstractOrderEntryModel orderEntry, Long qty) protected ConsignmentEntryModelOrderManagementReturnsServiceTest.getConsignmentEntryModel(AbstractOrderEntryModel orderEntryModel, ConsignmentModel consignment) -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.returns.service.impl
Methods in de.hybris.platform.warehousing.returns.service.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionWarehousingReturnService.createRefund(ReturnRequestModel request, AbstractOrderEntryModel entry, String notes, Long expectedQuantity, ReturnAction action, RefundReason reason) -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.returns.strategy.impl
Methods in de.hybris.platform.warehousing.returns.strategy.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionbooleanWarehousingOrderEntryBasedReturnableCheck.perform(OrderModel order, AbstractOrderEntryModel orderEntry, long returnQuantity) -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.context.grouping
Methods in de.hybris.platform.warehousing.sourcing.context.grouping that return types with arguments of type AbstractOrderEntryModelMethods in de.hybris.platform.warehousing.sourcing.context.grouping with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidOrderEntryGroup.add(AbstractOrderEntryModel entry) Add an entry to the group.OrderEntryMatcher.getMatchingObject(AbstractOrderEntryModel orderEntry) Get the order entry model attribute used to match it to other order entries.Method parameters in de.hybris.platform.warehousing.sourcing.context.grouping with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidOrderEntryGroup.addAll(Collection<AbstractOrderEntryModel> entries) Add a collection of entries to the group.Constructor parameters in de.hybris.platform.warehousing.sourcing.context.grouping with type arguments of type AbstractOrderEntryModel -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.context.grouping.impl
Methods in de.hybris.platform.warehousing.sourcing.context.grouping.impl that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected List<AbstractOrderEntryModel>DefaultOrderEntryGroupingService.excludeCompletedEntries(AbstractOrderModel order) Excludes the orderEntries from being grouped, if the there is nothing to be sourced in those orderEntriesMethods in de.hybris.platform.warehousing.sourcing.context.grouping.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionPosOrderEntryMatcher.getMatchingObject(AbstractOrderEntryModel orderEntry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.context.populator.impl
Methods in de.hybris.platform.warehousing.sourcing.context.populator.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected voidAvailabilitySourcingLocationPopulator.setAvailability(WarehouseModel source, AbstractOrderEntryModel entry, Map<ProductModel, Long> availability) Sets the product availability in the map by using the commerce stock service. -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.result
Methods in de.hybris.platform.warehousing.sourcing.result with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionSourcingResultFactory.create(AbstractOrderEntryModel orderEntry, SourcingLocation sourcingLocation, Long quantity) Create a sourcing result.Method parameters in de.hybris.platform.warehousing.sourcing.result with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionSourcingResultFactory.create(Collection<AbstractOrderEntryModel> orderEntries, SourcingLocation sourcingLocation) Create a sourcing result where all order entries are sourced from the given sourcingLocation and using the quantity specified byAbstractOrderEntryModel#getQuantityUnallocated().SourcingResultFactory.create(Map<AbstractOrderEntryModel, Long> allocation, SourcingLocation sourcingLocation) Create a sourcing result where all order entries are sourced from the given sourcingLocation and using the quantity specified in the allocation map. -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.result.impl
Methods in de.hybris.platform.warehousing.sourcing.result.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultSourcingResultFactory.create(AbstractOrderEntryModel orderEntry, SourcingLocation sourcingLocation, Long quantity) Method parameters in de.hybris.platform.warehousing.sourcing.result.impl with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionDefaultSourcingResultFactory.create(Collection<AbstractOrderEntryModel> orderEntries, SourcingLocation sourcingLocation) DefaultSourcingResultFactory.create(Map<AbstractOrderEntryModel, Long> allocations, SourcingLocation sourcingLocation) -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.strategy
Methods in de.hybris.platform.warehousing.sourcing.strategy with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected longAbstractSourcingStrategy.getQuantitySourced(Set<SourcingResult> sourcingResults, AbstractOrderEntryModel orderEntry) Retrieve the quantity already sourced -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.strategy.impl
Methods in de.hybris.platform.warehousing.sourcing.strategy.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected booleanPickupStrategy.canSourceOrderEntry(AbstractOrderEntryModel entry, SourcingLocation location) Validates if the givenSourcingLocationcan be used to source the givenAbstractOrderEntryModelprotected voidNoRestrictionsStrategy.createSourcingResult(SourcingContext sourcingContext, AbstractOrderEntryModel orderEntry, SourcingLocation fitnessSourcingLocation) It creates a sourcing resultMethod parameters in de.hybris.platform.warehousing.sourcing.strategy.impl with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected booleanNoSplittingStrategy.isSourcingNoSplittingPossible(Collection<AbstractOrderEntryModel> entries, SourcingLocation sourcingLocation) Check if it is possible to source. -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.strategy.mapper.impl
Methods in de.hybris.platform.warehousing.sourcing.strategy.mapper.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected BooleanPickupSourcingStrategyMapper.isMatch(AbstractOrderEntryModel entry) Check to see if the order entry provides a match. -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.sourcing.util
Methods in de.hybris.platform.warehousing.sourcing.util that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected Collection<AbstractOrderEntryModel>SourcingContextBuilder.getOrderEntries()Methods in de.hybris.platform.warehousing.sourcing.util with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionSourcingResultBuilder.withAllocation(AbstractOrderEntryModel orderEntry, Long quantity) SourcingContextBuilder.withOrderEntry(AbstractOrderEntryModel entry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.util
Method parameters in de.hybris.platform.warehousing.util with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionCancellationEntryBuilder.build(Map<AbstractOrderEntryModel, Long> cancellationEntryInfo, CancelReason cancelReason) -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionOrderModelBuilder.withEntries(AbstractOrderEntryModel... entries) ConsignmentEntryModelBuilder.withOrderEntry(AbstractOrderEntryModel entry) RefundEntryModelBuilder.withOrderEntry(AbstractOrderEntryModel orderEntry) ReturnEntryModelBuilder.withOrderEntry(AbstractOrderEntryModel orderEntry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.warehousingfacades.order.converters.populator
Methods in de.hybris.platform.warehousingfacades.order.converters.populator with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidWarehousingOrderEntryPopulator.populate(AbstractOrderEntryModel source, OrderEntryData target) -
Uses of AbstractOrderEntryModel in de.hybris.platform.yacceleratorfacades.process.email.context
Methods in de.hybris.platform.yacceleratorfacades.process.email.context that return types with arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected Converter<AbstractOrderEntryModel,OrderEntryData> OrderPartiallyModifiedEmailContext.getOrderEntryConverter()Method parameters in de.hybris.platform.yacceleratorfacades.process.email.context with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidOrderPartiallyModifiedEmailContext.setOrderEntryConverter(Converter<AbstractOrderEntryModel, OrderEntryData> converter) -
Uses of AbstractOrderEntryModel in de.hybris.platform.yacceleratorfulfilmentprocess.strategy.impl
Methods in de.hybris.platform.yacceleratorfulfilmentprocess.strategy.impl with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionSplitByAvailableCount.getGroupingObject(AbstractOrderEntryModel orderEntry) SplitByDeliveryMode.getGroupingObject(AbstractOrderEntryModel orderEntry) SplitByEntryDeliveryAddress.getGroupingObject(AbstractOrderEntryModel orderEntry) SplitByPoS.getGroupingObject(AbstractOrderEntryModel orderEntry) protected List<WarehouseModel>SplitByWarehouse.getPossibleWarehouses(AbstractOrderEntryModel orderEntry) -
Uses of AbstractOrderEntryModel in de.hybris.platform.yacceleratorordermanagement.actions.order.cancel
Methods in de.hybris.platform.yacceleratorordermanagement.actions.order.cancel with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionprotected OrderCancelEntryCancelOrderAction.createCancellationEntry(AbstractOrderEntryModel orderEntry) Create aOrderCancelEntryfrom anAbstractOrderEntryModel. -
Uses of AbstractOrderEntryModel in de.hybris.platform.yacceleratorordermanagement.integration.util
Methods in de.hybris.platform.yacceleratorordermanagement.integration.util with parameters of type AbstractOrderEntryModelModifier and TypeMethodDescriptionReturnUtil.createDefaultReturnRequest(OrderModel orderModel, Long expectedQuantity, ReturnAction action, RefundReason refundReason, BigDecimal refundAmount, AbstractOrderEntryModel orderEntry) create return requestMethod parameters in de.hybris.platform.yacceleratorordermanagement.integration.util with type arguments of type AbstractOrderEntryModelModifier and TypeMethodDescriptionvoidCancellationUtil.cancelOrder(OrderModel orderModel, Map<AbstractOrderEntryModel, Long> cancellationEntryInfo, CancelReason cancelReason) cancel consignmentReturnUtil.createDefaultReturnRequest(OrderModel orderModel, ReturnAction action, RefundReason refundReason, BigDecimal refundAmount, Map<AbstractOrderEntryModel, Long> refundMap) create return request