public interface ITagCloudPortletDAO
extends fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(int nPortletId)
Delete a record from the table
|
void |
insertCloud(int nPortletId,
int nCloudId)
Insert a new record in the table tagcloud_portlet
|
Collection<Integer> |
selectTagCloudByPortlet(int nPortletId)
A collection of integers
|
void |
storeCloud(int nPortletId,
int nCloudId)
Update the record in the table
|
void delete(int nPortletId)
delete
in interface fr.paris.lutece.portal.business.portlet.IPortletInterfaceDAO
nPortletId
- The identifier of the portletvoid insertCloud(int nPortletId, int nCloudId)
nPortletId
- The portlet idnCloudId
- The cloud idvoid storeCloud(int nPortletId, int nCloudId)
nPortletId
- The portlet idnCloudId
- The cloud idCollection<Integer> selectTagCloudByPortlet(int nPortletId)
nPortletId
- The portlet idCopyright © 2015 City of Paris. All rights reserved.