Liferay 6.0.5

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

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

public class JournalFeedServiceImpl
extends JournalFeedServiceBaseImpl


Field Summary
 
Fields inherited from class com.liferay.portlet.journal.service.base.JournalFeedServiceBaseImpl
counterLocalService, expandoValueLocalService, expandoValuePersistence, expandoValueService, journalArticleFinder, journalArticleImageLocalService, journalArticleImagePersistence, journalArticleLocalService, journalArticlePersistence, journalArticleResourceLocalService, journalArticleResourcePersistence, journalArticleService, journalContentSearchLocalService, journalContentSearchPersistence, journalFeedFinder, journalFeedLocalService, journalFeedPersistence, journalFeedService, journalStructureFinder, journalStructureLocalService, journalStructurePersistence, journalStructureService, journalTemplateFinder, journalTemplateLocalService, journalTemplatePersistence, journalTemplateService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService
 
Fields inherited from class com.liferay.portal.service.base.PrincipalBean
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 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)
           
 void deleteFeed(long groupId, long feedId)
           
 void deleteFeed(long groupId, String feedId)
           
 JournalFeed getFeed(long groupId, long feedId)
           
 JournalFeed getFeed(long groupId, String feedId)
           
 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 com.liferay.portlet.journal.service.base.JournalFeedServiceBaseImpl
getCounterLocalService, getExpandoValueLocalService, getExpandoValuePersistence, getExpandoValueService, getJournalArticleFinder, getJournalArticleImageLocalService, getJournalArticleImagePersistence, getJournalArticleLocalService, getJournalArticlePersistence, getJournalArticleResourceLocalService, getJournalArticleResourcePersistence, getJournalArticleService, getJournalContentSearchLocalService, getJournalContentSearchPersistence, getJournalFeedFinder, getJournalFeedLocalService, getJournalFeedPersistence, getJournalFeedService, getJournalStructureFinder, getJournalStructureLocalService, getJournalStructurePersistence, getJournalStructureService, getJournalTemplateFinder, getJournalTemplateLocalService, getJournalTemplatePersistence, getJournalTemplateService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setExpandoValueLocalService, setExpandoValuePersistence, setExpandoValueService, setJournalArticleFinder, setJournalArticleImageLocalService, setJournalArticleImagePersistence, setJournalArticleLocalService, setJournalArticlePersistence, setJournalArticleResourceLocalService, setJournalArticleResourcePersistence, setJournalArticleService, setJournalContentSearchLocalService, setJournalContentSearchPersistence, setJournalFeedFinder, setJournalFeedLocalService, setJournalFeedPersistence, setJournalFeedService, setJournalStructureFinder, setJournalStructureLocalService, setJournalStructurePersistence, setJournalStructureService, setJournalTemplateFinder, setJournalTemplateLocalService, setJournalTemplatePersistence, setJournalTemplateService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService
 
Methods inherited from class com.liferay.portal.service.base.PrincipalBean
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 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 void deleteFeed(long groupId,
                       long feedId)
                throws PortalException,
                       SystemException
Throws:
PortalException
SystemException

deleteFeed

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

getFeed

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

getFeed

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

updateFeed

public 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

Liferay 6.0.5