Package org.mapache.business.reply

Examples of org.mapache.business.reply.ReplyManager


        }
        return _userManager;
    }
    private ReplyManager getReplyManager(){
        if(_replyManager == null){
            _replyManager = new ReplyManager();
        }
        return _replyManager;
    }
View Full Code Here


        }
        return _topicManager;
    }
    private ReplyManager getReplyManager(){
        if(_replyManager == null){
            _replyManager = new ReplyManager();
        }
        return _replyManager;
    }
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.reply.ReplyManager

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.