Class BackofficeRoleModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • AUTHORITIES

      public static final String AUTHORITIES
      Generated constant - Attribute key of BackofficeRole.authorities attribute defined at extension backoffice.
      See Also:
  • Constructor Details

    • BackofficeRoleModel

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

      public BackofficeRoleModel(de.hybris.platform.servicelayer.model.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(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, 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 Details

    • getAuthorities

      @Accessor(qualifier="authorities", type=GETTER) public Collection<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(Collection<String> value)
      Generated method - Setter of BackofficeRole.authorities attribute defined at extension backoffice.
      Parameters:
      value - the authorities