Class GeneratedTmaPsChecklistPolicyStatement

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:
TmaPsChecklistPolicyStatement

public abstract class GeneratedTmaPsChecklistPolicyStatement extends TmaChecklistPolicyStatement
Generated class for type TmaPsChecklistPolicyStatement.
See Also:
  • Field Details

    • PRODUCTSPECIFICATIONS

      public static final String PRODUCTSPECIFICATIONS
      Qualifier of the TmaPsChecklistPolicyStatement.productSpecifications attribute
      See Also:
    • TMAPSCHECKLISTPOLICYSTATEMENT2TMAPRODUCTSPECIFICATIONRELATION_SRC_ORDERED

      protected static String TMAPSCHECKLISTPOLICYSTATEMENT2TMAPRODUCTSPECIFICATIONRELATION_SRC_ORDERED
      Relation ordering override parameter constants for TmaPsChecklistPolicyStatement2TmaProductSpecificationRelation from ((b2ctelcoservices))
    • TMAPSCHECKLISTPOLICYSTATEMENT2TMAPRODUCTSPECIFICATIONRELATION_TGT_ORDERED

      protected static String TMAPSCHECKLISTPOLICYSTATEMENT2TMAPRODUCTSPECIFICATIONRELATION_TGT_ORDERED
    • TMAPSCHECKLISTPOLICYSTATEMENT2TMAPRODUCTSPECIFICATIONRELATION_MARKMODIFIED

      protected static String TMAPSCHECKLISTPOLICYSTATEMENT2TMAPRODUCTSPECIFICATIONRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for TmaPsChecklistPolicyStatement2TmaProductSpecificationRelation from ((b2ctelcoservices))
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedTmaPsChecklistPolicyStatement

      public GeneratedTmaPsChecklistPolicyStatement()
  • 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
    • getProductSpecifications

      public Set<TmaProductSpecification> getProductSpecifications(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaPsChecklistPolicyStatement.productSpecifications attribute.
      Returns:
      the productSpecifications - The statement's product specifications.
    • getProductSpecifications

      public Set<TmaProductSpecification> getProductSpecifications()
      Generated method - Getter of the TmaPsChecklistPolicyStatement.productSpecifications attribute.
      Returns:
      the productSpecifications - The statement's product specifications.
    • getProductSpecificationsCount

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

      public long getProductSpecificationsCount()
    • setProductSpecifications

      public void setProductSpecifications(de.hybris.platform.jalo.SessionContext ctx, Set<TmaProductSpecification> value)
      Generated method - Setter of the TmaPsChecklistPolicyStatement.productSpecifications attribute.
      Parameters:
      value - the productSpecifications - The statement's product specifications.
    • setProductSpecifications

      public void setProductSpecifications(Set<TmaProductSpecification> value)
      Generated method - Setter of the TmaPsChecklistPolicyStatement.productSpecifications attribute.
      Parameters:
      value - the productSpecifications - The statement's product specifications.
    • addToProductSpecifications

      public void addToProductSpecifications(de.hybris.platform.jalo.SessionContext ctx, TmaProductSpecification value)
      Generated method - Adds value to productSpecifications.
      Parameters:
      value - the item to add to productSpecifications - The statement's product specifications.
    • addToProductSpecifications

      public void addToProductSpecifications(TmaProductSpecification value)
      Generated method - Adds value to productSpecifications.
      Parameters:
      value - the item to add to productSpecifications - The statement's product specifications.
    • removeFromProductSpecifications

      public void removeFromProductSpecifications(de.hybris.platform.jalo.SessionContext ctx, TmaProductSpecification value)
      Generated method - Removes value from productSpecifications.
      Parameters:
      value - the item to remove from productSpecifications - The statement's product specifications.
    • removeFromProductSpecifications

      public void removeFromProductSpecifications(TmaProductSpecification value)
      Generated method - Removes value from productSpecifications.
      Parameters:
      value - the item to remove from productSpecifications - The statement's product specifications.