Skip navigation links
A B C D F G I N P R S T U W 

A

addAttachment(long, String, File) - Method in interface com.liferay.portal.background.task.model.BackgroundTask
 
addAttachment(long, String, InputStream) - Method in interface com.liferay.portal.background.task.model.BackgroundTask
 
addAttachment(long, String, File) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
 
addAttachment(long, String, InputStream) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
 
addAttachmentsFolder() - Method in interface com.liferay.portal.background.task.model.BackgroundTask
 
addAttachmentsFolder() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
 
addBackgroundTask(BackgroundTask) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
Adds the background task to the database.
addBackgroundTask(long, long, String, String, Map<String, Serializable>, ServiceContext) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
addBackgroundTask(long, long, String, String[], Class<?>, Map<String, Serializable>, ServiceContext) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
addBackgroundTask(BackgroundTask) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
Adds the background task to the database.
addBackgroundTask(long, long, String, String, Map<String, Serializable>, ServiceContext) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
addBackgroundTask(long, long, String, String[], Class<?>, Map<String, Serializable>, ServiceContext) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
addBackgroundTask(BackgroundTask) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
Adds the background task to the database.
addBackgroundTask(long, long, String, String, Map<String, Serializable>, ServiceContext) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
addBackgroundTask(long, long, String, String[], Class<?>, Map<String, Serializable>, ServiceContext) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
addBackgroundTaskAttachment(long, long, String, File) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
addBackgroundTaskAttachment(long, long, String, InputStream) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
addBackgroundTaskAttachment(long, long, String, File) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
addBackgroundTaskAttachment(long, long, String, InputStream) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
addBackgroundTaskAttachment(long, long, String, File) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
addBackgroundTaskAttachment(long, long, String, InputStream) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
amendBackgroundTask(long, Map<String, Serializable>, int, ServiceContext) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
amendBackgroundTask(long, Map<String, Serializable>, int, String, ServiceContext) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
amendBackgroundTask(long, Map<String, Serializable>, int, ServiceContext) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
amendBackgroundTask(long, Map<String, Serializable>, int, String, ServiceContext) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
amendBackgroundTask(long, Map<String, Serializable>, int, ServiceContext) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
amendBackgroundTask(long, Map<String, Serializable>, int, String, ServiceContext) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 

B

BACKGROUND_TASK_ID_ACCESSOR - Static variable in interface com.liferay.portal.background.task.model.BackgroundTask
NOTE FOR DEVELOPERS: Never modify this interface directly.
BackgroundTask - Interface in com.liferay.portal.background.task.model
The extended model interface for the BackgroundTask service.
BackgroundTaskContextMapConstants - Class in com.liferay.portal.background.task.constants
 
BackgroundTaskContextMapConstants() - Constructor for class com.liferay.portal.background.task.constants.BackgroundTaskContextMapConstants
 
BackgroundTaskFinder - Interface in com.liferay.portal.background.task.service.persistence
 
BackgroundTaskLocalService - Interface in com.liferay.portal.background.task.service
Provides the local service interface for BackgroundTask.
BackgroundTaskLocalServiceUtil - Class in com.liferay.portal.background.task.service
Provides the local service utility for BackgroundTask.
BackgroundTaskLocalServiceUtil() - Constructor for class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
BackgroundTaskLocalServiceWrapper - Class in com.liferay.portal.background.task.service
Provides a wrapper for BackgroundTaskLocalService.
BackgroundTaskLocalServiceWrapper(BackgroundTaskLocalService) - Constructor for class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
BackgroundTaskModel - Interface in com.liferay.portal.background.task.model
The base model interface for the BackgroundTask service.
BackgroundTaskPersistence - Interface in com.liferay.portal.background.task.service.persistence
The persistence interface for the background task service.
BackgroundTaskService - Interface in com.liferay.portal.background.task.service
Provides the remote service interface for BackgroundTask.
BackgroundTaskServiceUtil - Class in com.liferay.portal.background.task.service
Provides the remote service utility for BackgroundTask.
BackgroundTaskServiceUtil() - Constructor for class com.liferay.portal.background.task.service.BackgroundTaskServiceUtil
 
BackgroundTaskServiceWrapper - Class in com.liferay.portal.background.task.service
Provides a wrapper for BackgroundTaskService.
BackgroundTaskServiceWrapper(BackgroundTaskService) - Constructor for class com.liferay.portal.background.task.service.BackgroundTaskServiceWrapper
 
BackgroundTaskSoap - Class in com.liferay.portal.background.task.model
This class is used by SOAP remote services, specifically com.liferay.portal.background.task.service.http.BackgroundTaskServiceSoap.
BackgroundTaskSoap() - Constructor for class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
BackgroundTaskUtil - Class in com.liferay.portal.background.task.service.persistence
The persistence utility for the background task service.
BackgroundTaskUtil() - Constructor for class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
 
BackgroundTaskWrapper - Class in com.liferay.portal.background.task.model
This class is a wrapper for BackgroundTask.
BackgroundTaskWrapper(BackgroundTask) - Constructor for class com.liferay.portal.background.task.model.BackgroundTaskWrapper
 

C

cacheResult(BackgroundTask) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Caches the background task in the entity cache if it is enabled.
cacheResult(List<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Caches the background tasks in the entity cache if it is enabled.
cacheResult(BackgroundTask) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Caches the background task in the entity cache if it is enabled.
cacheResult(List<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Caches the background tasks in the entity cache if it is enabled.
cleanUpBackgroundTask(long, int) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
cleanUpBackgroundTask(long, int) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
cleanUpBackgroundTask(long, int) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
cleanUpBackgroundTasks() - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
cleanUpBackgroundTasks() - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
cleanUpBackgroundTasks() - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
clearCache() - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
 
clearCache(BackgroundTask) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
 
com.liferay.portal.background.task.constants - package com.liferay.portal.background.task.constants
 
com.liferay.portal.background.task.exception - package com.liferay.portal.background.task.exception
 
com.liferay.portal.background.task.model - package com.liferay.portal.background.task.model
 
com.liferay.portal.background.task.service - package com.liferay.portal.background.task.service
 
com.liferay.portal.background.task.service.persistence - package com.liferay.portal.background.task.service.persistence
 
countAll() - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks.
countAll() - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks.
countByCompanyId(long) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where companyId = ?.
countByCompanyId(long) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where companyId = ?.
countByCompleted(boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where completed = ?.
countByCompleted(boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where completed = ?.
countByG_N_T(long, String, String) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where groupId = ? and name = ? and taskExecutorClassName = ?.
countByG_N_T(long[], String, String[]) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where groupId = any ? and name = ? and taskExecutorClassName = any ?.
countByG_N_T(long, String, String) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where groupId = ? and name = ? and taskExecutorClassName = ?.
countByG_N_T(long[], String, String[]) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where groupId = any ? and name = ? and taskExecutorClassName = any ?.
countByG_N_T_C(long, String, String, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
countByG_N_T_C(long[], String, String, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where groupId = any ? and name = ? and taskExecutorClassName = ? and completed = ?.
countByG_N_T_C(long, String, String, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
countByG_N_T_C(long[], String, String, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where groupId = any ? and name = ? and taskExecutorClassName = ? and completed = ?.
countByG_S(long, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where groupId = ? and status = ?.
countByG_S(long, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where groupId = ? and status = ?.
countByG_T(long, String) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where groupId = ? and taskExecutorClassName = ?.
countByG_T(long[], String[]) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where groupId = any ? and taskExecutorClassName = any ?.
countByG_T(long, String) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where groupId = ? and taskExecutorClassName = ?.
countByG_T(long[], String[]) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where groupId = any ? and taskExecutorClassName = any ?.
countByG_T_C(long, String, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?.
countByG_T_C(long[], String[], boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where groupId = any ? and taskExecutorClassName = any ? and completed = ?.
countByG_T_C(long, String, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?.
countByG_T_C(long[], String[], boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where groupId = any ? and taskExecutorClassName = any ? and completed = ?.
countByG_T_S(long, String, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where groupId = ? and taskExecutorClassName = ? and status = ?.
countByG_T_S(long, String[], int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where groupId = ? and taskExecutorClassName = any ? and status = ?.
countByG_T_S(long, String, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where groupId = ? and taskExecutorClassName = ? and status = ?.
countByG_T_S(long, String[], int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where groupId = ? and taskExecutorClassName = any ? and status = ?.
countByGroupId(long) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where groupId = ?.
countByGroupId(long) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where groupId = ?.
countByStatus(int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where status = ?.
countByStatus(int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where status = ?.
countByT_S(String, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where taskExecutorClassName = ? and status = ?.
countByT_S(String[], int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the number of background tasks where taskExecutorClassName = any ? and status = ?.
countByT_S(String, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where taskExecutorClassName = ? and status = ?.
countByT_S(String[], int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the number of background tasks where taskExecutorClassName = any ? and status = ?.
countWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
 
create(long) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Creates a new background task with the primary key.
create(long) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Creates a new background task with the primary key.
createBackgroundTask(long) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
Creates a new background task with the primary key.
createBackgroundTask(long) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
Creates a new background task with the primary key.
createBackgroundTask(long) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
Creates a new background task with the primary key.

D

DELETE_ON_SUCCESS - Static variable in class com.liferay.portal.background.task.constants.BackgroundTaskContextMapConstants
 
deleteBackgroundTask(BackgroundTask) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
Deletes the background task from the database.
deleteBackgroundTask(long) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
Deletes the background task with the primary key from the database.
deleteBackgroundTask(BackgroundTask) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
Deletes the background task from the database.
deleteBackgroundTask(long) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
Deletes the background task with the primary key from the database.
deleteBackgroundTask(BackgroundTask) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
Deletes the background task from the database.
deleteBackgroundTask(long) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
Deletes the background task with the primary key from the database.
deleteCompanyBackgroundTasks(long) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
deleteCompanyBackgroundTasks(long) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
deleteCompanyBackgroundTasks(long) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
deleteGroupBackgroundTasks(long) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
deleteGroupBackgroundTasks(long, String, String) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
deleteGroupBackgroundTasks(long) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
deleteGroupBackgroundTasks(long, String, String) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
deleteGroupBackgroundTasks(long) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
deleteGroupBackgroundTasks(long, String, String) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
deletePersistedModel(PersistedModel) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
deletePersistedModel(PersistedModel) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
deletePersistedModel(PersistedModel) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
dynamicQuery() - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
dynamicQuery(DynamicQuery) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
dynamicQuery(DynamicQuery) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQuery() - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
dynamicQuery(DynamicQuery) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
Performs a dynamic query on the database and returns the matching rows.
dynamicQuery(DynamicQuery, int, int) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
Performs a dynamic query on the database and returns a range of the matching rows.
dynamicQuery(DynamicQuery, int, int, OrderByComparator<T>) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
Performs a dynamic query on the database and returns an ordered range of the matching rows.
dynamicQueryCount(DynamicQuery) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
Returns the number of rows matching the dynamic query.
dynamicQueryCount(DynamicQuery, Projection) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
Returns the number of rows matching the dynamic query.

F

fetchBackgroundTask(long) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
fetchBackgroundTask(long) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
fetchBackgroundTask(long) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
fetchByCompanyId_First(long, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where companyId = ?.
fetchByCompanyId_First(long, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where companyId = ?.
fetchByCompanyId_Last(long, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where companyId = ?.
fetchByCompanyId_Last(long, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where companyId = ?.
fetchByCompleted_First(boolean, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where completed = ?.
fetchByCompleted_First(boolean, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where completed = ?.
fetchByCompleted_Last(boolean, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where completed = ?.
fetchByCompleted_Last(boolean, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where completed = ?.
fetchByG_N_T_C_First(long, String, String, boolean, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
fetchByG_N_T_C_First(long, String, String, boolean, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
fetchByG_N_T_C_Last(long, String, String, boolean, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
fetchByG_N_T_C_Last(long, String, String, boolean, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
fetchByG_N_T_First(long, String, String, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
fetchByG_N_T_First(long, String, String, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
fetchByG_N_T_Last(long, String, String, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
fetchByG_N_T_Last(long, String, String, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
fetchByG_S_First(long, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where groupId = ? and status = ?.
fetchByG_S_First(long, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where groupId = ? and status = ?.
fetchByG_S_Last(long, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where groupId = ? and status = ?.
fetchByG_S_Last(long, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where groupId = ? and status = ?.
fetchByG_T_C_First(long, String, boolean, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
fetchByG_T_C_First(long, String, boolean, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
fetchByG_T_C_Last(long, String, boolean, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
fetchByG_T_C_Last(long, String, boolean, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
fetchByG_T_First(long, String, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
fetchByG_T_First(long, String, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
fetchByG_T_Last(long, String, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
fetchByG_T_Last(long, String, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
fetchByG_T_S_First(long, String, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
fetchByG_T_S_First(long, String, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
fetchByG_T_S_Last(long, String, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
fetchByG_T_S_Last(long, String, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
fetchByGroupId_First(long, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where groupId = ?.
fetchByGroupId_First(long, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where groupId = ?.
fetchByGroupId_Last(long, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where groupId = ?.
fetchByGroupId_Last(long, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where groupId = ?.
fetchByPrimaryKey(long) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the background task with the primary key or returns null if it could not be found.
fetchByPrimaryKey(long) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the background task with the primary key or returns null if it could not be found.
fetchByPrimaryKeys(Set<Serializable>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
 
fetchByStatus_First(int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where status = ?.
fetchByStatus_First(int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where status = ?.
fetchByStatus_Last(int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where status = ?.
fetchByStatus_Last(int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where status = ?.
fetchByT_S_First(String, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?.
fetchByT_S_First(String, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?.
fetchByT_S_Last(String, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?.
fetchByT_S_Last(String, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?.
fetchFirstBackgroundTask(long, String, boolean, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
fetchFirstBackgroundTask(String, int) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
fetchFirstBackgroundTask(String, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
fetchFirstBackgroundTask(long, String, boolean, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
fetchFirstBackgroundTask(String, int) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
fetchFirstBackgroundTask(String, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
fetchFirstBackgroundTask(long, String, boolean, OrderByComparator<BackgroundTask>) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
fetchFirstBackgroundTask(String, int) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
fetchFirstBackgroundTask(String, int, OrderByComparator<BackgroundTask>) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
findAll() - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks.
findAll(int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks.
findAll(int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks.
findAll(int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks.
findAll() - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks.
findAll(int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks.
findAll(int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks.
findAll(int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks.
findByCompanyId(long) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where companyId = ?.
findByCompanyId(long, int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where companyId = ?.
findByCompanyId(long, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where companyId = ?.
findByCompanyId(long, int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where companyId = ?.
findByCompanyId(long) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where companyId = ?.
findByCompanyId(long, int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where companyId = ?.
findByCompanyId(long, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where companyId = ?.
findByCompanyId(long, int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where companyId = ?.
findByCompanyId_First(long, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where companyId = ?.
findByCompanyId_First(long, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where companyId = ?.
findByCompanyId_Last(long, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where companyId = ?.
findByCompanyId_Last(long, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where companyId = ?.
findByCompanyId_PrevAndNext(long, long, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the background tasks before and after the current background task in the ordered set where companyId = ?.
findByCompanyId_PrevAndNext(long, long, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the background tasks before and after the current background task in the ordered set where companyId = ?.
findByCompleted(boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where completed = ?.
findByCompleted(boolean, int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where completed = ?.
findByCompleted(boolean, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where completed = ?.
findByCompleted(boolean, int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where completed = ?.
findByCompleted(boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where completed = ?.
findByCompleted(boolean, int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where completed = ?.
findByCompleted(boolean, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where completed = ?.
findByCompleted(boolean, int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where completed = ?.
findByCompleted_First(boolean, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where completed = ?.
findByCompleted_First(boolean, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where completed = ?.
findByCompleted_Last(boolean, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where completed = ?.
findByCompleted_Last(boolean, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where completed = ?.
findByCompleted_PrevAndNext(long, boolean, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the background tasks before and after the current background task in the ordered set where completed = ?.
findByCompleted_PrevAndNext(long, boolean, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the background tasks before and after the current background task in the ordered set where completed = ?.
findByG_N_T(long, String, String) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?.
findByG_N_T(long, String, String, int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?.
findByG_N_T(long, String, String, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?.
findByG_N_T(long, String, String, int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?.
findByG_N_T(long[], String, String[]) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where groupId = any ? and name = ? and taskExecutorClassName = any ?.
findByG_N_T(long[], String, String[], int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where groupId = any ? and name = ? and taskExecutorClassName = any ?.
findByG_N_T(long[], String, String[], int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = any ? and name = ? and taskExecutorClassName = any ?.
findByG_N_T(long[], String, String[], int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?, optionally using the finder cache.
findByG_N_T(long, String, String) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?.
findByG_N_T(long, String, String, int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?.
findByG_N_T(long, String, String, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?.
findByG_N_T(long, String, String, int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?.
findByG_N_T(long[], String, String[]) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where groupId = any ? and name = ? and taskExecutorClassName = any ?.
findByG_N_T(long[], String, String[], int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where groupId = any ? and name = ? and taskExecutorClassName = any ?.
findByG_N_T(long[], String, String[], int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = any ? and name = ? and taskExecutorClassName = any ?.
findByG_N_T(long[], String, String[], int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ?, optionally using the finder cache.
findByG_N_T_C(long, String, String, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C(long, String, String, boolean, int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C(long, String, String, boolean, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C(long, String, String, boolean, int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C(long[], String, String, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where groupId = any ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C(long[], String, String, boolean, int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where groupId = any ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C(long[], String, String, boolean, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = any ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C(long[], String, String, boolean, int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?, optionally using the finder cache.
findByG_N_T_C(long, String, String, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C(long, String, String, boolean, int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C(long, String, String, boolean, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C(long, String, String, boolean, int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C(long[], String, String, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where groupId = any ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C(long[], String, String, boolean, int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where groupId = any ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C(long[], String, String, boolean, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = any ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C(long[], String, String, boolean, int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?, optionally using the finder cache.
findByG_N_T_C_First(long, String, String, boolean, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C_First(long, String, String, boolean, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C_Last(long, String, String, boolean, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C_Last(long, String, String, boolean, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C_PrevAndNext(long, long, String, String, boolean, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_C_PrevAndNext(long, long, String, String, boolean, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ?.
findByG_N_T_First(long, String, String, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
findByG_N_T_First(long, String, String, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
findByG_N_T_Last(long, String, String, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
findByG_N_T_Last(long, String, String, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
findByG_N_T_PrevAndNext(long, long, String, String, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
findByG_N_T_PrevAndNext(long, long, String, String, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and name = ? and taskExecutorClassName = ?.
findByG_S(long, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where groupId = ? and status = ?.
findByG_S(long, int, int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where groupId = ? and status = ?.
findByG_S(long, int, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and status = ?.
findByG_S(long, int, int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and status = ?.
findByG_S(long, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where groupId = ? and status = ?.
findByG_S(long, int, int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where groupId = ? and status = ?.
findByG_S(long, int, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and status = ?.
findByG_S(long, int, int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and status = ?.
findByG_S_First(long, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where groupId = ? and status = ?.
findByG_S_First(long, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where groupId = ? and status = ?.
findByG_S_Last(long, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where groupId = ? and status = ?.
findByG_S_Last(long, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where groupId = ? and status = ?.
findByG_S_PrevAndNext(long, long, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and status = ?.
findByG_S_PrevAndNext(long, long, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and status = ?.
findByG_T(long, String) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where groupId = ? and taskExecutorClassName = ?.
findByG_T(long, String, int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where groupId = ? and taskExecutorClassName = ?.
findByG_T(long, String, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ?.
findByG_T(long, String, int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ?.
findByG_T(long[], String[]) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where groupId = any ? and taskExecutorClassName = any ?.
findByG_T(long[], String[], int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where groupId = any ? and taskExecutorClassName = any ?.
findByG_T(long[], String[], int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = any ? and taskExecutorClassName = any ?.
findByG_T(long[], String[], int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ?, optionally using the finder cache.
findByG_T(long, String) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where groupId = ? and taskExecutorClassName = ?.
findByG_T(long, String, int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where groupId = ? and taskExecutorClassName = ?.
findByG_T(long, String, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ?.
findByG_T(long, String, int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ?.
findByG_T(long[], String[]) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where groupId = any ? and taskExecutorClassName = any ?.
findByG_T(long[], String[], int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where groupId = any ? and taskExecutorClassName = any ?.
findByG_T(long[], String[], int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = any ? and taskExecutorClassName = any ?.
findByG_T(long[], String[], int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ?, optionally using the finder cache.
findByG_T_C(long[], String[], Boolean, int, int, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskFinder
 
findByG_T_C(long, String, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?.
findByG_T_C(long, String, boolean, int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?.
findByG_T_C(long, String, boolean, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?.
findByG_T_C(long, String, boolean, int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?.
findByG_T_C(long[], String[], boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where groupId = any ? and taskExecutorClassName = any ? and completed = ?.
findByG_T_C(long[], String[], boolean, int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where groupId = any ? and taskExecutorClassName = any ? and completed = ?.
findByG_T_C(long[], String[], boolean, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = any ? and taskExecutorClassName = any ? and completed = ?.
findByG_T_C(long[], String[], boolean, int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?, optionally using the finder cache.
findByG_T_C(long, String, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?.
findByG_T_C(long, String, boolean, int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?.
findByG_T_C(long, String, boolean, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?.
findByG_T_C(long, String, boolean, int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?.
findByG_T_C(long[], String[], boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where groupId = any ? and taskExecutorClassName = any ? and completed = ?.
findByG_T_C(long[], String[], boolean, int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where groupId = any ? and taskExecutorClassName = any ? and completed = ?.
findByG_T_C(long[], String[], boolean, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = any ? and taskExecutorClassName = any ? and completed = ?.
findByG_T_C(long[], String[], boolean, int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ?, optionally using the finder cache.
findByG_T_C_First(long, String, boolean, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
findByG_T_C_First(long, String, boolean, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
findByG_T_C_Last(long, String, boolean, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
findByG_T_C_Last(long, String, boolean, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
findByG_T_C_PrevAndNext(long, long, String, boolean, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
findByG_T_C_PrevAndNext(long, long, String, boolean, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and completed = ?.
findByG_T_First(long, String, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
findByG_T_First(long, String, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
findByG_T_Last(long, String, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
findByG_T_Last(long, String, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
findByG_T_PrevAndNext(long, long, String, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
findByG_T_PrevAndNext(long, long, String, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ?.
findByG_T_S(long, String, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?.
findByG_T_S(long, String, int, int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?.
findByG_T_S(long, String, int, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?.
findByG_T_S(long, String, int, int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?.
findByG_T_S(long, String[], int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where groupId = ? and taskExecutorClassName = any ? and status = ?.
findByG_T_S(long, String[], int, int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and status = ?.
findByG_T_S(long, String[], int, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and status = ?.
findByG_T_S(long, String[], int, int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?, optionally using the finder cache.
findByG_T_S(long, String, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?.
findByG_T_S(long, String, int, int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?.
findByG_T_S(long, String, int, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?.
findByG_T_S(long, String, int, int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?.
findByG_T_S(long, String[], int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where groupId = ? and taskExecutorClassName = any ? and status = ?.
findByG_T_S(long, String[], int, int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and status = ?.
findByG_T_S(long, String[], int, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = any ? and status = ?.
findByG_T_S(long, String[], int, int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ?, optionally using the finder cache.
findByG_T_S_First(long, String, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
findByG_T_S_First(long, String, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
findByG_T_S_Last(long, String, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
findByG_T_S_Last(long, String, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
findByG_T_S_PrevAndNext(long, long, String, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
findByG_T_S_PrevAndNext(long, long, String, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the background tasks before and after the current background task in the ordered set where groupId = ? and taskExecutorClassName = ? and status = ?.
findByGroupId(long) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where groupId = ?.
findByGroupId(long, int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where groupId = ?.
findByGroupId(long, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ?.
findByGroupId(long, int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where groupId = ?.
findByGroupId(long) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where groupId = ?.
findByGroupId(long, int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where groupId = ?.
findByGroupId(long, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ?.
findByGroupId(long, int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where groupId = ?.
findByGroupId_First(long, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where groupId = ?.
findByGroupId_First(long, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where groupId = ?.
findByGroupId_Last(long, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where groupId = ?.
findByGroupId_Last(long, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where groupId = ?.
findByGroupId_PrevAndNext(long, long, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the background tasks before and after the current background task in the ordered set where groupId = ?.
findByGroupId_PrevAndNext(long, long, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the background tasks before and after the current background task in the ordered set where groupId = ?.
findByPrimaryKey(long) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the background task with the primary key or throws a NoSuchBackgroundTaskException if it could not be found.
findByPrimaryKey(long) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the background task with the primary key or throws a NoSuchBackgroundTaskException if it could not be found.
findByStatus(int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where status = ?.
findByStatus(int, int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where status = ?.
findByStatus(int, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where status = ?.
findByStatus(int, int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where status = ?.
findByStatus(int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where status = ?.
findByStatus(int, int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where status = ?.
findByStatus(int, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where status = ?.
findByStatus(int, int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where status = ?.
findByStatus_First(int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where status = ?.
findByStatus_First(int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where status = ?.
findByStatus_Last(int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where status = ?.
findByStatus_Last(int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where status = ?.
findByStatus_PrevAndNext(long, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the background tasks before and after the current background task in the ordered set where status = ?.
findByStatus_PrevAndNext(long, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the background tasks before and after the current background task in the ordered set where status = ?.
findByT_S(String, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where taskExecutorClassName = ? and status = ?.
findByT_S(String, int, int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where taskExecutorClassName = ? and status = ?.
findByT_S(String, int, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where taskExecutorClassName = ? and status = ?.
findByT_S(String, int, int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where taskExecutorClassName = ? and status = ?.
findByT_S(String[], int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns all the background tasks where taskExecutorClassName = any ? and status = ?.
findByT_S(String[], int, int, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns a range of all the background tasks where taskExecutorClassName = any ? and status = ?.
findByT_S(String[], int, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where taskExecutorClassName = any ? and status = ?.
findByT_S(String[], int, int, int, OrderByComparator<BackgroundTask>, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns an ordered range of all the background tasks where taskExecutorClassName = ? and status = ?, optionally using the finder cache.
findByT_S(String, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where taskExecutorClassName = ? and status = ?.
findByT_S(String, int, int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where taskExecutorClassName = ? and status = ?.
findByT_S(String, int, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where taskExecutorClassName = ? and status = ?.
findByT_S(String, int, int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where taskExecutorClassName = ? and status = ?.
findByT_S(String[], int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns all the background tasks where taskExecutorClassName = any ? and status = ?.
findByT_S(String[], int, int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns a range of all the background tasks where taskExecutorClassName = any ? and status = ?.
findByT_S(String[], int, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where taskExecutorClassName = any ? and status = ?.
findByT_S(String[], int, int, int, OrderByComparator<BackgroundTask>, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns an ordered range of all the background tasks where taskExecutorClassName = ? and status = ?, optionally using the finder cache.
findByT_S_First(String, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?.
findByT_S_First(String, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the first background task in the ordered set where taskExecutorClassName = ? and status = ?.
findByT_S_Last(String, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?.
findByT_S_Last(String, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the last background task in the ordered set where taskExecutorClassName = ? and status = ?.
findByT_S_PrevAndNext(long, String, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Returns the background tasks before and after the current background task in the ordered set where taskExecutorClassName = ? and status = ?.
findByT_S_PrevAndNext(long, String, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Returns the background tasks before and after the current background task in the ordered set where taskExecutorClassName = ? and status = ?.
findWithDynamicQuery(DynamicQuery) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
 
findWithDynamicQuery(DynamicQuery, int, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
 
findWithDynamicQuery(DynamicQuery, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
 

G

getActionableDynamicQuery() - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getActionableDynamicQuery() - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getActionableDynamicQuery() - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getAttachmentsFileEntries() - Method in interface com.liferay.portal.background.task.model.BackgroundTask
 
getAttachmentsFileEntries(int, int) - Method in interface com.liferay.portal.background.task.model.BackgroundTask
 
getAttachmentsFileEntries() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
 
getAttachmentsFileEntries(int, int) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
 
getAttachmentsFileEntriesCount() - Method in interface com.liferay.portal.background.task.model.BackgroundTask
 
getAttachmentsFileEntriesCount() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
 
getAttachmentsFolderId() - Method in interface com.liferay.portal.background.task.model.BackgroundTask
 
getAttachmentsFolderId() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
 
getBackgroundTask(long) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
Returns the background task with the primary key.
getBackgroundTask(long) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
Returns the background task with the primary key.
getBackgroundTask(long) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
Returns the background task with the primary key.
getBackgroundTaskId() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the background task ID of this background task.
getBackgroundTaskId() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getBackgroundTaskId() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the background task ID of this background task.
getBackgroundTasks(int, int) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
Returns a range of all the background tasks.
getBackgroundTasks(long, int) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(long, String) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(long, String, boolean, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(long, String, int) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(long, String, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(long, String, String, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(long, String[], int) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(long[], String, String, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(long[], String, String[], int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(long[], String[]) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(long[], String[], boolean) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(long[], String[], boolean, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(long[], String[], int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(String, int) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(String, int, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(String[], int) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(String[], int, int, int, OrderByComparator<BackgroundTask>) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasks(int, int) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
Returns a range of all the background tasks.
getBackgroundTasks(long, int) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(long, String) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(long, String, boolean, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(long, String, int) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(long, String, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(long, String, String, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(long, String[], int) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(long[], String, String, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(long[], String, String[], int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(long[], String[]) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(long[], String[], boolean) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(long[], String[], boolean, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(long[], String[], int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(String, int) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(String, int, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(String[], int) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(String[], int, int, int, OrderByComparator<BackgroundTask>) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasks(int, int) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
Returns a range of all the background tasks.
getBackgroundTasks(long, int) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasks(long, String) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasks(long, String, boolean, int, int, OrderByComparator<BackgroundTask>) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasks(long, String, int) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasks(long, String, int, int, OrderByComparator<BackgroundTask>) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasks(long, String, String, int, int, OrderByComparator<BackgroundTask>) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasks(long, String[], int) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasks(long[], String, String, int, int, OrderByComparator<BackgroundTask>) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasks(long[], String, String[], int, int, OrderByComparator<BackgroundTask>) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasks(long[], String[]) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasks(long[], String[], boolean) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasks(long[], String[], boolean, int, int, OrderByComparator<BackgroundTask>) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasks(long[], String[], int, int, OrderByComparator<BackgroundTask>) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasks(String, int) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasks(String, int, int, int, OrderByComparator<BackgroundTask>) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasks(String[], int) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasks(String[], int, int, int, OrderByComparator<BackgroundTask>) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasksByDuration(long[], String[], boolean, int, int, boolean) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasksByDuration(long[], String[], int, int, boolean) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasksByDuration(long[], String[], boolean, int, int, boolean) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasksByDuration(long[], String[], int, int, boolean) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasksByDuration(long[], String[], boolean, int, int, boolean) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasksByDuration(long[], String[], int, int, boolean) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasksCount() - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
Returns the number of background tasks.
getBackgroundTasksCount(long, String) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasksCount(long, String, boolean) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasksCount(long, String, String) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasksCount(long, String, String, boolean) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasksCount(long[], String, String) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasksCount(long[], String, String, boolean) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasksCount(long[], String, String[]) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasksCount(long[], String[]) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasksCount(long[], String[], boolean) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTasksCount() - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
Returns the number of background tasks.
getBackgroundTasksCount(long, String) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasksCount(long, String, boolean) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasksCount(long, String, String) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasksCount(long, String, String, boolean) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasksCount(long[], String, String) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasksCount(long[], String, String, boolean) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasksCount(long[], String, String[]) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasksCount(long[], String[]) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasksCount(long[], String[], boolean) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTasksCount() - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
Returns the number of background tasks.
getBackgroundTasksCount(long, String) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasksCount(long, String, boolean) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasksCount(long, String, String) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasksCount(long, String, String, boolean) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasksCount(long[], String, String) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasksCount(long[], String, String, boolean) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasksCount(long[], String, String[]) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasksCount(long[], String[]) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasksCount(long[], String[], boolean) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTasksCount(long, String, boolean) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskService
NOTE FOR DEVELOPERS: Never modify or reference this interface directly.
getBackgroundTasksCount(long, String, String) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskService
 
getBackgroundTasksCount(long, String, boolean) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskServiceUtil
NOTE FOR DEVELOPERS: Never modify or reference this interface directly.
getBackgroundTasksCount(long, String, String) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskServiceUtil
 
getBackgroundTasksCount(long, String, boolean) - Method in class com.liferay.portal.background.task.service.BackgroundTaskServiceWrapper
NOTE FOR DEVELOPERS: Never modify or reference this interface directly.
getBackgroundTasksCount(long, String, String) - Method in class com.liferay.portal.background.task.service.BackgroundTaskServiceWrapper
 
getBackgroundTaskStatusJSON(long) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getBackgroundTaskStatusJSON(long) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getBackgroundTaskStatusJSON(long) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getBackgroundTaskStatusJSON(long) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskService
 
getBackgroundTaskStatusJSON(long) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskServiceUtil
 
getBackgroundTaskStatusJSON(long) - Method in class com.liferay.portal.background.task.service.BackgroundTaskServiceWrapper
 
getCompanyId() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the company ID of this background task.
getCompanyId() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getCompanyId() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the company ID of this background task.
getCompleted() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the completed of this background task.
getCompleted() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getCompleted() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the completed of this background task.
getCompletionDate() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the completion date of this background task.
getCompletionDate() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getCompletionDate() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the completion date of this background task.
getCreateDate() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the create date of this background task.
getCreateDate() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getCreateDate() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the create date of this background task.
getGroupId() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the group ID of this background task.
getGroupId() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getGroupId() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the group ID of this background task.
getIndexableActionableDynamicQuery() - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getIndexableActionableDynamicQuery() - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getIndexableActionableDynamicQuery() - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getModelAttributes() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
 
getModifiedDate() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the modified date of this background task.
getModifiedDate() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getModifiedDate() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the modified date of this background task.
getMvccVersion() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the mvcc version of this background task.
getMvccVersion() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getMvccVersion() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the mvcc version of this background task.
getName() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the name of this background task.
getName() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getName() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the name of this background task.
getOSGiServiceIdentifier() - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in interface com.liferay.portal.background.task.service.BackgroundTaskService
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Static method in class com.liferay.portal.background.task.service.BackgroundTaskServiceUtil
Returns the OSGi service identifier.
getOSGiServiceIdentifier() - Method in class com.liferay.portal.background.task.service.BackgroundTaskServiceWrapper
Returns the OSGi service identifier.
getPersistedModel(Serializable) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
getPersistedModel(Serializable) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getPersistedModel(Serializable) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getPersistence() - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
 
getPrimaryKey() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the primary key of this background task.
getPrimaryKey() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getPrimaryKey() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the primary key of this background task.
getService() - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
getService() - Static method in class com.liferay.portal.background.task.service.BackgroundTaskServiceUtil
 
getServletContextNames() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the servlet context names of this background task.
getServletContextNames() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getServletContextNames() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the servlet context names of this background task.
getStatus() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the status of this background task.
getStatus() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getStatus() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the status of this background task.
getStatusLabel() - Method in interface com.liferay.portal.background.task.model.BackgroundTask
 
getStatusLabel() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
 
getStatusMessage() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the status message of this background task.
getStatusMessage() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getStatusMessage() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the status message of this background task.
getTaskContextMap() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the task context map of this background task.
getTaskContextMap() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getTaskContextMap() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the task context map of this background task.
getTaskExecutorClassName() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the task executor class name of this background task.
getTaskExecutorClassName() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getTaskExecutorClassName() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the task executor class name of this background task.
getUserId() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the user ID of this background task.
getUserId() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getUserId() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the user ID of this background task.
getUserName() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the user name of this background task.
getUserName() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
getUserName() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the user name of this background task.
getUserUuid() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns the user uuid of this background task.
getUserUuid() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns the user uuid of this background task.
getWrappedService() - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
getWrappedService() - Method in class com.liferay.portal.background.task.service.BackgroundTaskServiceWrapper
 

I

isCompleted() - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Returns true if this background task is completed.
isCompleted() - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
isCompleted() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Returns true if this background task is completed.
isInProgress() - Method in interface com.liferay.portal.background.task.model.BackgroundTask
 
isInProgress() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
 

N

NoSuchBackgroundTaskException - Exception in com.liferay.portal.background.task.exception
 
NoSuchBackgroundTaskException() - Constructor for exception com.liferay.portal.background.task.exception.NoSuchBackgroundTaskException
 
NoSuchBackgroundTaskException(String) - Constructor for exception com.liferay.portal.background.task.exception.NoSuchBackgroundTaskException
 
NoSuchBackgroundTaskException(String, Throwable) - Constructor for exception com.liferay.portal.background.task.exception.NoSuchBackgroundTaskException
 
NoSuchBackgroundTaskException(Throwable) - Constructor for exception com.liferay.portal.background.task.exception.NoSuchBackgroundTaskException
 

P

persist() - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
NOTE FOR DEVELOPERS: Never modify or reference this class directly.

R

remove(long) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Removes the background task with the primary key from the database.
remove(long) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Removes the background task with the primary key from the database.
removeAll() - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Removes all the background tasks from the database.
removeAll() - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Removes all the background tasks from the database.
removeByCompanyId(long) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Removes all the background tasks where companyId = ? from the database.
removeByCompanyId(long) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Removes all the background tasks where companyId = ? from the database.
removeByCompleted(boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Removes all the background tasks where completed = ? from the database.
removeByCompleted(boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Removes all the background tasks where completed = ? from the database.
removeByG_N_T(long, String, String) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Removes all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? from the database.
removeByG_N_T(long, String, String) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Removes all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? from the database.
removeByG_N_T_C(long, String, String, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Removes all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ? from the database.
removeByG_N_T_C(long, String, String, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Removes all the background tasks where groupId = ? and name = ? and taskExecutorClassName = ? and completed = ? from the database.
removeByG_S(long, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Removes all the background tasks where groupId = ? and status = ? from the database.
removeByG_S(long, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Removes all the background tasks where groupId = ? and status = ? from the database.
removeByG_T(long, String) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Removes all the background tasks where groupId = ? and taskExecutorClassName = ? from the database.
removeByG_T(long, String) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Removes all the background tasks where groupId = ? and taskExecutorClassName = ? from the database.
removeByG_T_C(long, String, boolean) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Removes all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ? from the database.
removeByG_T_C(long, String, boolean) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Removes all the background tasks where groupId = ? and taskExecutorClassName = ? and completed = ? from the database.
removeByG_T_S(long, String, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Removes all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ? from the database.
removeByG_T_S(long, String, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Removes all the background tasks where groupId = ? and taskExecutorClassName = ? and status = ? from the database.
removeByGroupId(long) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Removes all the background tasks where groupId = ? from the database.
removeByGroupId(long) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Removes all the background tasks where groupId = ? from the database.
removeByStatus(int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Removes all the background tasks where status = ? from the database.
removeByStatus(int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Removes all the background tasks where status = ? from the database.
removeByT_S(String, int) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
Removes all the background tasks where taskExecutorClassName = ? and status = ? from the database.
removeByT_S(String, int) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
Removes all the background tasks where taskExecutorClassName = ? and status = ? from the database.
resumeBackgroundTask(long) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
resumeBackgroundTask(long) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
resumeBackgroundTask(long) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 

S

setBackgroundTaskId(long) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the background task ID of this background task.
setBackgroundTaskId(long) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setBackgroundTaskId(long) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the background task ID of this background task.
setCompanyId(long) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the company ID of this background task.
setCompanyId(long) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setCompanyId(long) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the company ID of this background task.
setCompleted(boolean) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets whether this background task is completed.
setCompleted(boolean) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setCompleted(boolean) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets whether this background task is completed.
setCompletionDate(Date) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the completion date of this background task.
setCompletionDate(Date) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setCompletionDate(Date) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the completion date of this background task.
setCreateDate(Date) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the create date of this background task.
setCreateDate(Date) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setCreateDate(Date) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the create date of this background task.
setGroupId(long) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the group ID of this background task.
setGroupId(long) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setGroupId(long) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the group ID of this background task.
setModelAttributes(Map<String, Object>) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
 
setModifiedDate(Date) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the modified date of this background task.
setModifiedDate(Date) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setModifiedDate(Date) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the modified date of this background task.
setMvccVersion(long) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the mvcc version of this background task.
setMvccVersion(long) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setMvccVersion(long) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the mvcc version of this background task.
setName(String) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the name of this background task.
setName(String) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setName(String) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the name of this background task.
setPrimaryKey(long) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the primary key of this background task.
setPrimaryKey(long) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setPrimaryKey(long) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the primary key of this background task.
setServletContextNames(String) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the servlet context names of this background task.
setServletContextNames(String) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setServletContextNames(String) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the servlet context names of this background task.
setStatus(int) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the status of this background task.
setStatus(int) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setStatus(int) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the status of this background task.
setStatusMessage(String) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the status message of this background task.
setStatusMessage(String) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setStatusMessage(String) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the status message of this background task.
setTaskContextMap(Map<String, Serializable>) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the task context map of this background task.
setTaskContextMap(Map<String, Serializable>) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setTaskContextMap(Map<String, Serializable>) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the task context map of this background task.
setTaskExecutorClassName(String) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the task executor class name of this background task.
setTaskExecutorClassName(String) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setTaskExecutorClassName(String) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the task executor class name of this background task.
setUserId(long) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the user ID of this background task.
setUserId(long) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setUserId(long) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the user ID of this background task.
setUserName(String) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the user name of this background task.
setUserName(String) - Method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
setUserName(String) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the user name of this background task.
setUserUuid(String) - Method in interface com.liferay.portal.background.task.model.BackgroundTaskModel
Sets the user uuid of this background task.
setUserUuid(String) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
Sets the user uuid of this background task.
setWrappedService(BackgroundTaskLocalService) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 
setWrappedService(BackgroundTaskService) - Method in class com.liferay.portal.background.task.service.BackgroundTaskServiceWrapper
 

T

toSoapModel(BackgroundTask) - Static method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
toSoapModels(BackgroundTask[]) - Static method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
toSoapModels(BackgroundTask[][]) - Static method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
toSoapModels(List<BackgroundTask>) - Static method in class com.liferay.portal.background.task.model.BackgroundTaskSoap
 
triggerBackgroundTask(long) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
 
triggerBackgroundTask(long) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
 
triggerBackgroundTask(long) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
 

U

update(BackgroundTask) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
 
update(BackgroundTask, ServiceContext) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
 
updateBackgroundTask(BackgroundTask) - Method in interface com.liferay.portal.background.task.service.BackgroundTaskLocalService
Updates the background task in the database or adds it if it does not yet exist.
updateBackgroundTask(BackgroundTask) - Static method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceUtil
Updates the background task in the database or adds it if it does not yet exist.
updateBackgroundTask(BackgroundTask) - Method in class com.liferay.portal.background.task.service.BackgroundTaskLocalServiceWrapper
Updates the background task in the database or adds it if it does not yet exist.
updateImpl(BackgroundTask) - Method in interface com.liferay.portal.background.task.service.persistence.BackgroundTaskPersistence
 
updateImpl(BackgroundTask) - Static method in class com.liferay.portal.background.task.service.persistence.BackgroundTaskUtil
 

W

wrap(BackgroundTask) - Method in class com.liferay.portal.background.task.model.BackgroundTaskWrapper
 
A B C D F G I N P R S T U W 
Skip navigation links