|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 JournalFeedService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface JournalFeedService
beanIdentifier
- the Spring bean ID for this beanpublic 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 JournalFeedService
PortalException
SystemException
public void deleteFeed(long groupId, long feedId) throws PortalException, SystemException
deleteFeed
in interface JournalFeedService
PortalException
SystemException
public void deleteFeed(long groupId, String feedId) throws PortalException, SystemException
deleteFeed
in interface JournalFeedService
PortalException
SystemException
public JournalFeed getFeed(long groupId, long feedId) throws PortalException, SystemException
getFeed
in interface JournalFeedService
PortalException
SystemException
public JournalFeed getFeed(long groupId, String feedId) throws PortalException, SystemException
getFeed
in interface JournalFeedService
PortalException
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 JournalFeedService
PortalException
SystemException
public 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.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |