Liferay 6.1.2-ce-ga3

com.liferay.portlet.blogs.workflow
Class BlogsEntryWorkflowHandler

java.lang.Object
  extended by com.liferay.portal.kernel.workflow.BaseWorkflowHandler
      extended by com.liferay.portlet.blogs.workflow.BlogsEntryWorkflowHandler
All Implemented Interfaces:
WorkflowHandler

public class BlogsEntryWorkflowHandler
extends BaseWorkflowHandler


Field Summary
static String CLASS_NAME
           
 
Constructor Summary
BlogsEntryWorkflowHandler()
           
 
Method Summary
 String getClassName()
           
protected  String getIconPath(ThemeDisplay themeDisplay)
           
 String getType(Locale locale)
           
 BlogsEntry updateStatus(int status, Map<String,Serializable> workflowContext)
           
 
Methods inherited from class com.liferay.portal.kernel.workflow.BaseWorkflowHandler
getAssetRenderer, getAssetRendererFactory, getIconPath, getSummary, getTitle, getURLEdit, getURLViewInContext, getWorkflowDefinitionLink, isAssetTypeSearchable, isScopeable, isVisible, 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

BlogsEntryWorkflowHandler

public BlogsEntryWorkflowHandler()
Method Detail

getClassName

public String getClassName()

getType

public String getType(Locale locale)

updateStatus

public BlogsEntry 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.1.2-ce-ga3