Package com.liferay.bulk.selection
Interface BulkSelectionAction<T>
public interface BulkSelectionAction<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(com.liferay.portal.kernel.model.User user, BulkSelection<T> bulkSelection, Map<String, Serializable> inputMap)
-
Method Details
-
execute
void execute(com.liferay.portal.kernel.model.User user, BulkSelection<T> bulkSelection, Map<String, Serializable> inputMap) throws Exception- Throws:
Exception
-