Nuxeo ECM Projects 5.6-RC1

org.nuxeo.ecm.user.center.profile
Class TimeZones

java.lang.Object
  extended by org.nuxeo.ecm.user.center.profile.TimeZones

@Scope(value=SESSION)
@Name(value="timeZones")
public class TimeZones
extends Object

Provide from the system available timezones to be displayed in UI.

Since:
5.6

Constructor Summary
TimeZones()
           
 
Method Summary
 String displayCurrentTimeZone()
           
 String displayTimeZone(String id)
           
 List<SelectItem> getTimeZones()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeZones

public TimeZones()
Method Detail

getTimeZones

public List<SelectItem> getTimeZones()

displayCurrentTimeZone

public String displayCurrentTimeZone()

displayTimeZone

public String displayTimeZone(String id)

Nuxeo ECM Projects 5.6-RC1

Copyright © 2012 Nuxeo SA. All Rights Reserved.