Class DefaultNodeListService

  • All Implemented Interfaces:
    NodeListService, org.springframework.beans.factory.InitializingBean

    public class DefaultNodeListService
    extends java.lang.Object
    implements NodeListService, org.springframework.beans.factory.InitializingBean

    DefaultNodeListService class.

    Author:
    DJ Gregor, Bill Ayres
    • Constructor Detail

      • DefaultNodeListService

        public DefaultNodeListService()
    • Method Detail

      • setCategoryDao

        public void setCategoryDao​(CategoryDao categoryDao)

        setCategoryDao

        Parameters:
        categoryDao - a CategoryDao object.
      • getNodeDao

        public NodeDao getNodeDao()

        getNodeDao

        Returns:
        a NodeDao object.
      • setNodeDao

        public void setNodeDao​(NodeDao nodeDao)

        setNodeDao

        Parameters:
        nodeDao - a NodeDao object.
      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws java.lang.Exception

        afterPropertiesSet

        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        java.lang.Exception - if any.