Liferay 6.2-ce-ga5

com.liferay.portal.kernel.backgroundtask
Class BackgroundTaskConstants

java.lang.Object
  extended by com.liferay.portal.kernel.backgroundtask.BackgroundTaskConstants

public class BackgroundTaskConstants
extends Object


Field Summary
static String LABEL_CANCELLED
           
static String LABEL_FAILED
           
static String LABEL_IN_PROGRESS
           
static String LABEL_NEW
           
static String LABEL_QUEUED
           
static String LABEL_SUCCESSFUL
           
static int STATUS_CANCELLED
           
static int STATUS_FAILED
           
static int STATUS_IN_PROGRESS
           
static int STATUS_NEW
           
static int STATUS_QUEUED
           
static int STATUS_SUCCESSFUL
           
 
Constructor Summary
BackgroundTaskConstants()
           
 
Method Summary
static String getStatusCssClass(int status)
           
static String getStatusLabel(int status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LABEL_CANCELLED

public static final String LABEL_CANCELLED
See Also:
Constant Field Values

LABEL_FAILED

public static final String LABEL_FAILED
See Also:
Constant Field Values

LABEL_IN_PROGRESS

public static final String LABEL_IN_PROGRESS
See Also:
Constant Field Values

LABEL_NEW

public static final String LABEL_NEW
See Also:
Constant Field Values

LABEL_QUEUED

public static final String LABEL_QUEUED
See Also:
Constant Field Values

LABEL_SUCCESSFUL

public static final String LABEL_SUCCESSFUL
See Also:
Constant Field Values

STATUS_CANCELLED

public static final int STATUS_CANCELLED
See Also:
Constant Field Values

STATUS_FAILED

public static final int STATUS_FAILED
See Also:
Constant Field Values

STATUS_IN_PROGRESS

public static final int STATUS_IN_PROGRESS
See Also:
Constant Field Values

STATUS_NEW

public static final int STATUS_NEW
See Also:
Constant Field Values

STATUS_QUEUED

public static final int STATUS_QUEUED
See Also:
Constant Field Values

STATUS_SUCCESSFUL

public static final int STATUS_SUCCESSFUL
See Also:
Constant Field Values
Constructor Detail

BackgroundTaskConstants

public BackgroundTaskConstants()
Method Detail

getStatusCssClass

public static String getStatusCssClass(int status)

getStatusLabel

public static String getStatusLabel(int status)

Liferay 6.2-ce-ga5