public class LayoutRevisionAssetRendererFactory
extends com.liferay.portlet.asset.model.BaseAssetRendererFactory
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
| Constructor and Description |
|---|
LayoutRevisionAssetRendererFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.asset.model.AssetEntry |
getAssetEntry(long assetEntryId) |
com.liferay.portlet.asset.model.AssetEntry |
getAssetEntry(java.lang.String className,
long classPK) |
com.liferay.portlet.asset.model.AssetRenderer |
getAssetRenderer(long layoutRevisionId,
int type) |
java.lang.String |
getClassName() |
protected java.lang.String |
getIconPath(com.liferay.portal.theme.ThemeDisplay themeDisplay) |
java.lang.String |
getType() |
boolean |
isCategorizable() |
boolean |
isSelectable() |
getAssetRenderer, getAssetRenderer, getClassNameId, getClassTypeFieldNames, getClassTypeFieldNamesCount, getClassTypes, getControlPanelPlid, getDDMStructureFieldNames, getIconPath, getPortletId, getTypeName, getURLAdd, getURLView, hasAddPermission, hasClassTypeFieldNames, hasPermission, isActive, isLinkable, isListable, setClassName, setPortletIdpublic static final java.lang.String TYPE
public com.liferay.portlet.asset.model.AssetEntry getAssetEntry(long assetEntryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
getAssetEntry in interface com.liferay.portlet.asset.model.AssetRendererFactorygetAssetEntry in class com.liferay.portlet.asset.model.BaseAssetRendererFactorycom.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetEntry getAssetEntry(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
getAssetEntry in interface com.liferay.portlet.asset.model.AssetRendererFactorygetAssetEntry in class com.liferay.portlet.asset.model.BaseAssetRendererFactorycom.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic com.liferay.portlet.asset.model.AssetRenderer getAssetRenderer(long layoutRevisionId,
int type)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic java.lang.String getClassName()
public java.lang.String getType()
public boolean isCategorizable()
isCategorizable in interface com.liferay.portlet.asset.model.AssetRendererFactoryisCategorizable in class com.liferay.portlet.asset.model.BaseAssetRendererFactorypublic boolean isSelectable()
isSelectable in interface com.liferay.portlet.asset.model.AssetRendererFactoryisSelectable in class com.liferay.portlet.asset.model.BaseAssetRendererFactoryprotected java.lang.String getIconPath(com.liferay.portal.theme.ThemeDisplay themeDisplay)
getIconPath in class com.liferay.portlet.asset.model.BaseAssetRendererFactory