| Methods in org.exoplatform.ks.rss with parameters of type RSS |
void |
RSSGenerate.addNodeRSS(javax.jcr.Node nodeIsAdded,
javax.jcr.Node rssNode,
RSS data,
boolean isNew)
Add RSS node for a node in KS Application. |
void |
RSSGenerate.getRSSData(javax.jcr.Node rssNode,
RSS data)
Get data of RSS node, content of RSS node will be set into the second parameter |
com.sun.syndication.feed.synd.SyndFeed |
RSSGenerate.updateRSSFeed(RSS data,
java.lang.String removeItemId,
com.sun.syndication.feed.synd.SyndEntry newEntry)
Update content for RSSFeed. |