Class DefaultCMSAttributeTypeService
java.lang.Object
de.hybris.platform.cmsfacades.types.service.impl.DefaultCMSAttributeTypeService
- All Implemented Interfaces:
CMSAttributeTypeService
Default implementation of
CMSAttributeTypeService-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves theTypeModelof the attribute.protected TypeServiceprotected booleanisCollection(TypeModel type) voidsetTypeService(TypeService typeService)
-
Constructor Details
-
DefaultCMSAttributeTypeService
public DefaultCMSAttributeTypeService()
-
-
Method Details
-
getAttributeContainedType
Description copied from interface:CMSAttributeTypeServiceRetrieves theTypeModelof the attribute. For primitive/atomic attributes, the attribute's type is returned. For collection or localized attributes, look into the data structure to inspect the containing type.- Specified by:
getAttributeContainedTypein interfaceCMSAttributeTypeService- Parameters:
attribute- - The descriptor that specifies the attribute whose read permission to check.- Returns:
- the type of the attribute or the contained type
-
isCollection
-
getTypeService
-
setTypeService
-