Class JournalFeedServiceWrapper

java.lang.Object
com.liferay.journal.service.JournalFeedServiceWrapper
All Implemented Interfaces:
JournalFeedService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<JournalFeedService>

public class JournalFeedServiceWrapper extends Object implements JournalFeedService, com.liferay.portal.kernel.service.ServiceWrapper<JournalFeedService>
Provides a wrapper for JournalFeedService.
See Also:
Generated:
  • Constructor Details

    • JournalFeedServiceWrapper

      public JournalFeedServiceWrapper()
    • JournalFeedServiceWrapper

      public JournalFeedServiceWrapper(JournalFeedService journalFeedService)
  • Method Details

    • addFeed

      public JournalFeed addFeed(long groupId, String feedId, boolean autoFeedId, String name, String description, long ddmStructureId, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      addFeed in interface JournalFeedService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteFeed

      public void deleteFeed(long feedId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteFeed in interface JournalFeedService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteFeed

      public void deleteFeed(long groupId, String feedId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteFeed in interface JournalFeedService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFeed

      public JournalFeed getFeed(long feedId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getFeed in interface JournalFeedService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFeed

      public JournalFeed getFeed(long groupId, String feedId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getFeed in interface JournalFeedService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface JournalFeedService
      Returns:
      the OSGi service identifier
    • updateFeed

      public JournalFeed updateFeed(long groupId, String feedId, String name, String description, long ddmStructureId, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateFeed in interface JournalFeedService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public JournalFeedService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<JournalFeedService>
    • setWrappedService

      public void setWrappedService(JournalFeedService journalFeedService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<JournalFeedService>