Class BulkEditSelectedAttributesHelper
- java.lang.Object
-
- de.hybris.platform.platformbackoffice.bulkedit.BulkEditSelectedAttributesHelper
-
public class BulkEditSelectedAttributesHelper extends java.lang.ObjectUtility class for bulk edit attribute selection
-
-
Constructor Summary
Constructors Constructor Description BulkEditSelectedAttributesHelper()
-
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.
-
-
-
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
-
-