com.liferay.portlet.journal.service
Class JournalFeedServiceWrapper
java.lang.Object
com.liferay.portlet.journal.service.JournalFeedServiceWrapper
- All Implemented Interfaces:
- JournalFeedService
public class JournalFeedServiceWrapper
- extends Object
- implements JournalFeedService
This class is a wrapper for JournalFeedService
.
- See Also:
JournalFeedService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
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)
|
JournalFeedService |
getWrappedJournalFeedService()
|
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 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,
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
- Specified by:
addFeed
in interface JournalFeedService
- Throws:
PortalException
SystemException
deleteFeed
public void deleteFeed(long groupId,
long feedId)
throws PortalException,
SystemException
- Specified by:
deleteFeed
in interface JournalFeedService
- Throws:
PortalException
SystemException
deleteFeed
public void deleteFeed(long groupId,
String feedId)
throws PortalException,
SystemException
- Specified by:
deleteFeed
in interface JournalFeedService
- Throws:
PortalException
SystemException
getFeed
public JournalFeed getFeed(long groupId,
long feedId)
throws PortalException,
SystemException
- Specified by:
getFeed
in interface JournalFeedService
- Throws:
PortalException
SystemException
getFeed
public JournalFeed getFeed(long groupId,
String feedId)
throws PortalException,
SystemException
- Specified by:
getFeed
in interface JournalFeedService
- 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
- Specified by:
updateFeed
in interface JournalFeedService
- Throws:
PortalException
SystemException
getWrappedJournalFeedService
public JournalFeedService getWrappedJournalFeedService()