Package com.liferay.bulk.selection
Class BaseSingleEntryBulkSelection<T>
java.lang.Object
com.liferay.bulk.selection.BaseSingleEntryBulkSelection<T>
- All Implemented Interfaces:
BulkSelection<T>
-
Constructor Summary
ConstructorsConstructorDescriptionBaseSingleEntryBulkSelection
(long entryId, Map<String, String[]> parameterMap) BaseSingleEntryBulkSelection
(long entryId, Map<String, String[]> parameterMap, com.liferay.portal.kernel.resource.bundle.ResourceBundleLoader resourceBundleLoader, com.liferay.portal.kernel.language.Language language) Deprecated. -
Method Summary
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
-
BaseSingleEntryBulkSelection
-
BaseSingleEntryBulkSelection
@Deprecated public BaseSingleEntryBulkSelection(long entryId, 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 byBaseSingleEntryBulkSelection(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>
-
getEntry
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getEntryName
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
BaseSingleEntryBulkSelection(long, Map)