Liferay 6.2-ce-ga5

com.liferay.portlet.wiki.service
Class WikiNodeServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.wiki.service.WikiNodeServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<WikiNodeService>, WikiNodeService

@ProviderType
public class WikiNodeServiceWrapper
extends Object
implements WikiNodeService, ServiceWrapper<WikiNodeService>

Provides a wrapper for WikiNodeService.

See Also:
WikiNodeService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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

WikiNodeServiceWrapper

public WikiNodeServiceWrapper(WikiNodeService wikiNodeService)
Method Detail

getBeanIdentifier

public String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Specified by:
getBeanIdentifier in interface WikiNodeService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

public void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Specified by:
setBeanIdentifier in interface WikiNodeService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addNode

public WikiNode addNode(String name,
                        String description,
                        ServiceContext serviceContext)
                 throws PortalException,
                        SystemException
Specified by:
addNode in interface WikiNodeService
Throws:
PortalException
SystemException

deleteNode

public void deleteNode(long nodeId)
                throws PortalException,
                       SystemException
Specified by:
deleteNode in interface WikiNodeService
Throws:
PortalException
SystemException

getNode

public WikiNode getNode(long nodeId)
                 throws PortalException,
                        SystemException
Specified by:
getNode in interface WikiNodeService
Throws:
PortalException
SystemException

getNode

public WikiNode getNode(long groupId,
                        String name)
                 throws PortalException,
                        SystemException
Specified by:
getNode in interface WikiNodeService
Throws:
PortalException
SystemException

getNodes

public List<WikiNode> getNodes(long groupId)
                        throws PortalException,
                               SystemException
Specified by:
getNodes in interface WikiNodeService
Throws:
PortalException
SystemException

getNodes

public List<WikiNode> getNodes(long groupId,
                               int status)
                        throws PortalException,
                               SystemException
Specified by:
getNodes in interface WikiNodeService
Throws:
PortalException
SystemException

getNodes

public List<WikiNode> getNodes(long groupId,
                               int start,
                               int end)
                        throws SystemException
Specified by:
getNodes in interface WikiNodeService
Throws:
SystemException

getNodes

public List<WikiNode> getNodes(long groupId,
                               int status,
                               int start,
                               int end)
                        throws SystemException
Specified by:
getNodes in interface WikiNodeService
Throws:
SystemException

getNodesCount

public int getNodesCount(long groupId)
                  throws SystemException
Specified by:
getNodesCount in interface WikiNodeService
Throws:
SystemException

getNodesCount

public int getNodesCount(long groupId,
                         int status)
                  throws SystemException
Specified by:
getNodesCount in interface WikiNodeService
Throws:
SystemException

importPages

public void importPages(long nodeId,
                        String importer,
                        InputStream[] inputStreams,
                        Map<String,String[]> options)
                 throws PortalException,
                        SystemException
Specified by:
importPages in interface WikiNodeService
Throws:
PortalException
SystemException

moveNodeToTrash

public WikiNode moveNodeToTrash(long nodeId)
                         throws PortalException,
                                SystemException
Specified by:
moveNodeToTrash in interface WikiNodeService
Throws:
PortalException
SystemException

restoreNodeFromTrash

public void restoreNodeFromTrash(long nodeId)
                          throws PortalException,
                                 SystemException
Specified by:
restoreNodeFromTrash in interface WikiNodeService
Throws:
PortalException
SystemException

subscribeNode

public void subscribeNode(long nodeId)
                   throws PortalException,
                          SystemException
Specified by:
subscribeNode in interface WikiNodeService
Throws:
PortalException
SystemException

unsubscribeNode

public void unsubscribeNode(long nodeId)
                     throws PortalException,
                            SystemException
Specified by:
unsubscribeNode in interface WikiNodeService
Throws:
PortalException
SystemException

updateNode

public WikiNode updateNode(long nodeId,
                           String name,
                           String description,
                           ServiceContext serviceContext)
                    throws PortalException,
                           SystemException
Specified by:
updateNode in interface WikiNodeService
Throws:
PortalException
SystemException

getWrappedWikiNodeService

public WikiNodeService getWrappedWikiNodeService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedWikiNodeService

public void setWrappedWikiNodeService(WikiNodeService wikiNodeService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.wiki.service.WikiNodeService)


getWrappedService

public WikiNodeService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<WikiNodeService>

setWrappedService

public void setWrappedService(WikiNodeService wikiNodeService)
Specified by:
setWrappedService in interface ServiceWrapper<WikiNodeService>

Liferay 6.2-ce-ga5