@ProviderType public class BackgroundTaskLocalServiceWrapper extends java.lang.Object implements BackgroundTaskLocalService, com.liferay.portal.kernel.service.ServiceWrapper<BackgroundTaskLocalService>
BackgroundTaskLocalService.BackgroundTaskLocalService| Constructor and Description |
|---|
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.
|
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) |
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 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) |
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,
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.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(BackgroundTaskLocalService backgroundTaskLocalService)
public BackgroundTask addBackgroundTask(BackgroundTask backgroundTask)
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 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 BackgroundTask createBackgroundTask(long backgroundTaskId)
createBackgroundTask in interface BackgroundTaskLocalServicebackgroundTaskId - the primary key for the new background taskpublic BackgroundTask deleteBackgroundTask(BackgroundTask backgroundTask) throws com.liferay.portal.kernel.exception.PortalException
deleteBackgroundTask in interface BackgroundTaskLocalServicebackgroundTask - the background taskPortalExceptionpublic BackgroundTask deleteBackgroundTask(long backgroundTaskId) throws com.liferay.portal.kernel.exception.PortalException
deleteBackgroundTask in interface BackgroundTaskLocalServicebackgroundTaskId - the primary key of the background taskPortalException - if a background task with the primary key could not be foundpublic BackgroundTask fetchBackgroundTask(long backgroundTaskId)
fetchBackgroundTask 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 BackgroundTask fetchFirstBackgroundTask(long groupId, java.lang.String taskExecutorClassName, boolean completed, com.liferay.portal.kernel.util.OrderByComparator<BackgroundTask> orderByComparator)
fetchFirstBackgroundTask 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 BackgroundTask updateBackgroundTask(BackgroundTask backgroundTask)
updateBackgroundTask in interface BackgroundTaskLocalServicebackgroundTask - the background taskpublic com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface BackgroundTaskLocalServicepublic com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery()
dynamicQuery in interface BackgroundTaskLocalServicepublic com.liferay.portal.kernel.dao.orm.IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface BackgroundTaskLocalServicepublic 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 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.PersistedModelLocalServicecom.liferay.portal.kernel.exception.PortalExceptionpublic int getBackgroundTasksCount()
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 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[] 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[] 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 java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier 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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.background.task.model.impl.BackgroundTaskModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.background.task.model.impl.BackgroundTaskModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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 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 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 and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portal.background.task.model.impl.BackgroundTaskModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
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(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> getBackgroundTasks(long groupId, int status)
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 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 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[] 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[] 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 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 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 void cleanUpBackgroundTask(long backgroundTaskId,
int status)
cleanUpBackgroundTask in interface BackgroundTaskLocalServicepublic void cleanUpBackgroundTasks()
cleanUpBackgroundTasks in interface BackgroundTaskLocalServicepublic 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 void resumeBackgroundTask(long backgroundTaskId)
resumeBackgroundTask in interface BackgroundTaskLocalServicepublic void triggerBackgroundTask(long backgroundTaskId)
triggerBackgroundTask in interface BackgroundTaskLocalServicepublic 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>