com.liferay.portlet.asset.model
Interface AssetRendererFactory
- All Known Implementing Classes:
- BaseAssetRendererFactory
public interface AssetRendererFactory
- Author:
- Jorge Ferrer, Juan Fernández, Raymond Augé, Sergio González
TYPE_LATEST
static final int TYPE_LATEST
- See Also:
- Constant Field Values
TYPE_LATEST_APPROVED
static final int TYPE_LATEST_APPROVED
- See Also:
- Constant Field Values
getAssetEntry
AssetEntry getAssetEntry(long assetEntryId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getAssetEntry
AssetEntry getAssetEntry(java.lang.String classNameId,
long classPK)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getAssetRenderer
AssetRenderer getAssetRenderer(long classPK)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getAssetRenderer
AssetRenderer getAssetRenderer(long classPK,
int type)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getAssetRenderer
AssetRenderer getAssetRenderer(long groupId,
java.lang.String urlTitle)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getClassName
java.lang.String getClassName()
getClassNameId
long getClassNameId()
getClassTypes
java.util.Map<java.lang.Long,java.lang.String> getClassTypes(long[] groupIds,
java.util.Locale locale)
throws java.lang.Exception
- Throws:
java.lang.Exception
getIconPath
java.lang.String getIconPath(javax.portlet.PortletRequest portletRequest)
getPortletId
java.lang.String getPortletId()
getType
java.lang.String getType()
getURLAdd
javax.portlet.PortletURL getURLAdd(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
hasPermission
boolean hasPermission(PermissionChecker permissionChecker,
long entryClassPK,
java.lang.String actionId)
throws java.lang.Exception
- Throws:
java.lang.Exception
isCategorizable
boolean isCategorizable()
isLinkable
boolean isLinkable()
isSelectable
boolean isSelectable()
setClassName
void setClassName(java.lang.String className)
setPortletId
void setPortletId(java.lang.String portletId)