public class TagCloudPortletHome
extends fr.paris.lutece.portal.business.portlet.PortletHome
Constructor and Description |
---|
TagCloudPortletHome()
Constructor
|
Modifier and Type | Method and Description |
---|---|
static Collection<Integer> |
findTagCloudsInPortlet(int nPortletId)
Returns all the sendings associated with a given portlet.
|
fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO |
getDAO()
Returns the instance of the TagCloudPortletDAO singleton
|
static fr.paris.lutece.portal.business.portlet.PortletHome |
getInstance()
Returns the instance of the TagCloudPortletHome singleton
|
String |
getPortletTypeId()
Returns the type of the portlet
|
static void |
insertCloud(int nPortletId,
int nCloudId)
Creates association of a portlet to a tagcloud
|
static void |
storeCloud(int nPortletId,
int nCloudId)
Updates association of a portlet to a tagcloud
|
create, findByPrimaryKey, findByType, getAliasList, getLastModifiedPortlet, getPortletListByStyle, getPortletsByRoleKey, getPortletsListbyName, getPortletType, getStylesList, getUsedOrdersForColumns, hasAlias, invalidate, invalidate, notifyListeners, remove, update, updateStatus
public static fr.paris.lutece.portal.business.portlet.PortletHome getInstance()
public String getPortletTypeId()
public fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO getDAO()
public static Collection<Integer> findTagCloudsInPortlet(int nPortletId)
nPortletId
- the identifier of the portlet.public static void storeCloud(int nPortletId, int nCloudId)
nPortletId
- The id of the portletnCloudId
- The identifier of the cloudpublic static void insertCloud(int nPortletId, int nCloudId)
nPortletId
- The id of the portletnCloudId
- The identifier of the cloudCopyright © 2015 City of Paris. All rights reserved.