Liferay 7.0-ce-m6

com.liferay.portlet.messageboards.trash
Class MBCategoryTrashRenderer

java.lang.Object
  extended by com.liferay.portal.kernel.trash.BaseTrashRenderer
      extended by com.liferay.portlet.messageboards.trash.MBCategoryTrashRenderer
All Implemented Interfaces:
TrashRenderer, Renderer

public class MBCategoryTrashRenderer
extends BaseTrashRenderer


Field Summary
static String TYPE
           
 
Constructor Summary
MBCategoryTrashRenderer(MBCategory category)
           
 
Method Summary
 String getClassName()
           
 long getClassPK()
           
 String getIconCssClass()
           
 String getIconPath(ThemeDisplay themeDisplay)
           
 String getPortletId()
           
 String getSummary(PortletRequest portletRequest, PortletResponse portletResponse)
           
 String getTitle(Locale locale)
           
 String getType()
           
 
Methods inherited from class com.liferay.portal.kernel.trash.BaseTrashRenderer
getIconPath, getNewName, getSummary, render, renderActions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

MBCategoryTrashRenderer

public MBCategoryTrashRenderer(MBCategory category)
Method Detail

getClassName

public String getClassName()

getClassPK

public long getClassPK()

getIconCssClass

public String getIconCssClass()
Specified by:
getIconCssClass in interface Renderer
Overrides:
getIconCssClass in class BaseTrashRenderer

getIconPath

public String getIconPath(ThemeDisplay themeDisplay)
Overrides:
getIconPath in class BaseTrashRenderer

getPortletId

public String getPortletId()

getSummary

public String getSummary(PortletRequest portletRequest,
                         PortletResponse portletResponse)

getTitle

public String getTitle(Locale locale)

getType

public String getType()

Liferay 7.0-ce-m6