Class BatchEngineExportTaskServiceUtil

java.lang.Object
com.liferay.batch.engine.service.BatchEngineExportTaskServiceUtil

public class BatchEngineExportTaskServiceUtil extends Object
Provides the remote service utility for BatchEngineExportTask. This utility wraps com.liferay.batch.engine.service.impl.BatchEngineExportTaskServiceImpl and is an access point for service operations in application layer code running on a remote server. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
See Also:
Generated:
  • Constructor Details

    • BatchEngineExportTaskServiceUtil

      public BatchEngineExportTaskServiceUtil()
  • Method Details

    • addBatchEngineExportTask

      public static BatchEngineExportTask addBatchEngineExportTask(String externalReferenceCode, long companyId, long userId, String callbackURL, String className, String contentType, String executeStatus, List<String> fieldNamesList, Map<String,Serializable> parameters, String taskItemDelegateName) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBatchEngineExportTask

      public static BatchEngineExportTask getBatchEngineExportTask(long batchEngineExportTaskId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBatchEngineExportTaskByExternalReferenceCode

      public static BatchEngineExportTask getBatchEngineExportTaskByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBatchEngineExportTasks

      public static List<BatchEngineExportTask> getBatchEngineExportTasks(long companyId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBatchEngineExportTasks

      public static List<BatchEngineExportTask> getBatchEngineExportTasks(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchEngineExportTask> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getBatchEngineExportTasksCount

      public static int getBatchEngineExportTasksCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • openContentInputStream

      public static InputStream openContentInputStream(long batchEngineExportTaskId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static BatchEngineExportTaskService getService()