Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.common | |
oracle.ifs.core.runtime | |
oracle.ifs.protocols.utils | |
oracle.ifs.server | |
oracle.ifs.server.renderers | |
oracle.ifs.utils.locale |
Modifier and Type | Field and Description |
---|---|
protected Localizer |
LibrarySession.m_Localizer
the Localizer for this session.
|
Modifier and Type | Method and Description |
---|---|
Localizer |
LibrarySession.getLocalizer()
Gets the localizer used by this session.
|
Modifier and Type | Method and Description |
---|---|
static String |
Attribute.toDataTypeLabel(int dataType,
Localizer localizer)
Converts the specified data type constant to a
localized label, using the specified Localizer.
|
static String |
ClassDomain.toDomainTypeLabel(int domainType,
Localizer localizer)
Converts the specified DomainType constant to a
localized label, using the specified Localizer.
|
static String |
Policy.toExecutionModeLabel(int executionMode,
Localizer localizer)
Gets a localized String label for the specified ExecutionMode value,
using the specified Localizer.
|
static String |
LockObject.toLockStateLabel(int lockState,
Localizer localizer)
Converts the specified LockState constant to a
localized label, using the specified Localizer.
|
static String |
Attribute.toReferentialIntegrityRuleLabel(int riRule,
Localizer localizer)
Converts the specified ReferentialIntegrityRule constant to a
localized label, using the specified Localizer.
|
static String |
PrintJob.toStatusLabel(int status,
Localizer localizer)
Converts the specified Status constant to a
localized label, using the specified Localizer.
|
static String |
ValueDomain.toValueDomainTypeLabel(int valueDomainType,
Localizer localizer)
Converts the specified ValueDomainType constant to a
localized label, using the specified Localizer.
|
Modifier and Type | Field and Description |
---|---|
protected Localizer |
TraceLogger.m_Localizer
Deprecated.
The Localizer used by this TraceLogger.
|
protected static Localizer |
Localizer.s_UsEnglishLocalizer
A static US English Localizer.
|
Modifier and Type | Method and Description |
---|---|
static Localizer |
Localizer.getDefault()
Gets the default US English Localizer.
|
Localizer |
LibrarySessionInterface.getLocalizer()
Gets the localizer of this session.
|
Localizer |
TraceLogger.getLocalizer()
Deprecated.
Gets the Localizer of this TraceLogger.
|
Modifier and Type | Method and Description |
---|---|
static String[] |
AccessLevel.getAllDefinedStandardPermissionNames(Localizer localizer)
return the array of all defined standard permission localized
labels.
|
String[] |
AccessLevel.getEnabledStandardPermissionNames(Localizer localizer)
return the array of the names of all standard permission
enabled in this instance.
|
String |
IfsException.getLocalizedMessage(Localizer localizer)
Gets the description of this IfsException for the locale of the
specified Localizer.
|
void |
IfsException.printLocalizedStackTrace(Localizer localizer)
Prints the stack trace of this IfsException to the standard error
stream, using the locale of the specified Localizer.
|
void |
IfsException.printLocalizedStackTrace(PrintStream stream,
Localizer localizer)
Prints the stack trace of this IfsException to the specified
PrintStream, using the locale of the specified Localizer.
|
void |
IfsException.printLocalizedStackTrace(PrintWriter writer,
Localizer localizer)
Prints the stack trace of this IfsException to the specified
PrintWriter, using the locale of the specified Localizer.
|
protected Boolean |
AttributeValue.toBoolean(Double value,
Localizer localizer)
Converts a Double to a Boolean.
|
protected Boolean |
AttributeValue.toBoolean(Integer value,
Localizer localizer)
Converts an Integer to a Boolean.
|
protected Boolean |
AttributeValue.toBoolean(Long value,
Localizer localizer)
Converts a Long to a Boolean.
|
protected Boolean |
AttributeValue.toBoolean(String value,
Localizer localizer)
Converts a String to a Boolean.
|
protected Date |
AttributeValue.toDate(Date value,
Localizer localizer)
Converts a Date to a Date (creates a clone).
|
protected Date |
AttributeValue.toDate(String value,
Localizer localizer)
Converts a String to a Date.
|
protected Double |
AttributeValue.toDouble(Boolean value,
Localizer localizer)
Converts a Boolean to a Double.
|
protected Double |
AttributeValue.toDouble(Number value,
Localizer localizer)
Converts a Number to a Double.
|
protected Double |
AttributeValue.toDouble(String value,
Localizer localizer)
Converts a String to a Double.
|
protected Integer |
AttributeValue.toInteger(Boolean value,
Localizer localizer)
Converts a Boolean to an Integer.
|
protected Integer |
AttributeValue.toInteger(Number value,
Localizer localizer)
Converts a Number to an Integer.
|
protected Integer |
AttributeValue.toInteger(String value,
Localizer localizer)
Converts a String to an Integer.
|
String |
IfsException.toLocalizedString(Localizer localizer)
Represents this IfsException as a localized string, using the locale
of the specified Localizer.
|
protected Long |
AttributeValue.toLong(Boolean value,
Localizer localizer)
Converts a Boolean to a Long.
|
protected Long |
AttributeValue.toLong(Date value,
Localizer localizer)
Converts a Date to a Long.
|
protected Long |
AttributeValue.toLong(Number value,
Localizer localizer)
Converts a Number to a Long.
|
protected Long |
AttributeValue.toLong(String value,
Localizer localizer)
Converts a String to a Long.
|
protected String |
AttributeValue.toString(Boolean value,
Localizer localizer)
Converts a Boolean to a String.
|
protected String |
AttributeValue.toString(Date value,
Localizer localizer)
Converts a Date to a String.
|
protected String |
AttributeValue.toString(Double value,
Localizer localizer)
Converts a Double to a String.
|
protected String |
AttributeValue.toString(Integer value,
Localizer localizer)
Converts an Integer to a String.
|
String |
AccessLevel.toString(Localizer localizer)
convert AccessLevel to a String, representing
the set of permissions for a specified Localizer; for example "{Discover,GetContent}".
|
protected String |
AttributeValue.toString(Long value,
Localizer localizer)
Converts a Long to a String.
|
Constructor and Description |
---|
AccessLevel(String[] stringLevels,
Localizer localizer)
constructor to initialize set of permissions, specified
by an array of Strings and a specific Localizer.
|
TraceLogger(Localizer localizer)
Deprecated.
Constructs a new TraceLogger.
|
Modifier and Type | Method and Description |
---|---|
static String |
Node.toStatusLabel(int status,
Localizer localizer)
Gets a localized label for the specified status of a Node, using the
specified Localizer.
|
static String |
Server.toStatusLabel(int serverStatus,
Localizer localizer)
Gets a localized label for the specified status of a Server, using the
specified Localizer.
|
Modifier and Type | Field and Description |
---|---|
protected Localizer |
IfsProtocolServer.m_Localizer
the localizer for the Strings
|
Modifier and Type | Field and Description |
---|---|
protected Localizer |
S_LibrarySession.m_Localizer
The Localizer for this S_LibrarySession.
|
Modifier and Type | Method and Description |
---|---|
Localizer |
SQLGeneration_Helper.getLocalizer()
return the Localizer for the session.
|
Localizer |
S_LibraryService.getLocalizer()
Gets the Localizer of this S_LibraryService.
|
Localizer |
S_LibrarySession.getLocalizer()
Gets the Localizer of this S_LibrarySession.
|
Modifier and Type | Field and Description |
---|---|
protected Localizer |
XmlRenderer.m_Localizer
The localizer from the session which created this XMLRenderer
|
Modifier and Type | Method and Description |
---|---|
String |
CharacterSet.getIanaCharacterSetLabel(Localizer localizer)
Returns the localized display name for this character set.
|
String |
Language.getLanguageLabel(Localizer localizer)
Returns the localized label for the language, for example:
"Deutsch" if German locale setting.
|
String |
Language.getLocaleLabel(Localizer localizer)
Returns the localized label for the language, for example:
"Deutsch (de-DE)" if German locale setting.
|
Copyright © 2023. All rights reserved.