Uses of Class
fr.paris.lutece.plugins.wiki.business.Topic

Packages that use Topic
fr.paris.lutece.plugins.wiki.business   
fr.paris.lutece.plugins.wiki.search   
 

Uses of Topic in fr.paris.lutece.plugins.wiki.business
 

Methods in fr.paris.lutece.plugins.wiki.business that return Topic
static Topic TopicHome.create(Topic topic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Create an instance of the topic class
static Topic TopicHome.findByPrimaryKey(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Returns an instance of a topic whose identifier is specified in parameter
static Topic TopicHome.findByPrimaryKey(java.lang.String strTopicName, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 Topic ITopicDAO.load(int nKey, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data from the table
 Topic TopicDAO.load(int nId, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of the topic from the table
 Topic ITopicDAO.load(java.lang.String strTopicName, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 Topic TopicDAO.load(java.lang.String strTopicName, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
static Topic TopicHome.update(Topic topic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the topic which is specified in parameter
 

Methods in fr.paris.lutece.plugins.wiki.business that return types with arguments of type Topic
static java.util.Collection<Topic> TopicHome.getTopicsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the topic objects and returns them in form of a collection
 java.util.Collection<Topic> ITopicDAO.selectTopicsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the topic objects and returns them as a collection
 java.util.Collection<Topic> TopicDAO.selectTopicsList(fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Load the data of all the topics and returns them as a collection
 

Methods in fr.paris.lutece.plugins.wiki.business with parameters of type Topic
static Topic TopicHome.create(Topic topic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Create an instance of the topic class
 void ITopicDAO.insert(Topic topic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void TopicDAO.insert(Topic topic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Insert a new record in the table.
 void ITopicDAO.store(Topic topic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
 void TopicDAO.store(Topic topic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update the record in the table
static Topic TopicHome.update(Topic topic, fr.paris.lutece.portal.service.plugin.Plugin plugin)
          Update of the topic which is specified in parameter
 

Uses of Topic in fr.paris.lutece.plugins.wiki.search
 

Methods in fr.paris.lutece.plugins.wiki.search with parameters of type Topic
static org.apache.lucene.document.Document WikiIndexer.getDocument(Topic topic, java.lang.String strUrl, fr.paris.lutece.portal.service.plugin.Plugin plugin)
           
 void WikiIndexer.indexTopic(Topic topic)
           
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.