Package com.liferay.batch.engine.service
Interface BatchEngineExportTaskService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
BatchEngineExportTaskServiceWrapper
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface BatchEngineExportTaskService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for BatchEngineExportTask. 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:
-
Method Summary
Modifier and TypeMethodDescriptionaddBatchEngineExportTask
(String externalReferenceCode, long companyId, long userId, String callbackURL, String className, String contentType, String executeStatus, List<String> fieldNamesList, Map<String, Serializable> parameters, String taskItemDelegateName) getBatchEngineExportTask
(long batchEngineExportTaskId) getBatchEngineExportTaskByExternalReferenceCode
(String externalReferenceCode, long companyId) getBatchEngineExportTasks
(long companyId, int start, int end) getBatchEngineExportTasks
(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchEngineExportTask> orderByComparator) int
getBatchEngineExportTasksCount
(long companyId) Returns the OSGi service identifier.openContentInputStream
(long batchEngineExportTaskId)
-
Method Details
-
addBatchEngineExportTask
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
@Transactional(propagation=SUPPORTS, readOnly=true) BatchEngineExportTask getBatchEngineExportTask(long batchEngineExportTaskId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchEngineExportTaskByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) BatchEngineExportTask getBatchEngineExportTaskByExternalReferenceCode(String externalReferenceCode, long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchEngineExportTasks
@Transactional(propagation=SUPPORTS, readOnly=true) List<BatchEngineExportTask> getBatchEngineExportTasks(long companyId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getBatchEngineExportTasks
@Transactional(propagation=SUPPORTS, readOnly=true) 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
@Transactional(propagation=SUPPORTS, readOnly=true) int getBatchEngineExportTasksCount(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
openContentInputStream
InputStream openContentInputStream(long batchEngineExportTaskId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-