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:
de.hybris.platform.jalo.extension.ItemLifecycleListener, Serializable

public abstract class GeneratedSubscriptionbundleservicesManager extends de.hybris.platform.jalo.extension.Extension
Generated class for type SubscriptionbundleservicesManager.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension

    de.hybris.platform.jalo.extension.Extension.RestrictedLanguagesProvider, de.hybris.platform.jalo.extension.Extension.RightsProvider

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.Manager

    de.hybris.platform.jalo.Manager.GenericManagerSingletonCreator, de.hybris.platform.jalo.Manager.ManagerSingletonCreator
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final de.hybris.platform.util.OneToManyHandler<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule>
    OneToManyHandler for handling 1:n CHANGEPRODUCTPRICEBUNDLERULES's relation attributes from 'many' side.
    protected static final Map<String,Map<String,de.hybris.platform.jalo.Item.AttributeMode>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addToChangeProductPriceBundleRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.BillingEvent item, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule value)
    Generated method - Adds value to changeProductPriceBundleRules.
    void
    addToChangeProductPriceBundleRules(de.hybris.platform.subscriptionservices.jalo.BillingEvent item, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule value)
    Generated method - Adds value to changeProductPriceBundleRules.
    de.hybris.platform.subscriptionservices.jalo.BillingEvent
    getBillingEvent(de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule item)
    Generated method - Getter of the ChangeProductPriceBundleRule.billingEvent attribute.
    de.hybris.platform.subscriptionservices.jalo.BillingEvent
    getBillingEvent(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule item)
    Generated method - Getter of the ChangeProductPriceBundleRule.billingEvent attribute.
    Collection<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule>
    getChangeProductPriceBundleRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.BillingEvent item)
    Generated method - Getter of the BillingEvent.changeProductPriceBundleRules attribute.
    Collection<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule>
    getChangeProductPriceBundleRules(de.hybris.platform.subscriptionservices.jalo.BillingEvent item)
    Generated method - Getter of the BillingEvent.changeProductPriceBundleRules attribute.
    Map<String,de.hybris.platform.jalo.Item.AttributeMode>
    getDefaultAttributeModes(Class<? extends de.hybris.platform.jalo.Item> itemClass)
     
     
    void
    removeFromChangeProductPriceBundleRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.BillingEvent item, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule value)
    Generated method - Removes value from changeProductPriceBundleRules.
    void
    removeFromChangeProductPriceBundleRules(de.hybris.platform.subscriptionservices.jalo.BillingEvent item, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule value)
    Generated method - Removes value from changeProductPriceBundleRules.
    void
    setBillingEvent(de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule item, de.hybris.platform.subscriptionservices.jalo.BillingEvent value)
    Generated method - Setter of the ChangeProductPriceBundleRule.billingEvent attribute.
    void
    setBillingEvent(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule item, de.hybris.platform.subscriptionservices.jalo.BillingEvent value)
    Generated method - Setter of the ChangeProductPriceBundleRule.billingEvent attribute.
    void
    setChangeProductPriceBundleRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.subscriptionservices.jalo.BillingEvent item, Collection<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule> value)
    Generated method - Setter of the BillingEvent.changeProductPriceBundleRules attribute.
    void
    setChangeProductPriceBundleRules(de.hybris.platform.subscriptionservices.jalo.BillingEvent item, Collection<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule> value)
    Generated method - Setter of the BillingEvent.changeProductPriceBundleRules attribute.

    Methods inherited from class de.hybris.platform.jalo.extension.Extension

    checkBeforeInitialization, checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplace

    Methods inherited from class de.hybris.platform.jalo.Manager

    afterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrap

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BILLINGEVENT2CHANGEPRODUCTPRICEBUNDLERULECHANGEPRODUCTPRICEBUNDLERULESHANDLER

      protected static final de.hybris.platform.util.OneToManyHandler<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule> BILLINGEVENT2CHANGEPRODUCTPRICEBUNDLERULECHANGEPRODUCTPRICEBUNDLERULESHANDLER
      OneToManyHandler for handling 1:n CHANGEPRODUCTPRICEBUNDLERULES's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedSubscriptionbundleservicesManager

      public GeneratedSubscriptionbundleservicesManager()
  • Method Details

    • getDefaultAttributeModes

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

      public de.hybris.platform.subscriptionservices.jalo.BillingEvent getBillingEvent(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule item)
      Generated method - Getter of the ChangeProductPriceBundleRule.billingEvent attribute.
      Returns:
      the billingEvent
    • getBillingEvent

      public de.hybris.platform.subscriptionservices.jalo.BillingEvent getBillingEvent(de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule item)
      Generated method - Getter of the ChangeProductPriceBundleRule.billingEvent attribute.
      Returns:
      the billingEvent
    • setBillingEvent

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

      public void setBillingEvent(de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule item, de.hybris.platform.subscriptionservices.jalo.BillingEvent value)
      Generated method - Setter of the ChangeProductPriceBundleRule.billingEvent attribute.
      Parameters:
      value - the billingEvent
    • getChangeProductPriceBundleRules

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

      public Collection<de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule> getChangeProductPriceBundleRules(de.hybris.platform.subscriptionservices.jalo.BillingEvent item)
      Generated method - Getter of the BillingEvent.changeProductPriceBundleRules attribute.
      Returns:
      the changeProductPriceBundleRules
    • setChangeProductPriceBundleRules

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

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

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

      public void addToChangeProductPriceBundleRules(de.hybris.platform.subscriptionservices.jalo.BillingEvent item, de.hybris.platform.configurablebundleservices.jalo.ChangeProductPriceBundleRule value)
      Generated method - Adds value to changeProductPriceBundleRules.
      Parameters:
      value - the item to add to changeProductPriceBundleRules
    • removeFromChangeProductPriceBundleRules

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

      public void removeFromChangeProductPriceBundleRules(de.hybris.platform.subscriptionservices.jalo.BillingEvent item, de.hybris.platform.configurablebundleservices.jalo.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 de.hybris.platform.jalo.extension.Extension