Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Deprecated API


Contents
Deprecated Classes
com.jivesoftware.base.action.ActionUtils
          With no replacement 
 

Deprecated Methods
com.jivesoftware.forum.ForumFactory.deleteForum(Forum)
          the ForumCategory.deleteForum(Forum) method should now be used instead of this method. 
com.jivesoftware.base.action.LoginAction.doCancel()
            
com.jivesoftware.base.database.ConnectionManager.getDateField(ResultSet, int)
          Use rs.setLong(long) 
com.jivesoftware.forum.interceptor.IPInterceptor.getEmailBody()
          replaced by IPInterceptor.getEmailBody(java.util.Locale) 
com.jivesoftware.forum.interceptor.KeywordInterceptor.getEmailBody()
          replaced by KeywordInterceptor.getEmailBody(java.util.Locale) 
com.jivesoftware.forum.interceptor.UserInterceptor.getEmailBodyTemplate()
          replaced by UserInterceptor.getEmailBodyTemplate(java.util.Locale) 
com.jivesoftware.forum.interceptor.IPInterceptor.getEmailSubject()
          replaced by IPInterceptor.getEmailSubject(java.util.Locale) 
com.jivesoftware.forum.interceptor.KeywordInterceptor.getEmailSubject()
          replaced by KeywordInterceptor.getEmailSubject(java.util.Locale) 
com.jivesoftware.forum.interceptor.UserInterceptor.getEmailSubject()
          replaced by UserInterceptor.getEmailSubject(java.util.Locale) 
com.jivesoftware.forum.action.SearchAction.getMessageBodyPreview(ForumMessage)
          Use SearchAction.getHighlightedText(QueryResult) instead 
com.jivesoftware.forum.action.SearchAction.getMessageSubjectPreview(ForumMessage)
          Use SearchAction.getHighlightedText(QueryResult) instead 
com.jivesoftware.util.LocaleUtils.getResourceBundle(String, Locale)
          Use just ResourceBundle.getBundle(String,Locale) instead. 
com.jivesoftware.forum.watches.BatchWatchResult.getTotalCount()
          This method only exists so that existing watch templates do not break 
com.jivesoftware.base.database.ConnectionManager.setDateField(PreparedStatement, int, Date)
          User rs.setLong(long) 
com.jivesoftware.forum.interceptor.IPInterceptor.setEmailBody(String)
          replaced by IPInterceptor.setEmailBody(String, java.util.Locale) 
com.jivesoftware.forum.interceptor.KeywordInterceptor.setEmailBody(String)
          replaced by KeywordInterceptor.setEmailBody(String, java.util.Locale) 
com.jivesoftware.forum.interceptor.UserInterceptor.setEmailBodyTemplate(String)
          replaced by UserInterceptor.setEmailBodyTemplate(String, java.util.Locale) 
com.jivesoftware.forum.interceptor.IPInterceptor.setEmailSubject(String)
          replaced byh IPInterceptor.setEmailSubject(String, java.util.Locale) 
com.jivesoftware.forum.interceptor.KeywordInterceptor.setEmailSubject(String)
          replaced by KeywordInterceptor.setEmailSubject(String, java.util.Locale) 
com.jivesoftware.forum.interceptor.UserInterceptor.setEmailSubject(String)
          replaced by UserInterceptor.setEmailSubject(String, java.util.Locale) 
com.jivesoftware.base.log.PatternFormatter.setFormat(String)
          Parse format in via constructor rather than use this method 
 

Deprecated Constructors
com.jivesoftware.base.log.PatternFormatter()
          Use constructor PatternFormatter(String pattern) as this does not correctly initialize object 
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.