Uses of Class
blackboard.platform.intl.BbLocale.Name

Packages that use BbLocale.Name
blackboard.data.discussionboard   
blackboard.platform.intl   
 

Uses of BbLocale.Name in blackboard.data.discussionboard
 

Fields in blackboard.data.discussionboard declared as BbLocale.Name
static BbLocale.Name Message.POSTED_NAME_FORMAT
           
 

Uses of BbLocale.Name in blackboard.platform.intl
 

Fields in blackboard.platform.intl declared as BbLocale.Name
static BbLocale.Name BbLocale.Name.DEFAULT
           
static BbLocale.Name BbLocale.Name.GREETING
          short surname name format according to locale configuration
static BbLocale.Name BbLocale.Name.LONG
          long name format according to locale configuration
static BbLocale.Name BbLocale.Name.SHORT
          short name format according to locale configuration
static BbLocale.Name BbLocale.Name.SHORT_SURNAME
          short surname name format according to locale configuration
 

Methods in blackboard.platform.intl that return BbLocale.Name
static BbLocale.Name BbLocale.Name.fromExternalString(java.lang.String externalString)
          Returns the BbLocale.Name element specified by the externalString.
static BbLocale.Name[] BbLocale.Name.getValues()
          Returns an array of all of the elements in this enumeration.
 

Methods in blackboard.platform.intl with parameters of type BbLocale.Name
 java.lang.String BbLocale.formatName(java.lang.String strGivenName, java.lang.String strMiddleName, java.lang.String strFamilyName, java.lang.String strTitle, BbLocale.Name nameStyle)
          Formats a name according to the current locale and given BbLocale.Name style and returns it as a string.
 java.lang.String BbLocale.formatName(User user, BbLocale.Name nameStyle)
          Formats the name of the given user according to the current locale and given BbLocale.Name style and returns it as a string.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.