Package com.liferay.bulk.selection
Class BaseMultipleEntryBulkSelection<T>
java.lang.Object
com.liferay.bulk.selection.BaseMultipleEntryBulkSelection<T>
- All Implemented Interfaces:
BulkSelection<T>
-
Constructor Summary
ConstructorsConstructorDescriptionBaseMultipleEntryBulkSelection
(long[] entryIds, Map<String, String[]> parameterMap) BaseMultipleEntryBulkSelection
(long[] entryIds, Map<String, String[]> parameterMap, com.liferay.portal.kernel.resource.bundle.ResourceBundleLoader resourceBundleLoader, com.liferay.portal.kernel.language.Language language) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract T
fetchEntry
(long entryId) <E extends com.liferay.portal.kernel.exception.PortalException>
voidlong
getSize()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.bulk.selection.BulkSelection
getBulkSelectionFactoryClass, toAssetEntryBulkSelection
-
Constructor Details
-
BaseMultipleEntryBulkSelection
-
BaseMultipleEntryBulkSelection
@Deprecated public BaseMultipleEntryBulkSelection(long[] entryIds, Map<String, String[]> parameterMap, com.liferay.portal.kernel.resource.bundle.ResourceBundleLoader resourceBundleLoader, com.liferay.portal.kernel.language.Language language) Deprecated.As of Mueller (7.2.x), replaced byBaseMultipleEntryBulkSelection(long[], Map)
-
-
Method Details
-
forEach
public <E extends com.liferay.portal.kernel.exception.PortalException> void forEach(com.liferay.petra.function.UnsafeConsumer<T, E> unsafeConsumer) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
forEach
in interfaceBulkSelection<T>
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getParameterMap
- Specified by:
getParameterMap
in interfaceBulkSelection<T>
-
getSize
public long getSize()- Specified by:
getSize
in interfaceBulkSelection<T>
-
serialize
- Specified by:
serialize
in interfaceBulkSelection<T>
-
fetchEntry
-
BaseMultipleEntryBulkSelection(long[], Map)