Class UnrestrictedCanonicalItemAttributesProvider

    • Method Summary

      All Methods Instance Methods Concrete 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.
      void setCanonicalItemClassClient​(com.hybris.datahub.client.CanonicalItemClassClient client)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UnrestrictedCanonicalItemAttributesProvider

        public UnrestrictedCanonicalItemAttributesProvider()
    • Method Detail

      • getAttributes

        public java.util.List<com.hybris.cockpitng.core.config.impl.jaxb.editorarea.Attribute> getAttributes​(com.hybris.datahub.dto.item.ItemData item)
        Description copied from interface: CanonicalItemAttributesProvider
        Retrieves attributes of the given item.
        Specified by:
        getAttributes in interface CanonicalItemAttributesProvider
        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.
      • setCanonicalItemClassClient

        public void setCanonicalItemClassClient​(com.hybris.datahub.client.CanonicalItemClassClient client)