|
||||||||||
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 |
Set<String> |
getIdsByRssServiceInstanceId(String rssServiceInstanceId,
ITransaction transaction)
Returns the RSS ids by the RSS service instance identifier. |
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
Set<String> getIdsByRssServiceInstanceId(String rssServiceInstanceId, ITransaction transaction) throws PortalException
RSS
ids by the RSS service instance identifier.
rssServiceInstanceId
- the RSS service instance identifier.transaction
- the transaction.
RSS
ids by the RSS service instance identifier.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |