Class GeneratedAbstractAsSortConfiguration

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
AbstractAsSortConfiguration

public abstract class GeneratedAbstractAsSortConfiguration extends AbstractAsItemConfiguration
Generated class for type AbstractAsSortConfiguration.
See Also:
  • Field Details

    • CODE

      public static final String CODE
      Qualifier of the AbstractAsSortConfiguration.code attribute
      See Also:
    • NAME

      public static final String NAME
      Qualifier of the AbstractAsSortConfiguration.name attribute
      See Also:
    • PRIORITY

      public static final String PRIORITY
      Qualifier of the AbstractAsSortConfiguration.priority attribute
      See Also:
    • APPLYPROMOTEDITEMS

      public static final String APPLYPROMOTEDITEMS
      Qualifier of the AbstractAsSortConfiguration.applyPromotedItems attribute
      See Also:
    • HIGHLIGHTPROMOTEDITEMS

      public static final String HIGHLIGHTPROMOTEDITEMS
      Qualifier of the AbstractAsSortConfiguration.highlightPromotedItems attribute
      See Also:
    • UNIQUEIDX

      public static final String UNIQUEIDX
      Qualifier of the AbstractAsSortConfiguration.uniqueIdx attribute
      See Also:
    • EXPRESSIONS

      public static final String EXPRESSIONS
      Qualifier of the AbstractAsSortConfiguration.expressions attribute
      See Also:
    • EXPRESSIONSHANDLER

      protected static final OneToManyHandler<AsSortExpression> EXPRESSIONSHANDLER
      OneToManyHandler for handling 1:n EXPRESSIONS's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedAbstractAsSortConfiguration

      public GeneratedAbstractAsSortConfiguration()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedAbstractAsItemConfiguration
    • isApplyPromotedItems

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

      public 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, 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
    • 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 String getCode(SessionContext ctx)
      Generated method - Getter of the AbstractAsSortConfiguration.code attribute.
      Returns:
      the code
    • getCode

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

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

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

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

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

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

      public void setExpressions(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 Boolean isHighlightPromotedItems(SessionContext ctx)
      Generated method - Getter of the AbstractAsSortConfiguration.highlightPromotedItems attribute.
      Returns:
      the highlightPromotedItems
    • isHighlightPromotedItems

      public 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, 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
    • 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 String getName(SessionContext ctx)
      Generated method - Getter of the AbstractAsSortConfiguration.name attribute.
      Returns:
      the name
    • getName

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

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

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

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

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

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

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

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

      public 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, Integer value)
      Generated method - Setter of the AbstractAsSortConfiguration.priority attribute.
      Parameters:
      value - the priority
    • setPriority

      public void setPriority(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 String getUniqueIdx(SessionContext ctx)
      Generated method - Getter of the AbstractAsSortConfiguration.uniqueIdx attribute.
      Returns:
      the uniqueIdx
    • getUniqueIdx

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

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

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