|
Liferay 6.2-ce-ga3 | |||||||||
| 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 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 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 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 feedId)
throws PortalException,
SystemException
deleteFeed in interface JournalFeedServicePortalException
SystemException
public void deleteFeed(long groupId,
long feedId)
throws PortalException,
SystemException
deleteFeed(long, String)
deleteFeed in interface JournalFeedServicePortalException
SystemException
public void deleteFeed(long groupId,
String feedId)
throws PortalException,
SystemException
deleteFeed in interface JournalFeedServicePortalException
SystemException
public JournalFeed getFeed(long feedId)
throws PortalException,
SystemException
getFeed in interface JournalFeedServicePortalException
SystemException
public JournalFeed getFeed(long groupId,
long feedId)
throws PortalException,
SystemException
getFeed(long, String)
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-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||