|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
RssGeneratedFileDAO.load(int nRssFileId)
Loads the data of a rssFile file from the table |
RssGeneratedFile |
IRssGeneratedFileDAO.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> |
RssGeneratedFileDAO.selectRssFileList()
Returns the list of the rss_generation files |
java.util.List<RssGeneratedFile> |
IRssGeneratedFileDAO.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 |
RssGeneratedFileDAO.insert(RssGeneratedFile rssFile)
Inserts a new record in the table rss_generation. |
void |
IRssGeneratedFileDAO.insert(RssGeneratedFile rssFile)
Inserts a new record in the table rss_generation. |
void |
RssGeneratedFileDAO.store(RssGeneratedFile rssFile)
Updates the record in the table rss_generation |
void |
IRssGeneratedFileDAO.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 |
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 |
void |
IRssGeneratedFileDAO.updateState(RssGeneratedFile rssFile)
Updates the rssFile's state |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |