@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
BatchEngineExportTaskServiceUtil| Modifier and Type | Method and Description |
|---|---|
java.util.List<BatchEngineExportTask> |
getBatchEngineExportTasks(long companyId,
int start,
int end) |
java.util.List<BatchEngineExportTask> |
getBatchEngineExportTasks(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BatchEngineExportTask> orderByComparator) |
int |
getBatchEngineExportTasksCount(long companyId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<BatchEngineExportTask> getBatchEngineExportTasks(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<BatchEngineExportTask> getBatchEngineExportTasks(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BatchEngineExportTask> orderByComparator)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
int getBatchEngineExportTasksCount(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()