Class GeneratedAbstractAsSortConfiguration

    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the AbstractAsSortConfiguration.code attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the AbstractAsSortConfiguration.name attribute
        See Also:
        Constant Field Values
      • PRIORITY

        public static final java.lang.String PRIORITY
        Qualifier of the AbstractAsSortConfiguration.priority attribute
        See Also:
        Constant Field Values
      • APPLYPROMOTEDITEMS

        public static final java.lang.String APPLYPROMOTEDITEMS
        Qualifier of the AbstractAsSortConfiguration.applyPromotedItems attribute
        See Also:
        Constant Field Values
      • HIGHLIGHTPROMOTEDITEMS

        public static final java.lang.String HIGHLIGHTPROMOTEDITEMS
        Qualifier of the AbstractAsSortConfiguration.highlightPromotedItems attribute
        See Also:
        Constant Field Values
      • UNIQUEIDX

        public static final java.lang.String UNIQUEIDX
        Qualifier of the AbstractAsSortConfiguration.uniqueIdx attribute
        See Also:
        Constant Field Values
      • EXPRESSIONS

        public static final java.lang.String EXPRESSIONS
        Qualifier of the AbstractAsSortConfiguration.expressions 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

      • GeneratedAbstractAsSortConfiguration

        public GeneratedAbstractAsSortConfiguration()
    • Method Detail

      • isApplyPromotedItems

        public java.lang.Boolean isApplyPromotedItems​(SessionContext ctx)
        Generated method - Getter of the AbstractAsSortConfiguration.applyPromotedItems attribute.
        Returns:
        the applyPromotedItems
      • isApplyPromotedItems

        public java.lang.Boolean isApplyPromotedItems()
        Generated method - Getter of the AbstractAsSortConfiguration.applyPromotedItems attribute.
        Returns:
        the applyPromotedItems
      • isApplyPromotedItemsAsPrimitive

        public boolean isApplyPromotedItemsAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractAsSortConfiguration.applyPromotedItems attribute.
        Returns:
        the applyPromotedItems
      • isApplyPromotedItemsAsPrimitive

        public boolean isApplyPromotedItemsAsPrimitive()
        Generated method - Getter of the AbstractAsSortConfiguration.applyPromotedItems attribute.
        Returns:
        the applyPromotedItems
      • setApplyPromotedItems

        public void setApplyPromotedItems​(SessionContext ctx,
                                          java.lang.Boolean value)
        Generated method - Setter of the AbstractAsSortConfiguration.applyPromotedItems attribute.
        Parameters:
        value - the applyPromotedItems
      • setApplyPromotedItems

        public void setApplyPromotedItems​(java.lang.Boolean value)
        Generated method - Setter of the AbstractAsSortConfiguration.applyPromotedItems attribute.
        Parameters:
        value - the applyPromotedItems
      • setApplyPromotedItems

        public void setApplyPromotedItems​(SessionContext ctx,
                                          boolean value)
        Generated method - Setter of the AbstractAsSortConfiguration.applyPromotedItems attribute.
        Parameters:
        value - the applyPromotedItems
      • setApplyPromotedItems

        public void setApplyPromotedItems​(boolean value)
        Generated method - Setter of the AbstractAsSortConfiguration.applyPromotedItems attribute.
        Parameters:
        value - the applyPromotedItems
      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the AbstractAsSortConfiguration.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the AbstractAsSortConfiguration.code attribute.
        Returns:
        the code
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the AbstractAsSortConfiguration.code attribute.
        Parameters:
        value - the code
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the AbstractAsSortConfiguration.code attribute.
        Parameters:
        value - the code
      • getExpressions

        public java.util.List<AsSortExpression> getExpressions​(SessionContext ctx)
        Generated method - Getter of the AbstractAsSortConfiguration.expressions attribute.
        Returns:
        the expressions
      • getExpressions

        public java.util.List<AsSortExpression> getExpressions()
        Generated method - Getter of the AbstractAsSortConfiguration.expressions attribute.
        Returns:
        the expressions
      • setExpressions

        public void setExpressions​(SessionContext ctx,
                                   java.util.List<AsSortExpression> value)
        Generated method - Setter of the AbstractAsSortConfiguration.expressions attribute.
        Parameters:
        value - the expressions
      • setExpressions

        public void setExpressions​(java.util.List<AsSortExpression> value)
        Generated method - Setter of the AbstractAsSortConfiguration.expressions attribute.
        Parameters:
        value - the expressions
      • addToExpressions

        public void addToExpressions​(SessionContext ctx,
                                     AsSortExpression value)
        Generated method - Adds value to expressions.
        Parameters:
        value - the item to add to expressions
      • addToExpressions

        public void addToExpressions​(AsSortExpression value)
        Generated method - Adds value to expressions.
        Parameters:
        value - the item to add to expressions
      • removeFromExpressions

        public void removeFromExpressions​(SessionContext ctx,
                                          AsSortExpression value)
        Generated method - Removes value from expressions.
        Parameters:
        value - the item to remove from expressions
      • removeFromExpressions

        public void removeFromExpressions​(AsSortExpression value)
        Generated method - Removes value from expressions.
        Parameters:
        value - the item to remove from expressions
      • isHighlightPromotedItems

        public java.lang.Boolean isHighlightPromotedItems​(SessionContext ctx)
        Generated method - Getter of the AbstractAsSortConfiguration.highlightPromotedItems attribute.
        Returns:
        the highlightPromotedItems
      • isHighlightPromotedItems

        public java.lang.Boolean isHighlightPromotedItems()
        Generated method - Getter of the AbstractAsSortConfiguration.highlightPromotedItems attribute.
        Returns:
        the highlightPromotedItems
      • isHighlightPromotedItemsAsPrimitive

        public boolean isHighlightPromotedItemsAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractAsSortConfiguration.highlightPromotedItems attribute.
        Returns:
        the highlightPromotedItems
      • isHighlightPromotedItemsAsPrimitive

        public boolean isHighlightPromotedItemsAsPrimitive()
        Generated method - Getter of the AbstractAsSortConfiguration.highlightPromotedItems attribute.
        Returns:
        the highlightPromotedItems
      • setHighlightPromotedItems

        public void setHighlightPromotedItems​(SessionContext ctx,
                                              java.lang.Boolean value)
        Generated method - Setter of the AbstractAsSortConfiguration.highlightPromotedItems attribute.
        Parameters:
        value - the highlightPromotedItems
      • setHighlightPromotedItems

        public void setHighlightPromotedItems​(java.lang.Boolean value)
        Generated method - Setter of the AbstractAsSortConfiguration.highlightPromotedItems attribute.
        Parameters:
        value - the highlightPromotedItems
      • setHighlightPromotedItems

        public void setHighlightPromotedItems​(SessionContext ctx,
                                              boolean value)
        Generated method - Setter of the AbstractAsSortConfiguration.highlightPromotedItems attribute.
        Parameters:
        value - the highlightPromotedItems
      • setHighlightPromotedItems

        public void setHighlightPromotedItems​(boolean value)
        Generated method - Setter of the AbstractAsSortConfiguration.highlightPromotedItems attribute.
        Parameters:
        value - the highlightPromotedItems
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the AbstractAsSortConfiguration.name attribute.
        Returns:
        the name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the AbstractAsSortConfiguration.name attribute.
        Returns:
        the name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName​(SessionContext ctx)
        Generated method - Getter of the AbstractAsSortConfiguration.name attribute.
        Returns:
        the localized name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the AbstractAsSortConfiguration.name attribute.
        Returns:
        the localized name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the AbstractAsSortConfiguration.name attribute.
        Parameters:
        value - the name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the AbstractAsSortConfiguration.name attribute.
        Parameters:
        value - the name
      • setAllName

        public void setAllName​(SessionContext ctx,
                               java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the AbstractAsSortConfiguration.name attribute.
        Parameters:
        value - the name
      • setAllName

        public void setAllName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the AbstractAsSortConfiguration.name attribute.
        Parameters:
        value - the name
      • getPriority

        public java.lang.Integer getPriority​(SessionContext ctx)
        Generated method - Getter of the AbstractAsSortConfiguration.priority attribute.
        Returns:
        the priority
      • getPriority

        public java.lang.Integer getPriority()
        Generated method - Getter of the AbstractAsSortConfiguration.priority attribute.
        Returns:
        the priority
      • getPriorityAsPrimitive

        public int getPriorityAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractAsSortConfiguration.priority attribute.
        Returns:
        the priority
      • getPriorityAsPrimitive

        public int getPriorityAsPrimitive()
        Generated method - Getter of the AbstractAsSortConfiguration.priority attribute.
        Returns:
        the priority
      • setPriority

        public void setPriority​(SessionContext ctx,
                                java.lang.Integer value)
        Generated method - Setter of the AbstractAsSortConfiguration.priority attribute.
        Parameters:
        value - the priority
      • setPriority

        public void setPriority​(java.lang.Integer value)
        Generated method - Setter of the AbstractAsSortConfiguration.priority attribute.
        Parameters:
        value - the priority
      • setPriority

        public void setPriority​(SessionContext ctx,
                                int value)
        Generated method - Setter of the AbstractAsSortConfiguration.priority attribute.
        Parameters:
        value - the priority
      • setPriority

        public void setPriority​(int value)
        Generated method - Setter of the AbstractAsSortConfiguration.priority attribute.
        Parameters:
        value - the priority
      • getUniqueIdx

        public java.lang.String getUniqueIdx​(SessionContext ctx)
        Generated method - Getter of the AbstractAsSortConfiguration.uniqueIdx attribute.
        Returns:
        the uniqueIdx
      • getUniqueIdx

        public java.lang.String getUniqueIdx()
        Generated method - Getter of the AbstractAsSortConfiguration.uniqueIdx attribute.
        Returns:
        the uniqueIdx
      • setUniqueIdx

        public void setUniqueIdx​(SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the AbstractAsSortConfiguration.uniqueIdx attribute.
        Parameters:
        value - the uniqueIdx
      • setUniqueIdx

        public void setUniqueIdx​(java.lang.String value)
        Generated method - Setter of the AbstractAsSortConfiguration.uniqueIdx attribute.
        Parameters:
        value - the uniqueIdx