Liferay 6.0.5

com.liferay.portlet.asset.model
Interface AssetRenderer

All Known Implementing Classes:
BaseAssetRenderer, BlogsEntryAssetRenderer, BookmarksEntryAssetRenderer, CalEventAssetRenderer, DLFileEntryAssetRenderer, IGImageAssetRenderer, JournalArticleAssetRenderer, MBDiscussionAssetRenderer, MBMessageAssetRenderer, WikiPageAssetRenderer

public interface AssetRenderer


Field Summary
static String TEMPLATE_ABSTRACT
           
static String TEMPLATE_FULL_CONTENT
           
 
Method Summary
 String[] getAvailableLocales()
           
 long getClassPK()
           
 String getDiscussionPath()
           
 long getGroupId()
           
 String getIconPath(PortletRequest portletRequest)
           
 String getSummary()
           
 String getTitle()
           
 PortletURL getURLEdit(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse)
           
 PortletURL getURLExport(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse)
           
 String getUrlTitle()
           
 String getURLViewInContext(LiferayPortletRequest liferayPortletRequest, LiferayPortletResponse liferayPortletResponse, String noSuchEntryRedirect)
           
 long getUserId()
           
 String getUuid()
           
 String getViewInContextMessage()
           
 boolean hasEditPermission(PermissionChecker permissionChecker)
           
 boolean hasViewPermission(PermissionChecker permissionChecker)
           
 boolean isConvertible()
           
 boolean isLocalizable()
           
 boolean isPrintable()
           
 String render(RenderRequest renderRequest, RenderResponse renderResponse, String template)
           
 

Field Detail

TEMPLATE_ABSTRACT

static final String TEMPLATE_ABSTRACT
See Also:
Constant Field Values

TEMPLATE_FULL_CONTENT

static final String TEMPLATE_FULL_CONTENT
See Also:
Constant Field Values
Method Detail

getAvailableLocales

String[] getAvailableLocales()
                             throws Exception
Throws:
Exception

getClassPK

long getClassPK()

getDiscussionPath

String getDiscussionPath()

getGroupId

long getGroupId()

getIconPath

String getIconPath(PortletRequest portletRequest)

getSummary

String getSummary()

getTitle

String getTitle()

getURLEdit

PortletURL getURLEdit(LiferayPortletRequest liferayPortletRequest,
                      LiferayPortletResponse liferayPortletResponse)
                      throws Exception
Throws:
Exception

getURLExport

PortletURL getURLExport(LiferayPortletRequest liferayPortletRequest,
                        LiferayPortletResponse liferayPortletResponse)
                        throws Exception
Throws:
Exception

getUrlTitle

String getUrlTitle()

getUuid

String getUuid()

getURLViewInContext

String getURLViewInContext(LiferayPortletRequest liferayPortletRequest,
                           LiferayPortletResponse liferayPortletResponse,
                           String noSuchEntryRedirect)
                           throws Exception
Throws:
Exception

getUserId

long getUserId()

getViewInContextMessage

String getViewInContextMessage()

hasEditPermission

boolean hasEditPermission(PermissionChecker permissionChecker)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

hasViewPermission

boolean hasViewPermission(PermissionChecker permissionChecker)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

isConvertible

boolean isConvertible()

isLocalizable

boolean isLocalizable()

isPrintable

boolean isPrintable()

render

String render(RenderRequest renderRequest,
              RenderResponse renderResponse,
              String template)
              throws Exception
Throws:
Exception

Liferay 6.0.5