com.liferay.portal.mirage.service
Class FeedServiceImpl

java.lang.Object
  extended by com.liferay.portal.mirage.service.FeedServiceImpl
All Implemented Interfaces:
com.sun.portal.cms.mirage.service.custom.FeedService

public class FeedServiceImpl
extends java.lang.Object
implements com.sun.portal.cms.mirage.service.custom.FeedService

View Source

Author:
Prakash Reddy

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.portal.cms.mirage.service.custom.FeedService
com.sun.portal.cms.mirage.service.custom.FeedService.FeedFormat, com.sun.portal.cms.mirage.service.custom.FeedService.FeedType
 
Constructor Summary
FeedServiceImpl()
           
 
Method Summary
 com.sun.syndication.feed.synd.SyndFeed getFeedForAllContentsOfContentType(java.lang.String contentTypeUUID)
           
 boolean writeFeadToWriter(java.io.Writer out, com.sun.syndication.feed.synd.SyndFeed feed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedServiceImpl

public FeedServiceImpl()
Method Detail

getFeedForAllContentsOfContentType

public com.sun.syndication.feed.synd.SyndFeed getFeedForAllContentsOfContentType(java.lang.String contentTypeUUID)
Specified by:
getFeedForAllContentsOfContentType in interface com.sun.portal.cms.mirage.service.custom.FeedService

writeFeadToWriter

public boolean writeFeadToWriter(java.io.Writer out,
                                 com.sun.syndication.feed.synd.SyndFeed feed)
Specified by:
writeFeadToWriter in interface com.sun.portal.cms.mirage.service.custom.FeedService