Class GeneratedTmaPoChecklistPolicyStatement

java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
TmaPoChecklistPolicyStatement

public abstract class GeneratedTmaPoChecklistPolicyStatement extends TmaChecklistPolicyStatement
Generated class for type TmaPoChecklistPolicyStatement.
See Also:
  • Field Details

    • PRODUCTOFFERINGS

      public static final String PRODUCTOFFERINGS
      Qualifier of the TmaPoChecklistPolicyStatement.productOfferings attribute
      See Also:
    • TMAPOCHECKLISTPOLICYSTATEMENT2TMAPRODUCTOFFERINGRELATION_SRC_ORDERED

      protected static String TMAPOCHECKLISTPOLICYSTATEMENT2TMAPRODUCTOFFERINGRELATION_SRC_ORDERED
      Relation ordering override parameter constants for TmaPoChecklistPolicyStatement2TmaProductOfferingRelation from ((b2ctelcoservices))
    • TMAPOCHECKLISTPOLICYSTATEMENT2TMAPRODUCTOFFERINGRELATION_TGT_ORDERED

      protected static String TMAPOCHECKLISTPOLICYSTATEMENT2TMAPRODUCTOFFERINGRELATION_TGT_ORDERED
    • TMAPOCHECKLISTPOLICYSTATEMENT2TMAPRODUCTOFFERINGRELATION_MARKMODIFIED

      protected static String TMAPOCHECKLISTPOLICYSTATEMENT2TMAPRODUCTOFFERINGRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for TmaPoChecklistPolicyStatement2TmaProductOfferingRelation from ((b2ctelcoservices))
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedTmaPoChecklistPolicyStatement

      public GeneratedTmaPoChecklistPolicyStatement()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedTmaChecklistPolicyStatement
    • 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 GeneratedTmaChecklistPolicyStatement
    • getProductOfferings

      public Set<TmaProductOffering> getProductOfferings(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaPoChecklistPolicyStatement.productOfferings attribute.
      Returns:
      the productOfferings - The statement's product offerings.
    • getProductOfferings

      public Set<TmaProductOffering> getProductOfferings()
      Generated method - Getter of the TmaPoChecklistPolicyStatement.productOfferings attribute.
      Returns:
      the productOfferings - The statement's product offerings.
    • getProductOfferingsCount

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

      public long getProductOfferingsCount()
    • setProductOfferings

      public void setProductOfferings(de.hybris.platform.jalo.SessionContext ctx, Set<TmaProductOffering> value)
      Generated method - Setter of the TmaPoChecklistPolicyStatement.productOfferings attribute.
      Parameters:
      value - the productOfferings - The statement's product offerings.
    • setProductOfferings

      public void setProductOfferings(Set<TmaProductOffering> value)
      Generated method - Setter of the TmaPoChecklistPolicyStatement.productOfferings attribute.
      Parameters:
      value - the productOfferings - The statement's product offerings.
    • addToProductOfferings

      public void addToProductOfferings(de.hybris.platform.jalo.SessionContext ctx, TmaProductOffering value)
      Generated method - Adds value to productOfferings.
      Parameters:
      value - the item to add to productOfferings - The statement's product offerings.
    • addToProductOfferings

      public void addToProductOfferings(TmaProductOffering value)
      Generated method - Adds value to productOfferings.
      Parameters:
      value - the item to add to productOfferings - The statement's product offerings.
    • removeFromProductOfferings

      public void removeFromProductOfferings(de.hybris.platform.jalo.SessionContext ctx, TmaProductOffering value)
      Generated method - Removes value from productOfferings.
      Parameters:
      value - the item to remove from productOfferings - The statement's product offerings.
    • removeFromProductOfferings

      public void removeFromProductOfferings(TmaProductOffering value)
      Generated method - Removes value from productOfferings.
      Parameters:
      value - the item to remove from productOfferings - The statement's product offerings.