Class BackofficeRoleModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class BackofficeRoleModel
    extends UserGroupModel
    Generated model class for type BackofficeRole first defined at extension backoffice.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String AUTHORITIES
        Generated constant - Attribute key of BackofficeRole.authorities attribute defined at extension backoffice.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BackofficeRoleModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public BackofficeRoleModel​(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:
        _uid - initial attribute declared by type Principal at extension core
      • BackofficeRoleModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public BackofficeRoleModel​(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:
        _owner - initial attribute declared by type Item at extension core
        _uid - initial attribute declared by type Principal at extension core
    • Method Detail

      • getAuthorities

        @Accessor(qualifier="authorities",
                  type=GETTER)
        public java.util.Collection<java.lang.String> getAuthorities()
        Generated method - Getter of the BackofficeRole.authorities attribute defined at extension backoffice. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the authorities
      • setAuthorities

        @Accessor(qualifier="authorities",
                  type=SETTER)
        public void setAuthorities​(java.util.Collection<java.lang.String> value)
        Generated method - Setter of BackofficeRole.authorities attribute defined at extension backoffice.
        Parameters:
        value - the authorities