Class GeneratedConfigurableBundleServicesManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.configurablebundleservices.jalo.GeneratedConfigurableBundleServicesManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
ConfigurableBundleServicesManager

public abstract class GeneratedConfigurableBundleServicesManager extends Extension
Generated class for type ConfigurableBundleServicesManager.
See Also:
  • Field Details

    • ABSTRACTBUNDLERULESCONDITIONALPRODUCTSRELATION_SRC_ORDERED

      protected static String ABSTRACTBUNDLERULESCONDITIONALPRODUCTSRELATION_SRC_ORDERED
      Relation ordering override parameter constants for AbstractBundleRulesConditionalProductsRelation from ((configurablebundleservices))
    • ABSTRACTBUNDLERULESCONDITIONALPRODUCTSRELATION_TGT_ORDERED

      protected static String ABSTRACTBUNDLERULESCONDITIONALPRODUCTSRELATION_TGT_ORDERED
    • ABSTRACTBUNDLERULESCONDITIONALPRODUCTSRELATION_MARKMODIFIED

      protected static String ABSTRACTBUNDLERULESCONDITIONALPRODUCTSRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for AbstractBundleRulesConditionalProductsRelation from ((configurablebundleservices))
    • ABSTRACTBUNDLERULESTARGETPRODUCTSRELATION_SRC_ORDERED

      protected static String ABSTRACTBUNDLERULESTARGETPRODUCTSRELATION_SRC_ORDERED
      Relation ordering override parameter constants for AbstractBundleRulesTargetProductsRelation from ((configurablebundleservices))
    • ABSTRACTBUNDLERULESTARGETPRODUCTSRELATION_TGT_ORDERED

      protected static String ABSTRACTBUNDLERULESTARGETPRODUCTSRELATION_TGT_ORDERED
    • ABSTRACTBUNDLERULESTARGETPRODUCTSRELATION_MARKMODIFIED

      protected static String ABSTRACTBUNDLERULESTARGETPRODUCTSRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for AbstractBundleRulesTargetProductsRelation from ((configurablebundleservices))
    • PRODUCTSBUNDLETEMPLATESRELATION_SRC_ORDERED

      protected static String PRODUCTSBUNDLETEMPLATESRELATION_SRC_ORDERED
      Relation ordering override parameter constants for ProductsBundleTemplatesRelation from ((configurablebundleservices))
    • PRODUCTSBUNDLETEMPLATESRELATION_TGT_ORDERED

      protected static String PRODUCTSBUNDLETEMPLATESRELATION_TGT_ORDERED
    • PRODUCTSBUNDLETEMPLATESRELATION_MARKMODIFIED

      protected static String PRODUCTSBUNDLETEMPLATESRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for ProductsBundleTemplatesRelation from ((configurablebundleservices))
    • LASTMODIFIEDENTRIESRELATIONLASTMODIFIEDENTRIESHANDLER

      protected static final OneToManyHandler<CartEntry> LASTMODIFIEDENTRIESRELATIONLASTMODIFIEDENTRIESHANDLER
      OneToManyHandler for handling 1:n LASTMODIFIEDENTRIES's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedConfigurableBundleServicesManager

      public GeneratedConfigurableBundleServicesManager()
  • Method Details

    • getDefaultAttributeModes

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

      public Collection<BundleTemplate> getBundleTemplates(SessionContext ctx, Product item)
      Generated method - Getter of the Product.bundleTemplates attribute.
      Returns:
      the bundleTemplates
    • getBundleTemplates

      public Collection<BundleTemplate> getBundleTemplates(Product item)
      Generated method - Getter of the Product.bundleTemplates attribute.
      Returns:
      the bundleTemplates
    • getBundleTemplatesCount

      public long getBundleTemplatesCount(SessionContext ctx, Product item)
    • getBundleTemplatesCount

      public long getBundleTemplatesCount(Product item)
    • setBundleTemplates

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

      public void setBundleTemplates(Product item, Collection<BundleTemplate> value)
      Generated method - Setter of the Product.bundleTemplates attribute.
      Parameters:
      value - the bundleTemplates
    • addToBundleTemplates

      public void addToBundleTemplates(SessionContext ctx, Product item, BundleTemplate value)
      Generated method - Adds value to bundleTemplates.
      Parameters:
      value - the item to add to bundleTemplates
    • addToBundleTemplates

      public void addToBundleTemplates(Product item, BundleTemplate value)
      Generated method - Adds value to bundleTemplates.
      Parameters:
      value - the item to add to bundleTemplates
    • removeFromBundleTemplates

      public void removeFromBundleTemplates(SessionContext ctx, Product item, BundleTemplate value)
      Generated method - Removes value from bundleTemplates.
      Parameters:
      value - the item to remove from bundleTemplates
    • removeFromBundleTemplates

      public void removeFromBundleTemplates(Product item, BundleTemplate value)
      Generated method - Removes value from bundleTemplates.
      Parameters:
      value - the item to remove from bundleTemplates
    • getConditionalBundleRules

      public Collection<AbstractBundleRule> getConditionalBundleRules(SessionContext ctx, Product item)
      Generated method - Getter of the Product.conditionalBundleRules attribute.
      Returns:
      the conditionalBundleRules
    • getConditionalBundleRules

      public Collection<AbstractBundleRule> getConditionalBundleRules(Product item)
      Generated method - Getter of the Product.conditionalBundleRules attribute.
      Returns:
      the conditionalBundleRules
    • getConditionalBundleRulesCount

      public long getConditionalBundleRulesCount(SessionContext ctx, Product item)
    • getConditionalBundleRulesCount

      public long getConditionalBundleRulesCount(Product item)
    • setConditionalBundleRules

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

      public void setConditionalBundleRules(Product item, Collection<AbstractBundleRule> value)
      Generated method - Setter of the Product.conditionalBundleRules attribute.
      Parameters:
      value - the conditionalBundleRules
    • addToConditionalBundleRules

      public void addToConditionalBundleRules(SessionContext ctx, Product item, AbstractBundleRule value)
      Generated method - Adds value to conditionalBundleRules.
      Parameters:
      value - the item to add to conditionalBundleRules
    • addToConditionalBundleRules

      public void addToConditionalBundleRules(Product item, AbstractBundleRule value)
      Generated method - Adds value to conditionalBundleRules.
      Parameters:
      value - the item to add to conditionalBundleRules
    • removeFromConditionalBundleRules

      public void removeFromConditionalBundleRules(SessionContext ctx, Product item, AbstractBundleRule value)
      Generated method - Removes value from conditionalBundleRules.
      Parameters:
      value - the item to remove from conditionalBundleRules
    • removeFromConditionalBundleRules

      public void removeFromConditionalBundleRules(Product item, AbstractBundleRule value)
      Generated method - Removes value from conditionalBundleRules.
      Parameters:
      value - the item to remove from conditionalBundleRules
    • createAbstractBundleRuleTargetProductsAssignedConstraint

      public AbstractBundleRuleTargetProductsAssignedConstraint createAbstractBundleRuleTargetProductsAssignedConstraint(SessionContext ctx, Map attributeValues)
    • createAbstractBundleRuleTargetProductsAssignedConstraint

      public AbstractBundleRuleTargetProductsAssignedConstraint createAbstractBundleRuleTargetProductsAssignedConstraint(Map attributeValues)
    • createAutoPickBundleSelectionCriteria

      public AutoPickBundleSelectionCriteria createAutoPickBundleSelectionCriteria(SessionContext ctx, Map attributeValues)
    • createAutoPickBundleSelectionCriteria

      public AutoPickBundleSelectionCriteria createAutoPickBundleSelectionCriteria(Map attributeValues)
    • createBundleCarouselComponent

      public BundleCarouselComponent createBundleCarouselComponent(SessionContext ctx, Map attributeValues)
    • createBundleCarouselComponent

      public BundleCarouselComponent createBundleCarouselComponent(Map attributeValues)
    • createBundleTemplate

      public BundleTemplate createBundleTemplate(SessionContext ctx, Map attributeValues)
    • createBundleTemplate

      public BundleTemplate createBundleTemplate(Map attributeValues)
    • createBundleTemplateProductsAssignedConstraint

      public BundleTemplateProductsAssignedConstraint createBundleTemplateProductsAssignedConstraint(SessionContext ctx, Map attributeValues)
    • createBundleTemplateProductsAssignedConstraint

      public BundleTemplateProductsAssignedConstraint createBundleTemplateProductsAssignedConstraint(Map attributeValues)
    • createBundleTemplateStatus

      public BundleTemplateStatus createBundleTemplateStatus(SessionContext ctx, Map attributeValues)
    • createBundleTemplateStatus

      public BundleTemplateStatus createBundleTemplateStatus(Map attributeValues)
    • createChangeProductPriceBundleRule

      public ChangeProductPriceBundleRule createChangeProductPriceBundleRule(SessionContext ctx, Map attributeValues)
    • createChangeProductPriceBundleRule

      public ChangeProductPriceBundleRule createChangeProductPriceBundleRule(Map attributeValues)
    • createDisableProductBundleRule

      public DisableProductBundleRule createDisableProductBundleRule(SessionContext ctx, Map attributeValues)
    • createDisableProductBundleRule

      public DisableProductBundleRule createDisableProductBundleRule(Map attributeValues)
    • createPickExactlyNBundleSelectionCriteria

      public PickExactlyNBundleSelectionCriteria createPickExactlyNBundleSelectionCriteria(SessionContext ctx, Map attributeValues)
    • createPickExactlyNBundleSelectionCriteria

      public PickExactlyNBundleSelectionCriteria createPickExactlyNBundleSelectionCriteria(Map attributeValues)
    • createPickNToMBundleSelectionCriteria

      public PickNToMBundleSelectionCriteria createPickNToMBundleSelectionCriteria(SessionContext ctx, Map attributeValues)
    • createPickNToMBundleSelectionCriteria

      public PickNToMBundleSelectionCriteria createPickNToMBundleSelectionCriteria(Map attributeValues)
    • getName

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

      public Collection<CartEntry> getLastModifiedEntries(SessionContext ctx, Cart item)
      Generated method - Getter of the Cart.lastModifiedEntries attribute.
      Returns:
      the lastModifiedEntries
    • getLastModifiedEntries

      public Collection<CartEntry> getLastModifiedEntries(Cart item)
      Generated method - Getter of the Cart.lastModifiedEntries attribute.
      Returns:
      the lastModifiedEntries
    • setLastModifiedEntries

      public void setLastModifiedEntries(SessionContext ctx, Cart item, Collection<CartEntry> value)
      Generated method - Setter of the Cart.lastModifiedEntries attribute.
      Parameters:
      value - the lastModifiedEntries
    • setLastModifiedEntries

      public void setLastModifiedEntries(Cart item, Collection<CartEntry> value)
      Generated method - Setter of the Cart.lastModifiedEntries attribute.
      Parameters:
      value - the lastModifiedEntries
    • addToLastModifiedEntries

      public void addToLastModifiedEntries(SessionContext ctx, Cart item, CartEntry value)
      Generated method - Adds value to lastModifiedEntries.
      Parameters:
      value - the item to add to lastModifiedEntries
    • addToLastModifiedEntries

      public void addToLastModifiedEntries(Cart item, CartEntry value)
      Generated method - Adds value to lastModifiedEntries.
      Parameters:
      value - the item to add to lastModifiedEntries
    • removeFromLastModifiedEntries

      public void removeFromLastModifiedEntries(SessionContext ctx, Cart item, CartEntry value)
      Generated method - Removes value from lastModifiedEntries.
      Parameters:
      value - the item to remove from lastModifiedEntries
    • removeFromLastModifiedEntries

      public void removeFromLastModifiedEntries(Cart item, CartEntry value)
      Generated method - Removes value from lastModifiedEntries.
      Parameters:
      value - the item to remove from lastModifiedEntries
    • getLastModifiedMasterCart

      public Cart getLastModifiedMasterCart(SessionContext ctx, CartEntry item)
      Generated method - Getter of the CartEntry.lastModifiedMasterCart attribute.
      Returns:
      the lastModifiedMasterCart
    • getLastModifiedMasterCart

      public Cart getLastModifiedMasterCart(CartEntry item)
      Generated method - Getter of the CartEntry.lastModifiedMasterCart attribute.
      Returns:
      the lastModifiedMasterCart
    • setLastModifiedMasterCart

      public void setLastModifiedMasterCart(SessionContext ctx, CartEntry item, Cart value)
      Generated method - Setter of the CartEntry.lastModifiedMasterCart attribute.
      Parameters:
      value - the lastModifiedMasterCart
    • setLastModifiedMasterCart

      public void setLastModifiedMasterCart(CartEntry item, Cart value)
      Generated method - Setter of the CartEntry.lastModifiedMasterCart attribute.
      Parameters:
      value - the lastModifiedMasterCart
    • isSoldIndividually

      public Boolean isSoldIndividually(SessionContext ctx, Product item)
      Generated method - Getter of the Product.soldIndividually attribute.
      Returns:
      the soldIndividually
    • isSoldIndividually

      public Boolean isSoldIndividually(Product item)
      Generated method - Getter of the Product.soldIndividually attribute.
      Returns:
      the soldIndividually
    • isSoldIndividuallyAsPrimitive

      public boolean isSoldIndividuallyAsPrimitive(SessionContext ctx, Product item)
      Generated method - Getter of the Product.soldIndividually attribute.
      Returns:
      the soldIndividually
    • isSoldIndividuallyAsPrimitive

      public boolean isSoldIndividuallyAsPrimitive(Product item)
      Generated method - Getter of the Product.soldIndividually attribute.
      Returns:
      the soldIndividually
    • setSoldIndividually

      public void setSoldIndividually(SessionContext ctx, Product item, Boolean value)
      Generated method - Setter of the Product.soldIndividually attribute.
      Parameters:
      value - the soldIndividually
    • setSoldIndividually

      public void setSoldIndividually(Product item, Boolean value)
      Generated method - Setter of the Product.soldIndividually attribute.
      Parameters:
      value - the soldIndividually
    • setSoldIndividually

      public void setSoldIndividually(SessionContext ctx, Product item, boolean value)
      Generated method - Setter of the Product.soldIndividually attribute.
      Parameters:
      value - the soldIndividually
    • setSoldIndividually

      public void setSoldIndividually(Product item, boolean value)
      Generated method - Setter of the Product.soldIndividually attribute.
      Parameters:
      value - the soldIndividually
    • getTargetBundleRules

      public Collection<AbstractBundleRule> getTargetBundleRules(SessionContext ctx, Product item)
      Generated method - Getter of the Product.targetBundleRules attribute.
      Returns:
      the targetBundleRules
    • getTargetBundleRules

      public Collection<AbstractBundleRule> getTargetBundleRules(Product item)
      Generated method - Getter of the Product.targetBundleRules attribute.
      Returns:
      the targetBundleRules
    • getTargetBundleRulesCount

      public long getTargetBundleRulesCount(SessionContext ctx, Product item)
    • getTargetBundleRulesCount

      public long getTargetBundleRulesCount(Product item)
    • setTargetBundleRules

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

      public void setTargetBundleRules(Product item, Collection<AbstractBundleRule> value)
      Generated method - Setter of the Product.targetBundleRules attribute.
      Parameters:
      value - the targetBundleRules
    • addToTargetBundleRules

      public void addToTargetBundleRules(SessionContext ctx, Product item, AbstractBundleRule value)
      Generated method - Adds value to targetBundleRules.
      Parameters:
      value - the item to add to targetBundleRules
    • addToTargetBundleRules

      public void addToTargetBundleRules(Product item, AbstractBundleRule value)
      Generated method - Adds value to targetBundleRules.
      Parameters:
      value - the item to add to targetBundleRules
    • removeFromTargetBundleRules

      public void removeFromTargetBundleRules(SessionContext ctx, Product item, AbstractBundleRule value)
      Generated method - Removes value from targetBundleRules.
      Parameters:
      value - the item to remove from targetBundleRules
    • removeFromTargetBundleRules

      public void removeFromTargetBundleRules(Product item, AbstractBundleRule value)
      Generated method - Removes value from targetBundleRules.
      Parameters:
      value - the item to remove from targetBundleRules