Liferay 6.0.5

com.liferay.portlet.journal.service
Class JournalFeedServiceUtil

java.lang.Object
  extended by com.liferay.portlet.journal.service.JournalFeedServiceUtil

public class JournalFeedServiceUtil
extends Object

The utility for the journal feed remote service. This utility wraps JournalFeedServiceImpl and is the primary access point for service operations in application layer code running on a remote server.

Never modify this class directly. Add custom service methods to JournalFeedServiceImpl and rerun ServiceBuilder to regenerate this class.

This is a remote service. 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:
JournalFeedService, JournalFeedServiceBaseImpl, JournalFeedServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Constructor Summary
JournalFeedServiceUtil()
           
 
Method Summary
static 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)
           
static void deleteFeed(long groupId, long feedId)
           
static void deleteFeed(long groupId, String feedId)
           
static JournalFeed getFeed(long groupId, long feedId)
           
static JournalFeed getFeed(long groupId, String feedId)
           
static JournalFeedService getService()
           
 void setService(JournalFeedService service)
           
static 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

JournalFeedServiceUtil

public JournalFeedServiceUtil()
Method Detail

addFeed

public static 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
Throws:
PortalException
SystemException

deleteFeed

public static void deleteFeed(long groupId,
                              long feedId)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

deleteFeed

public static void deleteFeed(long groupId,
                              String feedId)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

getFeed

public static JournalFeed getFeed(long groupId,
                                  long feedId)
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

getFeed

public static JournalFeed getFeed(long groupId,
                                  String feedId)
                           throws PortalException,
                                  SystemException
Throws:
PortalException
SystemException

updateFeed

public static 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
Throws:
PortalException
SystemException

getService

public static JournalFeedService getService()

setService

public void setService(JournalFeedService service)

Liferay 6.0.5