com.liferay.portlet.asset.model
Interface AssetRenderer
- All Known Implementing Classes:
- BaseAssetRenderer
public interface AssetRenderer
- Author:
- Jorge Ferrer, Juan Fernández
TEMPLATE_ABSTRACT
static final java.lang.String TEMPLATE_ABSTRACT
- See Also:
- Constant Field Values
TEMPLATE_FULL_CONTENT
static final java.lang.String TEMPLATE_FULL_CONTENT
- See Also:
- Constant Field Values
getAvailableLocales
java.lang.String[] getAvailableLocales()
throws java.lang.Exception
- Throws:
java.lang.Exception
getClassPK
long getClassPK()
getDiscussionPath
java.lang.String getDiscussionPath()
getGroupId
long getGroupId()
getIconPath
java.lang.String getIconPath(javax.portlet.PortletRequest portletRequest)
getSummary
java.lang.String getSummary(java.util.Locale locale)
getTitle
java.lang.String getTitle(java.util.Locale locale)
getURLEdit
javax.portlet.PortletURL getURLEdit(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse)
throws java.lang.Exception
- Throws:
java.lang.Exception
getURLExport
javax.portlet.PortletURL getURLExport(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse)
throws java.lang.Exception
- Throws:
java.lang.Exception
getUrlTitle
java.lang.String getUrlTitle()
getURLView
javax.portlet.PortletURL getURLView(LiferayPortletResponse liferayPortletResponse,
javax.portlet.WindowState windowState)
throws java.lang.Exception
- Throws:
java.lang.Exception
getURLViewInContext
java.lang.String getURLViewInContext(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse,
java.lang.String noSuchEntryRedirect)
throws java.lang.Exception
- Throws:
java.lang.Exception
getUserId
long getUserId()
getUserName
java.lang.String getUserName()
getUuid
java.lang.String getUuid()
getViewInContextMessage
java.lang.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()
isDisplayable
boolean isDisplayable()
isLocalizable
boolean isLocalizable()
isPreviewInContext
boolean isPreviewInContext()
isPrintable
boolean isPrintable()
render
java.lang.String render(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse,
java.lang.String template)
throws java.lang.Exception
- Throws:
java.lang.Exception