Uses of Class
de.hybris.platform.jalo.order.AbstractOrderEntry
Packages that use AbstractOrderEntry
Package
Description
-
Uses of AbstractOrderEntry in de.hybris.platform.b2b.jalo
Methods in de.hybris.platform.b2b.jalo with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionGeneratedB2BCommerceManager.getCostCenter(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.costCenterattribute.GeneratedB2BCommerceManager.getCostCenter(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.costCenterattribute.voidGeneratedB2BCommerceManager.setCostCenter(AbstractOrderEntry item, B2BCostCenter value) Generated method - Setter of theAbstractOrderEntry.costCenterattribute.voidGeneratedB2BCommerceManager.setCostCenter(SessionContext ctx, AbstractOrderEntry item, B2BCostCenter value) Generated method - Setter of theAbstractOrderEntry.costCenterattribute. -
Uses of AbstractOrderEntry in de.hybris.platform.basecommerce.jalo
Methods in de.hybris.platform.basecommerce.jalo with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionvoidGeneratedBasecommerceManager.addToConsignmentEntries(AbstractOrderEntry item, ConsignmentEntry value) Generated method - Addsvalueto consignmentEntries.voidGeneratedBasecommerceManager.addToConsignmentEntries(SessionContext ctx, AbstractOrderEntry item, ConsignmentEntry value) Generated method - Addsvalueto consignmentEntries.GeneratedBasecommerceManager.getChosenVendor(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.chosenVendorattribute.GeneratedBasecommerceManager.getChosenVendor(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.chosenVendorattribute.GeneratedBasecommerceManager.getConsignmentEntries(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.consignmentEntriesattribute.GeneratedBasecommerceManager.getConsignmentEntries(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.consignmentEntriesattribute.GeneratedBasecommerceManager.getDeliveryAddress(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.deliveryAddressattribute.GeneratedBasecommerceManager.getDeliveryAddress(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.deliveryAddressattribute.GeneratedBasecommerceManager.getDeliveryMode(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.deliveryModeattribute.GeneratedBasecommerceManager.getDeliveryMode(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.deliveryModeattribute.GeneratedBasecommerceManager.getNamedDeliveryDate(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.namedDeliveryDateattribute.GeneratedBasecommerceManager.getNamedDeliveryDate(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.namedDeliveryDateattribute.GeneratedBasecommerceManager.getQuantityStatus(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.quantityStatusattribute.GeneratedBasecommerceManager.getQuantityStatus(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.quantityStatusattribute.voidGeneratedBasecommerceManager.removeFromConsignmentEntries(AbstractOrderEntry item, ConsignmentEntry value) Generated method - Removesvaluefrom consignmentEntries.voidGeneratedBasecommerceManager.removeFromConsignmentEntries(SessionContext ctx, AbstractOrderEntry item, ConsignmentEntry value) Generated method - Removesvaluefrom consignmentEntries.voidGeneratedBasecommerceManager.setChosenVendor(AbstractOrderEntry item, Vendor value) Generated method - Setter of theAbstractOrderEntry.chosenVendorattribute.voidGeneratedBasecommerceManager.setChosenVendor(SessionContext ctx, AbstractOrderEntry item, Vendor value) Generated method - Setter of theAbstractOrderEntry.chosenVendorattribute.voidGeneratedBasecommerceManager.setConsignmentEntries(AbstractOrderEntry item, Set<ConsignmentEntry> value) Generated method - Setter of theAbstractOrderEntry.consignmentEntriesattribute.voidGeneratedBasecommerceManager.setConsignmentEntries(SessionContext ctx, AbstractOrderEntry item, Set<ConsignmentEntry> value) Generated method - Setter of theAbstractOrderEntry.consignmentEntriesattribute.voidGeneratedBasecommerceManager.setDeliveryAddress(AbstractOrderEntry item, Address value) Generated method - Setter of theAbstractOrderEntry.deliveryAddressattribute.voidGeneratedBasecommerceManager.setDeliveryAddress(SessionContext ctx, AbstractOrderEntry item, Address value) Generated method - Setter of theAbstractOrderEntry.deliveryAddressattribute.voidGeneratedBasecommerceManager.setDeliveryMode(AbstractOrderEntry item, DeliveryMode value) Generated method - Setter of theAbstractOrderEntry.deliveryModeattribute.voidGeneratedBasecommerceManager.setDeliveryMode(SessionContext ctx, AbstractOrderEntry item, DeliveryMode value) Generated method - Setter of theAbstractOrderEntry.deliveryModeattribute.voidGeneratedBasecommerceManager.setNamedDeliveryDate(AbstractOrderEntry item, Date value) Generated method - Setter of theAbstractOrderEntry.namedDeliveryDateattribute.voidGeneratedBasecommerceManager.setNamedDeliveryDate(SessionContext ctx, AbstractOrderEntry item, Date value) Generated method - Setter of theAbstractOrderEntry.namedDeliveryDateattribute.voidGeneratedBasecommerceManager.setQuantityStatus(AbstractOrderEntry item, EnumerationValue value) Generated method - Setter of theAbstractOrderEntry.quantityStatusattribute.voidGeneratedBasecommerceManager.setQuantityStatus(SessionContext ctx, AbstractOrderEntry item, EnumerationValue value) Generated method - Setter of theAbstractOrderEntry.quantityStatusattribute.Method parameters in de.hybris.platform.basecommerce.jalo with type arguments of type AbstractOrderEntryModifier and TypeMethodDescriptionCartFactory.createCartInstance(List<AbstractOrderEntry> entries, Address deliveryAddress, DeliveryMode mode, User user, Currency curr, boolean net) DefaultCartFactory.createCartInstance(List<AbstractOrderEntry> entries, Address deliveryAddress, DeliveryMode mode, User user, Currency curr, boolean net) protected AbstractOrderDefaultMultiAddressDeliveryCostsStrategy.createTempCart(List<AbstractOrderEntry> entries, Address deliveryAddress, DeliveryMode mode, User user, Currency curr, boolean net) Creates a temporary order, which will be used for calculating the delivery costs of the assignedAbstractOrderEntry. -
Uses of AbstractOrderEntry in de.hybris.platform.catalog.jalo
Methods in de.hybris.platform.catalog.jalo with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionvoidGeneratedCatalogManager.addToProductInfos(AbstractOrderEntry item, AbstractOrderEntryProductInfo value) Generated method - Addsvalueto productInfos.voidGeneratedCatalogManager.addToProductInfos(SessionContext ctx, AbstractOrderEntry item, AbstractOrderEntryProductInfo value) Generated method - Addsvalueto productInfos.GeneratedCatalogManager.getProductInfos(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.productInfosattribute.GeneratedCatalogManager.getProductInfos(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.productInfosattribute.voidGeneratedCatalogManager.removeFromProductInfos(AbstractOrderEntry item, AbstractOrderEntryProductInfo value) Generated method - Removesvaluefrom productInfos.voidGeneratedCatalogManager.removeFromProductInfos(SessionContext ctx, AbstractOrderEntry item, AbstractOrderEntryProductInfo value) Generated method - Removesvaluefrom productInfos.voidGeneratedCatalogManager.setProductInfos(AbstractOrderEntry item, List<AbstractOrderEntryProductInfo> value) Generated method - Setter of theAbstractOrderEntry.productInfosattribute.voidGeneratedCatalogManager.setProductInfos(SessionContext ctx, AbstractOrderEntry item, List<AbstractOrderEntryProductInfo> value) Generated method - Setter of theAbstractOrderEntry.productInfosattribute. -
Uses of AbstractOrderEntry in de.hybris.platform.cockpit.services.label.impl
Methods in de.hybris.platform.cockpit.services.label.impl with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionprotected StringOrderLabelProvider.getIconPath(AbstractOrderEntry item) Deprecated.protected StringOrderLabelProvider.getIconPath(AbstractOrderEntry item, String languageIso) Deprecated.protected StringOrderLabelProvider.getItemDescription(AbstractOrderEntry item) Deprecated.protected StringOrderLabelProvider.getItemDescription(AbstractOrderEntry item, String languageIso) Deprecated.protected StringOrderLabelProvider.getItemLabel(AbstractOrderEntry orderEntry) Deprecated.protected StringOrderLabelProvider.getItemLabel(AbstractOrderEntry item, String languageIso) Deprecated. -
Uses of AbstractOrderEntry in de.hybris.platform.commerceservices.jalo
Methods in de.hybris.platform.commerceservices.jalo with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionGeneratedCommerceServicesManager.getDeliveryPointOfService(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.deliveryPointOfServiceattribute.GeneratedCommerceServicesManager.getDeliveryPointOfService(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.deliveryPointOfServiceattribute.voidGeneratedCommerceServicesManager.setDeliveryPointOfService(AbstractOrderEntry item, PointOfService value) Generated method - Setter of theAbstractOrderEntry.deliveryPointOfServiceattribute.voidGeneratedCommerceServicesManager.setDeliveryPointOfService(SessionContext ctx, AbstractOrderEntry item, PointOfService value) Generated method - Setter of theAbstractOrderEntry.deliveryPointOfServiceattribute. -
Uses of AbstractOrderEntry in de.hybris.platform.europe1.jalo
Methods in de.hybris.platform.europe1.jalo with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionCustomPriceFactoryTest.TinyPriceFactory.getBasePrice(AbstractOrderEntry entry) Europe1PriceFactory.getBasePrice(AbstractOrderEntry entry) Europe1PriceFactory.getDiscountValues(AbstractOrderEntry entry) GeneratedEurope1PriceFactory.getEurope1PriceFactory_PDG(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.Europe1PriceFactory_PDGattribute.GeneratedEurope1PriceFactory.getEurope1PriceFactory_PDG(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.Europe1PriceFactory_PDGattribute.GeneratedEurope1PriceFactory.getEurope1PriceFactory_PPG(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.Europe1PriceFactory_PPGattribute.GeneratedEurope1PriceFactory.getEurope1PriceFactory_PPG(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.Europe1PriceFactory_PPGattribute.GeneratedEurope1PriceFactory.getEurope1PriceFactory_PTG(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.Europe1PriceFactory_PTGattribute.GeneratedEurope1PriceFactory.getEurope1PriceFactory_PTG(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.Europe1PriceFactory_PTGattribute.protected EnumerationValueEurope1PriceFactory.getPDG(SessionContext ctx, AbstractOrderEntry entry) protected EnumerationValueEurope1PriceFactory.getPPG(SessionContext ctx, AbstractOrderEntry entry) protected EnumerationValueEurope1PriceFactory.getPTG(SessionContext ctx, AbstractOrderEntry entry) Europe1PriceFactory.getTaxValues(AbstractOrderEntry entry) protected EnumerationValueEurope1PriceFactory.getUDG(SessionContext ctx, AbstractOrderEntry entry) protected EnumerationValueEurope1PriceFactory.getUPG(SessionContext ctx, AbstractOrderEntry entry) protected EnumerationValueEurope1PriceFactory.getUTG(SessionContext ctx, AbstractOrderEntry entry) voidGeneratedEurope1PriceFactory.setEurope1PriceFactory_PDG(AbstractOrderEntry item, EnumerationValue value) Generated method - Setter of theAbstractOrderEntry.Europe1PriceFactory_PDGattribute.voidGeneratedEurope1PriceFactory.setEurope1PriceFactory_PDG(SessionContext ctx, AbstractOrderEntry item, EnumerationValue value) Generated method - Setter of theAbstractOrderEntry.Europe1PriceFactory_PDGattribute.voidGeneratedEurope1PriceFactory.setEurope1PriceFactory_PPG(AbstractOrderEntry item, EnumerationValue value) Generated method - Setter of theAbstractOrderEntry.Europe1PriceFactory_PPGattribute.voidGeneratedEurope1PriceFactory.setEurope1PriceFactory_PPG(SessionContext ctx, AbstractOrderEntry item, EnumerationValue value) Generated method - Setter of theAbstractOrderEntry.Europe1PriceFactory_PPGattribute.voidGeneratedEurope1PriceFactory.setEurope1PriceFactory_PTG(AbstractOrderEntry item, EnumerationValue value) Generated method - Setter of theAbstractOrderEntry.Europe1PriceFactory_PTGattribute.voidGeneratedEurope1PriceFactory.setEurope1PriceFactory_PTG(SessionContext ctx, AbstractOrderEntry item, EnumerationValue value) Generated method - Setter of theAbstractOrderEntry.Europe1PriceFactory_PTGattribute. -
Uses of AbstractOrderEntry in de.hybris.platform.jalo.order
Subclasses of AbstractOrderEntry in de.hybris.platform.jalo.orderModifier and TypeClassDescriptionclassThe order entry class forCarts.classGenerated class for typeCartEntry.classGenerated class for typeOrderEntry.classGenerated class for typeQuoteEntry.classThe order entry class forOrders.classFields in de.hybris.platform.jalo.order with type parameters of type AbstractOrderEntryModifier and TypeFieldDescriptionprotected static final OneToManyHandler<AbstractOrderEntry>GeneratedAbstractOrder.ENTRIESHANDLEROneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.protected static final OneToManyHandler<AbstractOrderEntry>GeneratedCart.ENTRIESHANDLEROneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.protected static final OneToManyHandler<AbstractOrderEntry>GeneratedOrder.ENTRIESHANDLEROneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.protected static final OneToManyHandler<AbstractOrderEntry>GeneratedQuote.ENTRIESHANDLEROneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.jalo.order that return AbstractOrderEntryModifier and TypeMethodDescriptionAbstractOrder.addNewEntry(Product prod, long qtd, Unit unit) Deprecated.since 4.3, please use suitable OrderService.addNewEntry() methodAbstractOrder.addNewEntry(Product prod, long qtd, Unit unit, boolean addToPresent) Deprecated.since 4.3, please use suitable OrderService.addNewEntry() methodAbstractOrder.addNewEntry(Product prod, long qtd, Unit unit, int position, boolean addToPresent) Deprecated.since 4.3, please use suitable OrderService.addNewEntry() methodAbstractOrder.addNewEntry(ComposedType type, Product prod, long qtd, Unit unit, int position, boolean addToPresent) Deprecated.since 4.3, please use suitable OrderService.addNewEntry() methodprotected abstract AbstractOrderEntryAbstractOrder.createNewEntry(SessionContext ctx, ComposedType entryType, Product product, long quantity, Unit unit, int position) AbstractOrder.getEntry(int index) Deprecated.since ages - Use OrderService.getEntryForNumber(de.hybris.platform.core.model.order.AbstractOrderModel, int) instead.Methods in de.hybris.platform.jalo.order that return types with arguments of type AbstractOrderEntryModifier and TypeMethodDescriptionAbstractOrder.getEntries()AbstractOrder.getEntries(SessionContext ctx) GeneratedAbstractOrder.getEntries()Generated method - Getter of theAbstractOrder.entriesattribute.GeneratedAbstractOrder.getEntries(SessionContext ctx) Generated method - Getter of theAbstractOrder.entriesattribute.GeneratedCart.getEntries()Generated method - Getter of theCart.entriesattribute.GeneratedCart.getEntries(SessionContext ctx) Generated method - Getter of theCart.entriesattribute.GeneratedOrder.getEntries()Generated method - Getter of theOrder.entriesattribute.GeneratedOrder.getEntries(SessionContext ctx) Generated method - Getter of theOrder.entriesattribute.GeneratedQuote.getEntries()Generated method - Getter of theQuote.entriesattribute.GeneratedQuote.getEntries(SessionContext ctx) Generated method - Getter of theQuote.entriesattribute.Methods in de.hybris.platform.jalo.order with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionvoidGeneratedAbstractOrder.addToEntries(AbstractOrderEntry value) Generated method - Addsvalueto entries.voidGeneratedAbstractOrder.addToEntries(SessionContext ctx, AbstractOrderEntry value) Generated method - Addsvalueto entries.protected StringAbstractOrder.createEntryInformation(AbstractOrderEntry newEntry) Deprecated.since 4.3 order entry info is set in prepare interceptor.protected intAbstractOrder.getNextEntryNumber(AbstractOrderEntry forMe) voidAbstractOrder.removeEntry(AbstractOrderEntry entry) Deprecated.since ages - UseModelService.remove() instead.voidGeneratedAbstractOrder.removeFromEntries(AbstractOrderEntry value) Generated method - Removesvaluefrom entries.voidGeneratedAbstractOrder.removeFromEntries(SessionContext ctx, AbstractOrderEntry value) Generated method - Removesvaluefrom entries.Method parameters in de.hybris.platform.jalo.order with type arguments of type AbstractOrderEntryModifier and TypeMethodDescriptionprotected intAbstractOrder.getNewEntryNumberForAppending(List<AbstractOrderEntry> all) protected voidAbstractOrder.removeEntries(SessionContext ctx, Set<AbstractOrderEntry> entries) Deprecated.since ages - UseModelService.remove() instead.voidAbstractOrder.setEntries(SessionContext ctx, List<AbstractOrderEntry> value) voidAbstractOrder.setEntries(List<AbstractOrderEntry> value) voidGeneratedAbstractOrder.setEntries(SessionContext ctx, List<AbstractOrderEntry> value) Generated method - Setter of theAbstractOrder.entriesattribute.voidGeneratedAbstractOrder.setEntries(List<AbstractOrderEntry> value) Generated method - Setter of theAbstractOrder.entriesattribute.voidGeneratedCart.setEntries(SessionContext ctx, List<AbstractOrderEntry> value) Generated method - Setter of theCart.entriesattribute.voidGeneratedCart.setEntries(List<AbstractOrderEntry> value) Generated method - Setter of theCart.entriesattribute.voidGeneratedOrder.setEntries(SessionContext ctx, List<AbstractOrderEntry> value) Generated method - Setter of theOrder.entriesattribute.voidGeneratedOrder.setEntries(List<AbstractOrderEntry> value) Generated method - Setter of theOrder.entriesattribute.voidGeneratedQuote.setEntries(SessionContext ctx, List<AbstractOrderEntry> value) Generated method - Setter of theQuote.entriesattribute.voidGeneratedQuote.setEntries(List<AbstractOrderEntry> value) Generated method - Setter of theQuote.entriesattribute.protected voidAbstractOrder.shuffleEntriesOnInsertNew(List<AbstractOrderEntry> all, int newEntryNumber) -
Uses of AbstractOrderEntry in de.hybris.platform.jalo.order.price
Methods in de.hybris.platform.jalo.order.price with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionabstract PriceValueAbstractPriceFactory.getBasePrice(AbstractOrderEntry entry) override to define the base price of an order entryDummyPriceFactory.getBasePrice(AbstractOrderEntry entry) DummyPriceFactoryImpl.getBasePrice(AbstractOrderEntry entry) PriceFactory.getBasePrice(AbstractOrderEntry entry) Deprecated.Please use {@link de.hybris.platform.order.strategies.calculation.FindPriceStrategy.findBasePrice(AbstractOrderEntryModel)} when the 'pdt.calculation.mode' is set to the 'sl' value.AbstractPriceFactory.getDiscountValues(AbstractOrderEntry entry) override to define discount values for an order entry.DummyPriceFactoryImpl.getDiscountValues(AbstractOrderEntry entry) PriceFactory.getDiscountValues(AbstractOrderEntry entry) Deprecated.Please use {@link de.hybris.platform.order.strategies.calculation.FindDiscountValuesStrategy.findDiscountValues(AbstractOrderEntryModel)} when the 'pdt.calculation.mode' is set to the 'sl' value.AbstractPriceFactory.getTaxValues(AbstractOrderEntry entry) override to define tax values for an order entry.DummyPriceFactoryImpl.getTaxValues(AbstractOrderEntry entry) PriceFactory.getTaxValues(AbstractOrderEntry entry) Deprecated.Please use {@link de.hybris.platform.order.strategies.calculation.FindTaxValuesStrategy.findTaxValues(AbstractOrderEntryModel)} when the 'pdt.calculation.mode' is set to the 'sl' value. -
Uses of AbstractOrderEntry in de.hybris.platform.order
Methods in de.hybris.platform.order with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionTestPriceFactory.getBasePrice(AbstractOrderEntry entry) TestPriceFactory.getDiscountValues(AbstractOrderEntry entry) TestPriceFactory.getTaxValues(AbstractOrderEntry entry) voidTestPriceFactory.setBasePrice(AbstractOrderEntry entry, PriceValue priceValue) voidTestPriceFactory.setDiscounts(AbstractOrderEntry entry, DiscountValue... discountValues) voidTestPriceFactory.setDiscounts(AbstractOrderEntry entry, List<DiscountValue> discountValues) voidTestPriceFactory.setTaxes(AbstractOrderEntry entry, TaxValue... taxValues) voidTestPriceFactory.setTaxes(AbstractOrderEntry entry, List<TaxValue> taxValues) -
Uses of AbstractOrderEntry in de.hybris.platform.order.jalo
Methods in de.hybris.platform.order.jalo that return AbstractOrderEntryModifier and TypeMethodDescriptionGeneratedAbstractOrderEntryProductInfo.getOrderEntry()Generated method - Getter of theAbstractOrderEntryProductInfo.orderEntryattribute.GeneratedAbstractOrderEntryProductInfo.getOrderEntry(SessionContext ctx) Generated method - Getter of theAbstractOrderEntryProductInfo.orderEntryattribute.Methods in de.hybris.platform.order.jalo with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionprotected voidGeneratedAbstractOrderEntryProductInfo.setOrderEntry(AbstractOrderEntry value) Generated method - Setter of theAbstractOrderEntryProductInfo.orderEntryattribute.protected voidGeneratedAbstractOrderEntryProductInfo.setOrderEntry(SessionContext ctx, AbstractOrderEntry value) Generated method - Setter of theAbstractOrderEntryProductInfo.orderEntryattribute. -
Uses of AbstractOrderEntry in de.hybris.platform.order.strategies.calculation.impl.internal
Methods in de.hybris.platform.order.strategies.calculation.impl.internal with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionPriceFactorySwitcher.getBasePrice(AbstractOrderEntry entry) PriceFactorySwitcher.getDiscountValues(AbstractOrderEntry entry) PriceFactorySwitcher.getTaxValues(AbstractOrderEntry entry) -
Uses of AbstractOrderEntry in de.hybris.platform.ordersplitting.jalo
Methods in de.hybris.platform.ordersplitting.jalo that return AbstractOrderEntryModifier and TypeMethodDescriptionGeneratedConsignmentEntry.getOrderEntry()Generated method - Getter of theConsignmentEntry.orderEntryattribute.GeneratedConsignmentEntry.getOrderEntry(SessionContext ctx) Generated method - Getter of theConsignmentEntry.orderEntryattribute.Methods in de.hybris.platform.ordersplitting.jalo with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionprotected voidGeneratedConsignmentEntry.setOrderEntry(AbstractOrderEntry value) Generated method - Setter of theConsignmentEntry.orderEntryattribute.protected voidGeneratedConsignmentEntry.setOrderEntry(SessionContext ctx, AbstractOrderEntry value) Generated method - Setter of theConsignmentEntry.orderEntryattribute. -
Uses of AbstractOrderEntry in de.hybris.platform.persistence.order
Subclasses of AbstractOrderEntry in de.hybris.platform.persistence.order -
Uses of AbstractOrderEntry in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo that return AbstractOrderEntryModifier and TypeMethodDescriptionprotected AbstractOrderEntryPromotionOrderEntryAdjustAction.findOrderEntry(AbstractOrder order, SessionContext ctx, Integer orderEntryNumber) protected static AbstractOrderEntryPromotionResult.findOrderEntryWithEntryNumber(List<AbstractOrderEntry> allTargetEntries, int entryNumber) Finds the order entry with the specified entry number.CachedPromotionOrderEntryConsumed.getOrderEntry(SessionContext ctx) GeneratedPromotionOrderEntryConsumed.getOrderEntry()Generated method - Getter of thePromotionOrderEntryConsumed.orderEntryattribute.GeneratedPromotionOrderEntryConsumed.getOrderEntry(SessionContext ctx) Generated method - Getter of thePromotionOrderEntryConsumed.orderEntryattribute.Methods in de.hybris.platform.promotions.jalo with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionCachingPromotionsManager.createPromotionOrderEntryAdjustAction(SessionContext ctx, AbstractOrderEntry entry, double adjustment) CachingPromotionsManager.createPromotionOrderEntryAdjustAction(SessionContext ctx, AbstractOrderEntry entry, long quantity, double adjustment) PromotionsManager.createPromotionOrderEntryAdjustAction(SessionContext ctx, AbstractOrderEntry entry, double adjustment) This does not store the order entry but records its information so that a similar order entry with the same product and quantity can be located in this and other orders.PromotionsManager.createPromotionOrderEntryAdjustAction(SessionContext ctx, AbstractOrderEntry entry, long quantity, double adjustment) Create a newPromotionOrderEntryAdjustActioninstance.CachingPromotionsManager.createPromotionOrderEntryConsumed(SessionContext ctx, String code, AbstractOrderEntry orderEntry, long quantity) CachingPromotionsManager.createPromotionOrderEntryConsumed(SessionContext ctx, String code, AbstractOrderEntry orderEntry, long quantity, double adjustedUnitPrice) PromotionsManager.createPromotionOrderEntryConsumed(SessionContext ctx, String code, AbstractOrderEntry orderEntry, long quantity) Create a newPromotionOrderEntryConsumedinstance.PromotionsManager.createPromotionOrderEntryConsumed(SessionContext ctx, String code, AbstractOrderEntry orderEntry, long quantity, double adjustedUnitPrice) Create a newPromotionOrderEntryConsumedinstance.protected static DiscountValuePromotionOrderEntryAdjustAction.findOrderEntryDiscountValue(SessionContext ctx, AbstractOrderEntry orderEntry, String discountValueCode) protected static voidAbstractPromotionAction.insertFirstOrderEntryDiscountValue(SessionContext ctx, AbstractOrderEntry orderEntry, DiscountValue discountValue) Add a DiscountValue to the OrderEntry at the first position in the list of discountsvoidCachedPromotionOrderEntryConsumed.setOrderEntry(SessionContext ctx, AbstractOrderEntry entry) voidGeneratedPromotionOrderEntryConsumed.setOrderEntry(AbstractOrderEntry value) Generated method - Setter of thePromotionOrderEntryConsumed.orderEntryattribute.voidGeneratedPromotionOrderEntryConsumed.setOrderEntry(SessionContext ctx, AbstractOrderEntry value) Generated method - Setter of thePromotionOrderEntryConsumed.orderEntryattribute.Method parameters in de.hybris.platform.promotions.jalo with type arguments of type AbstractOrderEntryModifier and TypeMethodDescriptionprotected static PromotionOrderEntryConsumedPromotionResult.deepCloneConsumedEntryAndAttachToOrder(SessionContext ctx, PromotionOrderEntryConsumed source, List<AbstractOrderEntry> allTargetEntries) Clones a consumed order entry and attach it to an order entry from the list specified.protected static AbstractOrderEntryPromotionResult.findOrderEntryWithEntryNumber(List<AbstractOrderEntry> allTargetEntries, int entryNumber) Finds the order entry with the specified entry number.Constructors in de.hybris.platform.promotions.jalo with parameters of type AbstractOrderEntryModifierConstructorDescription -
Uses of AbstractOrderEntry in de.hybris.platform.promotions.result
Methods in de.hybris.platform.promotions.result that return AbstractOrderEntryModifier and TypeMethodDescriptionPromotionOrderEntry.getBaseOrderEntry()Get the base order entry.WrappedOrderEntry.getBaseOrderEntry()The product in this order entry.Methods in de.hybris.platform.promotions.result with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionprotected static longPromotionOrderResults.getConsumedQuantityForEntry(SessionContext ctx, PromotionResult result, AbstractOrderEntry orderEntry) protected static longPromotionOrderResults.getMaxConsumedQuantityForEntry(SessionContext ctx, List<PromotionResult> promotionResults, AbstractOrderEntry orderEntry) Constructors in de.hybris.platform.promotions.result with parameters of type AbstractOrderEntryModifierConstructorDescriptionPromotionOrderEntry(AbstractOrderEntry orderEntry, PromotionEvaluationContext.ConsumptionLogger logger) Constructor.protectedWrappedOrderEntry(SessionContext ctx, AbstractOrderEntry orderEntry) protectedWrappedOrderEntry(SessionContext ctx, AbstractOrderEntry orderEntry, long quantity) protectedWrappedOrderEntry(SessionContext ctx, AbstractOrderEntry orderEntry, long quantity, Collection<PromotionResult> promotionResults) -
Uses of AbstractOrderEntry in de.hybris.platform.promotions.util
Methods in de.hybris.platform.promotions.util with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionprotected static voidHelper.dumpOrderEntry(SessionContext ctx, AbstractOrderEntry orderEntry, StringBuilder builder) -
Uses of AbstractOrderEntry in de.hybris.platform.returns.jalo
Subclasses of AbstractOrderEntry in de.hybris.platform.returns.jaloModifier and TypeClassDescriptionclassGenerated class for typeReplacementOrderEntry.classGenerated class for typeReturnOrderEntry.classclassMethods in de.hybris.platform.returns.jalo that return AbstractOrderEntryModifier and TypeMethodDescriptionGeneratedReturnEntry.getOrderEntry()Generated method - Getter of theReturnEntry.orderEntryattribute.GeneratedReturnEntry.getOrderEntry(SessionContext ctx) Generated method - Getter of theReturnEntry.orderEntryattribute.Methods in de.hybris.platform.returns.jalo with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionvoidGeneratedReturnEntry.setOrderEntry(AbstractOrderEntry value) Generated method - Setter of theReturnEntry.orderEntryattribute.voidGeneratedReturnEntry.setOrderEntry(SessionContext ctx, AbstractOrderEntry value) Generated method - Setter of theReturnEntry.orderEntryattribute. -
Uses of AbstractOrderEntry in de.hybris.platform.sap.productconfig.services.jalo
Methods in de.hybris.platform.sap.productconfig.services.jalo with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionGeneratedSapproductconfigservicesManager.getAllCpqStatusSummaryMap(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.cpqStatusSummaryMapattribute.GeneratedSapproductconfigservicesManager.getAllCpqStatusSummaryMap(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.cpqStatusSummaryMapattribute.GeneratedSapproductconfigservicesManager.getProductConfiguration(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.productConfigurationattribute.GeneratedSapproductconfigservicesManager.getProductConfiguration(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.productConfigurationattribute.GeneratedSapproductconfigservicesManager.getProductConfigurationDraft(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.productConfigurationDraftattribute.GeneratedSapproductconfigservicesManager.getProductConfigurationDraft(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.productConfigurationDraftattribute.voidGeneratedSapproductconfigservicesManager.setAllCpqStatusSummaryMap(AbstractOrderEntry item, Map<EnumerationValue, Integer> value) Generated method - Setter of theAbstractOrderEntry.cpqStatusSummaryMapattribute.voidGeneratedSapproductconfigservicesManager.setAllCpqStatusSummaryMap(SessionContext ctx, AbstractOrderEntry item, Map<EnumerationValue, Integer> value) Generated method - Setter of theAbstractOrderEntry.cpqStatusSummaryMapattribute.voidGeneratedSapproductconfigservicesManager.setProductConfiguration(AbstractOrderEntry item, ProductConfiguration value) Generated method - Setter of theAbstractOrderEntry.productConfigurationattribute.voidGeneratedSapproductconfigservicesManager.setProductConfiguration(SessionContext ctx, AbstractOrderEntry item, ProductConfiguration value) Generated method - Setter of theAbstractOrderEntry.productConfigurationattribute.voidGeneratedSapproductconfigservicesManager.setProductConfigurationDraft(AbstractOrderEntry item, ProductConfiguration value) Generated method - Setter of theAbstractOrderEntry.productConfigurationDraftattribute.voidGeneratedSapproductconfigservicesManager.setProductConfigurationDraft(SessionContext ctx, AbstractOrderEntry item, ProductConfiguration value) Generated method - Setter of theAbstractOrderEntry.productConfigurationDraftattribute. -
Uses of AbstractOrderEntry in de.hybris.platform.selectivecartservices.jalo
Methods in de.hybris.platform.selectivecartservices.jalo with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionGeneratedSelectivecartservicesManager.getAddToCartTime(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.addToCartTimeattribute.GeneratedSelectivecartservicesManager.getAddToCartTime(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.addToCartTimeattribute.voidGeneratedSelectivecartservicesManager.setAddToCartTime(AbstractOrderEntry item, Date value) Generated method - Setter of theAbstractOrderEntry.addToCartTimeattribute.voidGeneratedSelectivecartservicesManager.setAddToCartTime(SessionContext ctx, AbstractOrderEntry item, Date value) Generated method - Setter of theAbstractOrderEntry.addToCartTimeattribute. -
Uses of AbstractOrderEntry in de.hybris.platform.servicelayer.internal.jalo.order
Subclasses of AbstractOrderEntry in de.hybris.platform.servicelayer.internal.jalo.orderModifier and TypeClassDescriptionclassGenerated class for typeInMemoryCartEntry.classSpecific in-memoryCartEntryimplementation required byInMemoryCart.Fields in de.hybris.platform.servicelayer.internal.jalo.order with type parameters of type AbstractOrderEntryModifier and TypeFieldDescriptionprotected static final OneToManyHandler<AbstractOrderEntry>GeneratedInMemoryCart.ENTRIESHANDLEROneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.servicelayer.internal.jalo.order that return AbstractOrderEntryModifier and TypeMethodDescriptionInMemoryCart.addNewEntry(Product prod, long qtd, Unit unit, int position, boolean addToPresent) Overwritten to provide in-memory list of entries.InMemoryCart.getEntry(int index) Overwritten to provide in-memory list of entries.Methods in de.hybris.platform.servicelayer.internal.jalo.order that return types with arguments of type AbstractOrderEntryModifier and TypeMethodDescriptionGeneratedInMemoryCart.getEntries()Generated method - Getter of theInMemoryCart.entriesattribute.GeneratedInMemoryCart.getEntries(SessionContext ctx) Generated method - Getter of theInMemoryCart.entriesattribute.Methods in de.hybris.platform.servicelayer.internal.jalo.order with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionvoidInMemoryCart.removeEntry(AbstractOrderEntry entry) Overwritten to provide in-memory list of entries.Method parameters in de.hybris.platform.servicelayer.internal.jalo.order with type arguments of type AbstractOrderEntryModifier and TypeMethodDescriptionprotected voidInMemoryCart.removeEntries(SessionContext ctx, Set<AbstractOrderEntry> entries) voidGeneratedInMemoryCart.setEntries(SessionContext ctx, List<AbstractOrderEntry> value) Generated method - Setter of theInMemoryCart.entriesattribute.voidGeneratedInMemoryCart.setEntries(List<AbstractOrderEntry> value) Generated method - Setter of theInMemoryCart.entriesattribute.voidInMemoryCart.setEntries(SessionContext ctx, List<AbstractOrderEntry> value) -
Uses of AbstractOrderEntry in de.hybris.platform.subscriptionservices.jalo
Fields in de.hybris.platform.subscriptionservices.jalo with type parameters of type AbstractOrderEntryModifier and TypeFieldDescriptionprotected static final OneToManyHandler<AbstractOrderEntry>GeneratedSubscriptionservicesManager.MASTERABSTRACTORDERENTRY2CHILDABSTRACTORDERENTRIESRELATIONCHILDENTRIESHANDLEROneToManyHandlerfor handling 1:n CHILDENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.subscriptionservices.jalo that return AbstractOrderEntryModifier and TypeMethodDescriptionGeneratedSubscriptionservicesManager.getMasterEntry(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.masterEntryattribute.GeneratedSubscriptionservicesManager.getMasterEntry(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.masterEntryattribute.Methods in de.hybris.platform.subscriptionservices.jalo that return types with arguments of type AbstractOrderEntryModifier and TypeMethodDescriptionGeneratedSubscriptionservicesManager.getChildEntries(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.childEntriesattribute.GeneratedSubscriptionservicesManager.getChildEntries(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.childEntriesattribute.Methods in de.hybris.platform.subscriptionservices.jalo with parameters of type AbstractOrderEntryModifier and TypeMethodDescriptionvoidGeneratedSubscriptionservicesManager.addToChildEntries(AbstractOrderEntry item, AbstractOrderEntry value) Generated method - Addsvalueto childEntries.voidGeneratedSubscriptionservicesManager.addToChildEntries(SessionContext ctx, AbstractOrderEntry item, AbstractOrderEntry value) Generated method - Addsvalueto childEntries.GeneratedSubscriptionservicesManager.getChildEntries(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.childEntriesattribute.GeneratedSubscriptionservicesManager.getChildEntries(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.childEntriesattribute.GeneratedSubscriptionservicesManager.getMasterEntry(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.masterEntryattribute.GeneratedSubscriptionservicesManager.getMasterEntry(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.masterEntryattribute.GeneratedSubscriptionservicesManager.getOriginalOrderEntry(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.originalOrderEntryattribute.GeneratedSubscriptionservicesManager.getOriginalOrderEntry(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.originalOrderEntryattribute.GeneratedSubscriptionservicesManager.getOriginalSubscriptionId(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.originalSubscriptionIdattribute.GeneratedSubscriptionservicesManager.getOriginalSubscriptionId(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.originalSubscriptionIdattribute.ExtendedCatalogAwareEurope1PriceFactory.getPriceRow(AbstractOrderEntry entry) ExtendedPriceFactory.getPriceRow(AbstractOrderEntry entry) GeneratedSubscriptionservicesManager.getXmlProduct(AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.xmlProductattribute.GeneratedSubscriptionservicesManager.getXmlProduct(SessionContext ctx, AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.xmlProductattribute.voidGeneratedSubscriptionservicesManager.removeFromChildEntries(AbstractOrderEntry item, AbstractOrderEntry value) Generated method - Removesvaluefrom childEntries.voidGeneratedSubscriptionservicesManager.removeFromChildEntries(SessionContext ctx, AbstractOrderEntry item, AbstractOrderEntry value) Generated method - Removesvaluefrom childEntries.voidGeneratedSubscriptionservicesManager.setChildEntries(AbstractOrderEntry item, Collection<AbstractOrderEntry> value) Generated method - Setter of theAbstractOrderEntry.childEntriesattribute.voidGeneratedSubscriptionservicesManager.setChildEntries(SessionContext ctx, AbstractOrderEntry item, Collection<AbstractOrderEntry> value) Generated method - Setter of theAbstractOrderEntry.childEntriesattribute.voidGeneratedSubscriptionservicesManager.setMasterEntry(AbstractOrderEntry item, AbstractOrderEntry value) Generated method - Setter of theAbstractOrderEntry.masterEntryattribute.voidGeneratedSubscriptionservicesManager.setMasterEntry(SessionContext ctx, AbstractOrderEntry item, AbstractOrderEntry value) Generated method - Setter of theAbstractOrderEntry.masterEntryattribute.voidGeneratedSubscriptionservicesManager.setOriginalOrderEntry(AbstractOrderEntry item, OrderEntry value) Generated method - Setter of theAbstractOrderEntry.originalOrderEntryattribute.voidGeneratedSubscriptionservicesManager.setOriginalOrderEntry(SessionContext ctx, AbstractOrderEntry item, OrderEntry value) Generated method - Setter of theAbstractOrderEntry.originalOrderEntryattribute.voidGeneratedSubscriptionservicesManager.setOriginalSubscriptionId(AbstractOrderEntry item, String value) Generated method - Setter of theAbstractOrderEntry.originalSubscriptionIdattribute.voidGeneratedSubscriptionservicesManager.setOriginalSubscriptionId(SessionContext ctx, AbstractOrderEntry item, String value) Generated method - Setter of theAbstractOrderEntry.originalSubscriptionIdattribute.voidGeneratedSubscriptionservicesManager.setXmlProduct(AbstractOrderEntry item, String value) Generated method - Setter of theAbstractOrderEntry.xmlProductattribute.voidGeneratedSubscriptionservicesManager.setXmlProduct(SessionContext ctx, AbstractOrderEntry item, String value) Generated method - Setter of theAbstractOrderEntry.xmlProductattribute.Method parameters in de.hybris.platform.subscriptionservices.jalo with type arguments of type AbstractOrderEntryModifier and TypeMethodDescriptionvoidGeneratedSubscriptionservicesManager.setChildEntries(AbstractOrderEntry item, Collection<AbstractOrderEntry> value) Generated method - Setter of theAbstractOrderEntry.childEntriesattribute.voidGeneratedSubscriptionservicesManager.setChildEntries(SessionContext ctx, AbstractOrderEntry item, Collection<AbstractOrderEntry> value) Generated method - Setter of theAbstractOrderEntry.childEntriesattribute. -
Uses of AbstractOrderEntry in de.hybris.platform.voucher.jalo.util
Methods in de.hybris.platform.voucher.jalo.util that return AbstractOrderEntryConstructors in de.hybris.platform.voucher.jalo.util with parameters of type AbstractOrderEntryModifierConstructorDescriptionVoucherEntry(AbstractOrderEntry anOrderEntry, long quantity, Unit aUnit) Creates a new instance ofVoucherEntry.