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) void
deleteFeed
(long feedId) void
deleteFeed
(long groupId, String feedId) getFeed
(long feedId) Returns the OSGi service identifier.void
setWrappedService
(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:
addFeed
in interfaceJournalFeedService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFeed
public void deleteFeed(long feedId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteFeed
in 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:
deleteFeed
in interfaceJournalFeedService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFeed
- Specified by:
getFeed
in 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:
getFeed
in interfaceJournalFeedService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
updateFeed
in interfaceJournalFeedService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<JournalFeedService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<JournalFeedService>
-