public class CockpitUIComponentAccessRightModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODE
Generated constant - Attribute key of
CockpitUIComponentAccessRight.code attribute defined at extension cockpit. |
static String |
READPRINCIPALS
Generated constant - Attribute key of
CockpitUIComponentAccessRight.readPrincipals attribute defined at extension cockpit. |
static String |
WRITEPRINCIPALS
Generated constant - Attribute key of
CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CockpitUIComponentAccessRightModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Generated method - Getter of the
CockpitUIComponentAccessRight.code attribute defined at extension cockpit. |
Collection<PrincipalModel> |
getReadPrincipals()
Generated method - Getter of the
CockpitUIComponentAccessRight.readPrincipals attribute defined at extension cockpit. |
Collection<PrincipalModel> |
getWritePrincipals()
Generated method - Getter of the
CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit. |
void |
setCode(String value)
Generated method - Setter of
CockpitUIComponentAccessRight.code attribute defined at extension cockpit. |
void |
setReadPrincipals(Collection<PrincipalModel> value)
Generated method - Setter of
CockpitUIComponentAccessRight.readPrincipals attribute defined at extension cockpit. |
void |
setWritePrincipals(Collection<PrincipalModel> value)
Generated method - Setter of
CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit. |
getComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String CODE
CockpitUIComponentAccessRight.code attribute defined at extension cockpit.public static final String READPRINCIPALS
CockpitUIComponentAccessRight.readPrincipals attribute defined at extension cockpit.public static final 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(String _code)
_code - initial attribute declared by type CockpitUIComponentAccessRight at extension cockpit@Deprecated public CockpitUIComponentAccessRightModel(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 String getCode()
CockpitUIComponentAccessRight.code attribute defined at extension cockpit.@Accessor(qualifier="readPrincipals", type=GETTER) public 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 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(String value)
CockpitUIComponentAccessRight.code attribute defined at extension cockpit.value - the code - Code of component@Accessor(qualifier="readPrincipals", type=SETTER) public void setReadPrincipals(Collection<PrincipalModel> value)
CockpitUIComponentAccessRight.readPrincipals attribute defined at extension cockpit.value - the readPrincipals@Accessor(qualifier="writePrincipals", type=SETTER) public void setWritePrincipals(Collection<PrincipalModel> value)
CockpitUIComponentAccessRight.writePrincipals attribute defined at extension cockpit.value - the writePrincipalsCopyright © 2017 SAP SE. All Rights Reserved.