public class BackgroundTaskLocalServiceWrapper extends java.lang.Object implements BackgroundTaskLocalService, com.liferay.portal.kernel.service.ServiceWrapper<BackgroundTaskLocalService>
BackgroundTaskLocalService.BackgroundTaskLocalService| Constructor and Description |
|---|
BackgroundTaskLocalServiceWrapper() |
BackgroundTaskLocalServiceWrapper(BackgroundTaskLocalService backgroundTaskLocalService) |
| Modifier and Type | Method and Description |
|---|---|
BackgroundTask |
addBackgroundTask(BackgroundTask backgroundTask)
Adds the background task to the database.
|
BackgroundTask |
addBackgroundTask(long userId,
long groupId,
java.lang.String name,
java.lang.String[] servletContextNames,
java.lang.Class<?> taskExecutorClass,
java.util.Map<java.lang.String,java.io.Serializable> taskContextMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
BackgroundTask |
addBackgroundTask(long userId,
long groupId,
java.lang.String name,
java.lang.String taskExecutorClassName,
java.util.Map<java.lang.String,java.io.Serializable> taskContextMap,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
addBackgroundTaskAttachment(long userId,
long backgroundTaskId,
java.lang.String fileName,
java.io.File file) |
void |
addBackgroundTaskAttachment(long userId,
long backgroundTaskId,
java.lang.String fileName,
java.io.InputStream inputStream) |
BackgroundTask |
amendBackgroundTask(long backgroundTaskId,
java.util.Map<java.lang.String,java.io.Serializable> taskContextMap,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
BackgroundTask |
amendBackgroundTask(long backgroundTaskId,
java.util.Map<java.lang.String,java.io.Serializable> taskContextMap,
int status,
java.lang.String statusMessage,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
cleanUpBackgroundTask(long backgroundTaskId,
int status) |
void |
cleanUpBackgroundTasks() |
BackgroundTask |
createBackgroundTask(long backgroundTaskId)
Creates a new background task with the primary key.
|
com.liferay.portal.kernel.model.PersistedModel |
createPersistedModel(java.io.Serializable primaryKeyObj) |
BackgroundTask |
deleteBackgroundTask(BackgroundTask backgroundTask)
Deletes the background task from the database.
|
BackgroundTask |
deleteBackgroundTask(long backgroundTaskId)
Deletes the background task with the primary key from the database.
|
void |
deleteCompanyBackgroundTasks(long companyId) |
void |
deleteGroupBackgroundTasks(long groupId) |
void |
deleteGroupBackgroundTasks(long groupId,
java.lang.String name,
java.lang.String taskExecutorClassName) |
com.liferay.portal.kernel.model.PersistedModel |
deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel) |
<T> T |
dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
int |
dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery) |
com.liferay.portal.kernel.dao.orm.DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
Returns the number of rows matching the dynamic query.
|
BackgroundTask |
fetchBackgroundTask(long backgroundTaskId) |
BackgroundTask |
fetchFirstBackgroundTask(long groupId,
java.lang.String taskExecutorClassName,
boolean completed,
com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator) |
BackgroundTask |
fetchFirstBackgroundTask(java.lang.String taskExecutorClassName,
int status) |
BackgroundTask |
fetchFirstBackgroundTask(java.lang.String taskExecutorClassName,
int status,
com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator) |
com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery |
getActionableDynamicQuery() |
BackgroundTask |
getBackgroundTask(long backgroundTaskId)
Returns the background task with the primary key.
|
java.util.List<BackgroundTask> |
getBackgroundTasks(int start,
int end)
Returns a range of all the background tasks.
|
java.util.List<BackgroundTask> |
getBackgroundTasks(long[] groupIds,
java.lang.String[] taskExecutorClassNames) |
java.util.List<BackgroundTask> |
getBackgroundTasks(long[] groupIds,
java.lang.String[] taskExecutorClassNames,
boolean completed) |
java.util.List<BackgroundTask> |
getBackgroundTasks(long[] groupIds,
java.lang.String[] taskExecutorClassNames,
boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator) |
java.util.List<BackgroundTask> |
getBackgroundTasks(long[] groupIds,
java.lang.String[] taskExecutorClassNames,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator) |
java.util.List<BackgroundTask> |
getBackgroundTasks(long[] groupIds,
java.lang.String name,
java.lang.String[] taskExecutorClassNames,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator) |
java.util.List<BackgroundTask> |
getBackgroundTasks(long[] groupIds,
java.lang.String name,
java.lang.String taskExecutorClassName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator) |
java.util.List<BackgroundTask> |
getBackgroundTasks(long groupId,
int status) |
java.util.List<BackgroundTask> |
getBackgroundTasks(long groupId,
java.lang.String taskExecutorClassName) |
java.util.List<BackgroundTask> |
getBackgroundTasks(long groupId,
java.lang.String[] taskExecutorClassNames,
int status) |
java.util.List<BackgroundTask> |
getBackgroundTasks(long groupId,
java.lang.String taskExecutorClassName,
boolean completed,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator) |
java.util.List<BackgroundTask> |
getBackgroundTasks(long groupId,
java.lang.String taskExecutorClassName,
int status) |
java.util.List<BackgroundTask> |
getBackgroundTasks(long groupId,
java.lang.String taskExecutorClassName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator) |
java.util.List<BackgroundTask> |
getBackgroundTasks(long groupId,
java.lang.String name,
java.lang.String taskExecutorClassName,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator) |
java.util.List<BackgroundTask> |
getBackgroundTasks(java.lang.String[] taskExecutorClassNames,
int status) |
java.util.List<BackgroundTask> |
getBackgroundTasks(java.lang.String[] taskExecutorClassNames,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator) |
java.util.List<BackgroundTask> |
getBackgroundTasks(java.lang.String taskExecutorClassName,
int status) |
java.util.List<BackgroundTask> |
getBackgroundTasks(java.lang.String taskExecutorClassName,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator) |
java.util.List<BackgroundTask> |
getBackgroundTasksByDuration(long[] groupIds,
java.lang.String[] taskExecutorClassNames,
boolean completed,
int start,
int end,
boolean orderByType) |
java.util.List<BackgroundTask> |
getBackgroundTasksByDuration(long[] groupIds,
java.lang.String[] taskExecutorClassNames,
int start,
int end,
boolean orderByType) |
int |
getBackgroundTasksCount()
Returns the number of background tasks.
|
int |
getBackgroundTasksCount(long[] groupIds,
java.lang.String[] taskExecutorClassNames) |
int |
getBackgroundTasksCount(long[] groupIds,
java.lang.String[] taskExecutorClassNames,
boolean completed) |
int |
getBackgroundTasksCount(long[] groupIds,
java.lang.String name,
java.lang.String taskExecutorClassName) |
int |
getBackgroundTasksCount(long[] groupIds,
java.lang.String name,
java.lang.String[] taskExecutorClassName) |
int |
getBackgroundTasksCount(long[] groupIds,
java.lang.String name,
java.lang.String taskExecutorClassName,
boolean completed) |
int |
getBackgroundTasksCount(long groupId,
java.lang.String taskExecutorClassName) |
int |
getBackgroundTasksCount(long groupId,
java.lang.String taskExecutorClassName,
boolean completed) |
int |
getBackgroundTasksCount(long groupId,
java.lang.String name,
java.lang.String taskExecutorClassName) |
int |
getBackgroundTasksCount(long groupId,
java.lang.String name,
java.lang.String taskExecutorClassName,
boolean completed) |
java.lang.String |
getBackgroundTaskStatusJSON(long backgroundTaskId) |
com.liferay.portal.kernel.service.persistence.BasePersistence<?> |
getBasePersistence() |
com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery() |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
com.liferay.portal.kernel.model.PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
BackgroundTaskLocalService |
getWrappedService() |
void |
resumeBackgroundTask(long backgroundTaskId) |
void |
setWrappedService(BackgroundTaskLocalService backgroundTaskLocalService) |
void |
triggerBackgroundTask(long backgroundTaskId) |
BackgroundTask |
updateBackgroundTask(BackgroundTask backgroundTask)
Updates the background task in the database or adds it if it does not yet exist.
|
public BackgroundTaskLocalServiceWrapper()
public BackgroundTaskLocalServiceWrapper(BackgroundTaskLocalService backgroundTaskLocalService)
public BackgroundTask addBackgroundTask(BackgroundTask backgroundTask)
Important: Inspect BackgroundTaskLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
addBackgroundTask in interface BackgroundTaskLocalServicebackgroundTask - the background taskpublic BackgroundTask addBackgroundTask(long userId, long groupId, java.lang.String name, java.lang.String taskExecutorClassName, java.util.Map<java.lang.String,java.io.Serializable> taskContextMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addBackgroundTask in interface BackgroundTaskLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BackgroundTask addBackgroundTask(long userId, long groupId, java.lang.String name, java.lang.String[] servletContextNames, java.lang.Class<?> taskExecutorClass, java.util.Map<java.lang.String,java.io.Serializable> taskContextMap, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addBackgroundTask in interface BackgroundTaskLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void addBackgroundTaskAttachment(long userId,
long backgroundTaskId,
java.lang.String fileName,
java.io.File file)
throws com.liferay.portal.kernel.exception.PortalException
addBackgroundTaskAttachment in interface BackgroundTaskLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void addBackgroundTaskAttachment(long userId,
long backgroundTaskId,
java.lang.String fileName,
java.io.InputStream inputStream)
throws com.liferay.portal.kernel.exception.PortalException
addBackgroundTaskAttachment in interface BackgroundTaskLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic BackgroundTask amendBackgroundTask(long backgroundTaskId, java.util.Map<java.lang.String,java.io.Serializable> taskContextMap, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext)
amendBackgroundTask in interface BackgroundTaskLocalServicepublic BackgroundTask amendBackgroundTask(long backgroundTaskId, java.util.Map<java.lang.String,java.io.Serializable> taskContextMap, int status, java.lang.String statusMessage, com.liferay.portal.kernel.service.ServiceContext serviceContext)
amendBackgroundTask in interface BackgroundTaskLocalServicepublic void cleanUpBackgroundTask(long backgroundTaskId,
int status)
cleanUpBackgroundTask in interface BackgroundTaskLocalServicepublic void cleanUpBackgroundTasks()
cleanUpBackgroundTasks in interface BackgroundTaskLocalServicepublic BackgroundTask createBackgroundTask(long backgroundTaskId)
createBackgroundTask in interface BackgroundTaskLocalServicebackgroundTaskId - the primary key for the new background taskpublic com.liferay.portal.kernel.model.PersistedModel createPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
createPersistedModel in interface BackgroundTaskLocalServicecreatePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic BackgroundTask deleteBackgroundTask(BackgroundTask backgroundTask) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect BackgroundTaskLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteBackgroundTask in interface BackgroundTaskLocalServicebackgroundTask - the background taskPortalExceptionpublic BackgroundTask deleteBackgroundTask(long backgroundTaskId) throws com.liferay.portal.kernel.exception.PortalException
Important: Inspect BackgroundTaskLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
deleteBackgroundTask in interface BackgroundTaskLocalServicebackgroundTaskId - the primary key of the background taskPortalException - if a background task with the primary key could not be foundpublic void deleteCompanyBackgroundTasks(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
deleteCompanyBackgroundTasks in interface BackgroundTaskLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteGroupBackgroundTasks(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
deleteGroupBackgroundTasks in interface BackgroundTaskLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteGroupBackgroundTasks(long groupId,
java.lang.String name,
java.lang.String taskExecutorClassName)
throws com.liferay.portal.kernel.exception.PortalException
deleteGroupBackgroundTasks in interface BackgroundTaskLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.PersistedModel deletePersistedModel(com.liferay.portal.kernel.model.PersistedModel persistedModel)
throws com.liferay.portal.kernel.exception.PortalException
deletePersistedModel in interface BackgroundTaskLocalServicedeletePersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic <T> T dslQuery(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQuery in interface BackgroundTaskLocalServicedslQuery in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic int dslQueryCount(com.liferay.petra.sql.dsl.query.DSLQuery dslQuery)
dslQueryCount in interface BackgroundTaskLocalServicedslQueryCount in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface BackgroundTaskLocalServicepublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQuery in interface BackgroundTaskLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.portal.background.task.model.impl.BackgroundTaskModelImpl.
dynamicQuery in interface BackgroundTaskLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)public <T> java.util.List<T> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.portal.background.task.model.impl.BackgroundTaskModelImpl.
dynamicQuery in interface BackgroundTaskLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)public long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
dynamicQueryCount in interface BackgroundTaskLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
com.liferay.portal.kernel.dao.orm.Projection projection)
dynamicQueryCount in interface BackgroundTaskLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the querypublic BackgroundTask fetchBackgroundTask(long backgroundTaskId)
fetchBackgroundTask in interface BackgroundTaskLocalServicepublic BackgroundTask fetchFirstBackgroundTask(long groupId, java.lang.String taskExecutorClassName, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator)
fetchFirstBackgroundTask in interface BackgroundTaskLocalServicepublic BackgroundTask fetchFirstBackgroundTask(java.lang.String taskExecutorClassName, int status)
fetchFirstBackgroundTask in interface BackgroundTaskLocalServicepublic BackgroundTask fetchFirstBackgroundTask(java.lang.String taskExecutorClassName, int status, com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator)
fetchFirstBackgroundTask in interface BackgroundTaskLocalServicepublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface BackgroundTaskLocalServicepublic BackgroundTask getBackgroundTask(long backgroundTaskId) throws com.liferay.portal.kernel.exception.PortalException
getBackgroundTask in interface BackgroundTaskLocalServicebackgroundTaskId - the primary key of the background taskPortalException - if a background task with the primary key could not be foundpublic java.util.List<BackgroundTask> getBackgroundTasks(int start, int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to com.liferay.portal.kernel.dao.orm.QueryUtil#ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent, then the query will include the default ORDER BY logic from com.liferay.portal.background.task.model.impl.BackgroundTaskModelImpl.
getBackgroundTasks in interface BackgroundTaskLocalServicestart - the lower bound of the range of background tasksend - the upper bound of the range of background tasks (not inclusive)public java.util.List<BackgroundTask> getBackgroundTasks(long groupId, int status)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(long groupId, java.lang.String taskExecutorClassName)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(long groupId, java.lang.String taskExecutorClassName, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(long groupId, java.lang.String taskExecutorClassName, int status)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(long groupId, java.lang.String taskExecutorClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(long groupId, java.lang.String name, java.lang.String taskExecutorClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(long groupId, java.lang.String[] taskExecutorClassNames, int status)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(long[] groupIds, java.lang.String name, java.lang.String taskExecutorClassName, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(long[] groupIds, java.lang.String name, java.lang.String[] taskExecutorClassNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(long[] groupIds, java.lang.String[] taskExecutorClassNames)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(long[] groupIds, java.lang.String[] taskExecutorClassNames, boolean completed)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(long[] groupIds, java.lang.String[] taskExecutorClassNames, boolean completed, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(long[] groupIds, java.lang.String[] taskExecutorClassNames, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(java.lang.String taskExecutorClassName, int status)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(java.lang.String taskExecutorClassName, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(java.lang.String[] taskExecutorClassNames, int status)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(java.lang.String[] taskExecutorClassNames, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasksByDuration(long[] groupIds, java.lang.String[] taskExecutorClassNames, boolean completed, int start, int end, boolean orderByType)
getBackgroundTasksByDuration in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasksByDuration(long[] groupIds, java.lang.String[] taskExecutorClassNames, int start, int end, boolean orderByType)
getBackgroundTasksByDuration in interface BackgroundTaskLocalServicepublic int getBackgroundTasksCount()
getBackgroundTasksCount in interface BackgroundTaskLocalServicepublic int getBackgroundTasksCount(long groupId,
java.lang.String taskExecutorClassName)
getBackgroundTasksCount in interface BackgroundTaskLocalServicepublic int getBackgroundTasksCount(long groupId,
java.lang.String taskExecutorClassName,
boolean completed)
getBackgroundTasksCount in interface BackgroundTaskLocalServicepublic int getBackgroundTasksCount(long groupId,
java.lang.String name,
java.lang.String taskExecutorClassName)
getBackgroundTasksCount in interface BackgroundTaskLocalServicepublic int getBackgroundTasksCount(long groupId,
java.lang.String name,
java.lang.String taskExecutorClassName,
boolean completed)
getBackgroundTasksCount in interface BackgroundTaskLocalServicepublic int getBackgroundTasksCount(long[] groupIds,
java.lang.String name,
java.lang.String taskExecutorClassName)
getBackgroundTasksCount in interface BackgroundTaskLocalServicepublic int getBackgroundTasksCount(long[] groupIds,
java.lang.String name,
java.lang.String taskExecutorClassName,
boolean completed)
getBackgroundTasksCount in interface BackgroundTaskLocalServicepublic int getBackgroundTasksCount(long[] groupIds,
java.lang.String name,
java.lang.String[] taskExecutorClassName)
getBackgroundTasksCount in interface BackgroundTaskLocalServicepublic int getBackgroundTasksCount(long[] groupIds,
java.lang.String[] taskExecutorClassNames)
getBackgroundTasksCount in interface BackgroundTaskLocalServicepublic int getBackgroundTasksCount(long[] groupIds,
java.lang.String[] taskExecutorClassNames,
boolean completed)
getBackgroundTasksCount in interface BackgroundTaskLocalServicepublic java.lang.String getBackgroundTaskStatusJSON(long backgroundTaskId)
getBackgroundTaskStatusJSON in interface BackgroundTaskLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface BackgroundTaskLocalServicepublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface BackgroundTaskLocalServicepublic com.liferay.portal.kernel.model.PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj)
throws com.liferay.portal.kernel.exception.PortalException
getPersistedModel in interface BackgroundTaskLocalServicegetPersistedModel in interface com.liferay.portal.kernel.service.PersistedModelLocalServicePortalExceptionpublic void resumeBackgroundTask(long backgroundTaskId)
resumeBackgroundTask in interface BackgroundTaskLocalServicepublic void triggerBackgroundTask(long backgroundTaskId)
triggerBackgroundTask in interface BackgroundTaskLocalServicepublic BackgroundTask updateBackgroundTask(BackgroundTask backgroundTask)
Important: Inspect BackgroundTaskLocalServiceImpl for overloaded versions of the method. If provided, use these entry points to the API, as the implementation logic may require the additional parameters defined there.
updateBackgroundTask in interface BackgroundTaskLocalServicebackgroundTask - the background taskpublic com.liferay.portal.kernel.service.persistence.BasePersistence<?> getBasePersistence()
getBasePersistence in interface com.liferay.portal.kernel.service.PersistedModelLocalServicepublic BackgroundTaskLocalService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BackgroundTaskLocalService>public void setWrappedService(BackgroundTaskLocalService backgroundTaskLocalService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<BackgroundTaskLocalService>