Package com.hybris.backoffice.bulkedit
Interface DynamicAttributeBulkEditHandler
- All Known Implementing Classes:
MediaMultiPrincipalsBulkEditEditor
public interface DynamicAttributeBulkEditHandler
Dynamic attribute handler for bulk edit.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true, if this handler can handle the given qualifier.Returns the selected items.
-
Method Details
-
canHandle
Returns true, if this handler can handle the given qualifier. -
getSelectedItems
Collection getSelectedItems()Returns the selected items.
-