Liferay 7.0-ce-m6

com.liferay.portlet.journal.service.impl
Class JournalFeedServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portlet.journal.service.base.JournalFeedServiceBaseImpl
          extended by com.liferay.portlet.journal.service.impl.JournalFeedServiceImpl
All Implemented Interfaces:
IdentifiableBean, BaseService, JournalFeedService

public class JournalFeedServiceImpl
extends JournalFeedServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.journal.service.base.JournalFeedServiceBaseImpl
classNameLocalService, classNamePersistence, classNameService, counterLocalService, ddmStructureFinder, ddmStructureLocalService, ddmStructurePersistence, ddmStructureService, expandoValueLocalService, expandoValuePersistence, expandoValueService, journalFeedFinder, journalFeedLocalService, journalFeedPersistence, journalFeedService, resourceLocalService, systemEventLocalService, systemEventPersistence, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
JournalFeedServiceImpl()
           
 
Method Summary
 JournalFeed addFeed(long groupId, String feedId, boolean autoFeedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 void deleteFeed(long feedId)
           
 void deleteFeed(long groupId, long feedId)
          Deprecated. As of 6.2.0, replaced by deleteFeed(long, String)
 void deleteFeed(long groupId, String feedId)
           
 JournalFeed getFeed(long feedId)
           
 JournalFeed getFeed(long groupId, long feedId)
          Deprecated. As of 6.2.0, replaced by getFeed(long, String)
 JournalFeed getFeed(long groupId, String feedId)
           
 JournalFeed updateFeed(long groupId, String feedId, String name, String description, String ddmStructureKey, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, ServiceContext serviceContext)
           
 
Methods inherited from class com.liferay.portlet.journal.service.base.JournalFeedServiceBaseImpl
afterPropertiesSet, destroy, getBeanIdentifier, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getDDMStructureFinder, getDDMStructureLocalService, getDDMStructurePersistence, getDDMStructureService, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getJournalFeedFinder, getJournalFeedLocalService, getJournalFeedPersistence, getJournalFeedService, getModelClass, getModelClassName, getResourceLocalService, getSystemEventLocalService, getSystemEventPersistence, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setDDMStructureFinder, setDDMStructureLocalService, setDDMStructurePersistence, setDDMStructureService, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setJournalFeedFinder, setJournalFeedLocalService, setJournalFeedPersistence, setJournalFeedService, setResourceLocalService, setSystemEventLocalService, setSystemEventPersistence, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JournalFeedServiceImpl

public JournalFeedServiceImpl()
Method Detail

addFeed

public JournalFeed addFeed(long groupId,
                           String feedId,
                           boolean autoFeedId,
                           String name,
                           String description,
                           String ddmStructureKey,
                           String ddmTemplateKey,
                           String ddmRendererTemplateKey,
                           int delta,
                           String orderByCol,
                           String orderByType,
                           String targetLayoutFriendlyUrl,
                           String targetPortletId,
                           String contentField,
                           String feedType,
                           double feedVersion,
                           ServiceContext serviceContext)
                    throws PortalException
Throws:
PortalException

deleteFeed

public void deleteFeed(long feedId)
                throws PortalException
Throws:
PortalException

deleteFeed

@Deprecated
@JSONWebService(mode=IGNORE)
public void deleteFeed(long groupId,
                                                           long feedId)
                throws PortalException
Deprecated. As of 6.2.0, replaced by deleteFeed(long, String)

Throws:
PortalException

deleteFeed

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

getFeed

public JournalFeed getFeed(long feedId)
                    throws PortalException
Throws:
PortalException

getFeed

@Deprecated
@JSONWebService(mode=IGNORE)
public JournalFeed getFeed(long groupId,
                                                               long feedId)
                    throws PortalException
Deprecated. As of 6.2.0, replaced by getFeed(long, String)

Throws:
PortalException

getFeed

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

updateFeed

public JournalFeed updateFeed(long groupId,
                              String feedId,
                              String name,
                              String description,
                              String ddmStructureKey,
                              String ddmTemplateKey,
                              String ddmRendererTemplateKey,
                              int delta,
                              String orderByCol,
                              String orderByType,
                              String targetLayoutFriendlyUrl,
                              String targetPortletId,
                              String contentField,
                              String feedType,
                              double feedVersion,
                              ServiceContext serviceContext)
                       throws PortalException
Throws:
PortalException

Liferay 7.0-ce-m6