Uses of Class
de.hybris.platform.b2ctelcoservices.jalo.TmaAbstractOrderPrice
Packages that use TmaAbstractOrderPrice
Package
Description
-
Uses of TmaAbstractOrderPrice in de.hybris.platform.b2ctelcoservices.jalo
Subclasses of TmaAbstractOrderPrice in de.hybris.platform.b2ctelcoservices.jaloModifier and TypeClassDescriptionclassGenerated class for type TmaAbstractOrderAllowanceAlterationPrice.classGenerated class for type TmaAbstractOrderAlterationPrice.classGenerated class for type TmaAbstractOrderChargePrice.classGenerated class for type TmaAbstractOrderComponentPrice.classGenerated class for type TmaAbstractOrderCompositePrice.classGenerated class for type TmaAbstractOrderDiscountAlterationPrice.classGenerated class for type TmaAbstractOrderOneTimeChargePrice.classGenerated class for type TmaAbstractOrderRecurringChargePrice.classGenerated class for type TmaAbstractOrderTierUsageCompositePrice.classGenerated class for type TmaAbstractOrderUsageChargePrice.Fields in de.hybris.platform.b2ctelcoservices.jalo with type parameters of type TmaAbstractOrderPriceModifier and TypeFieldDescriptionprotected static final de.hybris.platform.util.OneToManyHandler<TmaAbstractOrderPrice>TmaAbstractOrderCompositePrice.CHILDPRICESHANDLEROneToManyHandlerfor handling 1:n CHILDPRICES's relation attributes from 'many' side.protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<TmaAbstractOrderPrice>TmaAbstractOrderPrice.PARENTPRICEHANDLERBidirectionalOneToManyHandlerfor handling 1:n PARENTPRICE's relation attributes from 'one' side.Methods in de.hybris.platform.b2ctelcoservices.jalo that return TmaAbstractOrderPriceModifier and TypeMethodDescriptionTmaAbstractOrderDiscountAlterationPrice.getDiscountedPrice()Generated method - Getter of theTmaAbstractOrderDiscountAlterationPrice.discountedPriceattribute.TmaAbstractOrderDiscountAlterationPrice.getDiscountedPrice(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTmaAbstractOrderDiscountAlterationPrice.discountedPriceattribute.Methods in de.hybris.platform.b2ctelcoservices.jalo that return types with arguments of type TmaAbstractOrderPriceModifier and TypeMethodDescriptionTmaAbstractOrderCompositePrice.getChildPrices()Generated method - Getter of theTmaAbstractOrderCompositePrice.childPricesattribute.TmaAbstractOrderCompositePrice.getChildPrices(de.hybris.platform.jalo.SessionContext ctx) Generated method - Getter of theTmaAbstractOrderCompositePrice.childPricesattribute.Methods in de.hybris.platform.b2ctelcoservices.jalo with parameters of type TmaAbstractOrderPriceModifier and TypeMethodDescriptionvoidTmaAbstractOrderCompositePrice.addToChildPrices(TmaAbstractOrderPrice value) Generated method - Addsvalueto childPrices.voidTmaAbstractOrderCompositePrice.addToChildPrices(de.hybris.platform.jalo.SessionContext ctx, TmaAbstractOrderPrice value) Generated method - Addsvalueto childPrices.voidTmaAbstractOrderCompositePrice.removeFromChildPrices(TmaAbstractOrderPrice value) Generated method - Removesvaluefrom childPrices.voidTmaAbstractOrderCompositePrice.removeFromChildPrices(de.hybris.platform.jalo.SessionContext ctx, TmaAbstractOrderPrice value) Generated method - Removesvaluefrom childPrices.voidTmaAbstractOrderDiscountAlterationPrice.setDiscountedPrice(TmaAbstractOrderPrice value) Generated method - Setter of theTmaAbstractOrderDiscountAlterationPrice.discountedPriceattribute.voidTmaAbstractOrderDiscountAlterationPrice.setDiscountedPrice(de.hybris.platform.jalo.SessionContext ctx, TmaAbstractOrderPrice value) Generated method - Setter of theTmaAbstractOrderDiscountAlterationPrice.discountedPriceattribute.Method parameters in de.hybris.platform.b2ctelcoservices.jalo with type arguments of type TmaAbstractOrderPriceModifier and TypeMethodDescriptionvoidTmaAbstractOrderCompositePrice.setChildPrices(de.hybris.platform.jalo.SessionContext ctx, Set<TmaAbstractOrderPrice> value) Generated method - Setter of theTmaAbstractOrderCompositePrice.childPricesattribute.voidTmaAbstractOrderCompositePrice.setChildPrices(Set<TmaAbstractOrderPrice> value) Generated method - Setter of theTmaAbstractOrderCompositePrice.childPricesattribute. -
Uses of TmaAbstractOrderPrice in de.hybris.platform.tuadatacommonsservices.jalo
Methods in de.hybris.platform.tuadatacommonsservices.jalo that return TmaAbstractOrderPriceModifier and TypeMethodDescriptionTuadatacommonsservicesManager.getPrice(de.hybris.platform.jalo.order.AbstractOrder item) Generated method - Getter of theAbstractOrder.priceattribute.TuadatacommonsservicesManager.getPrice(de.hybris.platform.jalo.order.AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.priceattribute.TuadatacommonsservicesManager.getPrice(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item) Generated method - Getter of theAbstractOrder.priceattribute.TuadatacommonsservicesManager.getPrice(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item) Generated method - Getter of theAbstractOrderEntry.priceattribute.Methods in de.hybris.platform.tuadatacommonsservices.jalo with parameters of type TmaAbstractOrderPriceModifier and TypeMethodDescriptionvoidTuadatacommonsservicesManager.setPrice(de.hybris.platform.jalo.order.AbstractOrderEntry item, TmaAbstractOrderPrice value) Generated method - Setter of theAbstractOrderEntry.priceattribute.voidTuadatacommonsservicesManager.setPrice(de.hybris.platform.jalo.order.AbstractOrder item, TmaAbstractOrderPrice value) Generated method - Setter of theAbstractOrder.priceattribute.voidTuadatacommonsservicesManager.setPrice(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item, TmaAbstractOrderPrice value) Generated method - Setter of theAbstractOrderEntry.priceattribute.voidTuadatacommonsservicesManager.setPrice(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item, TmaAbstractOrderPrice value) Generated method - Setter of theAbstractOrder.priceattribute.