A C D F G H I L P R S T U

A

AutoUpdatingRss - Class in fr.paris.lutece.plugins.rss.service
This class provides management methods for auto updating pushrss files

C

checkExistPushrssByPortlet(int) - Method in interface fr.paris.lutece.plugins.rss.business.IRssGeneratedFileDAO
Checks if a rssFile file exist for this portlet identifier
checkExistPushrssByPortlet(int) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileDAO
Checks if a rssFile file exist for this portlet identifier
checkExistPushrssByPortlet(int) - Static method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileHome
Checks if a pushrss object exist for this portlet identifier
checkNoPortletLinked(int) - Method in interface fr.paris.lutece.plugins.rss.business.portlet.IRssPortletDAO
Checks if a feed is linked to a portlet
checkNoPortletLinked(int) - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortletDAO
Checks if a feed is linked to a portlet
checkNoPortletLinked(int) - Static method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortletHome
Checks whether the rss feed is linked to a portlet
checkNoPortletLinked(int) - Method in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
Checks if the feed is linked to a portlet
checkNoRssExternalFeed(int, HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssJspBean
Checks whether the generated rss file is linked as an external rss feed
checkRssFileFileName(String) - Method in interface fr.paris.lutece.plugins.rss.business.IRssGeneratedFileDAO
Tests if a push rss file exist with the same name
checkRssFileFileName(String) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileDAO
Tests if a push rss file exist with the same name
checkRssFileFileName(String) - Static method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileHome
Tests before create if a push rss object exist with the same name
checkRssFilePortlet(int) - Method in interface fr.paris.lutece.plugins.rss.business.IRssGeneratedFileDAO
Tests if the portlet has not been deleted before update
checkRssFilePortlet(int) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileDAO
Tests if the portlet has not been deleted before update
checkRssFilePortlet(int) - Static method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileHome
Tests if the portlet has not been deleted
checkUrlNotUsed(String) - Method in interface fr.paris.lutece.plugins.rss.business.IRssFeedDAO
Checks whether url referenced is pointed as an external feed
checkUrlNotUsed(String) - Method in class fr.paris.lutece.plugins.rss.business.RssFeedDAO
Checks whether url referenced is pointed as an external feed
checkUrlNotUsed(String) - Static method in class fr.paris.lutece.plugins.rss.business.RssFeedHome
Checks whether the a url is found in one of the external feeds
create(RssFeed) - Static method in class fr.paris.lutece.plugins.rss.business.RssFeedHome
Creation of an instance of rssFeed
create(RssGeneratedFile) - Static method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileHome
Creates a new push RSS object in the database.
createFileRss(String, String) - Static method in class fr.paris.lutece.plugins.rss.service.RssGeneratorService
Creates the pushrss file in the directory
createRssDocument(int, String) - Static method in class fr.paris.lutece.plugins.rss.service.RssGeneratorService
Creates the push RSS document corresponding to the given portlet

D

delete(int) - Method in interface fr.paris.lutece.plugins.rss.business.IRssFeedDAO
Delete a record from the table
delete(int) - Method in interface fr.paris.lutece.plugins.rss.business.IRssGeneratedFileDAO
Deletes a record from the table
delete(int) - Method in interface fr.paris.lutece.plugins.rss.business.portlet.IRssPortletDAO
Delete record from table
delete(int) - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortletDAO
Delete record from table
delete(int) - Method in class fr.paris.lutece.plugins.rss.business.RssFeedDAO
Delete a record from the table
delete(int) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileDAO
Deletes a record from the table
deleteFileRss(String, String) - Static method in class fr.paris.lutece.plugins.rss.service.RssGeneratorService
Deletes the pushrss file in the directory
doConfirmDeleteRssFeed(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
Confirms the removal of a feed
doConfirmDeleteRssFile(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssJspBean
Confirms the removal of a rss file
doCreate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.portlet.RssPortletJspBean
Treats the creation form of a new rss portlet
doCreateRssFeed(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
Process the data capture form of a new rss feed
doCreateRssFile(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssJspBean
Creates the push RSS file corresponding to the given portlet
doDeleteRssFeed(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
Process removal of a feed
doDeleteRssFile(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssJspBean
Process removal of a file
doFetchRssFeed(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
Process reloading of a feed
doGet(String) - Method in class fr.paris.lutece.plugins.rss.util.http.HttpAccess
Send a GET HTTP request to an Url and return the response content.
doModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.portlet.RssPortletJspBean
Treats the update form of the rss portlet whose identifier is in the http request
doModifyRssFeed(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
Process modification of a feed
doModifyRssFile(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssJspBean
Modification of a push RSS file

F

fetchAllRssFeeds() - Static method in class fr.paris.lutece.plugins.rss.service.RssContentLoader
 
fetchRssFeed(int) - Static method in class fr.paris.lutece.plugins.rss.service.RssContentLoader
Fetch a RSS feed
FetchRssFeedsDaemon - Class in fr.paris.lutece.plugins.rss.service.daemon
This class provides methods which allows Daemon to manage and process the treatment of the auto updating pushrss files
FetchRssFeedsDaemon() - Constructor for class fr.paris.lutece.plugins.rss.service.daemon.FetchRssFeedsDaemon
 
fillTemplate(HashMap<String, String>, PageData, int, HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssInclude
Substitue specific Freemarker markers in the page template.
findAllArticlesPortlets() - Static method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileHome
Returns a collection of portlets for which there isn't any RSS files
findArticlesPortlets() - Static method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileHome
Returns a collection of portlets for which there isn't any RSS files
findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.rss.business.RssFeedHome
Returns an instance of a rssFeed whose identifier is specified in parameter
findByPrimaryKey(int) - Static method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileHome
Loads the data of a pushrss object from the table
findDocumentsByPortlet(int) - Static method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileHome
Returns all the documents of a portlet whose identifier is specified in parameter
findDocumentTypePortlets() - Static method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileHome
Returns a collection any portlet containing at least a published document
fr.paris.lutece.plugins.rss.business - package fr.paris.lutece.plugins.rss.business
 
fr.paris.lutece.plugins.rss.business.portlet - package fr.paris.lutece.plugins.rss.business.portlet
 
fr.paris.lutece.plugins.rss.service - package fr.paris.lutece.plugins.rss.service
 
fr.paris.lutece.plugins.rss.service.daemon - package fr.paris.lutece.plugins.rss.service.daemon
 
fr.paris.lutece.plugins.rss.util.http - package fr.paris.lutece.plugins.rss.util.http
 
fr.paris.lutece.plugins.rss.web - package fr.paris.lutece.plugins.rss.web
 
fr.paris.lutece.plugins.rss.web.portlet - package fr.paris.lutece.plugins.rss.web.portlet
 

G

GenerateRssFilesDaemon - Class in fr.paris.lutece.plugins.rss.service.daemon
This class provides methods which allows Daemon to manage and process the treatment of the auto updating pushrss files
GenerateRssFilesDaemon() - Constructor for class fr.paris.lutece.plugins.rss.service.daemon.GenerateRssFilesDaemon
 
getContent() - Method in class fr.paris.lutece.plugins.rss.service.RssContent
Returns the Content
getCreate(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.portlet.RssPortletJspBean
Returns the Rss Portlet form of creation
getCreateRssFeed(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
Returns the creation form of a feed
getCreateRssFile(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssJspBean
Returns the creation form of a rss file
getDAO() - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortletHome
Returns the instance of the portlet DAO singleton
getDescription() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Returns the description of this pushRss object
getId() - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
Returns the Id
getId() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Returns the identifier of this pushRss object
getInstance() - Static method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortletHome
Returns the instance of Rss Portlet
getInstance() - Static method in class fr.paris.lutece.plugins.rss.service.RssContentService
 
getLastFetchDate() - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
Returns the LastFetchDate
getLastFetchError() - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
Returns the LastFetchError
getLastFetchStatus() - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
Returns the LastFetchStatus
getLoadersProperty() - Method in class fr.paris.lutece.plugins.rss.service.RssContentService
 
getManageRssFeeds(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
Returns external rss feeds management form
getManageRssFile(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssJspBean
Returns rss files management form
getModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.portlet.RssPortletJspBean
Returns the Rss Portlet form for update
getModifyRssFeed(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
Returns the form to update info about a rss feed
getModifyRssFile(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssJspBean
Returns the form to update a rss file
getName() - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
Returns the Name
getName() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Returns the name of this pushRss object
getPortletId() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Returns the identifier of the portlet that corresponds to this pushRss object
getPortletName() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Returns the description of this pushRss object
getPortletName(int) - Static method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileHome
Reads the portlet's name
getPortletTypeId() - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortletHome
Returns the identifier of the portlet type
getPropertiesPrefix() - Method in class fr.paris.lutece.plugins.rss.web.portlet.RssPortletJspBean
Returns the properties prefix used for rss portlet and defined in lutece.properties file
getResource(String) - Method in class fr.paris.lutece.plugins.rss.service.RssContentLoader
Implementation of the ResourceLoader interface
getResources() - Method in class fr.paris.lutece.plugins.rss.service.RssContentLoader
Implementation of the ResourceLoader interface
getRssContent(String) - Method in class fr.paris.lutece.plugins.rss.service.RssContentService
 
getRssFeedId() - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortlet
Returns the Rss Feed Id of the Rss portlet
getRssFeeds() - Static method in class fr.paris.lutece.plugins.rss.business.RssFeedHome
Returns a list of rss feeds
getRssFeedsReferenceList() - Static method in class fr.paris.lutece.plugins.rss.business.RssFeedHome
Returns a list of rssFeeds objects
getRssFileList() - Static method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileHome
Returns the list of the RSS Files
getRssXsl(int) - Static method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileHome
Returns the stylesheet for RSS files
getState() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Returns the state of this pushRss object
getUpdateDate() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Returns the date of update of this pushRss object
getUrl() - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
Returns the Url
getXml(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortlet
Returns the Xml code of the Rss portlet without XML heading
getXmlDocument(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortlet
Returns the Xml code of the Rss portlet with XML heading

H

HttpAccess - Class in fr.paris.lutece.plugins.rss.util.http
Http net Object Accessor
Properties read here: base .proxyHost  : The host proxy to use for http access.
HttpAccess() - Constructor for class fr.paris.lutece.plugins.rss.util.http.HttpAccess
 
HttpAccessException - Exception in fr.paris.lutece.plugins.rss.util.http
Exception thrown by the util class HttpAccess
HttpAccessException(String, Exception) - Constructor for exception fr.paris.lutece.plugins.rss.util.http.HttpAccessException
Creates a new instance of HttpAccessException

I

init(String) - Method in class fr.paris.lutece.plugins.rss.util.http.HttpAccess
Initialize the object
insert(RssFeed) - Method in interface fr.paris.lutece.plugins.rss.business.IRssFeedDAO
Insert a new record in the table.
insert(RssGeneratedFile) - Method in interface fr.paris.lutece.plugins.rss.business.IRssGeneratedFileDAO
Inserts a new record in the table rss_generation.
insert(Portlet) - Method in interface fr.paris.lutece.plugins.rss.business.portlet.IRssPortletDAO
Insert a new record in the table.
insert(Portlet) - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortletDAO
Insert a new record in the table.
insert(RssFeed) - Method in class fr.paris.lutece.plugins.rss.business.RssFeedDAO
Insert a new record in the table.
insert(RssGeneratedFile) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileDAO
Inserts a new record in the table rss_generation.
IRssFeedDAO - Interface in fr.paris.lutece.plugins.rss.business
 
IRssGeneratedFileDAO - Interface in fr.paris.lutece.plugins.rss.business
 
IRssPortletDAO - Interface in fr.paris.lutece.plugins.rss.business.portlet
 

L

load(int) - Method in interface fr.paris.lutece.plugins.rss.business.IRssFeedDAO
Load the data of RssFeed from the table
load(int) - Method in interface fr.paris.lutece.plugins.rss.business.IRssGeneratedFileDAO
Loads the data of a rssFile file from the table
load(int) - Method in interface fr.paris.lutece.plugins.rss.business.portlet.IRssPortletDAO
load the data of dbpagePortlet from the table
load(int) - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortletDAO
load the data of dbpagePortlet from the table
load(int) - Method in class fr.paris.lutece.plugins.rss.business.RssFeedDAO
Load the data of RssFeed from the table
load(int) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileDAO
Loads the data of a rssFile file from the table

P

processUpdatingRssFileFile(Plugin) - Static method in class fr.paris.lutece.plugins.rss.service.AutoUpdatingRss
Processes the Updating RSS's files method
PROPERTY_RSS_STORAGE_FOLDER_PATH - Static variable in class fr.paris.lutece.plugins.rss.service.RssGeneratorService
The path which points the rss files are stored
PROPERTY_STORAGE_DIRECTORY_NAME - Static variable in class fr.paris.lutece.plugins.rss.service.RssGeneratorService
 

R

remove() - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortlet
Removes the current instance of the RssPortlet object
remove(int) - Static method in class fr.paris.lutece.plugins.rss.business.RssFeedHome
Remove the RssFeed whose identifier is specified in parameter
remove(int) - Static method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileHome
Removes the push RSS object whose identifier is specified in parameter
ResetRssFeedsMemoryCacheDaemon - Class in fr.paris.lutece.plugins.rss.service.daemon
This class provides methods which allows Daemon to manage and process the treatment of the auto updating pushrss files
ResetRssFeedsMemoryCacheDaemon() - Constructor for class fr.paris.lutece.plugins.rss.service.daemon.ResetRssFeedsMemoryCacheDaemon
 
RIGHT_MANAGE_ADMIN_SITE - Static variable in class fr.paris.lutece.plugins.rss.web.portlet.RssPortletJspBean
The rights required to use RssPortletJspBean
RIGHT_RSS_FEEDS_MANAGEMENT - Static variable in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
 
RIGHT_RSS_MANAGEMENT - Static variable in class fr.paris.lutece.plugins.rss.web.RssJspBean
 
RssContent - Class in fr.paris.lutece.plugins.rss.service
This class provides a structure for RSS feeds contents
RssContent() - Constructor for class fr.paris.lutece.plugins.rss.service.RssContent
 
RssContentLoader - Class in fr.paris.lutece.plugins.rss.service
This class delivers RSS contents loaded from Internet Feeds
RssContentLoader() - Constructor for class fr.paris.lutece.plugins.rss.service.RssContentLoader
 
RssContentService - Class in fr.paris.lutece.plugins.rss.service
 
RssFeed - Class in fr.paris.lutece.plugins.rss.business
This class represents the business object RssFeed
RssFeed() - Constructor for class fr.paris.lutece.plugins.rss.business.RssFeed
 
RssFeedDAO - Class in fr.paris.lutece.plugins.rss.business
This class provides Data Access methods for RssFeed objects
RssFeedDAO() - Constructor for class fr.paris.lutece.plugins.rss.business.RssFeedDAO
 
RssFeedHome - Class in fr.paris.lutece.plugins.rss.business
This class provides instances management methods (create, find, ...) for RssFeed objects
RssFeedsJspBean - Class in fr.paris.lutece.plugins.rss.web
 
RssFeedsJspBean() - Constructor for class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
 
RssGeneratedFile - Class in fr.paris.lutece.plugins.rss.business
This class represents business object RssGeneratedFile
RssGeneratedFile() - Constructor for class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
 
RssGeneratedFileDAO - Class in fr.paris.lutece.plugins.rss.business
This class provides Data Access methods for RSS objects
RssGeneratedFileDAO() - Constructor for class fr.paris.lutece.plugins.rss.business.RssGeneratedFileDAO
 
RssGeneratedFileHome - Class in fr.paris.lutece.plugins.rss.business
This class provides instances management methods (create, find, ...)
RssGeneratorService - Class in fr.paris.lutece.plugins.rss.service
This class provides utilities to create RSS documents.
RssInclude - Class in fr.paris.lutece.plugins.rss.web
This class provides the user interface to manage rss features
RssInclude() - Constructor for class fr.paris.lutece.plugins.rss.web.RssInclude
 
RssJspBean - Class in fr.paris.lutece.plugins.rss.web
This class provides the user interface to manage pushrss objects features ( publishing, unselecting, ... )
RssJspBean() - Constructor for class fr.paris.lutece.plugins.rss.web.RssJspBean
 
RssParsingException - Exception in fr.paris.lutece.plugins.rss.service
Exception thrown by the service class RssContentLoader
RssParsingException(String, Exception) - Constructor for exception fr.paris.lutece.plugins.rss.service.RssParsingException
Creates a new instance of RssParsingException
RssPortlet - Class in fr.paris.lutece.plugins.rss.business.portlet
This class represents business objects RssPortlet
RssPortlet() - Constructor for class fr.paris.lutece.plugins.rss.business.portlet.RssPortlet
Sets the identifier of the portlet type to value specified
RssPortletDAO - Class in fr.paris.lutece.plugins.rss.business.portlet
this class provides Data Access methods for RssPortlet objects
RssPortletDAO() - Constructor for class fr.paris.lutece.plugins.rss.business.portlet.RssPortletDAO
 
RssPortletHome - Class in fr.paris.lutece.plugins.rss.business.portlet
This class provides instances management methods for Rss objects
RssPortletHome() - Constructor for class fr.paris.lutece.plugins.rss.business.portlet.RssPortletHome
Constructor
RssPortletJspBean - Class in fr.paris.lutece.plugins.rss.web.portlet
This class provides the user interface to manage Rss Portlet features
RssPortletJspBean() - Constructor for class fr.paris.lutece.plugins.rss.web.portlet.RssPortletJspBean
 
run() - Method in class fr.paris.lutece.plugins.rss.service.daemon.FetchRssFeedsDaemon
Daemon's treatment method
run() - Method in class fr.paris.lutece.plugins.rss.service.daemon.GenerateRssFilesDaemon
Daemon's treatment method
run() - Method in class fr.paris.lutece.plugins.rss.service.daemon.ResetRssFeedsMemoryCacheDaemon
Daemon's treatment method

S

selectAllRssPortlets() - Method in interface fr.paris.lutece.plugins.rss.business.IRssGeneratedFileDAO
Returns a collection of all portlets
selectAllRssPortlets() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileDAO
Returns a collection of all portlets
selectDocumentsByPortlet(int) - Method in interface fr.paris.lutece.plugins.rss.business.IRssGeneratedFileDAO
Returns all the documents of a portlet whose identifier is specified in parameter
selectDocumentsByPortlet(int) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileDAO
Returns all the documents of a portlet whose identifier is specified in parameter
selectDocumentTypePortlets() - Method in interface fr.paris.lutece.plugins.rss.business.IRssGeneratedFileDAO
Returns the list of the portlets which are document portlets
selectDocumentTypePortlets() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileDAO
Returns the list of the portlets which are document portlets
selectRssFeedReferenceList() - Method in interface fr.paris.lutece.plugins.rss.business.IRssFeedDAO
Load the list of rssFeeds
selectRssFeedReferenceList() - Method in class fr.paris.lutece.plugins.rss.business.RssFeedDAO
Load the list of rssFeeds
selectRssFeeds() - Method in interface fr.paris.lutece.plugins.rss.business.IRssFeedDAO
Load the list of rssFeeds
selectRssFeeds() - Method in class fr.paris.lutece.plugins.rss.business.RssFeedDAO
Load the list of rssFeeds
selectRssFileList() - Method in interface fr.paris.lutece.plugins.rss.business.IRssGeneratedFileDAO
Returns the list of the rss_generation files
selectRssFileList() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileDAO
Returns the list of the rss_generation files
selectRssFilePortletName(int) - Method in interface fr.paris.lutece.plugins.rss.business.IRssGeneratedFileDAO
Reads the portlet's name
selectRssFilePortletName(int) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileDAO
Reads the portlet's name
selectRssPortlets() - Method in interface fr.paris.lutece.plugins.rss.business.IRssGeneratedFileDAO
Returns a collection of portlets for which there isn't any RSS files
selectRssPortlets() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileDAO
Returns a collection of portlets for which there isn't any RSS files
selectXslFile(int) - Method in interface fr.paris.lutece.plugins.rss.business.IRssGeneratedFileDAO
Returns the stylesheet for RSS files
selectXslFile(int) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileDAO
Returns the stylesheet for RSS files
setContent(String) - Method in class fr.paris.lutece.plugins.rss.service.RssContent
Sets the Content
setDescription(String) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Sets the description of this pushRss object to the specified String
setId(int) - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
Sets the Id
setId(int) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Sets the identifier of the pushRss object to the specified int.
setLastFetchDate(Timestamp) - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
Sets the LastFetchDate
setLastFetchError(String) - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
Sets the LastFetchError
setLastFetchStatus(int) - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
Sets the LastFetchStatus
setName(String) - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
Sets the Name
setName(String) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Sets the name of this pushRss object to the specified String
setPortletId(int) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Sets the identifier of the portlet for this pushRss object to the specified int.
setPortletName(String) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Sets the portlet name of this pushRss object to the specified String
setRssFeedId(String) - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortlet
Sets the url of the portlet
setState(int) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Sets the state of this pushRss object to the specified int
setUpdateDate(Timestamp) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Sets the date of the update of this pushRss object to the specified Date
setUrl(String) - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
Sets the Url
store(RssFeed) - Method in interface fr.paris.lutece.plugins.rss.business.IRssFeedDAO
Update the record in the table
store(RssGeneratedFile) - Method in interface fr.paris.lutece.plugins.rss.business.IRssGeneratedFileDAO
Updates the record in the table rss_generation
store(Portlet) - Method in interface fr.paris.lutece.plugins.rss.business.portlet.IRssPortletDAO
Update the record in the table
store(Portlet) - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortletDAO
Update the record in the table
store(RssFeed) - Method in class fr.paris.lutece.plugins.rss.business.RssFeedDAO
Update the record in the table
store(RssGeneratedFile) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileDAO
Updates the record in the table rss_generation
storeLastFetchInfos(RssFeed) - Method in interface fr.paris.lutece.plugins.rss.business.IRssFeedDAO
Update the record in the table
storeLastFetchInfos(RssFeed) - Method in class fr.paris.lutece.plugins.rss.business.RssFeedDAO
Update the record in the table

T

toString() - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
 

U

update() - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortlet
Updates the current instance of the RssPortlet object
update(RssFeed) - Static method in class fr.paris.lutece.plugins.rss.business.RssFeedHome
Update of the rssFeed which is specified in parameter
update(RssGeneratedFile) - Static method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileHome
Updates the record in the rss_generation table
updateLastFetchInfos(RssFeed) - Static method in class fr.paris.lutece.plugins.rss.business.RssFeedHome
Update of the rssFeed which is specified in parameter
updateState(RssGeneratedFile) - Method in interface fr.paris.lutece.plugins.rss.business.IRssGeneratedFileDAO
Updates the rssFile's state
updateState(RssGeneratedFile) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileDAO
Updates the rssFile's state
updateState(RssGeneratedFile) - Static method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFileHome
Updates pushrss's state in the table and doesn't modify the update date

A C D F G H I L P R S T U

Copyright © 2007 Mairie de Paris. All Rights Reserved.