Class TmaCompositeProductSpecification

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.TmaProductSpecification
de.hybris.platform.b2ctelcoservices.jalo.TmaCompositeProductSpecification
All Implemented Interfaces:
Serializable, Comparable

public class TmaCompositeProductSpecification extends TmaProductSpecification
Generated class for type TmaCompositeProductSpecification.
See Also:
  • Field Details

    • CHILDREN

      public static final String CHILDREN
      Qualifier of the TmaCompositeProductSpecification.children attribute
      See Also:
    • TMACOMPOSITEPRODUCTSPECIFICATION2TMAPRODUCTSPECIFICATIONRELATION_SRC_ORDERED

      protected static String TMACOMPOSITEPRODUCTSPECIFICATION2TMAPRODUCTSPECIFICATIONRELATION_SRC_ORDERED
      Relation ordering override parameter constants for TmaCompositeProductSpecification2TmaProductSpecificationRelation from ((tuadatacommonsservices))
    • TMACOMPOSITEPRODUCTSPECIFICATION2TMAPRODUCTSPECIFICATIONRELATION_TGT_ORDERED

      protected static String TMACOMPOSITEPRODUCTSPECIFICATION2TMAPRODUCTSPECIFICATIONRELATION_TGT_ORDERED
    • TMACOMPOSITEPRODUCTSPECIFICATION2TMAPRODUCTSPECIFICATIONRELATION_MARKMODIFIED

      protected static String TMACOMPOSITEPRODUCTSPECIFICATION2TMAPRODUCTSPECIFICATIONRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for TmaCompositeProductSpecification2TmaProductSpecificationRelation from ((tuadatacommonsservices))
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • TmaCompositeProductSpecification

      public TmaCompositeProductSpecification()
  • Method Details

    • getDefaultAttributeModes

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

      public Set<TmaProductSpecification> getChildren(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaCompositeProductSpecification.children attribute.
      Returns:
      the children - Children Product Specification contained in this Composite Product Specification.
    • getChildren

      public Set<TmaProductSpecification> getChildren()
      Generated method - Getter of the TmaCompositeProductSpecification.children attribute.
      Returns:
      the children - Children Product Specification contained in this Composite Product Specification.
    • 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<TmaProductSpecification> value)
      Generated method - Setter of the TmaCompositeProductSpecification.children attribute.
      Parameters:
      value - the children - Children Product Specification contained in this Composite Product Specification.
    • setChildren

      public void setChildren(Set<TmaProductSpecification> value)
      Generated method - Setter of the TmaCompositeProductSpecification.children attribute.
      Parameters:
      value - the children - Children Product Specification contained in this Composite Product Specification.
    • addToChildren

      public void addToChildren(de.hybris.platform.jalo.SessionContext ctx, TmaProductSpecification value)
      Generated method - Adds value to children.
      Parameters:
      value - the item to add to children - Children Product Specification contained in this Composite Product Specification.
    • addToChildren

      public void addToChildren(TmaProductSpecification value)
      Generated method - Adds value to children.
      Parameters:
      value - the item to add to children - Children Product Specification contained in this Composite Product Specification.
    • removeFromChildren

      public void removeFromChildren(de.hybris.platform.jalo.SessionContext ctx, TmaProductSpecification value)
      Generated method - Removes value from children.
      Parameters:
      value - the item to remove from children - Children Product Specification contained in this Composite Product Specification.
    • removeFromChildren

      public void removeFromChildren(TmaProductSpecification value)
      Generated method - Removes value from children.
      Parameters:
      value - the item to remove from children - Children Product Specification contained in this Composite Product Specification.
    • 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 TmaProductSpecification