|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Localizer | |
oracle.ifs.beans | |
oracle.ifs.common | |
oracle.ifs.management.domain | |
oracle.ifs.server | |
oracle.ifs.server.renderers |
Uses of Localizer in oracle.ifs.beans |
Fields in oracle.ifs.beans declared as Localizer | |
protected Localizer |
LibrarySession.m_Localizer
the Localizer for this session. |
Methods in oracle.ifs.beans that return Localizer | |
Localizer |
LibrarySession.getLocalizer()
Gets the localizer used by this session. |
Methods in oracle.ifs.beans with parameters of type Localizer | |
static java.lang.String |
PublicObject.toLockStateLabel(int lockState,
Localizer localizer)
Deprecated. iFS 9.0.3 use LockObject.toLockStateLabel(int lockState, Localizer localizer) |
static java.lang.String |
ValueDomain.toValueDomainTypeLabel(int valueDomainType,
Localizer localizer)
Converts the specified ValueDomainType constant to a localized label, using the specified Localizer. |
static java.lang.String |
LockObject.toLockStateLabel(int lockState,
Localizer localizer)
Converts the specified LockState constant to a localized label, using the specified Localizer. |
static java.lang.String |
ClassDomain.toDomainTypeLabel(int domainType,
Localizer localizer)
Converts the specified DomainType constant to a localized label, using the specified Localizer. |
static java.lang.String |
PrintJob.toStatusLabel(int status,
Localizer localizer)
Converts the specified Status constant to a localized label, using the specified Localizer. |
static java.lang.String |
Attribute.toReferentialIntegrityRuleLabel(int riRule,
Localizer localizer)
Converts the specified ReferentialIntegrityRule constant to a localized label, using the specified Localizer. |
static java.lang.String |
Attribute.toDataTypeLabel(int dataType,
Localizer localizer)
Converts the specified data type constant to a localized label, using the specified Localizer. |
Uses of Localizer in oracle.ifs.common |
Fields in oracle.ifs.common declared as Localizer | |
protected Localizer |
TraceLogger.m_Localizer
The Localizer used by this TraceLogger. |
protected static Localizer |
Localizer.s_UsEnglishLocalizer
A static US English Localizer. |
Methods in oracle.ifs.common that return Localizer | |
Localizer |
TraceLogger.getLocalizer()
Gets the Localizer of this TraceLogger. |
static Localizer |
Localizer.getDefault()
Gets the default US English Localizer. |
Localizer |
LibrarySessionInterface.getLocalizer()
Gets the localizer of this session. |
Methods in oracle.ifs.common with parameters of type Localizer | |
protected java.lang.Integer |
AttributeValue.toInteger(java.lang.Number value,
Localizer localizer)
Converts a Number to an Integer. |
protected java.lang.Integer |
AttributeValue.toInteger(java.lang.Boolean value,
Localizer localizer)
Converts a Boolean to an Integer. |
protected java.lang.Integer |
AttributeValue.toInteger(java.lang.String value,
Localizer localizer)
Converts a String to an Integer. |
protected java.lang.Long |
AttributeValue.toLong(java.lang.Number value,
Localizer localizer)
Converts a Number to a Long. |
protected java.lang.Long |
AttributeValue.toLong(java.lang.Boolean value,
Localizer localizer)
Converts a Boolean to a Long. |
protected java.lang.Long |
AttributeValue.toLong(java.util.Date value,
Localizer localizer)
Converts a Date to a Long. |
protected java.lang.Long |
AttributeValue.toLong(java.lang.String value,
Localizer localizer)
Converts a String to a Long. |
protected java.lang.Double |
AttributeValue.toDouble(java.lang.Number value,
Localizer localizer)
Converts a Number to a Double. |
protected java.lang.Double |
AttributeValue.toDouble(java.lang.Boolean value,
Localizer localizer)
Converts a Boolean to a Double. |
protected java.lang.Double |
AttributeValue.toDouble(java.lang.String value,
Localizer localizer)
Converts a String to a Double. |
protected java.lang.Boolean |
AttributeValue.toBoolean(java.lang.Integer value,
Localizer localizer)
Converts an Integer to a Boolean. |
protected java.lang.Boolean |
AttributeValue.toBoolean(java.lang.Long value,
Localizer localizer)
Converts a Long to a Boolean. |
protected java.lang.Boolean |
AttributeValue.toBoolean(java.lang.Double value,
Localizer localizer)
Converts a Double to a Boolean. |
protected java.lang.Boolean |
AttributeValue.toBoolean(java.lang.String value,
Localizer localizer)
Converts a String to a Boolean. |
protected java.lang.String |
AttributeValue.toString(java.lang.Integer value,
Localizer localizer)
Converts an Integer to a String. |
protected java.lang.String |
AttributeValue.toString(java.lang.Long value,
Localizer localizer)
Converts a Long to a String. |
protected java.lang.String |
AttributeValue.toString(java.lang.Double value,
Localizer localizer)
Converts a Double to a String. |
protected java.lang.String |
AttributeValue.toString(java.lang.Boolean value,
Localizer localizer)
Converts a Boolean to a String. |
protected java.lang.String |
AttributeValue.toString(java.util.Date value,
Localizer localizer)
Converts a Date to a String. |
protected java.util.Date |
AttributeValue.toDate(java.lang.String value,
Localizer localizer)
Converts a String to a Date. |
protected java.util.Date |
AttributeValue.toDate(java.util.Date value,
Localizer localizer)
Converts a Date to a Date (creates a clone). |
java.lang.String[] |
AccessLevel.getEnabledStandardPermissionNames(Localizer localizer)
return the array of the names of all standard permission enabled in this instance. |
static java.lang.String[] |
AccessLevel.getAllDefinedStandardPermissionNames(Localizer localizer)
return the array of all defined standard permission localized labels. |
java.lang.String |
AccessLevel.toString(Localizer localizer)
toString - convert AccessLevel to a String, representing the set of permissions for a specified Localizer; for example "{Discover,GetContent}". |
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(java.io.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(java.io.PrintWriter writer,
Localizer localizer)
Prints the stack trace of this IfsException to the specified PrintWriter, using the locale of the specified Localizer. |
java.lang.String |
IfsException.getLocalizedMessage(Localizer localizer)
Gets the description of this IfsException for the locale of the specified Localizer. |
java.lang.String |
IfsException.toLocalizedString(Localizer localizer)
Represents this IfsException as a localized string, using the locale of the specified Localizer. |
Constructors in oracle.ifs.common with parameters of type Localizer | |
TraceLogger(Localizer localizer)
Constructs a new TraceLogger. |
|
AccessLevel(java.lang.String[] stringLevels,
Localizer localizer)
constructor to initialize set of permissions, specified by an array of Strings and a specific Localizer. |
Uses of Localizer in oracle.ifs.management.domain |
Methods in oracle.ifs.management.domain that return Localizer | |
Localizer |
SessionManagerInterface.getLocalizer()
Gets the Localizer of this session. |
Methods in oracle.ifs.management.domain with parameters of type Localizer | |
static java.lang.String |
Server.toStatusLabel(int serverStatus,
Localizer localizer)
Gets a localized label for the specified status of a Server, using the specified Localizer. |
Uses of Localizer in oracle.ifs.server |
Fields in oracle.ifs.server declared as Localizer | |
protected Localizer |
S_LibraryService.m_Localizer
The service Localizer. |
protected Localizer |
S_LibrarySession.m_Localizer
The Localizer for this S_LibrarySession. |
Methods in oracle.ifs.server that return Localizer | |
Localizer |
S_LibraryService.getLocalizer()
Gets the Localizer of this S_LibraryService. |
Localizer |
SessionManager.getLocalizer()
Gets the Localizer of this session. |
Localizer |
S_LibrarySession.getLocalizer()
Gets the Localizer of this S_LibrarySession. |
Localizer |
SQLGeneration_Helper.getLocalizer()
return the Localizer for the session. |
Uses of Localizer in oracle.ifs.server.renderers |
Fields in oracle.ifs.server.renderers declared as Localizer | |
protected Localizer |
XmlRenderer.m_Localizer
Deprecated. The localizer from the session which created this XMLRenderer |
|
Oracle Content Management SDK | |||||||||
PREV NEXT | FRAMES NO FRAMES |