Liferay 7.0-ce-m6

com.liferay.portlet.documentlibrary.trash
Class DLFileShortcutTrashRenderer

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

public class DLFileShortcutTrashRenderer
extends BaseTrashRenderer


Field Summary
static String TYPE
           
 
Constructor Summary
DLFileShortcutTrashRenderer(FileShortcut fileShortcut)
           
 
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()
           
 String render(PortletRequest portletRequest, PortletResponse portletResponse, String template)
           
 
Methods inherited from class com.liferay.portal.kernel.trash.BaseTrashRenderer
getIconPath, getNewName, getSummary, 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

DLFileShortcutTrashRenderer

public DLFileShortcutTrashRenderer(FileShortcut fileShortcut)
                            throws PortalException
Throws:
PortalException
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()

render

public String render(PortletRequest portletRequest,
                     PortletResponse portletResponse,
                     String template)
              throws Exception
Specified by:
render in interface Renderer
Overrides:
render in class BaseTrashRenderer
Throws:
Exception

Liferay 7.0-ce-m6