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