|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.journal.service.JournalFeedServiceWrapper
@ProviderType public class JournalFeedServiceWrapper
Provides 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 ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
|
void |
deleteFeed(long feedId)
|
void |
deleteFeed(long groupId,
long feedId)
Deprecated. As of 6.2.0, replaced by deleteFeed(long, String) |
void |
deleteFeed(long groupId,
String feedId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
JournalFeed |
getFeed(long feedId)
|
JournalFeed |
getFeed(long groupId,
long feedId)
Deprecated. As of 6.2.0, replaced by getFeed(long, String) |
JournalFeed |
getFeed(long groupId,
String feedId)
|
JournalFeedService |
getWrappedJournalFeedService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
JournalFeedService |
getWrappedService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedJournalFeedService(JournalFeedService journalFeedService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.journal.service.JournalFeedService) |
void |
setWrappedService(JournalFeedService journalFeedService)
|
JournalFeed |
updateFeed(long groupId,
String feedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
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 JournalFeed addFeed(long groupId,
String feedId,
boolean autoFeedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
throws PortalException
addFeed in interface JournalFeedServicePortalException
public void deleteFeed(long feedId)
throws PortalException
deleteFeed in interface JournalFeedServicePortalException
@Deprecated
public void deleteFeed(long groupId,
long feedId)
throws PortalException
deleteFeed(long, String)
deleteFeed in interface JournalFeedServicePortalException
public void deleteFeed(long groupId,
String feedId)
throws PortalException
deleteFeed in interface JournalFeedServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface JournalFeedService
public JournalFeed getFeed(long feedId)
throws PortalException
getFeed in interface JournalFeedServicePortalException
@Deprecated
public JournalFeed getFeed(long groupId,
long feedId)
throws PortalException
getFeed(long, String)
getFeed in interface JournalFeedServicePortalException
public JournalFeed getFeed(long groupId,
String feedId)
throws PortalException
getFeed in interface JournalFeedServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface JournalFeedServicebeanIdentifier - the Spring bean ID for this bean
public JournalFeed updateFeed(long groupId,
String feedId,
String name,
String description,
String ddmStructureKey,
String ddmTemplateKey,
String ddmRendererTemplateKey,
int delta,
String orderByCol,
String orderByType,
String targetLayoutFriendlyUrl,
String targetPortletId,
String contentField,
String feedType,
double feedVersion,
ServiceContext serviceContext)
throws PortalException
updateFeed in interface JournalFeedServicePortalException@Deprecated public JournalFeedService getWrappedJournalFeedService()
getWrappedService()
@Deprecated 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 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||