com.liferay.portlet.asset.model
Interface AssetRendererFactory
- All Known Implementing Classes:
- BaseAssetRendererFactory
public interface AssetRendererFactory
Method Summary |
AssetEntry |
getAssetEntry(long assetEntryId)
|
AssetEntry |
getAssetEntry(String classNameId,
long classPK)
|
AssetRenderer |
getAssetRenderer(long classPK)
|
AssetRenderer |
getAssetRenderer(long classPK,
int type)
|
AssetRenderer |
getAssetRenderer(long groupId,
String urlTitle)
|
String |
getClassName()
|
long |
getClassNameId()
|
List<Tuple> |
getClassTypeFieldNames(long classTypeId,
Locale locale,
int start,
int end)
|
int |
getClassTypeFieldNamesCount(long classTypeId,
Locale locale)
|
Map<Long,String> |
getClassTypes(long[] groupIds,
Locale locale)
|
String |
getIconPath(PortletRequest portletRequest)
|
String |
getPortletId()
|
String |
getType()
|
String |
getTypeName(Locale locale,
boolean hasSubtypes)
|
PortletURL |
getURLAdd(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse)
|
PortletURL |
getURLView(LiferayPortletResponse liferayPortletResponse,
WindowState windowState)
|
boolean |
hasAddPermission(PermissionChecker permissionChecker,
long groupId,
long classTypeId)
|
boolean |
hasClassTypeFieldNames(long classTypeId,
Locale locale)
|
boolean |
hasPermission(PermissionChecker permissionChecker,
long entryClassPK,
String actionId)
|
boolean |
isActive(long companyId)
|
boolean |
isCategorizable()
|
boolean |
isLinkable()
|
boolean |
isListable(long classPK)
|
boolean |
isSelectable()
|
void |
setClassName(String className)
|
void |
setPortletId(String portletId)
|
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(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,
String urlTitle)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getClassName
String getClassName()
getClassNameId
long getClassNameId()
getClassTypeFieldNames
List<Tuple> getClassTypeFieldNames(long classTypeId,
Locale locale,
int start,
int end)
throws Exception
- Throws:
Exception
getClassTypeFieldNamesCount
int getClassTypeFieldNamesCount(long classTypeId,
Locale locale)
throws Exception
- Throws:
Exception
getClassTypes
Map<Long,String> getClassTypes(long[] groupIds,
Locale locale)
throws Exception
- Throws:
Exception
getIconPath
String getIconPath(PortletRequest portletRequest)
getPortletId
String getPortletId()
getType
String getType()
getTypeName
String getTypeName(Locale locale,
boolean hasSubtypes)
getURLAdd
PortletURL getURLAdd(LiferayPortletRequest liferayPortletRequest,
LiferayPortletResponse liferayPortletResponse)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getURLView
PortletURL getURLView(LiferayPortletResponse liferayPortletResponse,
WindowState windowState)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
hasAddPermission
boolean hasAddPermission(PermissionChecker permissionChecker,
long groupId,
long classTypeId)
throws Exception
- Throws:
Exception
hasClassTypeFieldNames
boolean hasClassTypeFieldNames(long classTypeId,
Locale locale)
throws Exception
- Throws:
Exception
hasPermission
boolean hasPermission(PermissionChecker permissionChecker,
long entryClassPK,
String actionId)
throws Exception
- Throws:
Exception
isActive
boolean isActive(long companyId)
isCategorizable
boolean isCategorizable()
isLinkable
boolean isLinkable()
isListable
boolean isListable(long classPK)
throws SystemException
- Throws:
SystemException
isSelectable
boolean isSelectable()
setClassName
void setClassName(String className)
setPortletId
void setPortletId(String portletId)