Liferay 6.1.2-ce-ga3

com.liferay.portlet.journal.service
Class JournalFeedServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.journal.service.JournalFeedServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<JournalFeedService>, JournalFeedService

public class JournalFeedServiceWrapper
extends Object
implements JournalFeedService, ServiceWrapper<JournalFeedService>

This class is a wrapper for JournalFeedService.

See Also:
JournalFeedService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
JournalFeedServiceWrapper(JournalFeedService journalFeedService)
           
 
Method Summary
 JournalFeed addFeed(long groupId, String feedId, boolean autoFeedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 void deleteFeed(long groupId, long feedId)
           
 void deleteFeed(long groupId, String feedId)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 JournalFeed getFeed(long groupId, long feedId)
           
 JournalFeed getFeed(long groupId, String feedId)
           
 JournalFeedService getWrappedJournalFeedService()
          Deprecated. Renamed to getWrappedService()
 JournalFeedService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedJournalFeedService(JournalFeedService journalFeedService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.journal.service.JournalFeedService)
 void setWrappedService(JournalFeedService journalFeedService)
           
 JournalFeed updateFeed(long groupId, String feedId, String name, String description, String type, String structureId, String templateId, String rendererTemplateId, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalFeedServiceWrapper

public JournalFeedServiceWrapper(JournalFeedService journalFeedService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface JournalFeedService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface JournalFeedService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addFeed

public JournalFeed addFeed(long groupId,
                           String feedId,
                           boolean autoFeedId,
                           String name,
                           String description,
                           String type,
                           String structureId,
                           String templateId,
                           String rendererTemplateId,
                           int delta,
                           String orderByCol,
                           String orderByType,
                           String targetLayoutFriendlyUrl,
                           String targetPortletId,
                           String contentField,
                           String feedType,
                           double feedVersion,
                           ServiceContext serviceContext)
                    throws PortalException,
                           SystemException
Specified by:
addFeed in interface JournalFeedService
Throws:
PortalException
SystemException

deleteFeed

public void deleteFeed(long groupId,
                       long feedId)
                throws PortalException,
                       SystemException
Specified by:
deleteFeed in interface JournalFeedService
Throws:
PortalException
SystemException

deleteFeed

public void deleteFeed(long groupId,
                       String feedId)
                throws PortalException,
                       SystemException
Specified by:
deleteFeed in interface JournalFeedService
Throws:
PortalException
SystemException

getFeed

public JournalFeed getFeed(long groupId,
                           long feedId)
                    throws PortalException,
                           SystemException
Specified by:
getFeed in interface JournalFeedService
Throws:
PortalException
SystemException

getFeed

public JournalFeed getFeed(long groupId,
                           String feedId)
                    throws PortalException,
                           SystemException
Specified by:
getFeed in interface JournalFeedService
Throws:
PortalException
SystemException

updateFeed

public JournalFeed updateFeed(long groupId,
                              String feedId,
                              String name,
                              String description,
                              String type,
                              String structureId,
                              String templateId,
                              String rendererTemplateId,
                              int delta,
                              String orderByCol,
                              String orderByType,
                              String targetLayoutFriendlyUrl,
                              String targetPortletId,
                              String contentField,
                              String feedType,
                              double feedVersion,
                              ServiceContext serviceContext)
                       throws PortalException,
                              SystemException
Specified by:
updateFeed in interface JournalFeedService
Throws:
PortalException
SystemException

getWrappedJournalFeedService

public JournalFeedService getWrappedJournalFeedService()
Deprecated. Renamed to getWrappedService()


setWrappedJournalFeedService

public void setWrappedJournalFeedService(JournalFeedService journalFeedService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.journal.service.JournalFeedService)


getWrappedService

public JournalFeedService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<JournalFeedService>

setWrappedService

public void setWrappedService(JournalFeedService journalFeedService)
Specified by:
setWrappedService in interface ServiceWrapper<JournalFeedService>

Liferay 6.1.2-ce-ga3