Liferay 7.0-ce-b4

com.liferay.portal.kernel.backgroundtask.display
Class BackgroundTaskDisplayFactoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.backgroundtask.display.BackgroundTaskDisplayFactoryUtil

@ProviderType
public class BackgroundTaskDisplayFactoryUtil
extends Object


Constructor Summary
BackgroundTaskDisplayFactoryUtil()
           
 
Method Summary
static BackgroundTaskDisplay getBackgroundTaskDisplay(BackgroundTask backgroundTask)
           
static BackgroundTaskDisplay getBackgroundTaskDisplay(long backgroundTaskId)
           
static BackgroundTaskDisplayFactory getBackgroundTaskDisplayFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BackgroundTaskDisplayFactoryUtil

public BackgroundTaskDisplayFactoryUtil()
Method Detail

getBackgroundTaskDisplay

public static BackgroundTaskDisplay getBackgroundTaskDisplay(BackgroundTask backgroundTask)

getBackgroundTaskDisplay

public static BackgroundTaskDisplay getBackgroundTaskDisplay(long backgroundTaskId)

getBackgroundTaskDisplayFactory

public static BackgroundTaskDisplayFactory getBackgroundTaskDisplayFactory()

Liferay 7.0-ce-b4