com.filenet.wcm.apps.server.util.prefs
Class WcmCommonPrefs

java.lang.Object
  extended bycom.filenet.wcm.apps.server.util.prefs.WcmCommonPrefs

public class WcmCommonPrefs
extends java.lang.Object


Constructor Summary
WcmCommonPrefs(WcmSitePrefs sitePrefsObject, WcmUserPrefs userPrefsObject)
           
 
Method Summary
 int getConfirmView()
           
 int getDateFormat()
          The value returned is an index into DateTimeControl.FORMAT_STYLES which identify the format style to be used when calling DateTimeControl.getHTML, or ShowDateTimeControl XSL template.
 int getDefaultSearchMode()
           
 int getDetailedPageSize()
           
 int getExpandSystemProperties()
           
 int getListViewMode()
           
 int getMagazinePageSize()
           
 int getSelectionTreeMode()
           
 int getTimeFormat()
          The value returned is an index into DateTimeControl.FORMAT_STYLES which identify the format style to be used when calling DateTimeControl.getHTML, or ShowDateTimeControl XSL template.
 java.lang.String getTimeZoneID()
           
 boolean useClientTimeZone()
           
 boolean useServerTimeZone()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WcmCommonPrefs

public WcmCommonPrefs(WcmSitePrefs sitePrefsObject,
                      WcmUserPrefs userPrefsObject)
Method Detail

getListViewMode

public int getListViewMode()

getConfirmView

public int getConfirmView()

getExpandSystemProperties

public int getExpandSystemProperties()

getMagazinePageSize

public int getMagazinePageSize()

getDetailedPageSize

public int getDetailedPageSize()

getDateFormat

public int getDateFormat()
The value returned is an index into DateTimeControl.FORMAT_STYLES which identify the format style to be used when calling DateTimeControl.getHTML, or ShowDateTimeControl XSL template.

Returns:
date format

getTimeFormat

public int getTimeFormat()
The value returned is an index into DateTimeControl.FORMAT_STYLES which identify the format style to be used when calling DateTimeControl.getHTML, or ShowDateTimeControl XSL template.

Returns:
time format

getDefaultSearchMode

public int getDefaultSearchMode()

getSelectionTreeMode

public int getSelectionTreeMode()

getTimeZoneID

public java.lang.String getTimeZoneID()

useServerTimeZone

public boolean useServerTimeZone()

useClientTimeZone

public boolean useClientTimeZone()


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.