Package org.mapache.business.topic

Examples of org.mapache.business.topic.TopicManager


        }
        return _categoryManager;
    }
    private TopicManager getTopicManager(){
        if(_topicManager==null){
            _topicManager = new TopicManager();
        }
        return _topicManager;
    }
View Full Code Here


        }
        return _categoryManager;
    }
    private TopicManager getTopicManager(){
        if(_topicManager==null){
            _topicManager = new TopicManager();
        }
        return _topicManager;
    }
View Full Code Here

    public BlogManager() {
        blogDataAccess =
                configurationManager.getInstance().getDAOFactory().getBlogDAO();
        categoryManager = new CategoryManager();
        topicManager = new TopicManager();
        replyManager = new ReplyManager();
    }
View Full Code Here

TOP

Related Classes of org.mapache.business.topic.TopicManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.