Uses of Class
com.bankframe.util.MissingLocaleException

Packages that use MissingLocaleException
com.bankframe.util   
 

Uses of MissingLocaleException in com.bankframe.util
 

Methods in com.bankframe.util that throw MissingLocaleException
static java.util.Locale DateConvertor.getLocale()
          Deprecated. get method to retrieve the current locale.
static java.util.Date DateConvertor.convertStringToDate(java.lang.String formattingPattern, java.lang.String date, java.lang.String time)
          Deprecated. Method to convert a string object to a date object with a specified time.
static java.util.Date DateConvertor.convertStringToDate(java.lang.String formattingPattern, java.lang.String date)
          Deprecated. Method to convert a string object to a date object with no specified time If the formatting pattern is null, the date will be formatted based on the pattern supplied for the current Locale.
static java.lang.String DateConvertor.convertDateToString(java.lang.String formattingPattern, java.util.Date dateToConvert)
          Deprecated. Method to convert a date object to a string object If the formatting pattern is null, the date will be formatted based on the pattern supplied for the current Locale.
static java.lang.String DateConvertor.getDateString(java.lang.String formattingPattern, java.util.Date date)
          Deprecated. This method will return a string representing the date from a date object in the form implied by the formattingPattern parameter.
static java.lang.String DateConvertor.getTimeString(java.lang.String formattingPattern, java.util.Date date)
          Deprecated. This method will return a string representing the time from a date object in the form implied by the formattingPattern parameter
If the formattingPattern parameter is null the pattern for the Locale is used.
static java.lang.String DateConvertor.getCurrentTime(java.lang.String formattingPattern)
          Deprecated. This method will return a String representing the current time.
static java.lang.String DateConvertor.getTodaysDate(java.lang.String formattingPattern)
          Deprecated. This method will return a String representing the today's date.
static java.lang.String DateConvertor.getTodaysDateAndTime(java.lang.String formattingPattern)
          Deprecated. This method will return a String representing today's date and time.
 



Copyright © 2005, 2007, Oracle. All rights reserved.