|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRssFeedDAO
IRssFeedDAO
Method Summary | |
---|---|
boolean |
checkUrlNotUsed(java.lang.String strUrl)
Checks whether url referenced is pointed as an external feed |
void |
delete(RssFeed rssFeed)
Delete a record from the table |
void |
insert(RssFeed rssFeed)
Insert a new record in the table. |
RssFeed |
load(int nRssFeedId,
boolean bActive)
Load the data of RssFeed from the table |
int |
newPrimaryKey(boolean bActive)
Generates a new primary key either in the active feed table or in the inactive feed one |
fr.paris.lutece.util.ReferenceList |
selectRssFeedReferenceList(boolean bActive)
Load the list of rssFeeds |
java.util.List<RssFeed> |
selectRssFeeds(boolean bActive)
Load the list of rssFeeds |
void |
store(RssFeed rssFeed)
Update the record in the table |
void |
storeLastFetchInfos(RssFeed rssFeed)
Update the record in the table |
Method Detail |
---|
int newPrimaryKey(boolean bActive)
bActive
- true
for the active feed table
boolean checkUrlNotUsed(java.lang.String strUrl)
strUrl
- The url to be tested
void delete(RssFeed rssFeed)
rssFeed
- the feed to deletevoid insert(RssFeed rssFeed)
rssFeed
- The rssFeed objectRssFeed load(int nRssFeedId, boolean bActive)
nRssFeedId
- The identifier of RssFeedbActive
- true
if the field is active
fr.paris.lutece.util.ReferenceList selectRssFeedReferenceList(boolean bActive)
bActive
- true
for active feeds
java.util.List<RssFeed> selectRssFeeds(boolean bActive)
bActive
- true
if the field is active
void store(RssFeed rssFeed)
rssFeed
- The reference of rssFeedvoid storeLastFetchInfos(RssFeed rssFeed)
rssFeed
- The reference of rssFeed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |