Uses of Class
fr.paris.lutece.plugins.rss.business.RssGeneratedFile

Packages that use RssGeneratedFile
fr.paris.lutece.plugins.rss.business   
 

Uses of RssGeneratedFile in fr.paris.lutece.plugins.rss.business
 

Methods in fr.paris.lutece.plugins.rss.business that return RssGeneratedFile
static RssGeneratedFile RssGeneratedFileHome.create(RssGeneratedFile pushRss)
          Creates a new push RSS object in the database.
static RssGeneratedFile RssGeneratedFileHome.findByPrimaryKey(int nKey)
          Loads the data of a pushrss object from the table
 RssGeneratedFile IRssGeneratedFileDAO.load(int nRssFileId)
          Loads the data of a rssFile file from the table
 RssGeneratedFile RssGeneratedFileDAO.load(int nRssFileId)
          Loads the data of a rssFile file from the table
 

Methods in fr.paris.lutece.plugins.rss.business that return types with arguments of type RssGeneratedFile
static java.util.List<RssGeneratedFile> RssGeneratedFileHome.getRssFileList()
          Returns the list of the RSS Files
 java.util.List<RssGeneratedFile> IRssGeneratedFileDAO.selectRssFileList()
          Returns the list of the rss_generation files
 java.util.List<RssGeneratedFile> RssGeneratedFileDAO.selectRssFileList()
          Returns the list of the rss_generation files
 

Methods in fr.paris.lutece.plugins.rss.business with parameters of type RssGeneratedFile
static RssGeneratedFile RssGeneratedFileHome.create(RssGeneratedFile pushRss)
          Creates a new push RSS object in the database.
 void IRssGeneratedFileDAO.insert(RssGeneratedFile rssFile)
          Inserts a new record in the table rss_generation.
 void RssGeneratedFileDAO.insert(RssGeneratedFile rssFile)
          Inserts a new record in the table rss_generation.
 void IRssGeneratedFileDAO.store(RssGeneratedFile rssFile)
          Updates the record in the table rss_generation
 void RssGeneratedFileDAO.store(RssGeneratedFile rssFile)
          Updates the record in the table rss_generation
static void RssGeneratedFileHome.update(RssGeneratedFile pushRss)
          Updates the record in the rss_generation table
 void IRssGeneratedFileDAO.updateState(RssGeneratedFile rssFile)
          Updates the rssFile's state
static void RssGeneratedFileHome.updateState(RssGeneratedFile pushRss)
          Updates pushrss's state in the table and doesn't modify the update date
 void RssGeneratedFileDAO.updateState(RssGeneratedFile rssFile)
          Updates the rssFile's state
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.