|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRssDao
Dao Interface for RSS entity
Method Summary | |
---|---|
RssConfig |
get(String id,
ITransaction transaction)
Get the Rss |
Collection<String> |
getIdsByServiceInstanceId(String serviceInstanceId,
ITransaction transaction)
Get the Rss ids by the Service Instance Id |
Collection<RssResultRow> |
getResults(RssConfig rssConfig,
ITransaction transaction)
Get the results of the Rss Xml file |
boolean |
validateUniqueFilePath(String filePath,
String notIncludingRssId,
ITransaction transaction)
Verify if already exist a path specified to another RSS |
Method Detail |
---|
RssConfig get(String id, ITransaction transaction) throws PortalException
id
- transaction
-
PortalException
Collection<RssResultRow> getResults(RssConfig rssConfig, ITransaction transaction) throws PortalException
rssConfig
- transaction
-
PortalException
Collection<String> getIdsByServiceInstanceId(String serviceInstanceId, ITransaction transaction) throws PortalException
serviceInstanceId
- transaction
-
PortalException
boolean validateUniqueFilePath(String filePath, String notIncludingRssId, ITransaction transaction) throws PortalException
filePath
- notIncludingRssId
- transaction
-
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |