Interface AttributesRetrievalStrategy

All Known Implementing Classes:
UserGroupBasedAttributesRetrievalStrategy

public interface AttributesRetrievalStrategy
A strategy for retrieving attributes of a data item.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute>
    Retrieves attributes of the given item.
  • Method Details

    • retrieveAttributes

      List<com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute> retrieveAttributes(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.