Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.webservices.Locale

Packages that use Locale
com.jivesoftware.forum.webservices   
com.jivesoftware.forum.webservices.server   
 

Uses of Locale in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that return Locale
 Locale Forum.getFinalLocale()
          Returns the locale for this forum.
 Locale ForumCategory.getFinalLocale()
          Returns the locale for this category.
 Locale Forum.getLocale()
          Returns the locale for this forum.
 Locale ForumCategory.getLocale()
          Returns the locale for this category.
 

Methods in com.jivesoftware.forum.webservices with parameters of type Locale
 void Forum.setFinalLocale(Locale finalLocale)
           
 void ForumCategory.setFinalLocale(Locale finalLocale)
           
 void Forum.setLocale(Locale locale)
          Sets the locale for this forum.
 void ForumCategory.setLocale(Locale locale)
          Sets the locale for this category.
 

Uses of Locale in com.jivesoftware.forum.webservices.server
 

Methods in com.jivesoftware.forum.webservices.server that return Locale
static Locale WSUtil.convert(java.util.Locale l)
          Converts a java locale to a locale we can use for webservices
 

Methods in com.jivesoftware.forum.webservices.server with parameters of type Locale
static java.util.Locale WSUtil.convert(Locale l)
          Converts a webservices locale object to java locale object
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.