Class TmaCustomerFacingServiceSpec

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

public class TmaCustomerFacingServiceSpec extends TmaServiceSpecification
Generated class for type TmaCustomerFacingServiceSpec.
See Also:
  • Field Details

    • PRODUCTSPECIFICATIONS

      public static final String PRODUCTSPECIFICATIONS
      Qualifier of the TmaCustomerFacingServiceSpec.productSpecifications attribute
      See Also:
    • TMAPRODUCTSPECIFICATION2TMACUSTOMERFACINGSERVICESPECRELATION_SRC_ORDERED

      protected static String TMAPRODUCTSPECIFICATION2TMACUSTOMERFACINGSERVICESPECRELATION_SRC_ORDERED
      Relation ordering override parameter constants for TmaProductSpecification2TmaCustomerFacingServiceSpecRelation from ((tuadatacommonsservices))
    • TMAPRODUCTSPECIFICATION2TMACUSTOMERFACINGSERVICESPECRELATION_TGT_ORDERED

      protected static String TMAPRODUCTSPECIFICATION2TMACUSTOMERFACINGSERVICESPECRELATION_TGT_ORDERED
    • TMAPRODUCTSPECIFICATION2TMACUSTOMERFACINGSERVICESPECRELATION_MARKMODIFIED

      protected static String TMAPRODUCTSPECIFICATION2TMACUSTOMERFACINGSERVICESPECRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for TmaProductSpecification2TmaCustomerFacingServiceSpecRelation from ((tuadatacommonsservices))
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • TmaCustomerFacingServiceSpec

      public TmaCustomerFacingServiceSpec()
  • Method Details

    • getDefaultAttributeModes

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

      public Set<TmaProductSpecification> getProductSpecifications(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaCustomerFacingServiceSpec.productSpecifications attribute.
      Returns:
      the productSpecifications - Product Specifications for which the CFSS are valid.
    • getProductSpecifications

      public Set<TmaProductSpecification> getProductSpecifications()
      Generated method - Getter of the TmaCustomerFacingServiceSpec.productSpecifications attribute.
      Returns:
      the productSpecifications - Product Specifications for which the CFSS are valid.
    • 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 TmaCustomerFacingServiceSpec.productSpecifications attribute.
      Parameters:
      value - the productSpecifications - Product Specifications for which the CFSS are valid.
    • setProductSpecifications

      public void setProductSpecifications(Set<TmaProductSpecification> value)
      Generated method - Setter of the TmaCustomerFacingServiceSpec.productSpecifications attribute.
      Parameters:
      value - the productSpecifications - Product Specifications for which the CFSS are valid.
    • 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 - Product Specifications for which the CFSS are valid.
    • addToProductSpecifications

      public void addToProductSpecifications(TmaProductSpecification value)
      Generated method - Adds value to productSpecifications.
      Parameters:
      value - the item to add to productSpecifications - Product Specifications for which the CFSS are valid.
    • 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 - Product Specifications for which the CFSS are valid.
    • removeFromProductSpecifications

      public void removeFromProductSpecifications(TmaProductSpecification value)
      Generated method - Removes value from productSpecifications.
      Parameters:
      value - the item to remove from productSpecifications - Product Specifications for which the CFSS are valid.