public final class TagHome extends Object
Modifier and Type | Method and Description |
---|---|
static TagCloud |
create(TagCloud tagCloud,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Creates a nes tagcloud
|
static Tag |
create(Tag tag,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the tags class
|
static Tag |
findByPrimaryKey(int nCloudId,
int nTagId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Tag instance whose identifier is specified in parameter
|
static TagCloud |
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
|
static ArrayList<Tag> |
findTagsByCloud(int nCloudId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds a list of tags by cloud
|
static fr.paris.lutece.util.ReferenceList |
getAllTagClouds(fr.paris.lutece.portal.service.plugin.Plugin plugin)
A list of tag clouds
|
static Collection<TagCloud> |
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
|
static Collection<Tag> |
getTagList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the tags objects and returns them in form of a collection
|
static void |
removeCloud(int nCloudId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Removes the cloud
|
static void |
removeTag(int nTagId,
int nCloudId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Remove the tags whose identifier is specified in parameter
|
static TagCloud |
update(TagCloud tagCloud,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the tagCloud which is specified in parameter
|
static Tag |
update(Tag tags,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the tags which is specified in parameter
|
public static Tag create(Tag tag, fr.paris.lutece.portal.service.plugin.Plugin plugin)
tag
- The tagplugin
- the Pluginpublic static Tag update(Tag tags, fr.paris.lutece.portal.service.plugin.Plugin plugin)
tags
- The instance of the Tags which contains the data to storeplugin
- the Pluginpublic static void removeTag(int nTagId, int nCloudId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nCloudId
- The cloud ifnTagId
- The tags Idplugin
- the Pluginpublic static Tag findByPrimaryKey(int nCloudId, int nTagId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nCloudId
- The cloud idnTagId
- The tag identifierplugin
- the Pluginpublic static ArrayList<Tag> findTagsByCloud(int nCloudId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nCloudId
- the id of the cloudplugin
- The pluginpublic static Collection<Tag> getTagList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Pluginpublic static Collection<TagCloud> getTagClouds(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- the Pluginpublic static fr.paris.lutece.util.ReferenceList getAllTagClouds(fr.paris.lutece.portal.service.plugin.Plugin plugin)
plugin
- The pluginpublic static TagCloud findCloudById(int nCloudId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nCloudId
- The cloud idplugin
- the Pluginpublic static TagCloud create(TagCloud tagCloud, fr.paris.lutece.portal.service.plugin.Plugin plugin)
tagCloud
- The tagcloudplugin
- The pluginpublic static TagCloud update(TagCloud tagCloud, fr.paris.lutece.portal.service.plugin.Plugin plugin)
tagCloud
- The tagcloudplugin
- the Pluginpublic static void removeCloud(int nCloudId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
nCloudId
- The identifier of the cloudplugin
- The pluginCopyright © 2015 City of Paris. All rights reserved.