- getAllTagClouds(Plugin) - Static method in class fr.paris.lutece.plugins.tagcloud.business.TagHome
-
A list of tag clouds
- getCloudsCombo(ReferenceList, String) - Method in class fr.paris.lutece.plugins.tagcloud.web.portlet.TagCloudPortletJspBean
-
Constructs the html combo
- getConfirmRemoveTag(HttpServletRequest) - Method in class fr.paris.lutece.plugins.tagcloud.web.TagCloudJspBean
-
Returns the confirmation to remove the tag
- getConfirmRemoveTagCloud(HttpServletRequest) - Method in class fr.paris.lutece.plugins.tagcloud.web.TagCloudJspBean
-
Returns the confirmation to remove the tagcloud
- getCreate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.tagcloud.web.portlet.TagCloudPortletJspBean
-
Returns the TagCloud Portlet form of creation
- getCreateTag(HttpServletRequest) - Method in class fr.paris.lutece.plugins.tagcloud.web.TagCloudJspBean
-
Returns the Tag creation form
- getCreateTagCloud(HttpServletRequest) - Method in class fr.paris.lutece.plugins.tagcloud.web.TagCloudJspBean
-
Returns the tagcloud creation form
- getDAO() - Method in class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortletHome
-
Returns the instance of the TagCloudPortletDAO singleton
- getIdCloud() - Method in class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortlet
-
Returns the IdCloud
- getIdPortlet() - Method in class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortlet
-
Returns the IdPortlet
- getIdTag() - Method in class fr.paris.lutece.plugins.tagcloud.business.Tag
-
Returns the IdTag
- getIdTagCloud() - Method in class fr.paris.lutece.plugins.tagcloud.business.Tag
-
Returns the IdTagCloud
- getIdTagCloud() - Method in class fr.paris.lutece.plugins.tagcloud.business.TagCloud
-
Returns the IdTagCloud
- getInstance() - Static method in class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortletHome
-
Returns the instance of the TagCloudPortletHome singleton
- getManageTagClouds(HttpServletRequest) - Method in class fr.paris.lutece.plugins.tagcloud.web.TagCloudJspBean
-
Returns the list of tagclouds
- getModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.tagcloud.web.portlet.TagCloudPortletJspBean
-
Returns the TagCloud Portlet form for update
- getModifyTag(HttpServletRequest) - Method in class fr.paris.lutece.plugins.tagcloud.web.TagCloudJspBean
-
Returns the form for tag modification
- getModifyTagCloud(HttpServletRequest) - Method in class fr.paris.lutece.plugins.tagcloud.web.TagCloudJspBean
-
Returns the form for tag cloud modification
- getPortletTypeId() - Method in class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortletHome
-
Returns the type of the portlet
- getPropertiesPrefix() - Method in class fr.paris.lutece.plugins.tagcloud.web.portlet.TagCloudPortletJspBean
-
Returns the properties prefix used for tagcloud portlet and defined in lutece.properties file
- getTagCloudDescription() - Method in class fr.paris.lutece.plugins.tagcloud.business.TagCloud
-
Returns the TagCloudDescription
- getTagClouds(Plugin) - Static method in class fr.paris.lutece.plugins.tagcloud.business.TagHome
-
Load the data of all the tags objects and returns them in form of a collection
- getTagList(Plugin) - Static method in class fr.paris.lutece.plugins.tagcloud.business.TagHome
-
Load the data of all the tags objects and returns them in form of a collection
- getTagName() - Method in class fr.paris.lutece.plugins.tagcloud.business.Tag
-
Returns the TagName
- getTagUrl() - Method in class fr.paris.lutece.plugins.tagcloud.business.Tag
-
Returns the TagUrl
- getTagWeight() - Method in class fr.paris.lutece.plugins.tagcloud.business.Tag
-
Returns the TagWeight
- getXml(HttpServletRequest) - Method in class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortlet
-
Returns the Xml code of the TagCloud portlet without XML heading
- getXmlDocument(HttpServletRequest) - Method in class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortlet
-
Returns the Xml code of the TagCloud portlet with XML heading
- selectAllTagClouds(Plugin) - Method in interface fr.paris.lutece.plugins.tagcloud.business.ITagDAO
-
Selects all tagclouds
- selectAllTagClouds(Plugin) - Method in class fr.paris.lutece.plugins.tagcloud.business.TagCloudDAO
-
Load the list of clouds
- selectCloudById(int, Plugin) - Method in interface fr.paris.lutece.plugins.tagcloud.business.ITagDAO
-
Select tag cloud by identifier
- selectCloudById(int, Plugin) - Method in class fr.paris.lutece.plugins.tagcloud.business.TagCloudDAO
-
Select a tagcloud by its identifier
- selectTagCloudByPortlet(int) - Method in interface fr.paris.lutece.plugins.tagcloud.business.portlet.ITagCloudPortletDAO
-
A collection of integers
- selectTagCloudByPortlet(int) - Method in class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortletDAO
-
A collection of integer
- selectTagCloudPortletsList() - Method in class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortletDAO
-
Load the data of all the tagCloudPortlets and returns them as a collection
- selectTagClouds(Plugin) - Method in interface fr.paris.lutece.plugins.tagcloud.business.ITagDAO
-
Select all tag clouds
- selectTagClouds(Plugin) - Method in class fr.paris.lutece.plugins.tagcloud.business.TagCloudDAO
-
Load the data of all the tagClouds and returns them as a collection
- selectTagList(Plugin) - Method in interface fr.paris.lutece.plugins.tagcloud.business.ITagDAO
-
Load the data of all the tag objects and returns them as a collection
- selectTagList(Plugin) - Method in class fr.paris.lutece.plugins.tagcloud.business.TagCloudDAO
-
Load the data of all the tags and returns them as a collection
- setIdCloud(int) - Method in class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortlet
-
Sets the IdCloud
- setIdPortlet(int) - Method in class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortlet
-
Sets the IdPortlet
- setIdTag(int) - Method in class fr.paris.lutece.plugins.tagcloud.business.Tag
-
Sets the IdTag
- setIdTagCloud(int) - Method in class fr.paris.lutece.plugins.tagcloud.business.Tag
-
Sets the IdTagCloud
- setIdTagCloud(int) - Method in class fr.paris.lutece.plugins.tagcloud.business.TagCloud
-
Sets the IdTagCloud
- setTagCloudDescription(String) - Method in class fr.paris.lutece.plugins.tagcloud.business.TagCloud
-
Sets the TagCloudDescription
- setTagName(String) - Method in class fr.paris.lutece.plugins.tagcloud.business.Tag
-
Sets the TagName
- setTagUrl(String) - Method in class fr.paris.lutece.plugins.tagcloud.business.Tag
-
Sets the TagUrl
- setTagWeight(String) - Method in class fr.paris.lutece.plugins.tagcloud.business.Tag
-
Sets the TagWeight
- store(Tag, Plugin) - Method in interface fr.paris.lutece.plugins.tagcloud.business.ITagDAO
-
Update the record in the table
- store(TagCloud, Plugin) - Method in interface fr.paris.lutece.plugins.tagcloud.business.ITagDAO
-
Stores a tagcloud
- store(TagCloudPortlet) - Method in class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortletDAO
-
Update the record in the table
- store(Portlet) - Method in class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortletDAO
-
A dummy store method
- store(Tag, Plugin) - Method in class fr.paris.lutece.plugins.tagcloud.business.TagCloudDAO
-
Update the record in the table
- store(TagCloud, Plugin) - Method in class fr.paris.lutece.plugins.tagcloud.business.TagCloudDAO
-
Updates the record in the table
- storeCloud(int, int) - Method in interface fr.paris.lutece.plugins.tagcloud.business.portlet.ITagCloudPortletDAO
-
Update the record in the table
- storeCloud(int, int) - Method in class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortletDAO
-
Updates association of a portlet to a tagcloud
- storeCloud(int, int) - Static method in class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortletHome
-
Updates association of a portlet to a tagcloud
- Tag - Class in fr.paris.lutece.plugins.tagcloud.business
-
This is the business class for the object Tag
- Tag() - Constructor for class fr.paris.lutece.plugins.tagcloud.business.Tag
-
- TagCloud - Class in fr.paris.lutece.plugins.tagcloud.business
-
This is the business class for the object TagCloud
- TagCloud() - Constructor for class fr.paris.lutece.plugins.tagcloud.business.TagCloud
-
- TagCloudDAO - Class in fr.paris.lutece.plugins.tagcloud.business
-
This class provides Data Access methods for tag objects
- TagCloudDAO() - Constructor for class fr.paris.lutece.plugins.tagcloud.business.TagCloudDAO
-
- TagCloudJspBean - Class in fr.paris.lutece.plugins.tagcloud.web
-
This class provides the user interface to manage tagcloud features ( manage, create, modify, remove )
- TagCloudJspBean() - Constructor for class fr.paris.lutece.plugins.tagcloud.web.TagCloudJspBean
-
This class is used to manage tag clouds
- TagCloudPortlet - Class in fr.paris.lutece.plugins.tagcloud.business.portlet
-
This class represents business objects TagCloudPortlet
- TagCloudPortlet() - Constructor for class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortlet
-
Sets the identifier of the portlet type to value specified
- TagCloudPortletDAO - Class in fr.paris.lutece.plugins.tagcloud.business.portlet
-
This class provides Data Access methods for TagCloudPortlet objects
- TagCloudPortletDAO() - Constructor for class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortletDAO
-
- TagCloudPortletHome - Class in fr.paris.lutece.plugins.tagcloud.business.portlet
-
This class provides instances management methods for TagCloudPortlet objects
- TagCloudPortletHome() - Constructor for class fr.paris.lutece.plugins.tagcloud.business.portlet.TagCloudPortletHome
-
Constructor
- TagCloudPortletJspBean - Class in fr.paris.lutece.plugins.tagcloud.web.portlet
-
This class provides the user interface to manage tagcloud Portlet features
- TagCloudPortletJspBean() - Constructor for class fr.paris.lutece.plugins.tagcloud.web.portlet.TagCloudPortletJspBean
-
- TagHome - Class in fr.paris.lutece.plugins.tagcloud.business
-
This class provides instances management methods (create, find, ...) for Tags objects
- transform(ArrayList<Tag>) - Method in interface fr.paris.lutece.plugins.tagcloud.service.ITransformationService
-
- transform(ArrayList<Tag>) - Method in class fr.paris.lutece.plugins.tagcloud.service.RandomTagService
-
Responsible for transformation of tag attributes found in a list