Skip navigation links
A C D F G I L M N P R S T U 

A

AbstractAtomFeedTypeProvider - Class in fr.paris.lutece.plugins.rss.service.type.atom
AtomFeedTypeProvider
AbstractAtomFeedTypeProvider() - Constructor for class fr.paris.lutece.plugins.rss.service.type.atom.AbstractAtomFeedTypeProvider
 
AbstractFeedTypeProvider - Class in fr.paris.lutece.plugins.rss.service.type
AbstractRssFeedType
AbstractFeedTypeProvider() - Constructor for class fr.paris.lutece.plugins.rss.service.type.AbstractFeedTypeProvider
 
AbstractRssFeedTypeProvider - Class in fr.paris.lutece.plugins.rss.service.type.rss
RssFeedTypeProvider
AbstractRssFeedTypeProvider() - Constructor for class fr.paris.lutece.plugins.rss.service.type.rss.AbstractRssFeedTypeProvider
 
AutoUpdatingRss - Class in fr.paris.lutece.plugins.rss.service
This class provides management methods for auto updating pushrss files

C

canBeRemoved(String) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFilePortletRemovalListener
Check if the object can be safely removed
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
checkLinkedPortlet(int) - Method in interface fr.paris.lutece.plugins.rss.business.portlet.IRssPortletDAO
Checks if a feed is linked to a portlet
checkLinkedPortlet(int) - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortletDAO
Checks if a feed is linked to a portlet
checkLinkedPortlet(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) - 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, String, String, int) - Static method in class fr.paris.lutece.plugins.rss.service.RssGeneratorService
Creates the push RSS document corresponding to the given portlet
createRssDocument(int, String, String, String, int, HttpServletRequest) - Static method in class fr.paris.lutece.plugins.rss.service.RssGeneratorService
Creates the push RSS document corresponding to the given portlet
createRssDocument(List, String) - Static method in class fr.paris.lutece.plugins.rss.service.RssGeneratorService
Creates the push RSS document corresponding to the given portlet

D

DefaultAtomFeedTypeProvider - Class in fr.paris.lutece.plugins.rss.service.type.atom
AtomFeedTypeProvider
DefaultAtomFeedTypeProvider() - Constructor for class fr.paris.lutece.plugins.rss.service.type.atom.DefaultAtomFeedTypeProvider
 
DefaultRssFeedTypeProvider - Class in fr.paris.lutece.plugins.rss.service.type.rss
DefaultRssFeedTypeProvider
DefaultRssFeedTypeProvider() - Constructor for class fr.paris.lutece.plugins.rss.service.type.rss.DefaultRssFeedTypeProvider
 
delete(RssFeed) - 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.IRssListPortletDAO
Delete record from 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.RssListPortletDAO
Delete record from table
delete(int) - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortletDAO
Delete record from table
delete(RssFeed) - 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
destroy() - Method in class fr.paris.lutece.plugins.rss.web.filter.RssGeneratorFilter
doActivateRssFeed(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
Process Des/activation of a feed
doChangeRssFeedOrder(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
Change the order of an active feed in the list
doConfirmActivateRssFeed(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
Confirms the De/activation of a feed
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.RssListPortletJspBean
Treats the creation form of a new rss portlet
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
doCreateRssFilePortlet(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssJspBean
Creates the push RSS file corresponding to the given portlet
doCreateRssFileResource(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssJspBean
Returns the creation form of a rss file
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 an active feed
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class fr.paris.lutece.plugins.rss.web.filter.RssGeneratorFilter
doModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.portlet.RssListPortletJspBean
Treats the update form of the rss portlet whose identifier is in the http request
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
doModifyRssAdvancedParameters(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
Modify RSS feed parameters default values
doModifyRssFeed(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
Process modification of a feed
doModifyRssFilePortlet(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssJspBean
Modification of a push RSS file
doModifyRssFileResource(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssJspBean
Modification of a push RSS file

F

FeedTypeManager - Class in fr.paris.lutece.plugins.rss.service.type
FeedTypeManager
FeedTypeManager() - Constructor for class fr.paris.lutece.plugins.rss.service.type.FeedTypeManager
 
FeedUtil - Class in fr.paris.lutece.plugins.rss.web
RSSUtil.
fetchAllRssFeeds() - Static method in class fr.paris.lutece.plugins.rss.service.RssContentLoader
Fetch all feeds
fetchRssFeed(int) - Static method in class fr.paris.lutece.plugins.rss.service.RssContentLoader
Fetch an active 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(Map<String, Object>, PageData, int, HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssFeedInclude
Substitue specific Freemarker markers in the page template.
fillTemplate(Map<String, Object>, PageData, int, HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssInclude
Substitue specific Freemarker markers in the page template.
fillTemplate(Map<String, Object>, PageData, int, HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssListInclude
Substitue specific Freemarker markers in the page template.
findAll(Plugin) - Static method in class fr.paris.lutece.plugins.rss.business.parameter.RssFeedParameterHome
Load all the parameter default values
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
findByKey(String, Plugin) - Static method in class fr.paris.lutece.plugins.rss.business.parameter.RssFeedParameterHome
Load the parameter value
findByPrimaryKey(int, boolean) - 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
fr.paris.lutece.plugins.rss.business - package fr.paris.lutece.plugins.rss.business
 
fr.paris.lutece.plugins.rss.business.parameter - package fr.paris.lutece.plugins.rss.business.parameter
 
fr.paris.lutece.plugins.rss.business.portlet - package fr.paris.lutece.plugins.rss.business.portlet
 
fr.paris.lutece.plugins.rss.business.resourceRss - package fr.paris.lutece.plugins.rss.business.resourceRss
 
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.service.type - package fr.paris.lutece.plugins.rss.service.type
 
fr.paris.lutece.plugins.rss.service.type.atom - package fr.paris.lutece.plugins.rss.service.type.atom
 
fr.paris.lutece.plugins.rss.service.type.rss - package fr.paris.lutece.plugins.rss.service.type.rss
 
fr.paris.lutece.plugins.rss.web - package fr.paris.lutece.plugins.rss.web
 
fr.paris.lutece.plugins.rss.web.filter - package fr.paris.lutece.plugins.rss.web.filter
 
fr.paris.lutece.plugins.rss.web.portlet - package fr.paris.lutece.plugins.rss.web.portlet
 

G

generateAllRss() - Static method in class fr.paris.lutece.plugins.rss.service.RssGeneratorService
Regenerate all Rss files in the file system
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
 
getAllResourceRssType() - Method in interface fr.paris.lutece.plugins.rss.business.resourceRss.IResourceRssFactory
Returns all found IResourceRssType
getAllResourceRssType() - Method in class fr.paris.lutece.plugins.rss.business.resourceRss.ResourceRssFactory
Returns all found IResourceRssType
getATOMEntries(List<IFeedResourceItem>, int) - Method in class fr.paris.lutece.plugins.rss.service.type.atom.AbstractAtomFeedTypeProvider
Gets the atom entries
getATOMEntries(List<IFeedResourceItem>, int) - Method in class fr.paris.lutece.plugins.rss.service.type.atom.DefaultAtomFeedTypeProvider
Gets the atom entries
getATOMEntry(IFeedResourceItem) - Method in class fr.paris.lutece.plugins.rss.service.type.atom.AbstractAtomFeedTypeProvider
Builds an ATOM Entry
getATOMEntry(IFeedResourceItem) - Method in class fr.paris.lutece.plugins.rss.service.type.atom.DefaultAtomFeedTypeProvider
Builds an ATOM Entry
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.RssListPortletJspBean
Returns the Rss Portlet form of creation
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
getCreateRssFilePortlet(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.RssListPortletHome
Returns the instance of the portlet DAO singleton
getDAO() - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortletHome
Returns the instance of the portlet DAO singleton
getDashboardData(AdminUser, HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssAdminDashboardComponent
 
getDescription() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Returns the description of this pushRss object
getEncoding() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Gets the encoding
getFeed(IFeedResource, String, String, int) - Static method in class fr.paris.lutece.plugins.rss.web.FeedUtil
Gets an XML for the given resource.
getFeed(IResourceRss) - Static method in class fr.paris.lutece.plugins.rss.web.FeedUtil
Gets an XML for the given resource.
getFeedType() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
The feed type
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
getIdIncludeStyle() - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
 
getIncludeTag() - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
 
getInstance() - Static method in class fr.paris.lutece.plugins.rss.business.portlet.RssListPortletHome
Returns the instance of Rss Portlet
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.RssAdvanceParamService
Returns the instance of the singleton
getInstance() - Static method in class fr.paris.lutece.plugins.rss.service.RssContentService
Returns the unique instance
getInstance() - Static method in class fr.paris.lutece.plugins.rss.service.RssService
Returns the instance of the singleton
getIsActive() - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
 
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.RssAdvanceParamService
 
getLoadersProperty() - Method in class fr.paris.lutece.plugins.rss.service.RssContentService
getManageAdvancedParameters(AdminUser) - Method in class fr.paris.lutece.plugins.rss.service.RssAdvanceParamService
Build the model for the advanced parameters page
getManageAdvancedParameters(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
Return RSS advanced parameters
getManager() - Static method in class fr.paris.lutece.plugins.rss.service.type.FeedTypeManager
Get the instance of the manager
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
getMaxItems() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Gets the max items
getModify(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.web.portlet.RssListPortletJspBean
Returns the Rss Portlet form for update
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
getPage(HttpServletRequest, int, Plugin) - Method in class fr.paris.lutece.plugins.rss.web.RssListApp
This page give a list of RSS feeds
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.RssListPortletHome
Returns the identifier of the portlet type
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.RssListPortletJspBean
Returns the properties prefix used for rss portlet and defined in lutece.properties file
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
getRefListResourceRssType(Locale) - Method in class fr.paris.lutece.plugins.rss.service.RssService
Return a reference list wich contains the ResourceRss types
getRefListRssFeed() - Static method in class fr.paris.lutece.plugins.rss.service.RssFeedsService
 
getRefListRssFeed() - Method in class fr.paris.lutece.plugins.rss.service.RssService
 
getRemovalRefusedMessage(String, Locale) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFilePortletRemovalListener
Gives a message explaining why the object can't be removed
getResource(String) - Method in class fr.paris.lutece.plugins.rss.service.RssContentLoader
Implementation of the ResourceLoader interface
getResourceRss(String) - Method in interface fr.paris.lutece.plugins.rss.business.resourceRss.IResourceRssFactory
return an instance of ResourceRss Object depending on the task type
getResourceRss(String) - Method in class fr.paris.lutece.plugins.rss.business.resourceRss.ResourceRssFactory
return an instance of ResourceRss Object depending on the task type
getResourceRssInstance(String, Locale) - Method in class fr.paris.lutece.plugins.rss.service.RssService
return an instance of ResourceRss Object depending on the resource rss type
getResourceRssTypeList() - Method in class fr.paris.lutece.plugins.rss.service.RssService
 
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
Gets the RSS content
getRssContent(int) - Method in class fr.paris.lutece.plugins.rss.service.RssContentService
Gets the RSS content
getRssContent(int) - Method in class fr.paris.lutece.plugins.rss.service.RssService
Gets the RSS content
getRssFeed() - Static method in class fr.paris.lutece.plugins.rss.service.RssFeedsService
 
getRssFeed() - Static method in class fr.paris.lutece.plugins.rss.service.RssService
 
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
getRssFeeds(boolean) - 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
getRssFeedsReferenceList(boolean) - 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
getRSSItem(IFeedResourceItem) - Method in class fr.paris.lutece.plugins.rss.service.type.rss.AbstractRssFeedTypeProvider
The entry from the item
getRSSItem(IFeedResourceItem) - Method in class fr.paris.lutece.plugins.rss.service.type.rss.DefaultRssFeedTypeProvider
The entry from the item
getRSSItem(IFeedResourceItem) - Method in class fr.paris.lutece.plugins.rss.service.type.rss.Rss09FeedTypeProvider
The entry from the item
getRSSItems(List<IFeedResourceItem>, int) - Method in class fr.paris.lutece.plugins.rss.service.type.rss.AbstractRssFeedTypeProvider
Gets the entries for the given items.
getRSSItems(List<IFeedResourceItem>, int) - Method in class fr.paris.lutece.plugins.rss.service.type.rss.DefaultRssFeedTypeProvider
Gets the entries for the given items.
getRSSItems(List<IFeedResourceItem>, int) - Method in class fr.paris.lutece.plugins.rss.service.type.rss.Rss09FeedTypeProvider
Gets the entries for the given items.
getRssMarkerPrefix() - Static method in class fr.paris.lutece.plugins.rss.web.RssFeedInclude
 
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
getStyleList() - Method in class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
Return the reference list for rss style
getTypeResourceRss() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
 
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
getWireFeed(String, IFeedResource, String, int) - Method in class fr.paris.lutece.plugins.rss.service.type.atom.AbstractAtomFeedTypeProvider
Get the wire feed
getWireFeed(String, IFeedResource, String, int) - Method in class fr.paris.lutece.plugins.rss.service.type.FeedTypeManager
Get the wire feed
getWireFeed(String, IFeedResource, String, int) - Method in interface fr.paris.lutece.plugins.rss.service.type.IFeedTypeProvider
Get the wire feed
getWireFeed(String, IFeedResource, String, int) - Method in class fr.paris.lutece.plugins.rss.service.type.rss.AbstractRssFeedTypeProvider
Get the wire feed
getWorkgroup() - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
 
getWorkgroup() - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
 
getXml(HttpServletRequest) - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssListPortlet
Returns the Xml code of the Rss portlet without XML heading
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.RssListPortlet
Returns the Xml code of the Rss portlet with 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

I

IFeedTypeProvider - Interface in fr.paris.lutece.plugins.rss.service.type
IRssFeedType
init() - Static method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Initialize the Rss
init() - Method in class fr.paris.lutece.plugins.rss.service.RssPlugin
Initialize the plugin Rss
init() - Method in class fr.paris.lutece.plugins.rss.service.RssService
Initialize the Rss service
init(FilterConfig) - Method in class fr.paris.lutece.plugins.rss.web.filter.RssGeneratorFilter
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.IRssListPortletDAO
Insert a new record in the table.
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.RssListPortletDAO
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.
IResourceRssFactory - Interface in fr.paris.lutece.plugins.rss.business.resourceRss
IResourceRssFactory
IRssFeedDAO - Interface in fr.paris.lutece.plugins.rss.business
IRssFeedDAO
IRssFeedParameterDAO - Interface in fr.paris.lutece.plugins.rss.business.parameter
IRssFeedParameterDAO
IRssGeneratedFileDAO - Interface in fr.paris.lutece.plugins.rss.business
IRssGeneratedFileDAO
IRssListPortletDAO - Interface in fr.paris.lutece.plugins.rss.business.portlet
 
IRssPortletDAO - Interface in fr.paris.lutece.plugins.rss.business.portlet
 
isInvoked(String) - Method in class fr.paris.lutece.plugins.rss.service.type.atom.DefaultAtomFeedTypeProvider
Check if the provider is invoked
isInvoked(String) - Method in interface fr.paris.lutece.plugins.rss.service.type.IFeedTypeProvider
Check if the provider is invoked
isInvoked(String) - Method in class fr.paris.lutece.plugins.rss.service.type.rss.DefaultRssFeedTypeProvider
Check if the provider is invoked
isInvoked(String) - Method in class fr.paris.lutece.plugins.rss.service.type.rss.Rss09FeedTypeProvider
Check if the provider is invoked

L

load(int, boolean) - 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(String, Plugin) - Method in interface fr.paris.lutece.plugins.rss.business.parameter.IRssFeedParameterDAO
Load the parameter value
load(String, Plugin) - Method in class fr.paris.lutece.plugins.rss.business.parameter.RssFeedParameterDAO
Load the parameter value
load(int) - Method in interface fr.paris.lutece.plugins.rss.business.portlet.IRssListPortletDAO
load the data of dbpagePortlet 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.RssListPortletDAO
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, boolean) - 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

M

MAX_ITEM_UNLIMITED - Static variable in class fr.paris.lutece.plugins.rss.service.type.AbstractFeedTypeProvider
 

N

newPrimaryKey(boolean) - Method in interface fr.paris.lutece.plugins.rss.business.IRssFeedDAO
Generates a new primary key either in the active feed table or in the inactive feed one
newPrimaryKey(boolean) - Method in class fr.paris.lutece.plugins.rss.business.RssFeedDAO
Generates a new primary key either in the active feed table or in the inactive feed one

P

PLUGIN_NAME - Static variable in class fr.paris.lutece.plugins.rss.service.RssPlugin
 
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.RssListPortlet
Removes the current instance of the RssPortlet object
remove() - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssPortlet
Removes the current instance of the RssPortlet object
remove(RssFeed) - Static method in class fr.paris.lutece.plugins.rss.business.RssFeedHome
Remove the RssFeed
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
 
ResourceRssFactory - Class in fr.paris.lutece.plugins.rss.business.resourceRss
ResourceRssFactory
ResourceRssFactory() - Constructor for class fr.paris.lutece.plugins.rss.business.resourceRss.ResourceRssFactory
 
RIGHT_MANAGE_ADMIN_SITE - Static variable in class fr.paris.lutece.plugins.rss.web.portlet.RssListPortletJspBean
The rights required to use RssPortletJspBean
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
 
Rss09FeedTypeProvider - Class in fr.paris.lutece.plugins.rss.service.type.rss
RssFeedTypeProvider
Rss09FeedTypeProvider() - Constructor for class fr.paris.lutece.plugins.rss.service.type.rss.Rss09FeedTypeProvider
 
RssAdminDashboardComponent - Class in fr.paris.lutece.plugins.rss.web
 
RssAdminDashboardComponent() - Constructor for class fr.paris.lutece.plugins.rss.web.RssAdminDashboardComponent
 
RssAdvanceParamService - Class in fr.paris.lutece.plugins.rss.service
 
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
RSS Content 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
RssFeedInclude - Class in fr.paris.lutece.plugins.rss.web
This class provides the user interface to manage rss features
RssFeedInclude() - Constructor for class fr.paris.lutece.plugins.rss.web.RssFeedInclude
 
RssFeedParameterDAO - Class in fr.paris.lutece.plugins.rss.business.parameter
RssFeedParameterDAO
RssFeedParameterDAO() - Constructor for class fr.paris.lutece.plugins.rss.business.parameter.RssFeedParameterDAO
 
RssFeedParameterHome - Class in fr.paris.lutece.plugins.rss.business.parameter
RssFeedParameterHome
RssFeedParameterHome() - Constructor for class fr.paris.lutece.plugins.rss.business.parameter.RssFeedParameterHome
 
RssFeedsJspBean - Class in fr.paris.lutece.plugins.rss.web
 
RssFeedsJspBean() - Constructor for class fr.paris.lutece.plugins.rss.web.RssFeedsJspBean
 
RssFeedsService - Class in fr.paris.lutece.plugins.rss.service
 
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, ...) for rss objects.
RssGeneratedFilePortletRemovalListener - Class in fr.paris.lutece.plugins.rss.business
Portlet Removal Listener
RssGeneratedFilePortletRemovalListener() - Constructor for class fr.paris.lutece.plugins.rss.business.RssGeneratedFilePortletRemovalListener
 
RssGeneratorFilter - Class in fr.paris.lutece.plugins.rss.web.filter
 
RssGeneratorFilter() - Constructor for class fr.paris.lutece.plugins.rss.web.filter.RssGeneratorFilter
 
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
 
RssListApp - Class in fr.paris.lutece.plugins.rss.web
This class populate the RSS list XPage
RssListApp() - Constructor for class fr.paris.lutece.plugins.rss.web.RssListApp
 
RssListInclude - Class in fr.paris.lutece.plugins.rss.web
This class provides the user interface to manage rss features
RssListInclude() - Constructor for class fr.paris.lutece.plugins.rss.web.RssListInclude
 
RssListPortlet - Class in fr.paris.lutece.plugins.rss.business.portlet
This class represents business objects RssPortlet
RssListPortlet() - Constructor for class fr.paris.lutece.plugins.rss.business.portlet.RssListPortlet
Sets the identifier of the portlet type to value specified
RssListPortletDAO - Class in fr.paris.lutece.plugins.rss.business.portlet
this class provides Data Access methods for RssPortlet objects
RssListPortletDAO() - Constructor for class fr.paris.lutece.plugins.rss.business.portlet.RssListPortletDAO
 
RssListPortletHome - Class in fr.paris.lutece.plugins.rss.business.portlet
This class provides instances management methods for Rss objects
RssListPortletHome() - Constructor for class fr.paris.lutece.plugins.rss.business.portlet.RssListPortletHome
Constructor
RssListPortletJspBean - Class in fr.paris.lutece.plugins.rss.web.portlet
This class provides the user interface to manage Rss Portlet features
RssListPortletJspBean() - Constructor for class fr.paris.lutece.plugins.rss.web.portlet.RssListPortletJspBean
 
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
RssPlugin - Class in fr.paris.lutece.plugins.rss.service
The rss plugin
RssPlugin() - Constructor for class fr.paris.lutece.plugins.rss.service.RssPlugin
 
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
 
RssService - Class in fr.paris.lutece.plugins.rss.service
The rss service
RssService() - Constructor for class fr.paris.lutece.plugins.rss.service.RssService
 
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

selectAll(Plugin) - Method in interface fr.paris.lutece.plugins.rss.business.parameter.IRssFeedParameterDAO
Load all the default values
selectAll(Plugin) - Method in class fr.paris.lutece.plugins.rss.business.parameter.RssFeedParameterDAO
Load all the default values
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
selectRssFeedReferenceList(boolean) - Method in interface fr.paris.lutece.plugins.rss.business.IRssFeedDAO
Load the list of rssFeeds
selectRssFeedReferenceList(boolean) - Method in class fr.paris.lutece.plugins.rss.business.RssFeedDAO
Load the list of rssFeeds
selectRssFeeds(boolean) - Method in interface fr.paris.lutece.plugins.rss.business.IRssFeedDAO
Load the list of rssFeeds
selectRssFeeds(boolean) - 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
setActive(RssFeed, boolean) - Static method in class fr.paris.lutece.plugins.rss.business.RssFeedHome
De/activate a feed
setContent(String) - Method in class fr.paris.lutece.plugins.rss.service.RssContent
Sets the Content
setDefaultProvidersList(List<IFeedTypeProvider>) - Method in class fr.paris.lutece.plugins.rss.service.type.FeedTypeManager
Set the default providers list
setDescription(String) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Sets the description of this pushRss object to the specified String
setEncoding(String) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Gets the encoding
setFeedType(String) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
The feed type
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.
setIdIncludeStyle(int) - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
set the id of include style of the rss feed
setIncludeTag(String) - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
set the include tag of the rss feed
setIsActive(boolean) - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
 
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
setMaxItems(int) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
Sets the max items
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
setProvidersList(List<IFeedTypeProvider>) - Method in class fr.paris.lutece.plugins.rss.service.type.FeedTypeManager
Set the list of providers
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
setTypeResourceRss(String) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
set the type of resource rss
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
setWorkgroup(String) - Method in class fr.paris.lutece.plugins.rss.business.RssFeed
set the work group associate to the category
setWorkgroup(String) - Method in class fr.paris.lutece.plugins.rss.business.RssGeneratedFile
set the work group associate to the category
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(ReferenceItem, Plugin) - Method in interface fr.paris.lutece.plugins.rss.business.parameter.IRssFeedParameterDAO
Update the parameter value
store(ReferenceItem, Plugin) - Method in class fr.paris.lutece.plugins.rss.business.parameter.RssFeedParameterDAO
Update the parameter value
store(Portlet) - Method in interface fr.paris.lutece.plugins.rss.business.portlet.IRssListPortletDAO
Update the record in the table
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.RssListPortletDAO
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
Overrides the default implementation

U

update(ReferenceItem, Plugin) - Static method in class fr.paris.lutece.plugins.rss.business.parameter.RssFeedParameterHome
Update the parameter value
update() - Method in class fr.paris.lutece.plugins.rss.business.portlet.RssListPortlet
Updates the current instance of the RssPortlet object
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
updateOrder(RssFeed, int) - Static method in class fr.paris.lutece.plugins.rss.business.RssFeedHome
Updates an active feed to a new order and shifts in-between feeds consequently.
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 I L M N P R S T U 
Skip navigation links

Copyright © 2018 City of Paris. All rights reserved.