Interface AttributesRetrievalStrategy
-
- All Known Implementing Classes:
UserGroupBasedAttributesRetrievalStrategy
public interface AttributesRetrievalStrategyA strategy for retrieving attributes of a data 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>retrieveAttributes(java.lang.Object object)Retrieves attributes of the given item.
-
-
-
Method Detail
-
retrieveAttributes
java.util.List<com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute> retrieveAttributes(java.lang.Object object)
Retrieves attributes of the given item.- Parameters:
object- a data item, whose attribute values need to be retrieved.- Returns:
- a list of attributes or an empty list, if the item does not have attributes.
-
-