Class BaseMultipleEntryBulkSelection<T>

java.lang.Object
com.liferay.bulk.selection.BaseMultipleEntryBulkSelection<T>
All Implemented Interfaces:
BulkSelection<T>

public abstract class BaseMultipleEntryBulkSelection<T> extends Object implements BulkSelection<T>
  • Constructor Details

    • BaseMultipleEntryBulkSelection

      public BaseMultipleEntryBulkSelection(long[] entryIds, Map<String,String[]> parameterMap)
    • 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 by BaseMultipleEntryBulkSelection(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 interface BulkSelection<T>
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getParameterMap

      public Map<String,String[]> getParameterMap()
      Specified by:
      getParameterMap in interface BulkSelection<T>
    • getSize

      public long getSize()
      Specified by:
      getSize in interface BulkSelection<T>
    • serialize

      public Serializable serialize()
      Specified by:
      serialize in interface BulkSelection<T>
    • fetchEntry

      protected abstract T fetchEntry(long entryId)