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

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

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

Methods in fr.paris.lutece.plugins.rss.business that return RssFeed
static RssFeed RssFeedHome.create(RssFeed rssFeed)
          Creation of an instance of rssFeed
static RssFeed RssFeedHome.findByPrimaryKey(int nKey)
          Returns an instance of a rssFeed whose identifier is specified in parameter
 RssFeed RssFeedDAO.load(int nRssFeedId)
          Load the data of RssFeed from the table
 RssFeed IRssFeedDAO.load(int nRssFeedId)
          Load the data of RssFeed from the table
static RssFeed RssFeedHome.update(RssFeed rssFeed)
          Update of the rssFeed which is specified in parameter
static RssFeed RssFeedHome.updateLastFetchInfos(RssFeed rssFeed)
          Update of the rssFeed which is specified in parameter
 

Methods in fr.paris.lutece.plugins.rss.business that return types with arguments of type RssFeed
static java.util.List<RssFeed> RssFeedHome.getRssFeeds()
          Returns a list of rss feeds
 java.util.List<RssFeed> RssFeedDAO.selectRssFeeds()
          Load the list of rssFeeds
 java.util.List<RssFeed> IRssFeedDAO.selectRssFeeds()
          Load the list of rssFeeds
 

Methods in fr.paris.lutece.plugins.rss.business with parameters of type RssFeed
static RssFeed RssFeedHome.create(RssFeed rssFeed)
          Creation of an instance of rssFeed
 void RssFeedDAO.insert(RssFeed rssFeed)
          Insert a new record in the table.
 void IRssFeedDAO.insert(RssFeed rssFeed)
          Insert a new record in the table.
 void RssFeedDAO.store(RssFeed rssFeed)
          Update the record in the table
 void IRssFeedDAO.store(RssFeed rssFeed)
          Update the record in the table
 void RssFeedDAO.storeLastFetchInfos(RssFeed rssFeed)
          Update the record in the table
 void IRssFeedDAO.storeLastFetchInfos(RssFeed rssFeed)
          Update the record in the table
static RssFeed RssFeedHome.update(RssFeed rssFeed)
          Update of the rssFeed which is specified in parameter
static RssFeed RssFeedHome.updateLastFetchInfos(RssFeed rssFeed)
          Update of the rssFeed which is specified in parameter
 



Copyright © 2007 Mairie de Paris. All Rights Reserved.