Package de.hybris.platform.cockpit.model
Class CockpitUIComponentAccessRightModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.cockpit.model.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
CODE
Generated constant - Attribute key ofCockpitUIComponentAccessRight.code
attribute defined at extensioncockpit
.static java.lang.String
READPRINCIPALS
Generated constant - Attribute key ofCockpitUIComponentAccessRight.readPrincipals
attribute defined at extensioncockpit
.static java.lang.String
WRITEPRINCIPALS
Generated constant - Attribute key ofCockpitUIComponentAccessRight.writePrincipals
attribute defined at extensioncockpit
.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description CockpitUIComponentAccessRightModel()
Generated constructor - Default constructor for generic creation.CockpitUIComponentAccessRightModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextCockpitUIComponentAccessRightModel(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 parametersCockpitUIComponentAccessRightModel(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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCode()
Generated method - Getter of theCockpitUIComponentAccessRight.code
attribute defined at extensioncockpit
.java.util.Collection<PrincipalModel>
getReadPrincipals()
Generated method - Getter of theCockpitUIComponentAccessRight.readPrincipals
attribute defined at extensioncockpit
.java.util.Collection<PrincipalModel>
getWritePrincipals()
Generated method - Getter of theCockpitUIComponentAccessRight.writePrincipals
attribute defined at extensioncockpit
.void
setCode(java.lang.String value)
Generated method - Setter ofCockpitUIComponentAccessRight.code
attribute defined at extensioncockpit
.void
setReadPrincipals(java.util.Collection<PrincipalModel> value)
Generated method - Setter ofCockpitUIComponentAccessRight.readPrincipals
attribute defined at extensioncockpit
.void
setWritePrincipals(java.util.Collection<PrincipalModel> value)
Generated method - Setter ofCockpitUIComponentAccessRight.writePrincipals
attribute defined at extensioncockpit
.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
-
-
-
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 ofCockpitUIComponentAccessRight.code
attribute defined at extensioncockpit
.- See Also:
- Constant Field Values
-
READPRINCIPALS
public static final java.lang.String READPRINCIPALS
Generated constant - Attribute key ofCockpitUIComponentAccessRight.readPrincipals
attribute defined at extensioncockpit
.- See Also:
- Constant Field Values
-
WRITEPRINCIPALS
public static final java.lang.String WRITEPRINCIPALS
Generated constant - Attribute key ofCockpitUIComponentAccessRight.writePrincipals
attribute defined at extensioncockpit
.- 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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code
- initial attribute declared by typeCockpitUIComponentAccessRight
at extensioncockpit
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code
- initial attribute declared by typeCockpitUIComponentAccessRight
at extensioncockpit
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of theCockpitUIComponentAccessRight.code
attribute defined at extensioncockpit
.- Returns:
- the code - Code of component
-
getReadPrincipals
@Accessor(qualifier="readPrincipals", type=GETTER) public java.util.Collection<PrincipalModel> getReadPrincipals()
Generated method - Getter of theCockpitUIComponentAccessRight.readPrincipals
attribute defined at extensioncockpit
. 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 theCockpitUIComponentAccessRight.writePrincipals
attribute defined at extensioncockpit
. 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 ofCockpitUIComponentAccessRight.code
attribute defined at extensioncockpit
.- Parameters:
value
- the code - Code of component
-
setReadPrincipals
@Accessor(qualifier="readPrincipals", type=SETTER) public void setReadPrincipals(java.util.Collection<PrincipalModel> value)
Generated method - Setter ofCockpitUIComponentAccessRight.readPrincipals
attribute defined at extensioncockpit
.- Parameters:
value
- the readPrincipals
-
setWritePrincipals
@Accessor(qualifier="writePrincipals", type=SETTER) public void setWritePrincipals(java.util.Collection<PrincipalModel> value)
Generated method - Setter ofCockpitUIComponentAccessRight.writePrincipals
attribute defined at extensioncockpit
.- Parameters:
value
- the writePrincipals
-
-