Class GeneratedCustomerinterestsservicesManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.customerinterestsservices.jalo.GeneratedCustomerinterestsservicesManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
CustomerinterestsservicesManager

public abstract class GeneratedCustomerinterestsservicesManager extends Extension
Generated class for type CustomerinterestsservicesManager.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedCustomerinterestsservicesManager

      public GeneratedCustomerinterestsservicesManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class Extension
    • createProductInterest

      public ProductInterest createProductInterest(SessionContext ctx, Map attributeValues)
    • createProductInterest

      public ProductInterest createProductInterest(Map attributeValues)
    • createProductInterestsProcess

      public ProductInterestsProcess createProductInterestsProcess(SessionContext ctx, Map attributeValues)
    • createProductInterestsProcess

      public ProductInterestsProcess createProductInterestsProcess(Map attributeValues)
    • getName

      public String getName()
      Specified by:
      getName in class Extension
    • getProductInterests

      public Collection<ProductInterest> getProductInterests(SessionContext ctx, Customer item)
      Generated method - Getter of the Customer.productInterests attribute.
      Returns:
      the productInterests
    • getProductInterests

      public Collection<ProductInterest> getProductInterests(Customer item)
      Generated method - Getter of the Customer.productInterests attribute.
      Returns:
      the productInterests
    • setProductInterests

      public void setProductInterests(SessionContext ctx, Customer item, Collection<ProductInterest> value)
      Generated method - Setter of the Customer.productInterests attribute.
      Parameters:
      value - the productInterests
    • setProductInterests

      public void setProductInterests(Customer item, Collection<ProductInterest> value)
      Generated method - Setter of the Customer.productInterests attribute.
      Parameters:
      value - the productInterests
    • addToProductInterests

      public void addToProductInterests(SessionContext ctx, Customer item, ProductInterest value)
      Generated method - Adds value to productInterests.
      Parameters:
      value - the item to add to productInterests
    • addToProductInterests

      public void addToProductInterests(Customer item, ProductInterest value)
      Generated method - Adds value to productInterests.
      Parameters:
      value - the item to add to productInterests
    • removeFromProductInterests

      public void removeFromProductInterests(SessionContext ctx, Customer item, ProductInterest value)
      Generated method - Removes value from productInterests.
      Parameters:
      value - the item to remove from productInterests
    • removeFromProductInterests

      public void removeFromProductInterests(Customer item, ProductInterest value)
      Generated method - Removes value from productInterests.
      Parameters:
      value - the item to remove from productInterests
    • getProductInterests

      public Collection<ProductInterest> getProductInterests(SessionContext ctx, Product item)
      Generated method - Getter of the Product.productInterests attribute.
      Returns:
      the productInterests
    • getProductInterests

      public Collection<ProductInterest> getProductInterests(Product item)
      Generated method - Getter of the Product.productInterests attribute.
      Returns:
      the productInterests
    • setProductInterests

      public void setProductInterests(SessionContext ctx, Product item, Collection<ProductInterest> value)
      Generated method - Setter of the Product.productInterests attribute.
      Parameters:
      value - the productInterests
    • setProductInterests

      public void setProductInterests(Product item, Collection<ProductInterest> value)
      Generated method - Setter of the Product.productInterests attribute.
      Parameters:
      value - the productInterests
    • addToProductInterests

      public void addToProductInterests(SessionContext ctx, Product item, ProductInterest value)
      Generated method - Adds value to productInterests.
      Parameters:
      value - the item to add to productInterests
    • addToProductInterests

      public void addToProductInterests(Product item, ProductInterest value)
      Generated method - Adds value to productInterests.
      Parameters:
      value - the item to add to productInterests
    • removeFromProductInterests

      public void removeFromProductInterests(SessionContext ctx, Product item, ProductInterest value)
      Generated method - Removes value from productInterests.
      Parameters:
      value - the item to remove from productInterests
    • removeFromProductInterests

      public void removeFromProductInterests(Product item, ProductInterest value)
      Generated method - Removes value from productInterests.
      Parameters:
      value - the item to remove from productInterests