com.liferay.portal.mirage.service
Class ContentFeedServiceImpl

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

public class ContentFeedServiceImpl
extends java.lang.Object
implements com.sun.portal.cms.mirage.service.custom.ContentFeedService

View Source

Author:
Karthik Sudarshan, Brian Wing Shun Chan

Constructor Summary
ContentFeedServiceImpl()
           
 
Method Summary
 void createContentFeed(com.sun.portal.cms.mirage.model.custom.ContentFeed contentFeed)
           
 void deleteContentFeed(com.sun.portal.cms.mirage.model.custom.ContentFeed contentFeed)
           
 com.sun.portal.cms.mirage.model.custom.ContentFeed getContentFeed(com.sun.portal.cms.mirage.model.custom.ContentFeed contentFeed, com.sun.portal.cms.mirage.model.custom.OptionalCriteria optionalCriteria)
           
 int getContentFeedSearchCount(com.sun.portal.cms.mirage.model.search.SearchCriteria searchCriteria)
           
 java.util.List<com.sun.portal.cms.mirage.model.custom.ContentFeed> searchContentFeeds(com.sun.portal.cms.mirage.model.search.SearchCriteria searchCriteria)
           
 void updateContentFeed(com.sun.portal.cms.mirage.model.custom.ContentFeed contentFeed, com.sun.portal.cms.mirage.model.custom.UpdateCriteria updateCriteria)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentFeedServiceImpl

public ContentFeedServiceImpl()
Method Detail

createContentFeed

public void createContentFeed(com.sun.portal.cms.mirage.model.custom.ContentFeed contentFeed)
                       throws com.sun.portal.cms.mirage.exception.CMSException
Specified by:
createContentFeed in interface com.sun.portal.cms.mirage.service.custom.ContentFeedService
Throws:
com.sun.portal.cms.mirage.exception.CMSException

deleteContentFeed

public void deleteContentFeed(com.sun.portal.cms.mirage.model.custom.ContentFeed contentFeed)
                       throws com.sun.portal.cms.mirage.exception.CMSException
Specified by:
deleteContentFeed in interface com.sun.portal.cms.mirage.service.custom.ContentFeedService
Throws:
com.sun.portal.cms.mirage.exception.CMSException

getContentFeed

public com.sun.portal.cms.mirage.model.custom.ContentFeed getContentFeed(com.sun.portal.cms.mirage.model.custom.ContentFeed contentFeed,
                                                                         com.sun.portal.cms.mirage.model.custom.OptionalCriteria optionalCriteria)
                                                                  throws com.sun.portal.cms.mirage.exception.CMSException
Specified by:
getContentFeed in interface com.sun.portal.cms.mirage.service.custom.ContentFeedService
Throws:
com.sun.portal.cms.mirage.exception.CMSException

getContentFeedSearchCount

public int getContentFeedSearchCount(com.sun.portal.cms.mirage.model.search.SearchCriteria searchCriteria)
                              throws com.sun.portal.cms.mirage.exception.CMSException
Specified by:
getContentFeedSearchCount in interface com.sun.portal.cms.mirage.service.custom.ContentFeedService
Throws:
com.sun.portal.cms.mirage.exception.CMSException

searchContentFeeds

public java.util.List<com.sun.portal.cms.mirage.model.custom.ContentFeed> searchContentFeeds(com.sun.portal.cms.mirage.model.search.SearchCriteria searchCriteria)
                                                                                      throws com.sun.portal.cms.mirage.exception.CMSException
Specified by:
searchContentFeeds in interface com.sun.portal.cms.mirage.service.custom.ContentFeedService
Throws:
com.sun.portal.cms.mirage.exception.CMSException

updateContentFeed

public void updateContentFeed(com.sun.portal.cms.mirage.model.custom.ContentFeed contentFeed,
                              com.sun.portal.cms.mirage.model.custom.UpdateCriteria updateCriteria)
                       throws com.sun.portal.cms.mirage.exception.CMSException
Specified by:
updateContentFeed in interface com.sun.portal.cms.mirage.service.custom.ContentFeedService
Throws:
com.sun.portal.cms.mirage.exception.CMSException