|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.service.BackgroundTaskLocalServiceWrapper
@ProviderType public class BackgroundTaskLocalServiceWrapper
Provides a wrapper for BackgroundTaskLocalService.
BackgroundTaskLocalService| Constructor Summary | |
|---|---|
BackgroundTaskLocalServiceWrapper(BackgroundTaskLocalService backgroundTaskLocalService)
|
|
| Method Summary | ||
|---|---|---|
BackgroundTask |
addBackgroundTask(BackgroundTask backgroundTask)
Adds the background task to the database. |
|
BackgroundTask |
addBackgroundTask(long userId,
long groupId,
String name,
String[] servletContextNames,
Class<?> taskExecutorClass,
Map<String,Serializable> taskContextMap,
ServiceContext serviceContext)
|
|
void |
addBackgroundTaskAttachment(long userId,
long backgroundTaskId,
String fileName,
File file)
|
|
void |
addBackgroundTaskAttachment(long userId,
long backgroundTaskId,
String fileName,
InputStream inputStream)
|
|
BackgroundTask |
amendBackgroundTask(long backgroundTaskId,
Map<String,Serializable> taskContextMap,
int status,
ServiceContext serviceContext)
|
|
BackgroundTask |
amendBackgroundTask(long backgroundTaskId,
Map<String,Serializable> taskContextMap,
int status,
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()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
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,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
BackgroundTask |
fetchFirstBackgroundTask(String taskExecutorClassName,
int status)
|
|
BackgroundTask |
fetchFirstBackgroundTask(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
BackgroundTask |
getBackgroundTask(long backgroundTaskId)
Returns the background task with the primary key. |
|
List<BackgroundTask> |
getBackgroundTasks(int start,
int end)
Returns a range of all the background tasks. |
|
List<BackgroundTask> |
getBackgroundTasks(long groupId,
int status)
|
|
List<BackgroundTask> |
getBackgroundTasks(long groupId,
String taskExecutorClassName)
|
|
List<BackgroundTask> |
getBackgroundTasks(long groupId,
String[] taskExecutorClassNames)
|
|
List<BackgroundTask> |
getBackgroundTasks(long groupId,
String[] taskExecutorClassNames,
int status)
|
|
List<BackgroundTask> |
getBackgroundTasks(long groupId,
String[] taskExecutorClassNames,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
List<BackgroundTask> |
getBackgroundTasks(long groupId,
String taskExecutorClassName,
int status)
|
|
List<BackgroundTask> |
getBackgroundTasks(long groupId,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
List<BackgroundTask> |
getBackgroundTasks(long groupId,
String name,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
List<BackgroundTask> |
getBackgroundTasks(String[] taskExecutorClassNames,
int status)
|
|
List<BackgroundTask> |
getBackgroundTasks(String[] taskExecutorClassNames,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
List<BackgroundTask> |
getBackgroundTasks(String taskExecutorClassName,
int status)
|
|
List<BackgroundTask> |
getBackgroundTasks(String taskExecutorClassName,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
|
|
int |
getBackgroundTasksCount()
Returns the number of background tasks. |
|
int |
getBackgroundTasksCount(long groupId,
String taskExecutorClassName)
|
|
int |
getBackgroundTasksCount(long groupId,
String[] taskExecutorClassNames)
|
|
int |
getBackgroundTasksCount(long groupId,
String[] taskExecutorClassNames,
boolean completed)
|
|
int |
getBackgroundTasksCount(long groupId,
String taskExecutorClassName,
boolean completed)
|
|
int |
getBackgroundTasksCount(long groupId,
String name,
String taskExecutorClassName)
|
|
int |
getBackgroundTasksCount(long groupId,
String name,
String taskExecutorClassName,
boolean completed)
|
|
String |
getBackgroundTaskStatusJSON(long backgroundTaskId)
|
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
BackgroundTaskLocalService |
getWrappedBackgroundTaskLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
|
BackgroundTaskLocalService |
getWrappedService()
|
|
void |
resumeBackgroundTask(long backgroundTaskId)
|
|
void |
setBeanIdentifier(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. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BackgroundTaskLocalServiceWrapper(BackgroundTaskLocalService backgroundTaskLocalService)
| Method Detail |
|---|
public BackgroundTask addBackgroundTask(BackgroundTask backgroundTask)
addBackgroundTask in interface BackgroundTaskLocalServicebackgroundTask - the background task
public BackgroundTask addBackgroundTask(long userId,
long groupId,
String name,
String[] servletContextNames,
Class<?> taskExecutorClass,
Map<String,Serializable> taskContextMap,
ServiceContext serviceContext)
throws PortalException
addBackgroundTask in interface BackgroundTaskLocalServicePortalException
public void addBackgroundTaskAttachment(long userId,
long backgroundTaskId,
String fileName,
File file)
throws PortalException
addBackgroundTaskAttachment in interface BackgroundTaskLocalServicePortalException
public void addBackgroundTaskAttachment(long userId,
long backgroundTaskId,
String fileName,
InputStream inputStream)
throws PortalException
addBackgroundTaskAttachment in interface BackgroundTaskLocalServicePortalException
public BackgroundTask amendBackgroundTask(long backgroundTaskId,
Map<String,Serializable> taskContextMap,
int status,
ServiceContext serviceContext)
amendBackgroundTask in interface BackgroundTaskLocalService
public BackgroundTask amendBackgroundTask(long backgroundTaskId,
Map<String,Serializable> taskContextMap,
int status,
String statusMessage,
ServiceContext serviceContext)
amendBackgroundTask in interface BackgroundTaskLocalService
public 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 task
public BackgroundTask deleteBackgroundTask(BackgroundTask backgroundTask)
throws PortalException
deleteBackgroundTask in interface BackgroundTaskLocalServicebackgroundTask - the background task
PortalException
public BackgroundTask deleteBackgroundTask(long backgroundTaskId)
throws PortalException
deleteBackgroundTask in interface BackgroundTaskLocalServicebackgroundTaskId - the primary key of the background task
PortalException - if a background task with the primary key could not be found
public void deleteCompanyBackgroundTasks(long companyId)
throws PortalException
deleteCompanyBackgroundTasks in interface BackgroundTaskLocalServicePortalException
public void deleteGroupBackgroundTasks(long groupId)
throws PortalException
deleteGroupBackgroundTasks in interface BackgroundTaskLocalServicePortalException
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface BackgroundTaskLocalServicedeletePersistedModel in interface PersistedModelLocalServicePortalExceptionpublic DynamicQuery dynamicQuery()
dynamicQuery in interface BackgroundTaskLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface BackgroundTaskLocalServicedynamicQuery - the dynamic query
public <T> 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> 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 query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface BackgroundTaskLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public BackgroundTask fetchBackgroundTask(long backgroundTaskId)
fetchBackgroundTask in interface BackgroundTaskLocalService
public BackgroundTask fetchFirstBackgroundTask(long groupId,
String taskExecutorClassName,
boolean completed,
OrderByComparator<BackgroundTask> orderByComparator)
fetchFirstBackgroundTask in interface BackgroundTaskLocalService
public BackgroundTask fetchFirstBackgroundTask(String taskExecutorClassName,
int status)
fetchFirstBackgroundTask in interface BackgroundTaskLocalService
public BackgroundTask fetchFirstBackgroundTask(String taskExecutorClassName,
int status,
OrderByComparator<BackgroundTask> orderByComparator)
fetchFirstBackgroundTask in interface BackgroundTaskLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface BackgroundTaskLocalService
public BackgroundTask getBackgroundTask(long backgroundTaskId)
throws PortalException
getBackgroundTask in interface BackgroundTaskLocalServicebackgroundTaskId - the primary key of the background task
PortalException - if a background task with the primary key could not be foundpublic String getBackgroundTaskStatusJSON(long backgroundTaskId)
getBackgroundTaskStatusJSON in interface BackgroundTaskLocalService
public List<BackgroundTask> getBackgroundTasks(long groupId,
String name,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
getBackgroundTasks in interface BackgroundTaskLocalService
public List<BackgroundTask> getBackgroundTasks(long groupId,
int status)
getBackgroundTasks in interface BackgroundTaskLocalService
public List<BackgroundTask> getBackgroundTasks(long groupId,
String taskExecutorClassName)
getBackgroundTasks in interface BackgroundTaskLocalService
public List<BackgroundTask> getBackgroundTasks(long groupId,
String taskExecutorClassName,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
getBackgroundTasks in interface BackgroundTaskLocalService
public List<BackgroundTask> getBackgroundTasks(long groupId,
String taskExecutorClassName,
int status)
getBackgroundTasks in interface BackgroundTaskLocalService
public List<BackgroundTask> getBackgroundTasks(long groupId,
String[] taskExecutorClassNames)
getBackgroundTasks in interface BackgroundTaskLocalService
public List<BackgroundTask> getBackgroundTasks(long groupId,
String[] taskExecutorClassNames,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
getBackgroundTasks in interface BackgroundTaskLocalService
public List<BackgroundTask> getBackgroundTasks(long groupId,
String[] taskExecutorClassNames,
int status)
getBackgroundTasks in interface BackgroundTaskLocalService
public 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 List<BackgroundTask> getBackgroundTasks(String taskExecutorClassName,
int status)
getBackgroundTasks in interface BackgroundTaskLocalService
public List<BackgroundTask> getBackgroundTasks(String taskExecutorClassName,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
getBackgroundTasks in interface BackgroundTaskLocalService
public List<BackgroundTask> getBackgroundTasks(String[] taskExecutorClassNames,
int status)
getBackgroundTasks in interface BackgroundTaskLocalService
public List<BackgroundTask> getBackgroundTasks(String[] taskExecutorClassNames,
int status,
int start,
int end,
OrderByComparator<BackgroundTask> orderByComparator)
getBackgroundTasks in interface BackgroundTaskLocalServicepublic int getBackgroundTasksCount()
getBackgroundTasksCount in interface BackgroundTaskLocalService
public int getBackgroundTasksCount(long groupId,
String name,
String taskExecutorClassName)
getBackgroundTasksCount in interface BackgroundTaskLocalService
public int getBackgroundTasksCount(long groupId,
String name,
String taskExecutorClassName,
boolean completed)
getBackgroundTasksCount in interface BackgroundTaskLocalService
public int getBackgroundTasksCount(long groupId,
String taskExecutorClassName)
getBackgroundTasksCount in interface BackgroundTaskLocalService
public int getBackgroundTasksCount(long groupId,
String taskExecutorClassName,
boolean completed)
getBackgroundTasksCount in interface BackgroundTaskLocalService
public int getBackgroundTasksCount(long groupId,
String[] taskExecutorClassNames)
getBackgroundTasksCount in interface BackgroundTaskLocalService
public int getBackgroundTasksCount(long groupId,
String[] taskExecutorClassNames,
boolean completed)
getBackgroundTasksCount in interface BackgroundTaskLocalServicepublic String getBeanIdentifier()
getBeanIdentifier in interface BackgroundTaskLocalService
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface BackgroundTaskLocalServicegetPersistedModel in interface PersistedModelLocalServicePortalExceptionpublic void resumeBackgroundTask(long backgroundTaskId)
resumeBackgroundTask in interface BackgroundTaskLocalServicepublic void setBeanIdentifier(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>
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||