Package oracle.rules.sdk2.dictionary
Class PropertyTranslator
java.lang.Object
oracle.rules.sdk2.dictionary.PropertyTranslator
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The Key to the resource bundle.static class
Key Value1 Value2 -
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyTranslator.Key
return the Key for the dictionary component id and alias propertystatic PropertyTranslator.Key
descriptionKey
(DOID id) return the Key for the dictionary component id and description propertyreturn the translated alias for the dictionary componentget a list of (key, value1, value2) objects.getDescription
(DOID id) return the translated description for the dictionary componentgetTranslation
(DOID id, String propertyName) get translation of property of dictionary componentget a list of (key, value1, value2) objects.static PropertyTranslator.Key
return the Key for the key String from the resource bundlestatic PropertyTranslator.Key
return the Key for the dictionary component id and property name
-
Method Details
-
getTranslation
get translation of property of dictionary component- Parameters:
id
- DOID of dictionary componentpropertyName
-- Returns:
- translation, or "" if not in bundle
-
getAlias
return the translated alias for the dictionary component- Parameters:
id
- of the dictionary component- Returns:
- translated alias or "" (if not found)
-
getDescription
return the translated description for the dictionary component- Parameters:
id
- of the dictionary component- Returns:
- translated description or "" (if not found)
-
getUnsavedTranslations
get a list of (key, value1, value2) objects. value1 is not null and is the unsaved value. value2 is the value from the resource bundle, and may be null- Returns:
- list of KVV objects
-
getAllTranslations
get a list of (key, value1, value2) objects. value1 is not null and is the untranslated value (from the RuleDictionary). value2 is the translated value from the resource bundle, and may be null- Returns:
- list of KVV objects
-
key
return the Key for the key String from the resource bundle- Parameters:
key
-- Returns:
- Key
-
key
return the Key for the dictionary component id and property name- Parameters:
id
-propertyName
-- Returns:
- Key
-
aliasKey
return the Key for the dictionary component id and alias property- Parameters:
id
-- Returns:
- Key
-
descriptionKey
return the Key for the dictionary component id and description property- Parameters:
id
-- Returns:
- Key
-