Class DefaultNodeService

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getParentNode​(java.lang.Long nodeid)
      getParentNode
      void setNodeDao​(NodeDao nodeDao)
      setNodeDao
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultNodeService

        public DefaultNodeService()
    • Method Detail

      • getParentNode

        public java.lang.Long getParentNode​(java.lang.Long nodeid)

        getParentNode

        Specified by:
        getParentNode in interface NodeService
        Parameters:
        nodeid - a Long object.
        Returns:
        a Long object.
      • setNodeDao

        public void setNodeDao​(NodeDao nodeDao)

        setNodeDao

        Parameters:
        nodeDao - a NodeDao object.