com.atlassian.crowd.openid.server.util
Class ProfileAttributesHelper

java.lang.Object
  extended by com.atlassian.crowd.openid.server.util.ProfileAttributesHelper

public class ProfileAttributesHelper
extends Object


Constructor Summary
ProfileAttributesHelper()
           
 
Method Summary
 Map getCountries()
           
 Map getDays()
           
 Map getGenders()
           
 Map getLanguages()
           
 Map getMonths()
           
 String getNiceDate(String dateString)
           
 Map getTimezones()
           
 Map getYears()
           
static void initialise()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileAttributesHelper

public ProfileAttributesHelper()
Method Detail

getDays

public Map getDays()

getMonths

public Map getMonths()

getYears

public Map getYears()

getGenders

public Map getGenders()

getCountries

public Map getCountries()

getLanguages

public Map getLanguages()

getTimezones

public Map getTimezones()

getNiceDate

public String getNiceDate(String dateString)

initialise

public static void initialise()


Copyright © 2012 Atlassian. All Rights Reserved.