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 ISCSLocaleConfig

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

public interface ISCSLocaleConfig
extends ISCSObject

An object that represents a locale-specific configuration.


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.lang.String getAlternateDateTimeFormat()
           
 java.lang.String getCurrencyFormat()
           
 java.lang.String getDateTimeFormat()
           
 java.lang.String getDisplayDateFormat()
           
 java.lang.String getIsoEncoding()
           
 java.lang.String getLanguageID()
           
 java.lang.String getLocaleID()
           
 java.lang.String getNumberFormat()
           
 java.lang.String getTimeZone()
           
 boolean isEnabled()
           

 

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

getDisplayDateFormat

java.lang.String getDisplayDateFormat()
Returns:
the format to display the date strings

getLocaleID

java.lang.String getLocaleID()
Returns:
the ID of this locale

getDateTimeFormat

java.lang.String getDateTimeFormat()
Returns:
the format of the date/time strings

getCurrencyFormat

java.lang.String getCurrencyFormat()
Returns:
the format of the currency

getIsoEncoding

java.lang.String getIsoEncoding()
Returns:
the type of ISO encoding

getAlternateDateTimeFormat

java.lang.String getAlternateDateTimeFormat()
Returns:
an alternate date/time format string

getNumberFormat

java.lang.String getNumberFormat()
Returns:
the number format

isEnabled

boolean isEnabled()
Returns:
true if this configuration is enabled

getLanguageID

java.lang.String getLanguageID()
Returns:
the two-character representation of this language (i.e. en, de, etc.)

getTimeZone

java.lang.String getTimeZone()
Returns:
the name of the time zone

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.