com.liferay.portlet.asset.model
Interface AssetRenderer
- All Known Implementing Classes:
- BaseAssetRenderer, BlogsEntryAssetRenderer, BookmarksEntryAssetRenderer, CalEventAssetRenderer, DLFileEntryAssetRenderer, IGImageAssetRenderer, JournalArticleAssetRenderer, MBDiscussionAssetRenderer, MBMessageAssetRenderer, WikiPageAssetRenderer
public interface AssetRenderer
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
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