public class BatchEngineImportTaskServiceUtil
extends java.lang.Object
com.liferay.batch.engine.service.impl.BatchEngineImportTaskServiceImpl 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.BatchEngineImportTaskService| Constructor and Description |
|---|
BatchEngineImportTaskServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<BatchEngineImportTask> |
getBatchEngineImportTasks(long companyId,
int start,
int end) |
static java.util.List<BatchEngineImportTask> |
getBatchEngineImportTasks(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BatchEngineImportTask> orderByComparator) |
static int |
getBatchEngineImportTasksCount(long companyId) |
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static BatchEngineImportTaskService |
getService() |
static void |
setService(BatchEngineImportTaskService service) |
public static java.util.List<BatchEngineImportTask> getBatchEngineImportTasks(long companyId, int start, int end) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.util.List<BatchEngineImportTask> getBatchEngineImportTasks(long companyId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BatchEngineImportTask> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static int getBatchEngineImportTasksCount(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic static java.lang.String getOSGiServiceIdentifier()
public static BatchEngineImportTaskService getService()
public static void setService(BatchEngineImportTaskService service)