|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.wiki.service.WikiNodeServiceWrapper
@ProviderType public class WikiNodeServiceWrapper
Provides 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)
|
List<WikiNode> |
getNodes(long groupId)
|
List<WikiNode> |
getNodes(long groupId,
int status)
|
List<WikiNode> |
getNodes(long groupId,
int start,
int end)
|
List<WikiNode> |
getNodes(long groupId,
int status,
int start,
int end)
|
int |
getNodesCount(long groupId)
|
int |
getNodesCount(long groupId,
int status)
|
WikiNodeService |
getWrappedService()
|
WikiNodeService |
getWrappedWikiNodeService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
void |
importPages(long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
|
WikiNode |
moveNodeToTrash(long nodeId)
|
void |
restoreNodeFromTrash(long nodeId)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedService(WikiNodeService wikiNodeService)
|
void |
setWrappedWikiNodeService(WikiNodeService wikiNodeService)
Deprecated. As of 6.1.0, replaced by 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 WikiNode addNode(String name,
String description,
ServiceContext serviceContext)
throws PortalException
addNode in interface WikiNodeServicePortalException
public void deleteNode(long nodeId)
throws PortalException
deleteNode in interface WikiNodeServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface WikiNodeService
public WikiNode getNode(long groupId,
String name)
throws PortalException
getNode in interface WikiNodeServicePortalException
public WikiNode getNode(long nodeId)
throws PortalException
getNode in interface WikiNodeServicePortalException
public List<WikiNode> getNodes(long groupId)
throws PortalException
getNodes in interface WikiNodeServicePortalException
public List<WikiNode> getNodes(long groupId,
int start,
int end)
getNodes in interface WikiNodeService
public List<WikiNode> getNodes(long groupId,
int status)
throws PortalException
getNodes in interface WikiNodeServicePortalException
public List<WikiNode> getNodes(long groupId,
int status,
int start,
int end)
getNodes in interface WikiNodeServicepublic int getNodesCount(long groupId)
getNodesCount in interface WikiNodeService
public int getNodesCount(long groupId,
int status)
getNodesCount in interface WikiNodeService
public void importPages(long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
throws PortalException
importPages in interface WikiNodeServicePortalException
public WikiNode moveNodeToTrash(long nodeId)
throws PortalException
moveNodeToTrash in interface WikiNodeServicePortalException
public void restoreNodeFromTrash(long nodeId)
throws PortalException
restoreNodeFromTrash in interface WikiNodeServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface WikiNodeServicebeanIdentifier - the Spring bean ID for this bean
public void subscribeNode(long nodeId)
throws PortalException
subscribeNode in interface WikiNodeServicePortalException
public void unsubscribeNode(long nodeId)
throws PortalException
unsubscribeNode in interface WikiNodeServicePortalException
public WikiNode updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException
updateNode in interface WikiNodeServicePortalException@Deprecated public WikiNodeService getWrappedWikiNodeService()
getWrappedService()
@Deprecated 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 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||