|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.journal.service.JournalFeedServiceWrapper
public class JournalFeedServiceWrapper
This class is a wrapper for JournalFeedService.
JournalFeedService| Constructor Summary | |
|---|---|
JournalFeedServiceWrapper(JournalFeedService 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)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
JournalFeed |
getFeed(long groupId,
long feedId)
|
JournalFeed |
getFeed(long groupId,
String feedId)
|
JournalFeedService |
getWrappedJournalFeedService()
Deprecated. Renamed to getWrappedService() |
JournalFeedService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
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 |
| Constructor Detail |
|---|
public JournalFeedServiceWrapper(JournalFeedService journalFeedService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface JournalFeedServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface JournalFeedServicebeanIdentifier - the Spring bean ID for this bean
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
addFeed in interface JournalFeedServicePortalException
SystemException
public void deleteFeed(long groupId,
long feedId)
throws PortalException,
SystemException
deleteFeed in interface JournalFeedServicePortalException
SystemException
public void deleteFeed(long groupId,
String feedId)
throws PortalException,
SystemException
deleteFeed in interface JournalFeedServicePortalException
SystemException
public JournalFeed getFeed(long groupId,
long feedId)
throws PortalException,
SystemException
getFeed in interface JournalFeedServicePortalException
SystemException
public JournalFeed getFeed(long groupId,
String feedId)
throws PortalException,
SystemException
getFeed in interface JournalFeedServicePortalException
SystemException
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
updateFeed in interface JournalFeedServicePortalException
SystemExceptionpublic JournalFeedService getWrappedJournalFeedService()
getWrappedService()
public void setWrappedJournalFeedService(JournalFeedService journalFeedService)
setWrappedService(com.liferay.portlet.journal.service.JournalFeedService)
public JournalFeedService getWrappedService()
getWrappedService in interface ServiceWrapper<JournalFeedService>public void setWrappedService(JournalFeedService journalFeedService)
setWrappedService in interface ServiceWrapper<JournalFeedService>
|
Liferay 6.2.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||