Class CockpitUIComponentAccessRightModel

All Implemented Interfaces:
Serializable

public class CockpitUIComponentAccessRightModel extends ItemModel
Generated model class for type CockpitUIComponentAccessRight first defined at extension cockpit.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String CODE
      Generated constant - Attribute key of CockpitUIComponentAccessRight.code attribute defined at extension cockpit.
      See Also:
    • READPRINCIPALS

      public static final String READPRINCIPALS
      Generated constant - Attribute key of CockpitUIComponentAccessRight.readPrincipals attribute defined at extension cockpit.
      See Also:
    • WRITEPRINCIPALS

      public static final String WRITEPRINCIPALS
      Generated constant - Attribute key of CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit.
      See Also:
  • Constructor Details

    • CockpitUIComponentAccessRightModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public CockpitUIComponentAccessRightModel(String _code)
      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:
      _code - initial attribute declared by type CockpitUIComponentAccessRight at extension cockpit
    • CockpitUIComponentAccessRightModel

      @Deprecated(since="4.1.1", forRemoval=true) public CockpitUIComponentAccessRightModel(String _code, ItemModel _owner)
      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:
      _code - initial attribute declared by type CockpitUIComponentAccessRight at extension cockpit
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCode

      @Accessor(qualifier="code", type=GETTER) public String getCode()
      Generated method - Getter of the CockpitUIComponentAccessRight.code attribute defined at extension cockpit.
      Returns:
      the code - Code of component
    • getReadPrincipals

      @Accessor(qualifier="readPrincipals", type=GETTER) public Collection<PrincipalModel> getReadPrincipals()
      Generated method - Getter of the CockpitUIComponentAccessRight.readPrincipals attribute defined at extension cockpit. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the readPrincipals
    • getWritePrincipals

      @Accessor(qualifier="writePrincipals", type=GETTER) public Collection<PrincipalModel> getWritePrincipals()
      Generated method - Getter of the CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the writePrincipals
    • setCode

      @Accessor(qualifier="code", type=SETTER) public void setCode(String value)
      Generated method - Setter of CockpitUIComponentAccessRight.code attribute defined at extension cockpit.
      Parameters:
      value - the code - Code of component
    • setReadPrincipals

      @Accessor(qualifier="readPrincipals", type=SETTER) public void setReadPrincipals(Collection<PrincipalModel> value)
      Generated method - Setter of CockpitUIComponentAccessRight.readPrincipals attribute defined at extension cockpit.
      Parameters:
      value - the readPrincipals
    • setWritePrincipals

      @Accessor(qualifier="writePrincipals", type=SETTER) public void setWritePrincipals(Collection<PrincipalModel> value)
      Generated method - Setter of CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit.
      Parameters:
      value - the writePrincipals