Class BulkEditSelectedAttributesHelper


  • public class BulkEditSelectedAttributesHelper
    extends java.lang.Object
    Utility class for bulk edit attribute selection
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<com.hybris.backoffice.attributechooser.Attribute> findLeaves​(java.util.Collection<com.hybris.backoffice.attributechooser.Attribute> attributes)
      Gets collection of attributes and returns collection of leaves.
      • Methods inherited from class java.lang.Object

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

      • BulkEditSelectedAttributesHelper

        public BulkEditSelectedAttributesHelper()
    • Method Detail

      • findLeaves

        public java.util.Collection<com.hybris.backoffice.attributechooser.Attribute> findLeaves​(java.util.Collection<com.hybris.backoffice.attributechooser.Attribute> attributes)
        Gets collection of attributes and returns collection of leaves. Note that this method checks also sub-attributes.
        Parameters:
        attributes - collection of attributes which should be checked
        Returns:
        collection of leaves