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:
Serializable
Generated model class for type CockpitUIComponentAccessRight first defined at extension cockpit.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCockpitUIComponentAccessRight.codeattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofCockpitUIComponentAccessRight.readPrincipalsattribute defined at extensioncockpit.static final StringGenerated constant - Attribute key ofCockpitUIComponentAccessRight.writePrincipalsattribute defined at extensioncockpit.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextDeprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitUIComponentAccessRightModel(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
Modifier and TypeMethodDescriptiongetCode()Generated method - Getter of theCockpitUIComponentAccessRight.codeattribute defined at extensioncockpit.Generated method - Getter of theCockpitUIComponentAccessRight.readPrincipalsattribute defined at extensioncockpit.Generated method - Getter of theCockpitUIComponentAccessRight.writePrincipalsattribute defined at extensioncockpit.voidGenerated method - Setter ofCockpitUIComponentAccessRight.codeattribute defined at extensioncockpit.voidGenerated method - Setter ofCockpitUIComponentAccessRight.readPrincipalsattribute defined at extensioncockpit.voidGenerated method - Setter ofCockpitUIComponentAccessRight.writePrincipalsattribute defined at extensioncockpit.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
CODE
Generated constant - Attribute key ofCockpitUIComponentAccessRight.codeattribute defined at extensioncockpit.- See Also:
-
READPRINCIPALS
Generated constant - Attribute key ofCockpitUIComponentAccessRight.readPrincipalsattribute defined at extensioncockpit.- See Also:
-
WRITEPRINCIPALS
Generated constant - Attribute key ofCockpitUIComponentAccessRight.writePrincipalsattribute defined at extensioncockpit.- See Also:
-
-
Constructor Details
-
CockpitUIComponentAccessRightModel
public CockpitUIComponentAccessRightModel()Generated constructor - Default constructor for generic creation. -
CockpitUIComponentAccessRightModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CockpitUIComponentAccessRightModel
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 typeCockpitUIComponentAccessRightat extensioncockpit
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code- initial attribute declared by typeCockpitUIComponentAccessRightat extensioncockpit_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCode
Generated method - Getter of theCockpitUIComponentAccessRight.codeattribute defined at extensioncockpit.- Returns:
- the code - Code of component
-
getReadPrincipals
@Accessor(qualifier="readPrincipals", type=GETTER) public Collection<PrincipalModel> getReadPrincipals()Generated method - Getter of theCockpitUIComponentAccessRight.readPrincipalsattribute defined at extensioncockpit. 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 theCockpitUIComponentAccessRight.writePrincipalsattribute defined at extensioncockpit. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the writePrincipals
-
setCode
Generated method - Setter ofCockpitUIComponentAccessRight.codeattribute defined at extensioncockpit.- Parameters:
value- the code - Code of component
-
setReadPrincipals
@Accessor(qualifier="readPrincipals", type=SETTER) public void setReadPrincipals(Collection<PrincipalModel> value) Generated method - Setter ofCockpitUIComponentAccessRight.readPrincipalsattribute defined at extensioncockpit.- Parameters:
value- the readPrincipals
-
setWritePrincipals
@Accessor(qualifier="writePrincipals", type=SETTER) public void setWritePrincipals(Collection<PrincipalModel> value) Generated method - Setter ofCockpitUIComponentAccessRight.writePrincipalsattribute defined at extensioncockpit.- Parameters:
value- the writePrincipals
-