Class GeneratedPromotionGroup

    • Field Detail

      • IDENTIFIER

        public static final java.lang.String IDENTIFIER
        Qualifier of the PromotionGroup.Identifier attribute
        See Also:
        Constant Field Values
      • PROMOTIONS

        public static final java.lang.String PROMOTIONS
        Qualifier of the PromotionGroup.Promotions attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedPromotionGroup

        public GeneratedPromotionGroup()
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier​(SessionContext ctx)
        Generated method - Getter of the PromotionGroup.Identifier attribute.
        Returns:
        the Identifier
      • getIdentifier

        public java.lang.String getIdentifier()
        Generated method - Getter of the PromotionGroup.Identifier attribute.
        Returns:
        the Identifier
      • setIdentifier

        public void setIdentifier​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the PromotionGroup.Identifier attribute.
        Parameters:
        value - the Identifier
      • setIdentifier

        public void setIdentifier​(java.lang.String value)
        Generated method - Setter of the PromotionGroup.Identifier attribute.
        Parameters:
        value - the Identifier
      • getPromotions

        public java.util.Collection<AbstractPromotion> getPromotions​(SessionContext ctx)
        Generated method - Getter of the PromotionGroup.Promotions attribute.
        Returns:
        the Promotions
      • getPromotions

        public java.util.Collection<AbstractPromotion> getPromotions()
        Generated method - Getter of the PromotionGroup.Promotions attribute.
        Returns:
        the Promotions
      • setPromotions

        public void setPromotions​(SessionContext ctx,
                                  java.util.Collection<AbstractPromotion> value)
        Generated method - Setter of the PromotionGroup.Promotions attribute.
        Parameters:
        value - the Promotions
      • setPromotions

        public void setPromotions​(java.util.Collection<AbstractPromotion> value)
        Generated method - Setter of the PromotionGroup.Promotions attribute.
        Parameters:
        value - the Promotions
      • addToPromotions

        public void addToPromotions​(SessionContext ctx,
                                    AbstractPromotion value)
        Generated method - Adds value to Promotions.
        Parameters:
        value - the item to add to Promotions
      • addToPromotions

        public void addToPromotions​(AbstractPromotion value)
        Generated method - Adds value to Promotions.
        Parameters:
        value - the item to add to Promotions
      • removeFromPromotions

        public void removeFromPromotions​(SessionContext ctx,
                                         AbstractPromotion value)
        Generated method - Removes value from Promotions.
        Parameters:
        value - the item to remove from Promotions
      • removeFromPromotions

        public void removeFromPromotions​(AbstractPromotion value)
        Generated method - Removes value from Promotions.
        Parameters:
        value - the item to remove from Promotions