Uses of Class
de.hybris.platform.jalo.order.AbstractOrderEntry
-
-
Uses of AbstractOrderEntry in com.sap.hybris.sapquoteintegration.jalo
Methods in com.sap.hybris.sapquoteintegration.jalo with parameters of type AbstractOrderEntry Modifier and Type Method Description java.lang.StringGeneratedSapquoteintegrationManager. getEntryDiscountInternal(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.entryDiscountInternalattribute.java.lang.StringGeneratedSapquoteintegrationManager. getEntryDiscountInternal(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.entryDiscountInternalattribute.voidGeneratedSapquoteintegrationManager. setEntryDiscountInternal(AbstractOrderEntry item, java.lang.String value)Generated method - Setter of theAbstractOrderEntry.entryDiscountInternalattribute.voidGeneratedSapquoteintegrationManager. setEntryDiscountInternal(SessionContext ctx, AbstractOrderEntry item, java.lang.String value)Generated method - Setter of theAbstractOrderEntry.entryDiscountInternalattribute. -
Uses of AbstractOrderEntry in de.hybris.platform.b2b.jalo
Methods in de.hybris.platform.b2b.jalo with parameters of type AbstractOrderEntry Modifier and Type Method Description B2BCostCenterGeneratedB2BCommerceManager. getCostCenter(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.costCenterattribute.B2BCostCenterGeneratedB2BCommerceManager. 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 AbstractOrderEntry Modifier and Type Method Description voidGeneratedBasecommerceManager. addToConsignmentEntries(AbstractOrderEntry item, ConsignmentEntry value)Generated method - Addsvalueto consignmentEntries.voidGeneratedBasecommerceManager. addToConsignmentEntries(SessionContext ctx, AbstractOrderEntry item, ConsignmentEntry value)Generated method - Addsvalueto consignmentEntries.VendorGeneratedBasecommerceManager. getChosenVendor(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.chosenVendorattribute.VendorGeneratedBasecommerceManager. getChosenVendor(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.chosenVendorattribute.java.util.Set<ConsignmentEntry>GeneratedBasecommerceManager. getConsignmentEntries(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.consignmentEntriesattribute.java.util.Set<ConsignmentEntry>GeneratedBasecommerceManager. getConsignmentEntries(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.consignmentEntriesattribute.AddressGeneratedBasecommerceManager. getDeliveryAddress(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.deliveryAddressattribute.AddressGeneratedBasecommerceManager. getDeliveryAddress(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.deliveryAddressattribute.DeliveryModeGeneratedBasecommerceManager. getDeliveryMode(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.deliveryModeattribute.DeliveryModeGeneratedBasecommerceManager. getDeliveryMode(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.deliveryModeattribute.java.util.DateGeneratedBasecommerceManager. getNamedDeliveryDate(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.namedDeliveryDateattribute.java.util.DateGeneratedBasecommerceManager. getNamedDeliveryDate(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.namedDeliveryDateattribute.EnumerationValueGeneratedBasecommerceManager. getQuantityStatus(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.quantityStatusattribute.EnumerationValueGeneratedBasecommerceManager. 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, java.util.Set<ConsignmentEntry> value)Generated method - Setter of theAbstractOrderEntry.consignmentEntriesattribute.voidGeneratedBasecommerceManager. setConsignmentEntries(SessionContext ctx, AbstractOrderEntry item, java.util.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, java.util.Date value)Generated method - Setter of theAbstractOrderEntry.namedDeliveryDateattribute.voidGeneratedBasecommerceManager. setNamedDeliveryDate(SessionContext ctx, AbstractOrderEntry item, java.util.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 AbstractOrderEntry Modifier and Type Method Description CartCartFactory. createCartInstance(java.util.List<AbstractOrderEntry> entries, Address deliveryAddress, DeliveryMode mode, User user, Currency curr, boolean net)CartDefaultCartFactory. createCartInstance(java.util.List<AbstractOrderEntry> entries, Address deliveryAddress, DeliveryMode mode, User user, Currency curr, boolean net)protected AbstractOrderDefaultMultiAddressDeliveryCostsStrategy. createTempCart(java.util.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 AbstractOrderEntry Modifier and Type Method Description voidGeneratedCatalogManager. addToProductInfos(AbstractOrderEntry item, AbstractOrderEntryProductInfo value)Generated method - Addsvalueto productInfos.voidGeneratedCatalogManager. addToProductInfos(SessionContext ctx, AbstractOrderEntry item, AbstractOrderEntryProductInfo value)Generated method - Addsvalueto productInfos.java.util.List<AbstractOrderEntryProductInfo>GeneratedCatalogManager. getProductInfos(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.productInfosattribute.java.util.List<AbstractOrderEntryProductInfo>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, java.util.List<AbstractOrderEntryProductInfo> value)Generated method - Setter of theAbstractOrderEntry.productInfosattribute.voidGeneratedCatalogManager. setProductInfos(SessionContext ctx, AbstractOrderEntry item, java.util.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 AbstractOrderEntry Modifier and Type Method Description protected java.lang.StringOrderLabelProvider. getIconPath(AbstractOrderEntry item)Deprecated.protected java.lang.StringOrderLabelProvider. getIconPath(AbstractOrderEntry item, java.lang.String languageIso)Deprecated.protected java.lang.StringOrderLabelProvider. getItemDescription(AbstractOrderEntry item)Deprecated.protected java.lang.StringOrderLabelProvider. getItemDescription(AbstractOrderEntry item, java.lang.String languageIso)Deprecated.protected java.lang.StringOrderLabelProvider. getItemLabel(AbstractOrderEntry orderEntry)Deprecated.protected java.lang.StringOrderLabelProvider. getItemLabel(AbstractOrderEntry item, java.lang.String languageIso)Deprecated. -
Uses of AbstractOrderEntry in de.hybris.platform.commerceservices.jalo
Methods in de.hybris.platform.commerceservices.jalo with parameters of type AbstractOrderEntry Modifier and Type Method Description PointOfServiceGeneratedCommerceServicesManager. getDeliveryPointOfService(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.deliveryPointOfServiceattribute.PointOfServiceGeneratedCommerceServicesManager. 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 AbstractOrderEntry Modifier and Type Method Description PriceValueCustomPriceFactoryTest.TinyPriceFactory. getBasePrice(AbstractOrderEntry entry)PriceValueEurope1PriceFactory. getBasePrice(AbstractOrderEntry entry)java.util.ListEurope1PriceFactory. getDiscountValues(AbstractOrderEntry entry)EnumerationValueGeneratedEurope1PriceFactory. getEurope1PriceFactory_PDG(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.Europe1PriceFactory_PDGattribute.EnumerationValueGeneratedEurope1PriceFactory. getEurope1PriceFactory_PDG(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.Europe1PriceFactory_PDGattribute.EnumerationValueGeneratedEurope1PriceFactory. getEurope1PriceFactory_PPG(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.Europe1PriceFactory_PPGattribute.EnumerationValueGeneratedEurope1PriceFactory. getEurope1PriceFactory_PPG(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.Europe1PriceFactory_PPGattribute.EnumerationValueGeneratedEurope1PriceFactory. getEurope1PriceFactory_PTG(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.Europe1PriceFactory_PTGattribute.EnumerationValueGeneratedEurope1PriceFactory. 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)java.util.CollectionEurope1PriceFactory. 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.order Modifier and Type Class Description classCartEntryThe order entry class forCarts.classGeneratedCartEntryGenerated class for typeCartEntry.classGeneratedOrderEntryGenerated class for typeOrderEntry.classGeneratedQuoteEntryGenerated class for typeQuoteEntry.classOrderEntryThe order entry class forOrders.classQuoteEntryFields in de.hybris.platform.jalo.order with type parameters of type AbstractOrderEntry Modifier and Type Field Description protected static OneToManyHandler<AbstractOrderEntry>GeneratedAbstractOrder. ENTRIESHANDLEROneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.protected static OneToManyHandler<AbstractOrderEntry>GeneratedCart. ENTRIESHANDLEROneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.protected static OneToManyHandler<AbstractOrderEntry>GeneratedOrder. ENTRIESHANDLEROneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.protected static OneToManyHandler<AbstractOrderEntry>GeneratedQuote. ENTRIESHANDLEROneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.jalo.order that return AbstractOrderEntry Modifier and Type Method Description AbstractOrderEntryAbstractOrder. addNewEntry(Product prod, long qtd, Unit unit)Deprecated.since 4.3, please use suitable OrderService.addNewEntry() methodAbstractOrderEntryAbstractOrder. addNewEntry(Product prod, long qtd, Unit unit, boolean addToPresent)Deprecated.since 4.3, please use suitable OrderService.addNewEntry() methodAbstractOrderEntryAbstractOrder. addNewEntry(Product prod, long qtd, Unit unit, int position, boolean addToPresent)Deprecated.since 4.3, please use suitable OrderService.addNewEntry() methodAbstractOrderEntryAbstractOrder. 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)AbstractOrderEntryAbstractOrder. 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 AbstractOrderEntry Modifier and Type Method Description java.util.List<AbstractOrderEntry>AbstractOrder. getEntries()java.util.List<AbstractOrderEntry>AbstractOrder. getEntries(SessionContext ctx)java.util.List<AbstractOrderEntry>GeneratedAbstractOrder. getEntries()Generated method - Getter of theAbstractOrder.entriesattribute.java.util.List<AbstractOrderEntry>GeneratedAbstractOrder. getEntries(SessionContext ctx)Generated method - Getter of theAbstractOrder.entriesattribute.java.util.List<AbstractOrderEntry>GeneratedCart. getEntries()Generated method - Getter of theCart.entriesattribute.java.util.List<AbstractOrderEntry>GeneratedCart. getEntries(SessionContext ctx)Generated method - Getter of theCart.entriesattribute.java.util.List<AbstractOrderEntry>GeneratedOrder. getEntries()Generated method - Getter of theOrder.entriesattribute.java.util.List<AbstractOrderEntry>GeneratedOrder. getEntries(SessionContext ctx)Generated method - Getter of theOrder.entriesattribute.java.util.List<AbstractOrderEntry>GeneratedQuote. getEntries()Generated method - Getter of theQuote.entriesattribute.java.util.List<AbstractOrderEntry>GeneratedQuote. getEntries(SessionContext ctx)Generated method - Getter of theQuote.entriesattribute.Methods in de.hybris.platform.jalo.order with parameters of type AbstractOrderEntry Modifier and Type Method Description voidGeneratedAbstractOrder. addToEntries(AbstractOrderEntry value)Generated method - Addsvalueto entries.voidGeneratedAbstractOrder. addToEntries(SessionContext ctx, AbstractOrderEntry value)Generated method - Addsvalueto entries.protected java.lang.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 AbstractOrderEntry Modifier and Type Method Description protected intAbstractOrder. getNewEntryNumberForAppending(java.util.List<AbstractOrderEntry> all)protected voidAbstractOrder. removeEntries(SessionContext ctx, java.util.Set<AbstractOrderEntry> entries)Deprecated.since ages - UseModelService.remove() instead.voidAbstractOrder. setEntries(SessionContext ctx, java.util.List<AbstractOrderEntry> value)voidAbstractOrder. setEntries(java.util.List<AbstractOrderEntry> value)voidGeneratedAbstractOrder. setEntries(SessionContext ctx, java.util.List<AbstractOrderEntry> value)Generated method - Setter of theAbstractOrder.entriesattribute.voidGeneratedAbstractOrder. setEntries(java.util.List<AbstractOrderEntry> value)Generated method - Setter of theAbstractOrder.entriesattribute.voidGeneratedCart. setEntries(SessionContext ctx, java.util.List<AbstractOrderEntry> value)Generated method - Setter of theCart.entriesattribute.voidGeneratedCart. setEntries(java.util.List<AbstractOrderEntry> value)Generated method - Setter of theCart.entriesattribute.voidGeneratedOrder. setEntries(SessionContext ctx, java.util.List<AbstractOrderEntry> value)Generated method - Setter of theOrder.entriesattribute.voidGeneratedOrder. setEntries(java.util.List<AbstractOrderEntry> value)Generated method - Setter of theOrder.entriesattribute.voidGeneratedQuote. setEntries(SessionContext ctx, java.util.List<AbstractOrderEntry> value)Generated method - Setter of theQuote.entriesattribute.voidGeneratedQuote. setEntries(java.util.List<AbstractOrderEntry> value)Generated method - Setter of theQuote.entriesattribute.protected voidAbstractOrder. shuffleEntriesOnInsertNew(java.util.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 AbstractOrderEntry Modifier and Type Method Description abstract PriceValueAbstractPriceFactory. getBasePrice(AbstractOrderEntry entry)override to define the base price of an order entryPriceValueDummyPriceFactory. getBasePrice(AbstractOrderEntry entry)PriceValueDummyPriceFactoryImpl. getBasePrice(AbstractOrderEntry entry)PriceValuePriceFactory. 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.java.util.ListAbstractPriceFactory. getDiscountValues(AbstractOrderEntry entry)override to define discount values for an order entry.java.util.ListDummyPriceFactoryImpl. getDiscountValues(AbstractOrderEntry entry)java.util.ListPriceFactory. 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.java.util.CollectionAbstractPriceFactory. getTaxValues(AbstractOrderEntry entry)override to define tax values for an order entry.java.util.CollectionDummyPriceFactoryImpl. getTaxValues(AbstractOrderEntry entry)java.util.CollectionPriceFactory. 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 AbstractOrderEntry Modifier and Type Method Description PriceValueTestPriceFactory. getBasePrice(AbstractOrderEntry entry)java.util.ListTestPriceFactory. getDiscountValues(AbstractOrderEntry entry)java.util.CollectionTestPriceFactory. getTaxValues(AbstractOrderEntry entry)voidTestPriceFactory. setBasePrice(AbstractOrderEntry entry, PriceValue priceValue)voidTestPriceFactory. setDiscounts(AbstractOrderEntry entry, DiscountValue... discountValues)voidTestPriceFactory. setDiscounts(AbstractOrderEntry entry, java.util.List<DiscountValue> discountValues)voidTestPriceFactory. setTaxes(AbstractOrderEntry entry, TaxValue... taxValues)voidTestPriceFactory. setTaxes(AbstractOrderEntry entry, java.util.List<TaxValue> taxValues) -
Uses of AbstractOrderEntry in de.hybris.platform.order.jalo
Methods in de.hybris.platform.order.jalo that return AbstractOrderEntry Modifier and Type Method Description AbstractOrderEntryGeneratedAbstractOrderEntryProductInfo. getOrderEntry()Generated method - Getter of theAbstractOrderEntryProductInfo.orderEntryattribute.AbstractOrderEntryGeneratedAbstractOrderEntryProductInfo. getOrderEntry(SessionContext ctx)Generated method - Getter of theAbstractOrderEntryProductInfo.orderEntryattribute.Methods in de.hybris.platform.order.jalo with parameters of type AbstractOrderEntry Modifier and Type Method Description protected 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 AbstractOrderEntry Modifier and Type Method Description PriceValuePriceFactorySwitcher. getBasePrice(AbstractOrderEntry entry)java.util.List<DiscountValue>PriceFactorySwitcher. getDiscountValues(AbstractOrderEntry entry)java.util.Collection<TaxValue>PriceFactorySwitcher. getTaxValues(AbstractOrderEntry entry) -
Uses of AbstractOrderEntry in de.hybris.platform.ordersplitting.jalo
Methods in de.hybris.platform.ordersplitting.jalo that return AbstractOrderEntry Modifier and Type Method Description AbstractOrderEntryGeneratedConsignmentEntry. getOrderEntry()Generated method - Getter of theConsignmentEntry.orderEntryattribute.AbstractOrderEntryGeneratedConsignmentEntry. getOrderEntry(SessionContext ctx)Generated method - Getter of theConsignmentEntry.orderEntryattribute.Methods in de.hybris.platform.ordersplitting.jalo with parameters of type AbstractOrderEntry Modifier and Type Method Description protected 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 Modifier and Type Class Description classTestOrderEntry -
Uses of AbstractOrderEntry in de.hybris.platform.promotions.jalo
Methods in de.hybris.platform.promotions.jalo that return AbstractOrderEntry Modifier and Type Method Description protected AbstractOrderEntryPromotionOrderEntryAdjustAction. findOrderEntry(AbstractOrder order, SessionContext ctx, java.lang.Integer orderEntryNumber)protected static AbstractOrderEntryPromotionResult. findOrderEntryWithEntryNumber(java.util.List<AbstractOrderEntry> allTargetEntries, int entryNumber)Finds the order entry with the specified entry number.AbstractOrderEntryCachedPromotionOrderEntryConsumed. getOrderEntry(SessionContext ctx)AbstractOrderEntryGeneratedPromotionOrderEntryConsumed. getOrderEntry()Generated method - Getter of thePromotionOrderEntryConsumed.orderEntryattribute.AbstractOrderEntryGeneratedPromotionOrderEntryConsumed. getOrderEntry(SessionContext ctx)Generated method - Getter of thePromotionOrderEntryConsumed.orderEntryattribute.Methods in de.hybris.platform.promotions.jalo with parameters of type AbstractOrderEntry Modifier and Type Method Description PromotionOrderEntryAdjustActionCachingPromotionsManager. createPromotionOrderEntryAdjustAction(SessionContext ctx, AbstractOrderEntry entry, double adjustment)PromotionOrderEntryAdjustActionCachingPromotionsManager. createPromotionOrderEntryAdjustAction(SessionContext ctx, AbstractOrderEntry entry, long quantity, double adjustment)PromotionOrderEntryAdjustActionPromotionsManager. 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.PromotionOrderEntryAdjustActionPromotionsManager. createPromotionOrderEntryAdjustAction(SessionContext ctx, AbstractOrderEntry entry, long quantity, double adjustment)Create a newPromotionOrderEntryAdjustActioninstance.PromotionOrderEntryConsumedCachingPromotionsManager. createPromotionOrderEntryConsumed(SessionContext ctx, java.lang.String code, AbstractOrderEntry orderEntry, long quantity)PromotionOrderEntryConsumedCachingPromotionsManager. createPromotionOrderEntryConsumed(SessionContext ctx, java.lang.String code, AbstractOrderEntry orderEntry, long quantity, double adjustedUnitPrice)PromotionOrderEntryConsumedPromotionsManager. createPromotionOrderEntryConsumed(SessionContext ctx, java.lang.String code, AbstractOrderEntry orderEntry, long quantity)Create a newPromotionOrderEntryConsumedinstance.PromotionOrderEntryConsumedPromotionsManager. createPromotionOrderEntryConsumed(SessionContext ctx, java.lang.String code, AbstractOrderEntry orderEntry, long quantity, double adjustedUnitPrice)Create a newPromotionOrderEntryConsumedinstance.protected static DiscountValuePromotionOrderEntryAdjustAction. findOrderEntryDiscountValue(SessionContext ctx, AbstractOrderEntry orderEntry, java.lang.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 AbstractOrderEntry Modifier and Type Method Description protected static PromotionOrderEntryConsumedPromotionResult. deepCloneConsumedEntryAndAttachToOrder(SessionContext ctx, PromotionOrderEntryConsumed source, java.util.List<AbstractOrderEntry> allTargetEntries)Clones a consumed order entry and attach it to an order entry from the list specified.protected static AbstractOrderEntryPromotionResult. findOrderEntryWithEntryNumber(java.util.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 AbstractOrderEntry Constructor Description OrderEntryAndDiscountValue(AbstractOrderEntry key, DiscountValue value) -
Uses of AbstractOrderEntry in de.hybris.platform.promotions.result
Methods in de.hybris.platform.promotions.result that return AbstractOrderEntry Modifier and Type Method Description AbstractOrderEntryPromotionOrderEntry. getBaseOrderEntry()Get the base order entry.AbstractOrderEntryWrappedOrderEntry. getBaseOrderEntry()The product in this order entry.Methods in de.hybris.platform.promotions.result with parameters of type AbstractOrderEntry Modifier and Type Method Description protected static longPromotionOrderResults. getConsumedQuantityForEntry(SessionContext ctx, PromotionResult result, AbstractOrderEntry orderEntry)protected static longPromotionOrderResults. getMaxConsumedQuantityForEntry(SessionContext ctx, java.util.List<PromotionResult> promotionResults, AbstractOrderEntry orderEntry)Constructors in de.hybris.platform.promotions.result with parameters of type AbstractOrderEntry Constructor Description PromotionOrderEntry(AbstractOrderEntry orderEntry, PromotionEvaluationContext.ConsumptionLogger logger)Constructor.WrappedOrderEntry(SessionContext ctx, AbstractOrderEntry orderEntry)WrappedOrderEntry(SessionContext ctx, AbstractOrderEntry orderEntry, long quantity)WrappedOrderEntry(SessionContext ctx, AbstractOrderEntry orderEntry, long quantity, java.util.Collection<PromotionResult> promotionResults) -
Uses of AbstractOrderEntry in de.hybris.platform.promotions.util
Methods in de.hybris.platform.promotions.util with parameters of type AbstractOrderEntry Modifier and Type Method Description protected static voidHelper. dumpOrderEntry(SessionContext ctx, AbstractOrderEntry orderEntry, java.lang.StringBuilder builder) -
Uses of AbstractOrderEntry in de.hybris.platform.returns.jalo
Subclasses of AbstractOrderEntry in de.hybris.platform.returns.jalo Modifier and Type Class Description classGeneratedReplacementOrderEntryGenerated class for typeReplacementOrderEntry.classGeneratedReturnOrderEntryGenerated class for typeReturnOrderEntry.classReplacementOrderEntryclassReturnOrderEntryMethods in de.hybris.platform.returns.jalo that return AbstractOrderEntry Modifier and Type Method Description AbstractOrderEntryGeneratedReturnEntry. getOrderEntry()Generated method - Getter of theReturnEntry.orderEntryattribute.AbstractOrderEntryGeneratedReturnEntry. getOrderEntry(SessionContext ctx)Generated method - Getter of theReturnEntry.orderEntryattribute.Methods in de.hybris.platform.returns.jalo with parameters of type AbstractOrderEntry Modifier and Type Method Description voidGeneratedReturnEntry. 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.c4c.quote.jalo
Methods in de.hybris.platform.sap.c4c.quote.jalo that return AbstractOrderEntry Modifier and Type Method Description AbstractOrderEntryGeneratedExternalDiscountValue. getOrderEntry()Generated method - Getter of theExternalDiscountValue.orderEntryattribute.AbstractOrderEntryGeneratedExternalDiscountValue. getOrderEntry(SessionContext ctx)Generated method - Getter of theExternalDiscountValue.orderEntryattribute.Methods in de.hybris.platform.sap.c4c.quote.jalo with parameters of type AbstractOrderEntry Modifier and Type Method Description voidGeneratedC4cquoteManager. addToExternalDiscountValues(AbstractOrderEntry item, ExternalDiscountValue value)Generated method - Addsvalueto externalDiscountValues.voidGeneratedC4cquoteManager. addToExternalDiscountValues(SessionContext ctx, AbstractOrderEntry item, ExternalDiscountValue value)Generated method - Addsvalueto externalDiscountValues.java.util.List<ExternalDiscountValue>GeneratedC4cquoteManager. getExternalDiscountValues(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.externalDiscountValuesattribute.java.util.List<ExternalDiscountValue>GeneratedC4cquoteManager. getExternalDiscountValues(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.externalDiscountValuesattribute.voidGeneratedC4cquoteManager. removeFromExternalDiscountValues(AbstractOrderEntry item, ExternalDiscountValue value)Generated method - Removesvaluefrom externalDiscountValues.voidGeneratedC4cquoteManager. removeFromExternalDiscountValues(SessionContext ctx, AbstractOrderEntry item, ExternalDiscountValue value)Generated method - Removesvaluefrom externalDiscountValues.voidGeneratedC4cquoteManager. setExternalDiscountValues(AbstractOrderEntry item, java.util.List<ExternalDiscountValue> value)Generated method - Setter of theAbstractOrderEntry.externalDiscountValuesattribute.voidGeneratedC4cquoteManager. setExternalDiscountValues(SessionContext ctx, AbstractOrderEntry item, java.util.List<ExternalDiscountValue> value)Generated method - Setter of theAbstractOrderEntry.externalDiscountValuesattribute.voidGeneratedExternalDiscountValue. setOrderEntry(AbstractOrderEntry value)Generated method - Setter of theExternalDiscountValue.orderEntryattribute.voidGeneratedExternalDiscountValue. setOrderEntry(SessionContext ctx, AbstractOrderEntry value)Generated method - Setter of theExternalDiscountValue.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 AbstractOrderEntry Modifier and Type Method Description java.util.Map<EnumerationValue,java.lang.Integer>GeneratedSapproductconfigservicesManager. getAllCpqStatusSummaryMap(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.cpqStatusSummaryMapattribute.java.util.Map<EnumerationValue,java.lang.Integer>GeneratedSapproductconfigservicesManager. getAllCpqStatusSummaryMap(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.cpqStatusSummaryMapattribute.ProductConfigurationGeneratedSapproductconfigservicesManager. getProductConfiguration(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.productConfigurationattribute.ProductConfigurationGeneratedSapproductconfigservicesManager. getProductConfiguration(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.productConfigurationattribute.ProductConfigurationGeneratedSapproductconfigservicesManager. getProductConfigurationDraft(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.productConfigurationDraftattribute.ProductConfigurationGeneratedSapproductconfigservicesManager. getProductConfigurationDraft(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.productConfigurationDraftattribute.voidGeneratedSapproductconfigservicesManager. setAllCpqStatusSummaryMap(AbstractOrderEntry item, java.util.Map<EnumerationValue,java.lang.Integer> value)Generated method - Setter of theAbstractOrderEntry.cpqStatusSummaryMapattribute.voidGeneratedSapproductconfigservicesManager. setAllCpqStatusSummaryMap(SessionContext ctx, AbstractOrderEntry item, java.util.Map<EnumerationValue,java.lang.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.sap.sapmodel.jalo
Methods in de.hybris.platform.sap.sapmodel.jalo that return AbstractOrderEntry Modifier and Type Method Description AbstractOrderEntryGeneratedSAPPricingCondition. getOrderEntry()Generated method - Getter of theSAPPricingCondition.orderEntryattribute.AbstractOrderEntryGeneratedSAPPricingCondition. getOrderEntry(SessionContext ctx)Generated method - Getter of theSAPPricingCondition.orderEntryattribute.Methods in de.hybris.platform.sap.sapmodel.jalo with parameters of type AbstractOrderEntry Modifier and Type Method Description voidGeneratedSapmodelManager. addToSapPricingConditions(AbstractOrderEntry item, SAPPricingCondition value)Generated method - Addsvalueto sapPricingConditions.voidGeneratedSapmodelManager. addToSapPricingConditions(SessionContext ctx, AbstractOrderEntry item, SAPPricingCondition value)Generated method - Addsvalueto sapPricingConditions.java.lang.StringGeneratedSapmodelManager. getExternalConfiguration(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.externalConfigurationattribute.java.lang.StringGeneratedSapmodelManager. getExternalConfiguration(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.externalConfigurationattribute.java.util.Set<SAPPricingCondition>GeneratedSapmodelManager. getSapPricingConditions(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.sapPricingConditionsattribute.java.util.Set<SAPPricingCondition>GeneratedSapmodelManager. getSapPricingConditions(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.sapPricingConditionsattribute.voidGeneratedSapmodelManager. removeFromSapPricingConditions(AbstractOrderEntry item, SAPPricingCondition value)Generated method - Removesvaluefrom sapPricingConditions.voidGeneratedSapmodelManager. removeFromSapPricingConditions(SessionContext ctx, AbstractOrderEntry item, SAPPricingCondition value)Generated method - Removesvaluefrom sapPricingConditions.voidGeneratedSapmodelManager. setExternalConfiguration(AbstractOrderEntry item, java.lang.String value)Generated method - Setter of theAbstractOrderEntry.externalConfigurationattribute.voidGeneratedSapmodelManager. setExternalConfiguration(SessionContext ctx, AbstractOrderEntry item, java.lang.String value)Generated method - Setter of theAbstractOrderEntry.externalConfigurationattribute.protected voidGeneratedSAPPricingCondition. setOrderEntry(AbstractOrderEntry value)Generated method - Setter of theSAPPricingCondition.orderEntryattribute.protected voidGeneratedSAPPricingCondition. setOrderEntry(SessionContext ctx, AbstractOrderEntry value)Generated method - Setter of theSAPPricingCondition.orderEntryattribute.voidGeneratedSapmodelManager. setSapPricingConditions(AbstractOrderEntry item, java.util.Set<SAPPricingCondition> value)Generated method - Setter of theAbstractOrderEntry.sapPricingConditionsattribute.voidGeneratedSapmodelManager. setSapPricingConditions(SessionContext ctx, AbstractOrderEntry item, java.util.Set<SAPPricingCondition> value)Generated method - Setter of theAbstractOrderEntry.sapPricingConditionsattribute. -
Uses of AbstractOrderEntry in de.hybris.platform.sap.sappricing.jalo
Methods in de.hybris.platform.sap.sappricing.jalo with parameters of type AbstractOrderEntry Modifier and Type Method Description PriceValueSappricingManager. getBasePrice(AbstractOrderEntry entry)java.util.ListSappricingManager. getDiscountValues(AbstractOrderEntry entry)java.util.CollectionSappricingManager. getTaxValues(AbstractOrderEntry entry) -
Uses of AbstractOrderEntry in de.hybris.platform.selectivecartservices.jalo
Methods in de.hybris.platform.selectivecartservices.jalo with parameters of type AbstractOrderEntry Modifier and Type Method Description java.util.DateGeneratedSelectivecartservicesManager. getAddToCartTime(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.addToCartTimeattribute.java.util.DateGeneratedSelectivecartservicesManager. getAddToCartTime(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.addToCartTimeattribute.voidGeneratedSelectivecartservicesManager. setAddToCartTime(AbstractOrderEntry item, java.util.Date value)Generated method - Setter of theAbstractOrderEntry.addToCartTimeattribute.voidGeneratedSelectivecartservicesManager. setAddToCartTime(SessionContext ctx, AbstractOrderEntry item, java.util.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.order Modifier and Type Class Description classGeneratedInMemoryCartEntryGenerated class for typeInMemoryCartEntry.classInMemoryCartEntrySpecific in-memoryCartEntryimplementation required byInMemoryCart.Fields in de.hybris.platform.servicelayer.internal.jalo.order with type parameters of type AbstractOrderEntry Modifier and Type Field Description protected static 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 AbstractOrderEntry Modifier and Type Method Description AbstractOrderEntryInMemoryCart. addNewEntry(Product prod, long qtd, Unit unit, int position, boolean addToPresent)Overwritten to provide in-memory list of entries.AbstractOrderEntryInMemoryCart. 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 AbstractOrderEntry Modifier and Type Method Description java.util.List<AbstractOrderEntry>GeneratedInMemoryCart. getEntries()Generated method - Getter of theInMemoryCart.entriesattribute.java.util.List<AbstractOrderEntry>GeneratedInMemoryCart. getEntries(SessionContext ctx)Generated method - Getter of theInMemoryCart.entriesattribute.Methods in de.hybris.platform.servicelayer.internal.jalo.order with parameters of type AbstractOrderEntry Modifier and Type Method Description voidInMemoryCart. 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 AbstractOrderEntry Modifier and Type Method Description protected voidInMemoryCart. removeEntries(SessionContext ctx, java.util.Set<AbstractOrderEntry> entries)voidGeneratedInMemoryCart. setEntries(SessionContext ctx, java.util.List<AbstractOrderEntry> value)Generated method - Setter of theInMemoryCart.entriesattribute.voidGeneratedInMemoryCart. setEntries(java.util.List<AbstractOrderEntry> value)Generated method - Setter of theInMemoryCart.entriesattribute.voidInMemoryCart. setEntries(SessionContext ctx, java.util.List<AbstractOrderEntry> value) -
Uses of AbstractOrderEntry in de.hybris.platform.subscriptionservices.jalo
Fields in de.hybris.platform.subscriptionservices.jalo with type parameters of type AbstractOrderEntry Modifier and Type Field Description protected static OneToManyHandler<AbstractOrderEntry>GeneratedSubscriptionservicesManager. MASTERABSTRACTORDERENTRY2CHILDABSTRACTORDERENTRIESRELATIONCHILDENTRIESHANDLEROneToManyHandlerfor handling 1:n CHILDENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.subscriptionservices.jalo that return AbstractOrderEntry Modifier and Type Method Description AbstractOrderEntryGeneratedSubscriptionservicesManager. getMasterEntry(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.masterEntryattribute.AbstractOrderEntryGeneratedSubscriptionservicesManager. 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 AbstractOrderEntry Modifier and Type Method Description java.util.Collection<AbstractOrderEntry>GeneratedSubscriptionservicesManager. getChildEntries(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.childEntriesattribute.java.util.Collection<AbstractOrderEntry>GeneratedSubscriptionservicesManager. getChildEntries(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.childEntriesattribute.Methods in de.hybris.platform.subscriptionservices.jalo with parameters of type AbstractOrderEntry Modifier and Type Method Description voidGeneratedSubscriptionservicesManager. addToChildEntries(AbstractOrderEntry item, AbstractOrderEntry value)Generated method - Addsvalueto childEntries.voidGeneratedSubscriptionservicesManager. addToChildEntries(SessionContext ctx, AbstractOrderEntry item, AbstractOrderEntry value)Generated method - Addsvalueto childEntries.java.util.Collection<AbstractOrderEntry>GeneratedSubscriptionservicesManager. getChildEntries(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.childEntriesattribute.java.util.Collection<AbstractOrderEntry>GeneratedSubscriptionservicesManager. getChildEntries(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.childEntriesattribute.AbstractOrderEntryGeneratedSubscriptionservicesManager. getMasterEntry(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.masterEntryattribute.AbstractOrderEntryGeneratedSubscriptionservicesManager. getMasterEntry(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.masterEntryattribute.OrderEntryGeneratedSubscriptionservicesManager. getOriginalOrderEntry(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.originalOrderEntryattribute.OrderEntryGeneratedSubscriptionservicesManager. getOriginalOrderEntry(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.originalOrderEntryattribute.java.lang.StringGeneratedSubscriptionservicesManager. getOriginalSubscriptionId(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.originalSubscriptionIdattribute.java.lang.StringGeneratedSubscriptionservicesManager. getOriginalSubscriptionId(SessionContext ctx, AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.originalSubscriptionIdattribute.PriceRowExtendedCatalogAwareEurope1PriceFactory. getPriceRow(AbstractOrderEntry entry)PriceRowExtendedPriceFactory. getPriceRow(AbstractOrderEntry entry)java.lang.StringGeneratedSubscriptionservicesManager. getXmlProduct(AbstractOrderEntry item)Generated method - Getter of theAbstractOrderEntry.xmlProductattribute.java.lang.StringGeneratedSubscriptionservicesManager. 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, java.util.Collection<AbstractOrderEntry> value)Generated method - Setter of theAbstractOrderEntry.childEntriesattribute.voidGeneratedSubscriptionservicesManager. setChildEntries(SessionContext ctx, AbstractOrderEntry item, java.util.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, java.lang.String value)Generated method - Setter of theAbstractOrderEntry.originalSubscriptionIdattribute.voidGeneratedSubscriptionservicesManager. setOriginalSubscriptionId(SessionContext ctx, AbstractOrderEntry item, java.lang.String value)Generated method - Setter of theAbstractOrderEntry.originalSubscriptionIdattribute.voidGeneratedSubscriptionservicesManager. setXmlProduct(AbstractOrderEntry item, java.lang.String value)Generated method - Setter of theAbstractOrderEntry.xmlProductattribute.voidGeneratedSubscriptionservicesManager. setXmlProduct(SessionContext ctx, AbstractOrderEntry item, java.lang.String value)Generated method - Setter of theAbstractOrderEntry.xmlProductattribute.Method parameters in de.hybris.platform.subscriptionservices.jalo with type arguments of type AbstractOrderEntry Modifier and Type Method Description voidGeneratedSubscriptionservicesManager. setChildEntries(AbstractOrderEntry item, java.util.Collection<AbstractOrderEntry> value)Generated method - Setter of theAbstractOrderEntry.childEntriesattribute.voidGeneratedSubscriptionservicesManager. setChildEntries(SessionContext ctx, AbstractOrderEntry item, java.util.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 AbstractOrderEntry Modifier and Type Method Description AbstractOrderEntryVoucherEntry. getOrderEntry()Constructors in de.hybris.platform.voucher.jalo.util with parameters of type AbstractOrderEntry Constructor Description VoucherEntry(AbstractOrderEntry anOrderEntry, long quantity, Unit aUnit)Creates a new instance ofVoucherEntry.
-