Class GeneratedCustomerList

    • Field Detail

      • IMPLEMENTATIONTYPE

        public static final java.lang.String IMPLEMENTATIONTYPE
        Qualifier of the CustomerList.implementationType attribute
        See Also:
        Constant Field Values
      • PRIORITY

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

        public static final java.lang.String ADDITIONALCOLUMNSKEYS
        Qualifier of the CustomerList.additionalColumnsKeys attribute
        See Also:
        Constant Field Values
      • SEARCHBOXENABLED

        public static final java.lang.String SEARCHBOXENABLED
        Qualifier of the CustomerList.searchBoxEnabled 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

      • GeneratedCustomerList

        public GeneratedCustomerList()
    • Method Detail

      • getAdditionalColumnsKeys

        public java.util.Collection<java.lang.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 java.util.Collection<java.lang.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,
                                             java.util.Collection<java.lang.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​(java.util.Collection<java.lang.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 java.lang.String getImplementationType​(SessionContext ctx)
        Generated method - Getter of the CustomerList.implementationType attribute.
        Returns:
        the implementationType - The implementation type for this customer list
      • getImplementationType

        public java.lang.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,
                                          java.lang.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​(java.lang.String value)
        Generated method - Setter of the CustomerList.implementationType attribute.
        Parameters:
        value - the implementationType - The implementation type for this customer list
      • getPriority

        public java.lang.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 java.lang.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,
                                java.lang.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​(java.lang.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 java.lang.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 java.lang.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,
                                        java.lang.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​(java.lang.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