Class AccountSummaryAccountStatusComponentModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class AccountSummaryAccountStatusComponentModel
    extends SimpleCMSComponentModel
    Generated model class for type AccountSummaryAccountStatusComponent first defined at extension accountsummaryaddon.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • LISTVIEWPAGESIZE

        public static final java.lang.String LISTVIEWPAGESIZE
        Generated constant - Attribute key of AccountSummaryAccountStatusComponent.listViewPageSize attribute defined at extension accountsummaryaddon.
        See Also:
        Constant Field Values
      • GRIDVIEWPAGESIZE

        public static final java.lang.String GRIDVIEWPAGESIZE
        Generated constant - Attribute key of AccountSummaryAccountStatusComponent.gridViewPageSize attribute defined at extension accountsummaryaddon.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AccountSummaryAccountStatusComponentModel

        public AccountSummaryAccountStatusComponentModel()
        Generated constructor - Default constructor for generic creation.
      • AccountSummaryAccountStatusComponentModel

        public AccountSummaryAccountStatusComponentModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • AccountSummaryAccountStatusComponentModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AccountSummaryAccountStatusComponentModel​(CatalogVersionModel _catalogVersion,
                                                         java.lang.String _uid)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _catalogVersion - initial attribute declared by type CMSItem at extension cms2
        _uid - initial attribute declared by type CMSItem at extension cms2
      • AccountSummaryAccountStatusComponentModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AccountSummaryAccountStatusComponentModel​(CatalogVersionModel _catalogVersion,
                                                         ItemModel _owner,
                                                         java.lang.String _uid)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _catalogVersion - initial attribute declared by type CMSItem at extension cms2
        _owner - initial attribute declared by type Item at extension core
        _uid - initial attribute declared by type CMSItem at extension cms2
    • Method Detail

      • getGridViewPageSize

        @Accessor(qualifier="gridViewPageSize",
                  type=GETTER)
        public java.lang.Integer getGridViewPageSize()
        Generated method - Getter of the AccountSummaryAccountStatusComponent.gridViewPageSize attribute defined at extension accountsummaryaddon.
        Returns:
        the gridViewPageSize - code
      • getListViewPageSize

        @Accessor(qualifier="listViewPageSize",
                  type=GETTER)
        public java.lang.Integer getListViewPageSize()
        Generated method - Getter of the AccountSummaryAccountStatusComponent.listViewPageSize attribute defined at extension accountsummaryaddon.
        Returns:
        the listViewPageSize - code
      • setGridViewPageSize

        @Accessor(qualifier="gridViewPageSize",
                  type=SETTER)
        public void setGridViewPageSize​(java.lang.Integer value)
        Generated method - Setter of AccountSummaryAccountStatusComponent.gridViewPageSize attribute defined at extension accountsummaryaddon.
        Parameters:
        value - the gridViewPageSize - code
      • setListViewPageSize

        @Accessor(qualifier="listViewPageSize",
                  type=SETTER)
        public void setListViewPageSize​(java.lang.Integer value)
        Generated method - Setter of AccountSummaryAccountStatusComponent.listViewPageSize attribute defined at extension accountsummaryaddon.
        Parameters:
        value - the listViewPageSize - code