Liferay 6.0.5

com.liferay.portlet.messageboards.workflow
Class MBMessageWorkflowHandler

java.lang.Object
  extended by com.liferay.portal.kernel.workflow.BaseWorkflowHandler
      extended by com.liferay.portlet.messageboards.workflow.MBMessageWorkflowHandler
All Implemented Interfaces:
WorkflowHandler
Direct Known Subclasses:
MBDiscussionWorkflowHandler

public class MBMessageWorkflowHandler
extends BaseWorkflowHandler


Field Summary
static String CLASS_NAME
           
 
Constructor Summary
MBMessageWorkflowHandler()
           
 
Method Summary
 String getClassName()
           
protected  String getIconPath(ThemeDisplay themeDisplay)
           
 String getType(Locale locale)
           
 Object updateStatus(int status, Map<String,Serializable> workflowContext)
           
 
Methods inherited from class com.liferay.portal.kernel.workflow.BaseWorkflowHandler
getAssetRenderer, getAssetRendererFactory, getIconPath, getSummary, getTitle, getURLEdit, getURLViewInContext, render, startWorkflowInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

public static final String CLASS_NAME
Constructor Detail

MBMessageWorkflowHandler

public MBMessageWorkflowHandler()
Method Detail

getClassName

public String getClassName()

getType

public String getType(Locale locale)

updateStatus

public Object updateStatus(int status,
                           Map<String,Serializable> workflowContext)
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

getIconPath

protected String getIconPath(ThemeDisplay themeDisplay)
Overrides:
getIconPath in class BaseWorkflowHandler

Liferay 6.0.5