Class JournalFeedServiceUtil

java.lang.Object
com.liferay.journal.service.JournalFeedServiceUtil

public class JournalFeedServiceUtil extends Object
Provides the remote service utility for JournalFeed. This utility wraps com.liferay.journal.service.impl.JournalFeedServiceImpl and is an access point for service operations in application layer code running on a remote server. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
See Also:
Generated:
  • Constructor Details

    • JournalFeedServiceUtil

      public JournalFeedServiceUtil()
  • Method Details

    • addFeed

      public static 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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteFeed

      public static void deleteFeed(long feedId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • deleteFeed

      public static void deleteFeed(long groupId, String feedId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFeed

      public static JournalFeed getFeed(long feedId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getFeed

      public static JournalFeed getFeed(long groupId, String feedId) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public static String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Returns:
      the OSGi service identifier
    • updateFeed

      public static 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
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getService

      public static JournalFeedService getService()