com.liferay.portlet.journal.service
Class JournalFeedServiceWrapper
java.lang.Object
com.liferay.portlet.journal.service.JournalFeedServiceWrapper
- All Implemented Interfaces:
- JournalFeedService
public class JournalFeedServiceWrapper
- extends java.lang.Object
- implements JournalFeedService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for JournalFeedService
.
- Author:
- Brian Wing Shun Chan
- See Also:
JournalFeedService
- Generated:
Method Summary |
JournalFeed |
addFeed(long groupId,
java.lang.String feedId,
boolean autoFeedId,
java.lang.String name,
java.lang.String description,
java.lang.String type,
java.lang.String structureId,
java.lang.String templateId,
java.lang.String rendererTemplateId,
int delta,
java.lang.String orderByCol,
java.lang.String orderByType,
java.lang.String targetLayoutFriendlyUrl,
java.lang.String targetPortletId,
java.lang.String contentField,
java.lang.String feedType,
double feedVersion,
ServiceContext serviceContext)
|
void |
deleteFeed(long groupId,
long feedId)
|
void |
deleteFeed(long groupId,
java.lang.String feedId)
|
JournalFeed |
getFeed(long groupId,
long feedId)
|
JournalFeed |
getFeed(long groupId,
java.lang.String feedId)
|
JournalFeedService |
getWrappedJournalFeedService()
|
JournalFeed |
updateFeed(long groupId,
java.lang.String feedId,
java.lang.String name,
java.lang.String description,
java.lang.String type,
java.lang.String structureId,
java.lang.String templateId,
java.lang.String rendererTemplateId,
int delta,
java.lang.String orderByCol,
java.lang.String orderByType,
java.lang.String targetLayoutFriendlyUrl,
java.lang.String targetPortletId,
java.lang.String contentField,
java.lang.String feedType,
double feedVersion,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalFeedServiceWrapper
public JournalFeedServiceWrapper(JournalFeedService journalFeedService)
addFeed
public JournalFeed addFeed(long groupId,
java.lang.String feedId,
boolean autoFeedId,
java.lang.String name,
java.lang.String description,
java.lang.String type,
java.lang.String structureId,
java.lang.String templateId,
java.lang.String rendererTemplateId,
int delta,
java.lang.String orderByCol,
java.lang.String orderByType,
java.lang.String targetLayoutFriendlyUrl,
java.lang.String targetPortletId,
java.lang.String contentField,
java.lang.String feedType,
double feedVersion,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFeed
in interface JournalFeedService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteFeed
public void deleteFeed(long groupId,
long feedId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteFeed
in interface JournalFeedService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteFeed
public void deleteFeed(long groupId,
java.lang.String feedId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteFeed
in interface JournalFeedService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getFeed
public JournalFeed getFeed(long groupId,
long feedId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getFeed
in interface JournalFeedService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getFeed
public JournalFeed getFeed(long groupId,
java.lang.String feedId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getFeed
in interface JournalFeedService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateFeed
public JournalFeed updateFeed(long groupId,
java.lang.String feedId,
java.lang.String name,
java.lang.String description,
java.lang.String type,
java.lang.String structureId,
java.lang.String templateId,
java.lang.String rendererTemplateId,
int delta,
java.lang.String orderByCol,
java.lang.String orderByType,
java.lang.String targetLayoutFriendlyUrl,
java.lang.String targetPortletId,
java.lang.String contentField,
java.lang.String feedType,
double feedVersion,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateFeed
in interface JournalFeedService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedJournalFeedService
public JournalFeedService getWrappedJournalFeedService()