|
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.wiki.service.WikiNodeServiceWrapper
public class WikiNodeServiceWrapper
This class is a wrapper for WikiNodeService
.
WikiNodeService
Constructor Summary | |
---|---|
WikiNodeServiceWrapper(WikiNodeService wikiNodeService)
|
Method Summary | |
---|---|
WikiNode |
addNode(String name,
String description,
ServiceContext serviceContext)
|
void |
deleteNode(long nodeId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
WikiNode |
getNode(long nodeId)
|
WikiNode |
getNode(long groupId,
String name)
|
WikiNodeService |
getWrappedService()
|
WikiNodeService |
getWrappedWikiNodeService()
Deprecated. Renamed to getWrappedService() |
void |
importPages(long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedService(WikiNodeService wikiNodeService)
|
void |
setWrappedWikiNodeService(WikiNodeService wikiNodeService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.wiki.service.WikiNodeService) |
void |
subscribeNode(long nodeId)
|
void |
unsubscribeNode(long nodeId)
|
WikiNode |
updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WikiNodeServiceWrapper(WikiNodeService wikiNodeService)
Method Detail |
---|
public String getBeanIdentifier()
getBeanIdentifier
in interface WikiNodeService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface WikiNodeService
beanIdentifier
- the Spring bean ID for this beanpublic WikiNode addNode(String name, String description, ServiceContext serviceContext) throws PortalException, SystemException
addNode
in interface WikiNodeService
PortalException
SystemException
public void deleteNode(long nodeId) throws PortalException, SystemException
deleteNode
in interface WikiNodeService
PortalException
SystemException
public WikiNode getNode(long nodeId) throws PortalException, SystemException
getNode
in interface WikiNodeService
PortalException
SystemException
public WikiNode getNode(long groupId, String name) throws PortalException, SystemException
getNode
in interface WikiNodeService
PortalException
SystemException
public void importPages(long nodeId, String importer, InputStream[] inputStreams, Map<String,String[]> options) throws PortalException, SystemException
importPages
in interface WikiNodeService
PortalException
SystemException
public void subscribeNode(long nodeId) throws PortalException, SystemException
subscribeNode
in interface WikiNodeService
PortalException
SystemException
public void unsubscribeNode(long nodeId) throws PortalException, SystemException
unsubscribeNode
in interface WikiNodeService
PortalException
SystemException
public WikiNode updateNode(long nodeId, String name, String description, ServiceContext serviceContext) throws PortalException, SystemException
updateNode
in interface WikiNodeService
PortalException
SystemException
public WikiNodeService getWrappedWikiNodeService()
getWrappedService()
public void setWrappedWikiNodeService(WikiNodeService wikiNodeService)
setWrappedService(com.liferay.portlet.wiki.service.WikiNodeService)
public WikiNodeService getWrappedService()
getWrappedService
in interface ServiceWrapper<WikiNodeService>
public void setWrappedService(WikiNodeService wikiNodeService)
setWrappedService
in interface ServiceWrapper<WikiNodeService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |