|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRssGeneratedFileDAO
Method Summary | |
---|---|
boolean |
checkExistPushrssByPortlet(int nPortletId)
Checks if a rssFile file exist for this portlet identifier |
boolean |
checkRssFileFileName(java.lang.String strRssFileName)
Tests if a push rss file exist with the same name |
boolean |
checkRssFilePortlet(int nPortletId)
Tests if the portlet has not been deleted before update |
void |
delete(int nRssFileId)
Deletes a record from the table |
void |
insert(RssGeneratedFile rssFile)
Inserts a new record in the table rss_generation. |
RssGeneratedFile |
load(int nRssFileId)
Loads the data of a rssFile file from the table |
java.util.Collection |
selectAllRssPortlets()
Returns a collection of all portlets |
java.util.List |
selectDocumentsByPortlet(int nPortletId)
Returns all the documents of a portlet whose identifier is specified in parameter |
fr.paris.lutece.util.ReferenceList |
selectDocumentTypePortlets()
Returns the list of the portlets which are document portlets |
java.util.List<RssGeneratedFile> |
selectRssFileList()
Returns the list of the rss_generation files |
java.lang.String |
selectRssFilePortletName(int nPortletId)
Reads the portlet's name |
java.util.Collection |
selectRssPortlets()
Returns a collection of portlets for which there isn't any RSS files |
fr.paris.lutece.portal.business.stylesheet.StyleSheet |
selectXslFile(int nStyleSheetId)
Returns the stylesheet for RSS files |
void |
store(RssGeneratedFile rssFile)
Updates the record in the table rss_generation |
void |
updateState(RssGeneratedFile rssFile)
Updates the rssFile's state |
Method Detail |
---|
boolean checkExistPushrssByPortlet(int nPortletId)
nPortletId
- The identifier of the portletplugin
- The plugin
boolean checkRssFileFileName(java.lang.String strRssFileName)
strRssFileName
- The push RSS file's nameplugin
- The plugin
boolean checkRssFilePortlet(int nPortletId)
nPortletId
- The portlet identifier for this RSS fileplugin
- The plugin
void delete(int nRssFileId)
nRssFileId
- The identifier of the rssFile objectvoid insert(RssGeneratedFile rssFile)
pushRss
- The Instance of the object RssFileplugin
- The pluginRssGeneratedFile load(int nRssFileId)
nRssFileId
- The identifier of the rssFile filejava.util.Collection selectAllRssPortlets()
fr.paris.lutece.util.ReferenceList selectDocumentTypePortlets()
java.util.List selectDocumentsByPortlet(int nPortletId)
nPortletId
- the identifier of the portlet
java.util.List<RssGeneratedFile> selectRssFileList()
java.lang.String selectRssFilePortletName(int nPortletId)
nPortletId
- the identifier of the portlet
java.util.Collection selectRssPortlets()
fr.paris.lutece.portal.business.stylesheet.StyleSheet selectXslFile(int nStyleSheetId)
nStyleSheetId
- the identifier of the Stylesheet
void store(RssGeneratedFile rssFile)
rssFile
- The Instance of the object rssFilevoid updateState(RssGeneratedFile rssFile)
rssFile
- The Instance of the object rssFileplugin
- The plugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |