@ProviderType public class BackgroundTaskLocalServiceWrapper extends java.lang.Object implements BackgroundTaskLocalService, 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,
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,
ServiceContext serviceContext) |
BackgroundTask |
amendBackgroundTask(long backgroundTaskId,
java.util.Map<java.lang.String,java.io.Serializable> taskContextMap,
int status,
java.lang.String statusMessage,
ServiceContext serviceContext) |
void |
cleanUpBackgroundTask(BackgroundTask backgroundTask,
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) |
PersistedModel |
deletePersistedModel(PersistedModel persistedModel) |
DynamicQuery |
dynamicQuery() |
<T> java.util.List<T> |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
<T> java.util.List<T> |
dynamicQuery(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(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
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,
OrderByComparator<BackgroundTask> orderByComparator) |
BackgroundTask |
fetchFirstBackgroundTask(java.lang.String taskExecutorClassName,
int status) |
BackgroundTask |
fetchFirstBackgroundTask(java.lang.String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator) |
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 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) |
java.util.List<BackgroundTask> |
getBackgroundTasks(long groupId,
java.lang.String[] taskExecutorClassNames,
int status) |
java.util.List<BackgroundTask> |
getBackgroundTasks(long groupId,
java.lang.String[] taskExecutorClassNames,
int start,
int end,
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,
OrderByComparator<BackgroundTask> orderByComparator) |
java.util.List<BackgroundTask> |
getBackgroundTasks(long groupId,
java.lang.String name,
java.lang.String taskExecutorClassName,
int start,
int end,
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,
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,
OrderByComparator<BackgroundTask> orderByComparator) |
int |
getBackgroundTasksCount()
Returns the number of background tasks.
|
int |
getBackgroundTasksCount(long groupId,
java.lang.String taskExecutorClassName) |
int |
getBackgroundTasksCount(long groupId,
java.lang.String[] taskExecutorClassNames) |
int |
getBackgroundTasksCount(long groupId,
java.lang.String[] taskExecutorClassNames,
boolean completed) |
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) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
BackgroundTaskLocalService |
getWrappedBackgroundTaskLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
BackgroundTaskLocalService |
getWrappedService() |
void |
resumeBackgroundTask(long backgroundTaskId) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedBackgroundTaskLocalService(BackgroundTaskLocalService backgroundTaskLocalService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.BackgroundTaskLocalService) |
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[] servletContextNames, java.lang.Class<?> taskExecutorClass, java.util.Map<java.lang.String,java.io.Serializable> taskContextMap, ServiceContext serviceContext) throws PortalException
addBackgroundTask in interface BackgroundTaskLocalServicePortalExceptionpublic void addBackgroundTaskAttachment(long userId,
long backgroundTaskId,
java.lang.String fileName,
java.io.File file)
throws PortalException
addBackgroundTaskAttachment in interface BackgroundTaskLocalServicePortalExceptionpublic void addBackgroundTaskAttachment(long userId,
long backgroundTaskId,
java.lang.String fileName,
java.io.InputStream inputStream)
throws PortalException
addBackgroundTaskAttachment in interface BackgroundTaskLocalServicePortalExceptionpublic BackgroundTask amendBackgroundTask(long backgroundTaskId, java.util.Map<java.lang.String,java.io.Serializable> taskContextMap, int status, 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, ServiceContext serviceContext)
amendBackgroundTask in interface BackgroundTaskLocalServicepublic void cleanUpBackgroundTask(BackgroundTask backgroundTask, 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 BackgroundTask deleteBackgroundTask(BackgroundTask backgroundTask) throws PortalException
deleteBackgroundTask in interface BackgroundTaskLocalServicebackgroundTask - the background taskPortalExceptionpublic BackgroundTask deleteBackgroundTask(long backgroundTaskId) throws PortalException
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 PortalException
deleteCompanyBackgroundTasks in interface BackgroundTaskLocalServicePortalExceptionpublic void deleteGroupBackgroundTasks(long groupId)
throws PortalException
deleteGroupBackgroundTasks in interface BackgroundTaskLocalServicePortalExceptionpublic PersistedModel deletePersistedModel(PersistedModel persistedModel) throws PortalException
deletePersistedModel in interface BackgroundTaskLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic DynamicQuery dynamicQuery()
dynamicQuery in interface BackgroundTaskLocalServicepublic <T> java.util.List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface BackgroundTaskLocalServicedynamicQuery - the dynamic querypublic <T> java.util.List<T> dynamicQuery(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 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(DynamicQuery dynamicQuery, int start, int end, 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 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 long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface BackgroundTaskLocalServicedynamicQuery - the dynamic querypublic long dynamicQueryCount(DynamicQuery dynamicQuery, 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, 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, OrderByComparator<BackgroundTask> orderByComparator)
fetchFirstBackgroundTask in interface BackgroundTaskLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface BackgroundTaskLocalServicepublic BackgroundTask getBackgroundTask(long backgroundTaskId) throws 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.lang.String getBackgroundTaskStatusJSON(long backgroundTaskId)
getBackgroundTaskStatusJSON in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(long groupId, java.lang.String name, java.lang.String taskExecutorClassName, int start, int end, 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 taskExecutorClassName)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(long groupId, java.lang.String taskExecutorClassName, int start, int end, 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)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic java.util.List<BackgroundTask> getBackgroundTasks(long groupId, java.lang.String[] taskExecutorClassNames, int start, int end, 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(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 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, 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, OrderByComparator<BackgroundTask> orderByComparator)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic 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 groupId,
java.lang.String[] taskExecutorClassNames)
getBackgroundTasksCount in interface BackgroundTaskLocalServicepublic int getBackgroundTasksCount(long groupId,
java.lang.String[] taskExecutorClassNames,
boolean completed)
getBackgroundTasksCount in interface BackgroundTaskLocalServicepublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface BackgroundTaskLocalServicepublic PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException
getPersistedModel in interface BackgroundTaskLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalExceptionpublic void resumeBackgroundTask(long backgroundTaskId)
resumeBackgroundTask in interface BackgroundTaskLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface BackgroundTaskLocalServicebeanIdentifier - the Spring bean ID for this beanpublic void triggerBackgroundTask(long backgroundTaskId)
triggerBackgroundTask in interface BackgroundTaskLocalServicepublic BackgroundTask updateBackgroundTask(BackgroundTask backgroundTask)
updateBackgroundTask in interface BackgroundTaskLocalServicebackgroundTask - the background task@Deprecated public BackgroundTaskLocalService getWrappedBackgroundTaskLocalService()
getWrappedService()@Deprecated public void setWrappedBackgroundTaskLocalService(BackgroundTaskLocalService backgroundTaskLocalService)
setWrappedService(com.liferay.portal.service.BackgroundTaskLocalService)public BackgroundTaskLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<BackgroundTaskLocalService>public void setWrappedService(BackgroundTaskLocalService backgroundTaskLocalService)
setWrappedService in interface ServiceWrapper<BackgroundTaskLocalService>