|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.rss.service.RssService
public class RssService
The rss service
Constructor Summary | |
---|---|
RssService()
|
Method Summary | |
---|---|
static RssService |
getInstance()
Returns the instance of the singleton |
fr.paris.lutece.util.ReferenceList |
getRefListResourceRssType(java.util.Locale locale)
Return a reference list wich contains the ResourceRss types |
fr.paris.lutece.util.ReferenceList |
getRefListRssFeed()
|
fr.paris.lutece.portal.business.rss.IResourceRss |
getResourceRssInstance(java.lang.String strKey,
java.util.Locale locale)
return an instance of ResourceRss Object depending on the resource rss type |
java.util.Collection<fr.paris.lutece.portal.business.rss.IResourceRssType> |
getResourceRssTypeList()
|
java.lang.String |
getRssContent(int nIdRssFeed)
Gets the RSS content |
static java.util.List<RssFeed> |
getRssFeed()
|
void |
init()
Initialize the Rss service |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RssService()
Method Detail |
---|
public void init()
public static RssService getInstance()
public java.lang.String getRssContent(int nIdRssFeed)
getRssContent
in interface fr.paris.lutece.plugins.rss.service.IRssService
nIdRssFeed
- The RSS id
public fr.paris.lutece.util.ReferenceList getRefListRssFeed()
getRefListRssFeed
in interface fr.paris.lutece.plugins.rss.service.IRssService
public static java.util.List<RssFeed> getRssFeed()
public fr.paris.lutece.portal.business.rss.IResourceRss getResourceRssInstance(java.lang.String strKey, java.util.Locale locale)
strKey
- the type resource rss keylocale
- the locale
public java.util.Collection<fr.paris.lutece.portal.business.rss.IResourceRssType> getResourceRssTypeList()
public fr.paris.lutece.util.ReferenceList getRefListResourceRssType(java.util.Locale locale)
locale
- the locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |