Package | Description |
---|---|
fr.paris.lutece.plugins.tagcloud.business | |
fr.paris.lutece.plugins.tagcloud.service |
Modifier and Type | Method and Description |
---|---|
static Tag |
TagHome.create(Tag tag,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the tags class
|
static Tag |
TagHome.findByPrimaryKey(int nCloudId,
int nTagId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Tag instance whose identifier is specified in parameter
|
Tag |
TagCloudDAO.load(int nCloudId,
int nTagId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the Tag from the table
|
Tag |
ITagDAO.load(int nCloudId,
int nTagId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data from the table
|
static Tag |
TagHome.update(Tag tags,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the tags which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
static ArrayList<Tag> |
TagHome.findTagsByCloud(int nCloudId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Finds a list of tags by cloud
|
static Collection<Tag> |
TagHome.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
|
ArrayList<Tag> |
TagCloudDAO.loadByCloud(int nCloudId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of the tag from the table
|
ArrayList<Tag> |
ITagDAO.loadByCloud(int nCloudId,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load by cloud
|
Collection<Tag> |
TagCloudDAO.selectTagList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the tags and returns them as a collection
|
Collection<Tag> |
ITagDAO.selectTagList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
Load the data of all the tag objects and returns them as a collection
|
Modifier and Type | Method and Description |
---|---|
static Tag |
TagHome.create(Tag tag,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Create an instance of the tags class
|
void |
TagCloudDAO.insert(Tag tag,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
ITagDAO.insert(Tag tag,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Insert a new record in the table.
|
void |
TagCloudDAO.store(Tag tag,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
void |
ITagDAO.store(Tag tag,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update the record in the table
|
static Tag |
TagHome.update(Tag tags,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Update of the tags which is specified in parameter
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Tag> |
ITransformationService.transform(ArrayList<Tag> listTags) |
ArrayList<Tag> |
RandomTagService.transform(ArrayList<Tag> listTags)
Responsible for transformation of tag attributes found in a list
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Tag> |
ITransformationService.transform(ArrayList<Tag> listTags) |
ArrayList<Tag> |
RandomTagService.transform(ArrayList<Tag> listTags)
Responsible for transformation of tag attributes found in a list
|
Copyright © 2015 City of Paris. All rights reserved.