Constructor and Description |
---|
RssDao() |
Modifier and Type | Method and Description |
---|---|
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
|
public RssConfig get(String id, ITransaction transaction) throws PortalException
IRssDao
get
in interface IRssDao
PortalException
public Collection<String> getIdsByServiceInstanceId(String serviceInstanceId, ITransaction transaction) throws PortalException
IRssDao
getIdsByServiceInstanceId
in interface IRssDao
PortalException
public Collection<RssResultRow> getResults(RssConfig rssConfig, ITransaction transaction) throws PortalException
IRssDao
getResults
in interface IRssDao
PortalException
public boolean validateUniqueFilePath(String filePath, String notIncludingRssId, ITransaction transaction) throws PortalException
IRssDao
validateUniqueFilePath
in interface IRssDao
PortalException
public Set<String> getIdsByRssServiceInstanceId(String rssServiceInstanceId, ITransaction transaction) throws PortalException
IRssDao
RSS
ids by the RSS service instance identifier.getIdsByRssServiceInstanceId
in interface IRssDao
rssServiceInstanceId
- the RSS service instance identifier.transaction
- the transaction.RSS
ids by the RSS service instance identifier.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.