Class BulkEditSelectedAttributesHelper
java.lang.Object
de.hybris.platform.platformbackoffice.bulkedit.BulkEditSelectedAttributesHelper
Utility class for bulk edit attribute selection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<com.hybris.backoffice.attributechooser.Attribute>findLeaves(Collection<com.hybris.backoffice.attributechooser.Attribute> attributes) Gets collection of attributes and returns collection of leaves.
-
Constructor Details
-
BulkEditSelectedAttributesHelper
public BulkEditSelectedAttributesHelper()
-
-
Method Details
-
findLeaves
public Collection<com.hybris.backoffice.attributechooser.Attribute> findLeaves(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
-