Class GeneratedCustomerList

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

public abstract class GeneratedCustomerList extends UserGroup
Generated class for type CustomerList.
See Also:
  • Field Details

    • IMPLEMENTATIONTYPE

      public static final String IMPLEMENTATIONTYPE
      Qualifier of the CustomerList.implementationType attribute
      See Also:
    • PRIORITY

      public static final String PRIORITY
      Qualifier of the CustomerList.priority attribute
      See Also:
    • ADDITIONALCOLUMNSKEYS

      public static final String ADDITIONALCOLUMNSKEYS
      Qualifier of the CustomerList.additionalColumnsKeys attribute
      See Also:
    • SEARCHBOXENABLED

      public static final String SEARCHBOXENABLED
      Qualifier of the CustomerList.searchBoxEnabled attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedCustomerList

      public GeneratedCustomerList()
  • Method Details

    • getDefaultAttributeModes

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

      public Collection<String> getAdditionalColumnsKeys(SessionContext ctx)
      Generated method - Getter of the CustomerList.additionalColumnsKeys attribute.
      Returns:
      the additionalColumnsKeys - Additional columns keys to add columns dynamically. Header localization will be done via properties and EL syntax can be added in facade layer via spring bean customerListAdditionalColumnsMap.
    • getAdditionalColumnsKeys

      public Collection<String> getAdditionalColumnsKeys()
      Generated method - Getter of the CustomerList.additionalColumnsKeys attribute.
      Returns:
      the additionalColumnsKeys - Additional columns keys to add columns dynamically. Header localization will be done via properties and EL syntax can be added in facade layer via spring bean customerListAdditionalColumnsMap.
    • setAdditionalColumnsKeys

      public void setAdditionalColumnsKeys(SessionContext ctx, Collection<String> value)
      Generated method - Setter of the CustomerList.additionalColumnsKeys attribute.
      Parameters:
      value - the additionalColumnsKeys - Additional columns keys to add columns dynamically. Header localization will be done via properties and EL syntax can be added in facade layer via spring bean customerListAdditionalColumnsMap.
    • setAdditionalColumnsKeys

      public void setAdditionalColumnsKeys(Collection<String> value)
      Generated method - Setter of the CustomerList.additionalColumnsKeys attribute.
      Parameters:
      value - the additionalColumnsKeys - Additional columns keys to add columns dynamically. Header localization will be done via properties and EL syntax can be added in facade layer via spring bean customerListAdditionalColumnsMap.
    • getImplementationType

      public String getImplementationType(SessionContext ctx)
      Generated method - Getter of the CustomerList.implementationType attribute.
      Returns:
      the implementationType - The implementation type for this customer list
    • getImplementationType

      public String getImplementationType()
      Generated method - Getter of the CustomerList.implementationType attribute.
      Returns:
      the implementationType - The implementation type for this customer list
    • setImplementationType

      public void setImplementationType(SessionContext ctx, String value)
      Generated method - Setter of the CustomerList.implementationType attribute.
      Parameters:
      value - the implementationType - The implementation type for this customer list
    • setImplementationType

      public void setImplementationType(String value)
      Generated method - Setter of the CustomerList.implementationType attribute.
      Parameters:
      value - the implementationType - The implementation type for this customer list
    • getPriority

      public Integer getPriority(SessionContext ctx)
      Generated method - Getter of the CustomerList.priority attribute.
      Returns:
      the priority - Priority for the customer list and zero by default, this will affect the position of the list when getting list of customer lists,higher values are displayed first
    • getPriority

      public Integer getPriority()
      Generated method - Getter of the CustomerList.priority attribute.
      Returns:
      the priority - Priority for the customer list and zero by default, this will affect the position of the list when getting list of customer lists,higher values are displayed first
    • getPriorityAsPrimitive

      public int getPriorityAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CustomerList.priority attribute.
      Returns:
      the priority - Priority for the customer list and zero by default, this will affect the position of the list when getting list of customer lists,higher values are displayed first
    • getPriorityAsPrimitive

      public int getPriorityAsPrimitive()
      Generated method - Getter of the CustomerList.priority attribute.
      Returns:
      the priority - Priority for the customer list and zero by default, this will affect the position of the list when getting list of customer lists,higher values are displayed first
    • setPriority

      public void setPriority(SessionContext ctx, Integer value)
      Generated method - Setter of the CustomerList.priority attribute.
      Parameters:
      value - the priority - Priority for the customer list and zero by default, this will affect the position of the list when getting list of customer lists,higher values are displayed first
    • setPriority

      public void setPriority(Integer value)
      Generated method - Setter of the CustomerList.priority attribute.
      Parameters:
      value - the priority - Priority for the customer list and zero by default, this will affect the position of the list when getting list of customer lists,higher values are displayed first
    • setPriority

      public void setPriority(SessionContext ctx, int value)
      Generated method - Setter of the CustomerList.priority attribute.
      Parameters:
      value - the priority - Priority for the customer list and zero by default, this will affect the position of the list when getting list of customer lists,higher values are displayed first
    • setPriority

      public void setPriority(int value)
      Generated method - Setter of the CustomerList.priority attribute.
      Parameters:
      value - the priority - Priority for the customer list and zero by default, this will affect the position of the list when getting list of customer lists,higher values are displayed first
    • isSearchBoxEnabled

      public Boolean isSearchBoxEnabled(SessionContext ctx)
      Generated method - Getter of the CustomerList.searchBoxEnabled attribute.
      Returns:
      the searchBoxEnabled - Determines if the customer list UI should display a search box or not. False by default
    • isSearchBoxEnabled

      public Boolean isSearchBoxEnabled()
      Generated method - Getter of the CustomerList.searchBoxEnabled attribute.
      Returns:
      the searchBoxEnabled - Determines if the customer list UI should display a search box or not. False by default
    • isSearchBoxEnabledAsPrimitive

      public boolean isSearchBoxEnabledAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CustomerList.searchBoxEnabled attribute.
      Returns:
      the searchBoxEnabled - Determines if the customer list UI should display a search box or not. False by default
    • isSearchBoxEnabledAsPrimitive

      public boolean isSearchBoxEnabledAsPrimitive()
      Generated method - Getter of the CustomerList.searchBoxEnabled attribute.
      Returns:
      the searchBoxEnabled - Determines if the customer list UI should display a search box or not. False by default
    • setSearchBoxEnabled

      public void setSearchBoxEnabled(SessionContext ctx, Boolean value)
      Generated method - Setter of the CustomerList.searchBoxEnabled attribute.
      Parameters:
      value - the searchBoxEnabled - Determines if the customer list UI should display a search box or not. False by default
    • setSearchBoxEnabled

      public void setSearchBoxEnabled(Boolean value)
      Generated method - Setter of the CustomerList.searchBoxEnabled attribute.
      Parameters:
      value - the searchBoxEnabled - Determines if the customer list UI should display a search box or not. False by default
    • setSearchBoxEnabled

      public void setSearchBoxEnabled(SessionContext ctx, boolean value)
      Generated method - Setter of the CustomerList.searchBoxEnabled attribute.
      Parameters:
      value - the searchBoxEnabled - Determines if the customer list UI should display a search box or not. False by default
    • setSearchBoxEnabled

      public void setSearchBoxEnabled(boolean value)
      Generated method - Setter of the CustomerList.searchBoxEnabled attribute.
      Parameters:
      value - the searchBoxEnabled - Determines if the customer list UI should display a search box or not. False by default