Class TmaCompositeProdOfferPrice

java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
de.hybris.platform.jalo.c2l.LocalizableItem
de.hybris.platform.jalo.GenericItem
de.hybris.platform.b2ctelcoservices.jalo.TmaProductOfferingPrice
de.hybris.platform.b2ctelcoservices.jalo.TmaCompositeProdOfferPrice
All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
TmaTierUsageChargeCompositePop

public class TmaCompositeProdOfferPrice extends TmaProductOfferingPrice
Generated class for type TmaCompositeProdOfferPrice.
See Also:
  • Field Details

    • CHILDREN

      public static final String CHILDREN
      Qualifier of the TmaCompositeProdOfferPrice.children attribute
      See Also:
    • TMACOMPOSITEPOPRICE2TMAPRODUCTOFFERINGPRICE_SRC_ORDERED

      protected static String TMACOMPOSITEPOPRICE2TMAPRODUCTOFFERINGPRICE_SRC_ORDERED
      Relation ordering override parameter constants for TmaCompositePoPrice2TmaProductOfferingPrice from ((tuadatacommonsservices))
    • TMACOMPOSITEPOPRICE2TMAPRODUCTOFFERINGPRICE_TGT_ORDERED

      protected static String TMACOMPOSITEPOPRICE2TMAPRODUCTOFFERINGPRICE_TGT_ORDERED
    • TMACOMPOSITEPOPRICE2TMAPRODUCTOFFERINGPRICE_MARKMODIFIED

      protected static String TMACOMPOSITEPOPRICE2TMAPRODUCTOFFERINGPRICE_MARKMODIFIED
      Relation disable markmodifed parameter constants for TmaCompositePoPrice2TmaProductOfferingPrice from ((tuadatacommonsservices))
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • TmaCompositeProdOfferPrice

      public TmaCompositeProdOfferPrice()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class TmaProductOfferingPrice
    • getChildren

      public Set<TmaProductOfferingPrice> getChildren(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaCompositeProdOfferPrice.children attribute.
      Returns:
      the children - The children product offering prices
    • getChildren

      public Set<TmaProductOfferingPrice> getChildren()
      Generated method - Getter of the TmaCompositeProdOfferPrice.children attribute.
      Returns:
      the children - The children product offering prices
    • getChildrenCount

      public long getChildrenCount(de.hybris.platform.jalo.SessionContext ctx)
    • getChildrenCount

      public long getChildrenCount()
    • setChildren

      public void setChildren(de.hybris.platform.jalo.SessionContext ctx, Set<TmaProductOfferingPrice> value)
      Generated method - Setter of the TmaCompositeProdOfferPrice.children attribute.
      Parameters:
      value - the children - The children product offering prices
    • setChildren

      public void setChildren(Set<TmaProductOfferingPrice> value)
      Generated method - Setter of the TmaCompositeProdOfferPrice.children attribute.
      Parameters:
      value - the children - The children product offering prices
    • addToChildren

      public void addToChildren(de.hybris.platform.jalo.SessionContext ctx, TmaProductOfferingPrice value)
      Generated method - Adds value to children.
      Parameters:
      value - the item to add to children - The children product offering prices
    • addToChildren

      public void addToChildren(TmaProductOfferingPrice value)
      Generated method - Adds value to children.
      Parameters:
      value - the item to add to children - The children product offering prices
    • removeFromChildren

      public void removeFromChildren(de.hybris.platform.jalo.SessionContext ctx, TmaProductOfferingPrice value)
      Generated method - Removes value from children.
      Parameters:
      value - the item to remove from children - The children product offering prices
    • removeFromChildren

      public void removeFromChildren(TmaProductOfferingPrice value)
      Generated method - Removes value from children.
      Parameters:
      value - the item to remove from children - The children product offering prices
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(de.hybris.platform.jalo.Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 2011, use Utilities.getMarkModifiedOverride(de.hybris.platform.jalo.type.RelationType)
      Overrides:
      isMarkModifiedDisabled in class TmaProductOfferingPrice