public class CockpitUIComponentAccessRightModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CODE
Generated constant - Attribute key of
CockpitUIComponentAccessRight.code attribute defined at extension cockpit. |
static java.lang.String |
READPRINCIPALS
Generated constant - Attribute key of
CockpitUIComponentAccessRight.readPrincipals attribute defined at extension cockpit. |
static java.lang.String |
WRITEPRINCIPALS
Generated constant - Attribute key of
CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CockpitUIComponentAccessRightModel()
Generated constructor - Default constructor for generic creation.
|
CockpitUIComponentAccessRightModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CockpitUIComponentAccessRightModel(java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CockpitUIComponentAccessRightModel(java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Generated method - Getter of the
CockpitUIComponentAccessRight.code attribute defined at extension cockpit. |
java.util.Collection<PrincipalModel> |
getReadPrincipals()
Generated method - Getter of the
CockpitUIComponentAccessRight.readPrincipals attribute defined at extension cockpit. |
java.util.Collection<PrincipalModel> |
getWritePrincipals()
Generated method - Getter of the
CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit. |
void |
setCode(java.lang.String value)
Generated method - Setter of
CockpitUIComponentAccessRight.code attribute defined at extension cockpit. |
void |
setReadPrincipals(java.util.Collection<PrincipalModel> value)
Generated method - Setter of
CockpitUIComponentAccessRight.readPrincipals attribute defined at extension cockpit. |
void |
setWritePrincipals(java.util.Collection<PrincipalModel> value)
Generated method - Setter of
CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String CODE
CockpitUIComponentAccessRight.code attribute defined at extension cockpit.public static final java.lang.String READPRINCIPALS
CockpitUIComponentAccessRight.readPrincipals attribute defined at extension cockpit.public static final java.lang.String WRITEPRINCIPALS
CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit.public CockpitUIComponentAccessRightModel()
public CockpitUIComponentAccessRightModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CockpitUIComponentAccessRightModel(java.lang.String _code)
_code - initial attribute declared by type CockpitUIComponentAccessRight at extension cockpit@Deprecated
public CockpitUIComponentAccessRightModel(java.lang.String _code,
ItemModel _owner)
_code - initial attribute declared by type CockpitUIComponentAccessRight at extension cockpit_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
CockpitUIComponentAccessRight.code attribute defined at extension cockpit.@Accessor(qualifier="readPrincipals", type=GETTER) public java.util.Collection<PrincipalModel> getReadPrincipals()
CockpitUIComponentAccessRight.readPrincipals attribute defined at extension cockpit.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="writePrincipals", type=GETTER) public java.util.Collection<PrincipalModel> getWritePrincipals()
CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
CockpitUIComponentAccessRight.code attribute defined at extension cockpit.value - the code - Code of component@Accessor(qualifier="readPrincipals", type=SETTER) public void setReadPrincipals(java.util.Collection<PrincipalModel> value)
CockpitUIComponentAccessRight.readPrincipals attribute defined at extension cockpit.value - the readPrincipals@Accessor(qualifier="writePrincipals", type=SETTER) public void setWritePrincipals(java.util.Collection<PrincipalModel> value)
CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit.value - the writePrincipalsCopyright © 2018 SAP SE. All Rights Reserved.