Liferay 6.2-ce-ga5

com.liferay.portlet.journal.service
Class JournalFeedServiceUtil

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

@ProviderType
public class JournalFeedServiceUtil
extends Object

Provides the remote service utility for JournalFeed. This utility wraps com.liferay.portlet.journal.service.impl.JournalFeedServiceImpl and is the primary 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:
JournalFeedService, com.liferay.portlet.journal.service.base.JournalFeedServiceBaseImpl, com.liferay.portlet.journal.service.impl.JournalFeedServiceImpl

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 feedId)
           
static void deleteFeed(long groupId, long feedId)
          Deprecated. As of 6.2.0, replaced by deleteFeed(long, String)
static void deleteFeed(long groupId, String feedId)
           
static String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
static JournalFeed getFeed(long feedId)
           
static JournalFeed getFeed(long groupId, long feedId)
          Deprecated. As of 6.2.0, replaced by getFeed(long, String)
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. As of 6.2.0
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 feedId)
                       throws PortalException,
                              SystemException
Throws:
PortalException
SystemException

deleteFeed

public static void deleteFeed(long groupId,
                              long feedId)
                       throws PortalException,
                              SystemException
Deprecated. As of 6.2.0, replaced by deleteFeed(long, String)

Throws:
PortalException
SystemException

deleteFeed

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

getFeed

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

getFeed

public static JournalFeed getFeed(long groupId,
                                  long feedId)
                           throws PortalException,
                                  SystemException
Deprecated. As of 6.2.0, replaced by getFeed(long, String)

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. As of 6.2.0


Liferay 6.2-ce-ga5