public class LayoutAssetRendererFactory
extends com.liferay.asset.kernel.model.BaseAssetRendererFactory<com.liferay.portal.kernel.model.Layout>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TYPE |
| Constructor and Description |
|---|
LayoutAssetRendererFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.asset.kernel.model.AssetEntry |
getAssetEntry(long assetEntryId) |
com.liferay.asset.kernel.model.AssetEntry |
getAssetEntry(java.lang.String className,
long classPK) |
com.liferay.asset.kernel.model.AssetRenderer<com.liferay.portal.kernel.model.Layout> |
getAssetRenderer(long plid,
int type) |
java.lang.String |
getClassName() |
java.lang.String |
getType() |
protected void |
setAssetEntryLocalService(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService) |
protected void |
setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
protected void |
setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService) |
getAssetRenderer, getAssetRenderer, getClassNameId, getClassTypeFieldName, getClassTypeFieldNames, getClassTypeFieldNamesCount, getClassTypeReader, getClassTypes, getControlPanelPlid, getGroup, getIconCssClass, getIconPath, getPortletId, getSubtypeTitle, getTypeName, getTypeName, getTypeName, getURLAdd, getURLAdd, getURLView, hasAddPermission, hasClassTypeFieldNames, hasPermission, isActive, isCategorizable, isLinkable, isSearchable, isSelectable, isSupportsClassTypes, setCategorizable, setClassName, setLinkable, setPortletId, setSearchable, setSelectable, setSupportsClassTypes, toTuplepublic static final java.lang.String TYPE
public com.liferay.asset.kernel.model.AssetEntry getAssetEntry(long assetEntryId)
throws com.liferay.portal.kernel.exception.PortalException
getAssetEntry in interface com.liferay.asset.kernel.model.AssetRendererFactory<com.liferay.portal.kernel.model.Layout>getAssetEntry in class com.liferay.asset.kernel.model.BaseAssetRendererFactory<com.liferay.portal.kernel.model.Layout>com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.asset.kernel.model.AssetEntry getAssetEntry(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.PortalException
getAssetEntry in interface com.liferay.asset.kernel.model.AssetRendererFactory<com.liferay.portal.kernel.model.Layout>getAssetEntry in class com.liferay.asset.kernel.model.BaseAssetRendererFactory<com.liferay.portal.kernel.model.Layout>com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.asset.kernel.model.AssetRenderer<com.liferay.portal.kernel.model.Layout> getAssetRenderer(long plid,
int type)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getClassName()
getClassName in interface com.liferay.asset.kernel.model.AssetRendererFactory<com.liferay.portal.kernel.model.Layout>getClassName in class com.liferay.asset.kernel.model.BaseAssetRendererFactory<com.liferay.portal.kernel.model.Layout>public java.lang.String getType()
public void setServletContext(javax.servlet.ServletContext servletContext)
protected void setAssetEntryLocalService(com.liferay.asset.kernel.service.AssetEntryLocalService assetEntryLocalService)
protected void setLayoutLocalService(com.liferay.portal.kernel.service.LayoutLocalService layoutLocalService)
protected void setUserLocalService(com.liferay.portal.kernel.service.UserLocalService userLocalService)