Class GeneratedSpiProductBundle

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
All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
SpiProductBundle

@Deprecated(since="2208", forRemoval=true) public abstract class GeneratedSpiProductBundle extends SpiProduct
Deprecated, for removal: This API element is subject to removal in a future version.
Generated class for type SpiProductBundle.
See Also:
  • Field Details

    • PRODUCTS

      public static final String PRODUCTS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Qualifier of the SpiProductBundle.products attribute
      See Also:
    • PRODUCTSHANDLER

      protected static final de.hybris.platform.util.OneToManyHandler<SpiProduct> PRODUCTSHANDLER
      Deprecated, for removal: This API element is subject to removal in a future version.
      OneToManyHandler for handling 1:n PRODUCTS's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • GeneratedSpiProductBundle

      public GeneratedSpiProductBundle()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      getDefaultAttributeModes in class GeneratedSpiProduct
    • getProducts

      public Set<SpiProduct> getProducts(de.hybris.platform.jalo.SessionContext ctx)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SpiProductBundle.products attribute.
      Returns:
      the products - The product representing the child of the product bundle.
    • getProducts

      public Set<SpiProduct> getProducts()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Getter of the SpiProductBundle.products attribute.
      Returns:
      the products - The product representing the child of the product bundle.
    • setProducts

      public void setProducts(de.hybris.platform.jalo.SessionContext ctx, Set<SpiProduct> value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the SpiProductBundle.products attribute.
      Parameters:
      value - the products - The product representing the child of the product bundle.
    • setProducts

      public void setProducts(Set<SpiProduct> value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Setter of the SpiProductBundle.products attribute.
      Parameters:
      value - the products - The product representing the child of the product bundle.
    • addToProducts

      public void addToProducts(de.hybris.platform.jalo.SessionContext ctx, SpiProduct value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Adds value to products.
      Parameters:
      value - the item to add to products - The product representing the child of the product bundle.
    • addToProducts

      public void addToProducts(SpiProduct value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Adds value to products.
      Parameters:
      value - the item to add to products - The product representing the child of the product bundle.
    • removeFromProducts

      public void removeFromProducts(de.hybris.platform.jalo.SessionContext ctx, SpiProduct value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Removes value from products.
      Parameters:
      value - the item to remove from products - The product representing the child of the product bundle.
    • removeFromProducts

      public void removeFromProducts(SpiProduct value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Generated method - Removes value from products.
      Parameters:
      value - the item to remove from products - The product representing the child of the product bundle.