303132333435363738
} return _categoryManager; } private TopicManager getTopicManager(){ if(_topicManager==null){ _topicManager = new TopicManager(); } return _topicManager; }
545556575859606162
3132333435363738
public BlogManager() { blogDataAccess = configurationManager.getInstance().getDAOFactory().getBlogDAO(); categoryManager = new CategoryManager(); topicManager = new TopicManager(); replyManager = new ReplyManager(); }