Deprecated API


Contents
Deprecated Classes
org.exoplatform.forum.service.ForumSessionListener
           
 

Deprecated Methods
org.exoplatform.forum.service.ForumServiceLegacy.addBanIPForum(SessionProvider, String, String)
          use ForumService.addBanIPForum(String ip, String forumId) 
org.exoplatform.forum.service.ForumServiceLegacy.addTag(SessionProvider, List, String, String)
          use ForumService#addTag(List tags, String userName, String topicPath) 
org.exoplatform.forum.service.ForumServiceLegacy.addWatch(SessionProvider, int, String, List, String)
          use ForumService#addWatch(int watchType, String path, List values, String currentUser) 
org.exoplatform.forum.service.ForumServiceLegacy.createUserProfile(SessionProvider, User)
          use (User user) 
org.exoplatform.forum.service.ForumServiceLegacy.evaluateActiveUsers(SessionProvider, String)
          use ForumService.evaluateActiveUsers(String query) 
org.exoplatform.forum.service.ForumServiceLegacy.exportXML(String, String, List, String, ByteArrayOutputStream, boolean, SessionProvider)
          use ForumService#exportXML(String categoryId, String forumId, String nodePath, ByteArrayOutputStream bos) 
org.exoplatform.forum.service.ForumServiceLegacy.getAdvancedSearch(SessionProvider, ForumEventQuery, List, List)
          use ForumService#getAdvancedSearch(ForumEventQuery eventQuery, List listCateIds, List listForumIds) 
org.exoplatform.forum.service.ForumServiceLegacy.getAllLink(SessionProvider, String, String)
          use ForumService.getAllLink(String strQueryCate, String strQueryForum) 
org.exoplatform.forum.service.ForumServiceLegacy.getAllPruneSetting(SessionProvider)
          use ForumService.getAllPruneSetting() 
org.exoplatform.forum.service.ForumServiceLegacy.getAllTags(SessionProvider)
          use ForumService.getAllTags() 
org.exoplatform.forum.service.ForumServiceLegacy.getAllTopicsOld(SessionProvider, long, String)
          use ForumService.getAllTopicsOld(long date, String forumPatch) 
org.exoplatform.forum.service.ForumServiceLegacy.getAvailablePost(SessionProvider, String, String, String, String, String, String)
          use ForumService.getAvailablePost(String categoryId, String forumId, String topicId, String isApproved, String isHidden, String userLogin) 
org.exoplatform.forum.service.ForumServiceLegacy.getBookmarks(SessionProvider, String)
          use ForumService.getBookmarks(String userName) 
org.exoplatform.forum.service.ForumServiceLegacy.getCategories(SessionProvider)
          use ForumService.getCategories() 
org.exoplatform.forum.service.ForumServiceLegacy.getCategory(SessionProvider, String)
          use ForumService.getCategory(String categoryId) 
org.exoplatform.forum.service.ForumServiceLegacy.getDefaultUserProfile(SessionProvider, String, String)
          use ForumService.getDefaultUserProfile(String userName, String ip) 
org.exoplatform.forum.service.ForumServiceLegacy.getForum(SessionProvider, String, String)
          use ForumService.getForum(String categoryId, String forumId) 
org.exoplatform.forum.service.ForumServiceLegacy.getForumAdministration(SessionProvider)
          use ForumService.getForumAdministration() 
org.exoplatform.forum.service.ForumServiceLegacy.getForumHomePath(SessionProvider)
          use ForumService.getForumHomePath() 
org.exoplatform.forum.service.ForumServiceLegacy.getForums(SessionProvider, String, String)
          use ForumService.getForums(String categoryId, String strQuery) 
org.exoplatform.forum.service.ForumServiceLegacy.getForumStatistic(SessionProvider)
          use ForumService.getForumStatistic() 
org.exoplatform.forum.service.ForumServiceLegacy.getJobWattingForModerator(SessionProvider, String[])
          use ForumService.getJobWattingForModerator(String[] paths) 
org.exoplatform.forum.service.ForumServiceLegacy.getJobWattingForModeratorByUser(SessionProvider, String)
          use ForumService.getJobWattingForModeratorByUser(String userId) 
org.exoplatform.forum.service.ForumServiceLegacy.getListPostsByIP(String, String, SessionProvider)
          use ForumService.getListPostsByIP(String ip, String strOrderBy) 
org.exoplatform.forum.service.ForumServiceLegacy.getMyTagInTopic(SessionProvider, String[])
          use ForumService.getMyTagInTopic(String[] tagIds) 
org.exoplatform.forum.service.ForumServiceLegacy.getNewPrivateMessage(SessionProvider, String)
          use ForumService.getNewPrivateMessage(String userName) 
org.exoplatform.forum.service.ForumServiceLegacy.getObjectNameById(SessionProvider, String, String)
          use ForumService.getObjectNameById(String id, String type) 
org.exoplatform.forum.service.ForumServiceLegacy.getObjectNameByPath(SessionProvider, String)
          use ForumService.getObjectNameByPath(String path) 
org.exoplatform.forum.service.ForumServiceLegacy.getPageListUserProfile(SessionProvider)
          use ForumService.getPageListUserProfile() 
org.exoplatform.forum.service.ForumServiceLegacy.getPagePostByUser(SessionProvider, String, String, boolean, String)
          use ForumService.getPagePostByUser(String userName, String userId, boolean isMod, String strOrderBy) 
org.exoplatform.forum.service.ForumServiceLegacy.getPageTopic(SessionProvider, String, String, String, String)
          use ForumService.getPageTopic(String categoryId, String forumId, String strQuery, String strOrderBy) 
org.exoplatform.forum.service.ForumServiceLegacy.getPageTopicByUser(SessionProvider, String, boolean, String)
          use ForumService.getPageTopicByUser(String userName, boolean isMod, String strOrderBy) 
org.exoplatform.forum.service.ForumServiceLegacy.getPageTopicOld(SessionProvider, long, String)
          use ForumService.getPageTopicOld(long date, String forumPatch) 
org.exoplatform.forum.service.ForumServiceLegacy.getPoll(SessionProvider, String, String, String)
          use ForumService.getPoll(String categoryId, String forumId, String topicId) 
org.exoplatform.forum.service.ForumServiceLegacy.getPost(SessionProvider, String, String, String, String)
          use ForumService.getPost(String categoryId, String forumId, String topicId, String postId) 
org.exoplatform.forum.service.ForumServiceLegacy.getPosts(SessionProvider, String, String, String, String, String, String, String)
          use ForumService.getPosts(String categoryId, String forumId, String topicId, String isApproved, String isHidden, String strQuery, String userLogin) 
org.exoplatform.forum.service.ForumServiceLegacy.getPrivateMessage(SessionProvider, String, String)
          use ForumService.getPrivateMessage(String userName, String type) 
org.exoplatform.forum.service.ForumServiceLegacy.getPruneSetting(SessionProvider, String)
          use ForumService.getPruneSetting(String forumPath) 
org.exoplatform.forum.service.ForumServiceLegacy.getQuickProfile(SessionProvider, String)
          use ForumService.getQuickProfile(String userName) 
org.exoplatform.forum.service.ForumServiceLegacy.getQuickProfiles(SessionProvider, List)
          use ForumService#getQuickProfiles(List userList) 
org.exoplatform.forum.service.ForumServiceLegacy.getQuickSearch(SessionProvider, String, String, String, String, List, List, List)
          use ForumService#getQuickSearch(String textQuery, String type, String pathQuery, String userId, List listCateIds, List listForumIds, List forumIdsOfModerator) 
org.exoplatform.forum.service.ForumServiceLegacy.getTag(SessionProvider, String)
          use ForumService.getTag(String tagId) 
org.exoplatform.forum.service.ForumServiceLegacy.getTopic(SessionProvider, String, String, String, String)
          use ForumService.getTopic(String categoryId, String forumId, String topicId, String userRead) 
org.exoplatform.forum.service.ForumServiceLegacy.getTopicByMyTag(SessionProvider, String, String)
          use ForumService.getTopicByMyTag(String userIdAndtagId, String strOrderBy) 
org.exoplatform.forum.service.ForumServiceLegacy.getTopicByPath(SessionProvider, String, boolean)
          use ForumService.getTopicByPath(String topicPath, boolean isLastPost) 
org.exoplatform.forum.service.ForumServiceLegacy.getTopics(SessionProvider, String, String)
          use ForumService.getTopics(String categoryId, String forumId) 
org.exoplatform.forum.service.ForumServiceLegacy.getTotalTopicOld(SessionProvider, long, String)
          use ForumService.getTotalTopicOld(long date, String forumPatch) 
org.exoplatform.forum.service.ForumServiceLegacy.getUserAvatar(String, SessionProvider)
          use ForumService.getUserAvatar(String userName) 
org.exoplatform.forum.service.ForumServiceLegacy.getUserInfo(SessionProvider, String)
          use ForumService.getUserInfo(String userName) 
org.exoplatform.forum.service.ForumServiceLegacy.getUserInformations(SessionProvider, UserProfile)
          use ForumService.getUserInformations(UserProfile userProfile) 
org.exoplatform.forum.service.ForumServiceLegacy.getUserProfileManagement(SessionProvider, String)
          use ForumService.getUserProfileManagement(String userName) 
org.exoplatform.forum.service.ForumServiceLegacy.getUserSettingProfile(SessionProvider, String)
          use ForumService.getUserSettingProfile(String userName) 
org.exoplatform.forum.service.ForumServiceLegacy.getWatchByUser(String, SessionProvider)
          use ForumService.getWatchByUser(String userId) 
org.exoplatform.forum.service.ForumServiceLegacy.importXML(String, InputStream, String, SessionProvider)
          use ForumService#importXML(String nodePath, ByteArrayInputStream bis,int typeImport) 
org.exoplatform.forum.service.ForumServiceLegacy.modifyForum(SessionProvider, Forum, int)
          use ForumService.modifyForum(Forum forum, int type) 
org.exoplatform.forum.service.ForumServiceLegacy.modifyPost(SessionProvider, List, int)
          use ForumService#modifyPost(List posts, int type) 
org.exoplatform.forum.service.ForumServiceLegacy.modifyTopic(SessionProvider, List, int)
          use ForumService#modifyTopic(List topics, int type) 
org.exoplatform.forum.service.ForumServiceLegacy.moveForum(SessionProvider, List, String)
          use ForumService#moveForum(List forums, String destCategoryPath) 
org.exoplatform.forum.service.ForumServiceLegacy.movePost(List, String, boolean, String, String)
          use ForumService.movePost(String[] postPaths, String destTopicPath, boolean isCreatNewTopic, String mailContent, String link) 
org.exoplatform.forum.service.ForumServiceLegacy.movePost(SessionProvider, List, String, boolean, String, String)
          use ForumService.movePost(String[] postPaths, String destTopicPath, boolean isCreatNewTopic, String mailContent, String link) 
org.exoplatform.forum.service.ForumServiceLegacy.moveTopic(SessionProvider, List, String, String, String)
          use ForumService#moveTopic(List topics, String destForumPath, String mailContent, String link) 
org.exoplatform.forum.service.ForumServiceLegacy.registerListenerForCategory(SessionProvider, String)
          use ForumService.registerListenerForCategory(String categoryId) 
org.exoplatform.forum.service.ForumServiceLegacy.removeBanIPForum(SessionProvider, String, String)
          use ForumService.removeBanIPForum(String ip, String forumId) 
org.exoplatform.forum.service.ForumServiceLegacy.removeCategory(SessionProvider, String)
          use ForumService.removeCategory(String categoryId) 
org.exoplatform.forum.service.ForumServiceLegacy.removeForum(SessionProvider, String, String)
          use ForumService.removeForum(String categoryId, String forumId) 
org.exoplatform.forum.service.ForumServiceLegacy.removePoll(SessionProvider, String, String, String)
          use ForumService.removePoll(String categoryId, String forumId, String topicId) 
org.exoplatform.forum.service.ForumServiceLegacy.removePrivateMessage(SessionProvider, String, String, String)
          use ForumService.removePrivateMessage(String messageId, String userName, String type) 
org.exoplatform.forum.service.ForumServiceLegacy.removeTopic(SessionProvider, String, String, String)
          use ForumService.removeTopic(String categoryId, String forumId, String topicId) 
org.exoplatform.forum.service.ForumServiceLegacy.removeWatch(SessionProvider, int, String, String)
          use ForumService.removeWatch(int watchType, String path, String values) 
org.exoplatform.forum.service.ForumServiceLegacy.saveCategory(SessionProvider, Category, boolean)
          use ForumService.saveCategory(Category category, boolean isNew) 
org.exoplatform.forum.service.ForumServiceLegacy.saveCollapsedCategories(SessionProvider, String, String, boolean)
          use ForumService.saveCollapsedCategories(String userName, String categoryId, boolean isAdd) 
org.exoplatform.forum.service.ForumServiceLegacy.saveEmailUserProfile(String, String)
          use ForumService#saveUserProfile(User user) 
org.exoplatform.forum.service.ForumServiceLegacy.saveForum(SessionProvider, String, Forum, boolean)
          use ForumService.saveForum(String categoryId, Forum forum, boolean isNew) 
org.exoplatform.forum.service.ForumServiceLegacy.saveForumAdministration(SessionProvider, ForumAdministration)
          use ForumService.saveForumAdministration(ForumAdministration forumAdministration) 
org.exoplatform.forum.service.ForumServiceLegacy.saveForumStatistic(SessionProvider, ForumStatistic)
          use ForumService.saveForumStatistic(ForumStatistic forumStatistic) 
org.exoplatform.forum.service.ForumServiceLegacy.saveModerateOfForums(SessionProvider, List, String, boolean)
          use ForumService#saveModerateOfForums(List forumPaths, String userName, boolean isDelete) 
org.exoplatform.forum.service.ForumServiceLegacy.savePoll(SessionProvider, String, String, String, Poll, boolean, boolean)
          use ForumService.savePoll(String categoryId, String forumId, String topicId, Poll poll, boolean isNew, boolean isVote) 
org.exoplatform.forum.service.ForumServiceLegacy.savePost(SessionProvider, String, String, String, Post, boolean, String)
          use ForumService.savePost(String categoryId, String forumId, String topicId, Post post, boolean isNew, String defaultEmailContent) 
org.exoplatform.forum.service.ForumServiceLegacy.savePrivateMessage(SessionProvider, ForumPrivateMessage)
          use ForumService.savePrivateMessage(ForumPrivateMessage privateMessage) 
org.exoplatform.forum.service.ForumServiceLegacy.savePruneSetting(SessionProvider, PruneSetting)
          use ForumService#savePruneSetting() 
org.exoplatform.forum.service.ForumServiceLegacy.saveReadMessage(SessionProvider, String, String, String)
          use ForumService.saveReadMessage(String messageId, String userName, String type) 
org.exoplatform.forum.service.ForumServiceLegacy.saveTag(SessionProvider, Tag)
          use ForumService.saveTag(Tag newTag) 
org.exoplatform.forum.service.ForumServiceLegacy.saveTopic(SessionProvider, String, String, Topic, boolean, boolean, String)
          use ForumService.saveTopic(String categoryId, String forumId, Topic topic, boolean isNew, boolean isMove, String defaultEmailContent) 
org.exoplatform.forum.service.ForumServiceLegacy.saveUserAvatar(String, ForumAttachment, SessionProvider)
          use ForumService.saveUserAvatar(String userId, ForumAttachment fileAttachment) 
org.exoplatform.forum.service.ForumServiceLegacy.saveUserBookmark(SessionProvider, String, String, boolean)
          use ForumService.saveUserBookmark(String userName, String bookMark, boolean isNew) 
org.exoplatform.forum.service.ForumServiceLegacy.saveUserProfile(SessionProvider, UserProfile, boolean, boolean)
          use ForumService.saveUserProfile(UserProfile userProfile, boolean isOption, boolean isBan) 
org.exoplatform.forum.service.ForumServiceLegacy.saveUserSettingProfile(SessionProvider, UserProfile)
          use ForumService.saveUserSettingProfile(UserProfile userProfile) 
org.exoplatform.forum.service.ForumServiceLegacy.search(String, SessionProvider)
          use ForumService.search(String queryString) 
org.exoplatform.forum.service.ForumServiceLegacy.searchUserProfile(SessionProvider, String)
          use ForumService.searchUserProfile(String userSearch) 
org.exoplatform.forum.service.ForumServiceLegacy.setClosedPoll(SessionProvider, String, String, String, Poll)
          use ForumServiceLegacy.setClosedPoll(SessionProvider sProvider, String categoryId, String forumId, String topicId, Poll poll) 
org.exoplatform.forum.service.ForumServiceLegacy.setDefaultAvatar(String, SessionProvider)
          use ForumService.setDefaultAvatar(String userName) 
org.exoplatform.forum.service.ForumServiceLegacy.unTag(SessionProvider, String, String, String)
          use ForumService.unTag(String tagId, String userName, String topicPath) 
org.exoplatform.forum.service.ForumServiceLegacy.updateDataImported()
            
org.exoplatform.forum.service.ForumServiceLegacy.updateEmailWatch(List, String, String, SessionProvider)
          use ForumService#updateEmailWatch(List listNodeId, String newEmailAdd, String userId) 
org.exoplatform.forum.service.ForumServiceLegacy.updateForumStatistic(SessionProvider)
          use ForumService.updateForumStatistic() 
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.