Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.backgroundtask.BackgroundTask

Packages that use BackgroundTask
com.liferay.portal.kernel.backgroundtask   
com.liferay.portal.kernel.backgroundtask.display   
com.liferay.portal.kernel.search   
com.liferay.portlet.backgroundtask.util.comparator   
 

Uses of BackgroundTask in com.liferay.portal.kernel.backgroundtask
 

Methods in com.liferay.portal.kernel.backgroundtask that return BackgroundTask
 BackgroundTask BackgroundTaskManager.addBackgroundTask(long userId, long groupId, String name, String[] servletContextNames, Class<?> taskExecutorClass, Map<String,Serializable> taskContextMap, ServiceContext serviceContext)
           
static BackgroundTask BackgroundTaskManagerUtil.addBackgroundTask(long userId, long groupId, String name, String[] servletContextNames, Class<?> taskExecutorClass, Map<String,Serializable> taskContextMap, ServiceContext serviceContext)
           
 BackgroundTask BackgroundTaskManager.addBackgroundTask(long userId, long groupId, String name, String taskExecutorClassName, Map<String,Serializable> taskContextMap, ServiceContext serviceContext)
           
static BackgroundTask BackgroundTaskManagerUtil.addBackgroundTask(long userId, long groupId, String name, String taskExecutorClassName, Map<String,Serializable> taskContextMap, ServiceContext serviceContext)
           
 BackgroundTask BackgroundTaskManager.amendBackgroundTask(long backgroundTaskId, Map<String,Serializable> taskContextMap, int status, ServiceContext serviceContext)
           
static BackgroundTask BackgroundTaskManagerUtil.amendBackgroundTask(long backgroundTaskId, Map<String,Serializable> taskContextMap, int status, ServiceContext serviceContext)
           
 BackgroundTask BackgroundTaskManager.amendBackgroundTask(long backgroundTaskId, Map<String,Serializable> taskContextMap, int status, String statusMessage, ServiceContext serviceContext)
           
static BackgroundTask BackgroundTaskManagerUtil.amendBackgroundTask(long backgroundTaskId, Map<String,Serializable> taskContextMap, int status, String statusMessage, ServiceContext serviceContext)
           
 BackgroundTask BackgroundTaskManager.deleteBackgroundTask(long backgroundTaskId)
           
static BackgroundTask BackgroundTaskManagerUtil.deleteBackgroundTask(long backgroundTaskId)
           
 BackgroundTask BackgroundTaskManager.fetchBackgroundTask(long backgroundTaskId)
           
static BackgroundTask BackgroundTaskManagerUtil.fetchBackgroundTask(long backgroundTaskId)
           
 BackgroundTask BackgroundTaskManager.fetchFirstBackgroundTask(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
           
static BackgroundTask BackgroundTaskManagerUtil.fetchFirstBackgroundTask(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
           
 BackgroundTask BackgroundTaskManager.fetchFirstBackgroundTask(String taskExecutorClassName, int status)
           
static BackgroundTask BackgroundTaskManagerUtil.fetchFirstBackgroundTask(String taskExecutorClassName, int status)
           
 BackgroundTask BackgroundTaskManager.fetchFirstBackgroundTask(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
           
static BackgroundTask BackgroundTaskManagerUtil.fetchFirstBackgroundTask(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
           
 BackgroundTask BackgroundTaskManager.getBackgroundTask(long backgroundTaskId)
           
static BackgroundTask BackgroundTaskManagerUtil.getBackgroundTask(long backgroundTaskId)
           
 

Methods in com.liferay.portal.kernel.backgroundtask that return types with arguments of type BackgroundTask
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long[] groupIds, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long[] groupIds, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long groupId, int status)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, int status)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long groupId, String taskExecutorClassName)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String taskExecutorClassName)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long groupId, String[] taskExecutorClassNames)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String[] taskExecutorClassNames)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int status)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int status)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long groupId, String taskExecutorClassName, int status)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String taskExecutorClassName, int status)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(String[] taskExecutorClassNames, int status)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(String[] taskExecutorClassNames, int status)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(String taskExecutorClassName, int status)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(String taskExecutorClassName, int status)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 

Methods in com.liferay.portal.kernel.backgroundtask with parameters of type BackgroundTask
protected  Lock SerialBackgroundTaskExecutor.acquireLock(BackgroundTask backgroundTask)
           
 void BackgroundTaskManager.cleanUpBackgroundTask(BackgroundTask backgroundTask, int status)
           
static void BackgroundTaskManagerUtil.cleanUpBackgroundTask(BackgroundTask backgroundTask, int status)
           
 BackgroundTaskResult BackgroundTaskExecutor.execute(BackgroundTask backgroundTask)
           
 BackgroundTaskResult DelegatingBackgroundTaskExecutor.execute(BackgroundTask backgroundTask)
           
 BackgroundTaskResult SerialBackgroundTaskExecutor.execute(BackgroundTask backgroundTask)
           
 BackgroundTaskResult ClassLoaderAwareBackgroundTaskExecutor.execute(BackgroundTask backgroundTask)
           
 BackgroundTaskResult ThreadLocalAwareBackgroundTaskExecutor.execute(BackgroundTask backgroundTask)
           
 BackgroundTaskDisplay BackgroundTaskExecutor.getBackgroundTaskDisplay(BackgroundTask backgroundTask)
           
 BackgroundTaskDisplay DelegatingBackgroundTaskExecutor.getBackgroundTaskDisplay(BackgroundTask backgroundTask)
           
protected  Locale BaseBackgroundTaskExecutor.getLocale(BackgroundTask backgroundTask)
           
protected static String BackgroundTaskLockHelperUtil.getLockKey(BackgroundTask backgroundTask)
           
 String BackgroundTaskExecutor.handleException(BackgroundTask backgroundTask, Exception e)
           
 String BaseBackgroundTaskExecutor.handleException(BackgroundTask backgroundTask, Exception e)
           
 String DelegatingBackgroundTaskExecutor.handleException(BackgroundTask backgroundTask, Exception e)
           
static boolean BackgroundTaskLockHelperUtil.isLockedBackgroundTask(BackgroundTask backgroundTask)
           
static Lock BackgroundTaskLockHelperUtil.lockBackgroundTask(BackgroundTask backgroundTask)
           
static void BackgroundTaskLockHelperUtil.unlockBackgroundTask(BackgroundTask backgroundTask)
           
 

Method parameters in com.liferay.portal.kernel.backgroundtask with type arguments of type BackgroundTask
 BackgroundTask BackgroundTaskManager.fetchFirstBackgroundTask(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
           
static BackgroundTask BackgroundTaskManagerUtil.fetchFirstBackgroundTask(long groupId, String taskExecutorClassName, boolean completed, OrderByComparator<BackgroundTask> orderByComparator)
           
 BackgroundTask BackgroundTaskManager.fetchFirstBackgroundTask(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
           
static BackgroundTask BackgroundTaskManagerUtil.fetchFirstBackgroundTask(String taskExecutorClassName, int status, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long[] groupIds, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long[] groupIds, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String[] taskExecutorClassNames, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(long groupId, String name, String taskExecutorClassName, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(String[] taskExecutorClassNames, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 List<BackgroundTask> BackgroundTaskManager.getBackgroundTasks(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
static List<BackgroundTask> BackgroundTaskManagerUtil.getBackgroundTasks(String taskExecutorClassName, int status, int start, int end, OrderByComparator<BackgroundTask> orderByComparator)
           
 

Uses of BackgroundTask in com.liferay.portal.kernel.backgroundtask.display
 

Fields in com.liferay.portal.kernel.backgroundtask.display declared as BackgroundTask
protected  BackgroundTask BaseBackgroundTaskDisplay.backgroundTask
           
 

Methods in com.liferay.portal.kernel.backgroundtask.display with parameters of type BackgroundTask
static BackgroundTaskDisplay BackgroundTaskDisplayFactoryUtil.getBackgroundTaskDisplay(BackgroundTask backgroundTask)
           
 BackgroundTaskDisplay BackgroundTaskDisplayFactory.getBackgroundTaskDisplay(BackgroundTask backgroundTask)
           
 

Constructors in com.liferay.portal.kernel.backgroundtask.display with parameters of type BackgroundTask
BaseBackgroundTaskDisplay(BackgroundTask backgroundTask)
           
 

Uses of BackgroundTask in com.liferay.portal.kernel.search
 

Methods in com.liferay.portal.kernel.search that return BackgroundTask
static BackgroundTask IndexWriterHelperUtil.reindex(long userId, String jobName, long[] companyIds, Map<String,Serializable> taskContextMap)
           
 BackgroundTask IndexWriterHelper.reindex(long userId, String jobName, long[] companyIds, Map<String,Serializable> taskContextMap)
           
static BackgroundTask IndexWriterHelperUtil.reindex(long userId, String jobName, long[] companyIds, String className, Map<String,Serializable> taskContextMap)
           
 BackgroundTask IndexWriterHelper.reindex(long userId, String jobName, long[] companyIds, String className, Map<String,Serializable> taskContextMap)
           
 

Uses of BackgroundTask in com.liferay.portlet.backgroundtask.util.comparator
 

Methods in com.liferay.portlet.backgroundtask.util.comparator that return types with arguments of type BackgroundTask
static OrderByComparator<BackgroundTask> BackgroundTaskComparatorFactoryUtil.getBackgroundTaskOrderByComparator(String orderByCol, String orderByType)
           
 

Methods in com.liferay.portlet.backgroundtask.util.comparator with parameters of type BackgroundTask
 int BackgroundTaskCreateDateComparator.compare(BackgroundTask backgroundTask1, BackgroundTask backgroundTask2)
           
 int BackgroundTaskCompletionDateComparator.compare(BackgroundTask backgroundTask1, BackgroundTask backgroundTask2)
           
 


Liferay 7.0-ce-b4