|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.rss.business.RssFeedHome
public final class RssFeedHome
This class provides instances management methods (create, find, ...) for RssFeed objects
Method Summary | |
---|---|
static boolean |
checkUrlNotUsed(java.lang.String strUrl)
Checks whether the a url is found in one of the external feeds |
static RssFeed |
create(RssFeed rssFeed)
Creation of an instance of rssFeed |
static RssFeed |
findByPrimaryKey(int nKey)
Returns an instance of a rssFeed whose identifier is specified in parameter |
static java.util.List<RssFeed> |
getRssFeeds()
Returns a list of rss feeds |
static fr.paris.lutece.util.ReferenceList |
getRssFeedsReferenceList()
Returns a list of rssFeeds objects |
static void |
remove(int nId)
Remove the RssFeed whose identifier is specified in parameter |
static RssFeed |
update(RssFeed rssFeed)
Update of the rssFeed which is specified in parameter |
static RssFeed |
updateLastFetchInfos(RssFeed rssFeed)
Update of the rssFeed which is specified in parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RssFeed create(RssFeed rssFeed)
rssFeed
- The instance of the rssFeed which contains the informations to store
public static RssFeed update(RssFeed rssFeed)
rssFeed
- The instance of the rssFeed which contains the data to store
public static RssFeed updateLastFetchInfos(RssFeed rssFeed)
rssFeed
- The instance of the rssFeed which contains the data to store
public static void remove(int nId)
nId
- public static RssFeed findByPrimaryKey(int nKey)
nKey
- The Primary key of the rssFeed
public static java.util.List<RssFeed> getRssFeeds()
public static fr.paris.lutece.util.ReferenceList getRssFeedsReferenceList()
public static boolean checkUrlNotUsed(java.lang.String strUrl)
strUrl
- The url to be tested
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |