Package com.liferay.batch.engine.service
Class BatchEngineExportTaskServiceUtil
java.lang.Object
com.liferay.batch.engine.service.BatchEngineExportTaskServiceUtil
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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) static BatchEngineExportTask
getBatchEngineExportTask
(long batchEngineExportTaskId) static BatchEngineExportTask
getBatchEngineExportTaskByExternalReferenceCode
(String externalReferenceCode, long companyId) static List<BatchEngineExportTask>
getBatchEngineExportTasks
(long companyId, int start, int end) static List<BatchEngineExportTask>
getBatchEngineExportTasks
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchEngineExportTask> orderByComparator) static int
getBatchEngineExportTasksCount
(long companyId) static String
Returns the OSGi service identifier.static BatchEngineExportTaskService
static InputStream
openContentInputStream
(long batchEngineExportTaskId)
-
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
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
-