com.liferay.portlet.journal.service
Class JournalFeedServiceWrapper
java.lang.Object
com.liferay.portlet.journal.service.JournalFeedServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<JournalFeedService>, JournalFeedService
public class JournalFeedServiceWrapper
- extends Object
- implements JournalFeedService, ServiceWrapper<JournalFeedService>
This class is a wrapper for JournalFeedService
.
- See Also:
JournalFeedService
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()
Deprecated. Renamed to getWrappedService() |
JournalFeedService |
getWrappedService()
|
void |
setWrappedJournalFeedService(JournalFeedService journalFeedService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.journal.service.JournalFeedService) |
void |
setWrappedService(JournalFeedService journalFeedService)
|
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()
- Deprecated. Renamed to
getWrappedService()
setWrappedJournalFeedService
public void setWrappedJournalFeedService(JournalFeedService journalFeedService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.journal.service.JournalFeedService)
getWrappedService
public JournalFeedService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<JournalFeedService>
setWrappedService
public void setWrappedService(JournalFeedService journalFeedService)
- Specified by:
setWrappedService
in interface ServiceWrapper<JournalFeedService>