com.liferay.portlet.blogs.asset
Class BlogsEntryAssetRenderer
java.lang.Object
com.liferay.portlet.asset.model.BaseAssetRenderer
com.liferay.portlet.blogs.asset.BlogsEntryAssetRenderer
- All Implemented Interfaces:
- com.liferay.portlet.asset.model.AssetRenderer
public class BlogsEntryAssetRenderer
- extends com.liferay.portlet.asset.model.BaseAssetRenderer
View Source
- Author:
- Jorge Ferrer
Fields inherited from interface com.liferay.portlet.asset.model.AssetRenderer |
TEMPLATE_ABSTRACT, TEMPLATE_FULL_CONTENT |
Method Summary |
long |
getClassPK()
|
java.lang.String |
getDiscussionPath()
|
long |
getGroupId()
|
java.lang.String |
getSummary()
|
java.lang.String |
getTitle()
|
javax.portlet.PortletURL |
getURLEdit(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest,
com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse)
|
java.lang.String |
getUrlTitle()
|
java.lang.String |
getURLViewInContext(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest,
com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse,
java.lang.String noSuchEntryRedirect)
|
long |
getUserId()
|
boolean |
isPrintable()
|
java.lang.String |
render(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse,
java.lang.String template)
|
Methods inherited from class com.liferay.portlet.asset.model.BaseAssetRenderer |
getAvailableLocales, getURLExport, getViewInContextMessage, isConvertible, isLocalizable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogsEntryAssetRenderer
public BlogsEntryAssetRenderer(com.liferay.portlet.blogs.model.BlogsEntry entry)
getClassPK
public long getClassPK()
getDiscussionPath
public java.lang.String getDiscussionPath()
- Specified by:
getDiscussionPath
in interface com.liferay.portlet.asset.model.AssetRenderer
- Overrides:
getDiscussionPath
in class com.liferay.portlet.asset.model.BaseAssetRenderer
getGroupId
public long getGroupId()
getSummary
public java.lang.String getSummary()
getTitle
public java.lang.String getTitle()
getURLEdit
public javax.portlet.PortletURL getURLEdit(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest,
com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse)
- Specified by:
getURLEdit
in interface com.liferay.portlet.asset.model.AssetRenderer
- Overrides:
getURLEdit
in class com.liferay.portlet.asset.model.BaseAssetRenderer
getUrlTitle
public java.lang.String getUrlTitle()
- Specified by:
getUrlTitle
in interface com.liferay.portlet.asset.model.AssetRenderer
- Overrides:
getUrlTitle
in class com.liferay.portlet.asset.model.BaseAssetRenderer
getURLViewInContext
public java.lang.String getURLViewInContext(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest,
com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse,
java.lang.String noSuchEntryRedirect)
- Specified by:
getURLViewInContext
in interface com.liferay.portlet.asset.model.AssetRenderer
- Overrides:
getURLViewInContext
in class com.liferay.portlet.asset.model.BaseAssetRenderer
getUserId
public long getUserId()
isPrintable
public boolean isPrintable()
- Specified by:
isPrintable
in interface com.liferay.portlet.asset.model.AssetRenderer
- Overrides:
isPrintable
in class com.liferay.portlet.asset.model.BaseAssetRenderer
render
public java.lang.String render(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse,
java.lang.String template)
throws java.lang.Exception
- Throws:
java.lang.Exception