Interface CMSAttributeTypeService
-
- All Known Implementing Classes:
DefaultCMSAttributeTypeService
public interface CMSAttributeTypeServiceHelper service to retrieve item types and attribute types information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeModelgetAttributeContainedType(AttributeDescriptorModel attributeDescriptorModel)Retrieves theTypeModelof the attribute.
-
-
-
Method Detail
-
getAttributeContainedType
TypeModel getAttributeContainedType(AttributeDescriptorModel attributeDescriptorModel)
Retrieves 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.- Parameters:
attributeDescriptorModel- - The descriptor that specifies the attribute whose read permission to check.- Returns:
- the type of the attribute or the contained type
-
-