Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


com.stellent.cis.client.api.scs.locale
Interface ISCSLocaleGetDataResponse

All Superinterfaces:
ICISObject, ICISObjectInitializable, ISCSObject, ISCSServerBinder, ISCSServerResponse, java.io.Serializable

public interface ISCSLocaleGetDataResponse
extends ISCSServerResponse

Response from the server when querying for all localization resources.


Nested Class Summary

 

Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
ICISObjectInitializable.AdapterVersionAware

 

Field Summary

 

Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM

 

Method Summary
 java.util.List getISOMappings()
           
 java.util.List getLocaleConfigs()
           
 java.util.Map getLocaleStrings()
           
 java.lang.String getSystemDateFormat()
           
 java.lang.String getSystemLocale()
           
 java.lang.String getSystemTimeZone()
           
 java.util.Map getTimeZoneMap()
           
 java.util.List getTimeZones()
           
 java.lang.String getUserDateFormat()
           
 java.lang.String getUserLocale()
           
 java.lang.String getUserTimeZone()
           

 

Methods inherited from interface com.stellent.cis.client.api.scs.ISCSServerResponse
getChangedSubjects, getChangedTopics, getFieldTypes, getMessage, getOptionList, getOptionLists, getRefreshSubjects, getUser, isCachedResponse

 

Methods inherited from interface com.stellent.cis.client.api.scs.ISCSServerBinder
addResultSet, addStream, clearStreams, deserializeBinderFromHDA, getChangeMonitors, getDateFormat, getQuerySubjects, getResultSet, getResultSet, getResultSetColumnNames, getResultSetNames, getResultSetSingleRow, getResultSetSingleRow, getService, getStream, getStreamNames, getTimeZoneFromDateFormat, serializeBinderAsHDA, setChangeMonitors, setQuerySubjects, setService

 

Methods inherited from interface com.stellent.cis.client.api.scs.ISCSObject
castObject, clearPropertyFilter, copyObject, getPropertyFilter, getSourceAdapter, getSourceObject, getSourceObjectPropertyType, mergeObject, mergeObject, removeProperty, setPropertyFilter, setRestrictedPropertyFilter, setSourceObjectPropertyType

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty

 

Methods inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
intialize

 

Method Detail

getSystemTimeZone

java.lang.String getSystemTimeZone()
Returns:
the name of the timezone for the server

getSystemLocale

java.lang.String getSystemLocale()
Returns:
the locale currently used by the server

getSystemDateFormat

java.lang.String getSystemDateFormat()
Returns:
the date format string used by the server

getUserDateFormat

java.lang.String getUserDateFormat()
Returns:
the date format string for the current user

getUserTimeZone

java.lang.String getUserTimeZone()
Returns:
the current user timezone

getUserLocale

java.lang.String getUserLocale()
Returns:
the current user locale

getTimeZones

java.util.List getTimeZones()
Returns:
a list of ISCSLocaleTimeZone objects representing the available time zones

getTimeZoneMap

java.util.Map getTimeZoneMap()
Returns:
a map containing the mapping of a content-server time zone name to the Java time-zone name

getLocaleStrings

java.util.Map getLocaleStrings()
Returns:
a mapping of locale strings, where the key is the message key and the value is the localized message for that key

getLocaleConfigs

java.util.List getLocaleConfigs()
Returns:
a listing of ISCSLocaleConfig configuration objects representing all the various locale-specific configurations available

getISOMappings

java.util.List getISOMappings()
Returns:
a list of ISCSLocaleISOMapping objects

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.