Class CockpitUIComponentAccessRightModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

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

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

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

        public static final java.lang.String WRITEPRINCIPALS
        Generated constant - Attribute key of CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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​(java.lang.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​(java.lang.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 Detail

      • getCode

        @Accessor(qualifier="code",
                  type=GETTER)
        public java.lang.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 java.util.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 java.util.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​(java.lang.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​(java.util.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​(java.util.Collection<PrincipalModel> value)
        Generated method - Setter of CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit.
        Parameters:
        value - the writePrincipals