Package com.liferay.journal.service
Interface JournalFeedService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
JournalFeedServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface JournalFeedService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for JournalFeed. 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:
- Generated:
-
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.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)
-
Method Details
-
addFeed
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 - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFeed
void deleteFeed(long feedId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFeed
void deleteFeed(long groupId, String feedId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFeed
@Transactional(propagation=SUPPORTS, readOnly=true) JournalFeed getFeed(long feedId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFeed
@Transactional(propagation=SUPPORTS, readOnly=true) JournalFeed getFeed(long groupId, String feedId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
updateFeed
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 - Throws:
com.liferay.portal.kernel.exception.PortalException
-