Package | Description |
---|---|
fr.paris.lutece.plugins.tagcloud.business |
Modifier and Type | Method and Description |
---|---|
static TagCloud |
TagHome.create(TagCloud tagCloud,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creates a nes tagcloud
|
static TagCloud |
TagHome.findCloudById(int nCloudId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the tags objects and returns them in form of a collection
|
TagCloud |
TagCloudDAO.selectCloudById(int nCloudId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select a tagcloud by its identifier
|
TagCloud |
ITagDAO.selectCloudById(int nCloudId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select tag cloud by identifier
|
static TagCloud |
TagHome.update(TagCloud tagCloud,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the tagCloud which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static Collection<TagCloud> |
TagHome.getTagClouds(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the tags objects and returns them in form of a collection
|
Collection<TagCloud> |
TagCloudDAO.selectTagClouds(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the tagClouds and returns them as a collection
|
Collection<TagCloud> |
ITagDAO.selectTagClouds(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Select all tag clouds
|
Modifier and Type | Method and Description |
---|---|
static TagCloud |
TagHome.create(TagCloud tagCloud,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creates a nes tagcloud
|
void |
TagCloudDAO.insert(TagCloud tagCloud,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creates a new TagCloud
|
void |
ITagDAO.insert(TagCloud tagCloud,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Inserts a tag cloud
|
void |
TagCloudDAO.store(TagCloud tagCloud,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Updates the record in the table
|
void |
ITagDAO.store(TagCloud tagCloud,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Stores a tagcloud
|
static TagCloud |
TagHome.update(TagCloud tagCloud,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the tagCloud which is specified in parameter
|
Copyright © 2015 City of Paris. All rights reserved.