Liferay 7.0-ga1 portal-kernel

com.liferay.portal.kernel.backgroundtask.display
Interface BackgroundTaskDisplay

All Superinterfaces:
Serializable
All Known Implementing Classes:
BaseBackgroundTaskDisplay

public interface BackgroundTaskDisplay
extends Serializable


Method Summary
 int getPercentage()
           
 int getStatus()
           
 String getStatusLabel()
           
 String getStatusLabel(Locale locale)
           
 boolean hasPercentage()
           
 String renderDisplayTemplate()
           
 String renderDisplayTemplate(Locale locale)
           
 

Method Detail

getPercentage

int getPercentage()

getStatus

int getStatus()

getStatusLabel

String getStatusLabel()

getStatusLabel

String getStatusLabel(Locale locale)

hasPercentage

boolean hasPercentage()

renderDisplayTemplate

String renderDisplayTemplate()

renderDisplayTemplate

String renderDisplayTemplate(Locale locale)

Liferay 7.0-ga1 portal-kernel