Liferay 6.1.2-ce-ga3

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.

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 it 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 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
static JournalFeed getFeed(long groupId, long feedId)
           
static JournalFeed getFeed(long groupId, String feedId)
           
static JournalFeedService getService()
           
static void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setService(JournalFeedService service)
          Deprecated.  
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

getBeanIdentifier

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

Returns:
the Spring bean ID for this bean

setBeanIdentifier

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

Parameters:
beanIdentifier - the Spring bean ID for this bean

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)
Deprecated. 


Liferay 6.1.2-ce-ga3