Package com.liferay.journal.service
Class JournalFeedServiceWrapper
java.lang.Object
com.liferay.journal.service.JournalFeedServiceWrapper
- All Implemented Interfaces:
JournalFeedService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<JournalFeedService>
public class JournalFeedServiceWrapper
extends Object
implements JournalFeedService, com.liferay.portal.kernel.service.ServiceWrapper<JournalFeedService>
Provides a wrapper for
JournalFeedService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFeed(long groupId, String feedId, boolean autoFeedId, String name, String description, long ddmStructureId, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteFeed(long feedId) voiddeleteFeed(long groupId, String feedId) getFeed(long feedId) Returns the OSGi service identifier.voidsetWrappedService(JournalFeedService journalFeedService) updateFeed(long groupId, String feedId, String name, String description, long ddmStructureId, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
JournalFeedServiceWrapper
public JournalFeedServiceWrapper() -
JournalFeedServiceWrapper
-
-
Method Details
-
addFeed
public JournalFeed addFeed(long groupId, String feedId, boolean autoFeedId, String name, String description, long ddmStructureId, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addFeedin interfaceJournalFeedService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFeed
public void deleteFeed(long feedId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteFeedin interfaceJournalFeedService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFeed
public void deleteFeed(long groupId, String feedId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteFeedin interfaceJournalFeedService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFeed
- Specified by:
getFeedin interfaceJournalFeedService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFeed
public JournalFeed getFeed(long groupId, String feedId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getFeedin interfaceJournalFeedService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceJournalFeedService- Returns:
- the OSGi service identifier
-
updateFeed
public JournalFeed updateFeed(long groupId, String feedId, String name, String description, long ddmStructureId, String ddmTemplateKey, String ddmRendererTemplateKey, int delta, String orderByCol, String orderByType, String targetLayoutFriendlyUrl, String targetPortletId, String contentField, String feedType, double feedVersion, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateFeedin interfaceJournalFeedService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<JournalFeedService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<JournalFeedService>
-