Class GeneratedSubscriptionbundleservicesManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.subscriptionbundleservices.jalo.GeneratedSubscriptionbundleservicesManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
SubscriptionbundleservicesManager

public abstract class GeneratedSubscriptionbundleservicesManager extends Extension
Generated class for type SubscriptionbundleservicesManager.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedSubscriptionbundleservicesManager

      public GeneratedSubscriptionbundleservicesManager()
  • Method Details

    • getDefaultAttributeModes

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

      public BillingEvent getBillingEvent(SessionContext ctx, ChangeProductPriceBundleRule item)
      Generated method - Getter of the ChangeProductPriceBundleRule.billingEvent attribute.
      Returns:
      the billingEvent
    • getBillingEvent

      public BillingEvent getBillingEvent(ChangeProductPriceBundleRule item)
      Generated method - Getter of the ChangeProductPriceBundleRule.billingEvent attribute.
      Returns:
      the billingEvent
    • setBillingEvent

      public void setBillingEvent(SessionContext ctx, ChangeProductPriceBundleRule item, BillingEvent value)
      Generated method - Setter of the ChangeProductPriceBundleRule.billingEvent attribute.
      Parameters:
      value - the billingEvent
    • setBillingEvent

      public void setBillingEvent(ChangeProductPriceBundleRule item, BillingEvent value)
      Generated method - Setter of the ChangeProductPriceBundleRule.billingEvent attribute.
      Parameters:
      value - the billingEvent
    • getChangeProductPriceBundleRules

      public Collection<ChangeProductPriceBundleRule> getChangeProductPriceBundleRules(SessionContext ctx, BillingEvent item)
      Generated method - Getter of the BillingEvent.changeProductPriceBundleRules attribute.
      Returns:
      the changeProductPriceBundleRules
    • getChangeProductPriceBundleRules

      public Collection<ChangeProductPriceBundleRule> getChangeProductPriceBundleRules(BillingEvent item)
      Generated method - Getter of the BillingEvent.changeProductPriceBundleRules attribute.
      Returns:
      the changeProductPriceBundleRules
    • setChangeProductPriceBundleRules

      public void setChangeProductPriceBundleRules(SessionContext ctx, BillingEvent item, Collection<ChangeProductPriceBundleRule> value)
      Generated method - Setter of the BillingEvent.changeProductPriceBundleRules attribute.
      Parameters:
      value - the changeProductPriceBundleRules
    • setChangeProductPriceBundleRules

      public void setChangeProductPriceBundleRules(BillingEvent item, Collection<ChangeProductPriceBundleRule> value)
      Generated method - Setter of the BillingEvent.changeProductPriceBundleRules attribute.
      Parameters:
      value - the changeProductPriceBundleRules
    • addToChangeProductPriceBundleRules

      public void addToChangeProductPriceBundleRules(SessionContext ctx, BillingEvent item, ChangeProductPriceBundleRule value)
      Generated method - Adds value to changeProductPriceBundleRules.
      Parameters:
      value - the item to add to changeProductPriceBundleRules
    • addToChangeProductPriceBundleRules

      public void addToChangeProductPriceBundleRules(BillingEvent item, ChangeProductPriceBundleRule value)
      Generated method - Adds value to changeProductPriceBundleRules.
      Parameters:
      value - the item to add to changeProductPriceBundleRules
    • removeFromChangeProductPriceBundleRules

      public void removeFromChangeProductPriceBundleRules(SessionContext ctx, BillingEvent item, ChangeProductPriceBundleRule value)
      Generated method - Removes value from changeProductPriceBundleRules.
      Parameters:
      value - the item to remove from changeProductPriceBundleRules
    • removeFromChangeProductPriceBundleRules

      public void removeFromChangeProductPriceBundleRules(BillingEvent item, ChangeProductPriceBundleRule value)
      Generated method - Removes value from changeProductPriceBundleRules.
      Parameters:
      value - the item to remove from changeProductPriceBundleRules
    • getName

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