Interface CanonicalItemAttributesProvider
-
- All Known Implementing Classes:
RestrictedAttributesProvider,UnrestrictedCanonicalItemAttributesProvider
public interface CanonicalItemAttributesProviderAn abstraction of the process of retrieving attributes for a canonical item.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute>getAttributes(com.hybris.datahub.dto.item.ItemData item)Retrieves attributes of the given item.
-
-
-
Method Detail
-
getAttributes
java.util.List<com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute> getAttributes(com.hybris.datahub.dto.item.ItemData item)
Retrieves attributes of the given item.- Parameters:
item- a canonical item, whose attribute values need to be retrieved.- Returns:
- a list of attributes or an empty list, if the item does not have attributes.
-
-