|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
java.util.Hashtable |
getAllResourceBundles(java.util.Locale l,
int sessionId)
Get a hashtable with all the available bundles in the database for the specified locale |
DatabaseBundleDescriptor[] |
getAvailableBundles(int sessionId)
Get a list with all the available bundle classes |
java.lang.String[] |
getAvailableLocales(int sessionId)
Get a list with the suffix of the available locales in the database |
java.util.ResourceBundle |
getBundle(java.lang.String baseName,
java.util.Locale l,
int sessionId)
Get the resource bundle for the specified name and locale |
java.util.Hashtable |
getBundles(java.util.List baseNames,
java.util.Locale l,
int sessionId)
Get all the resources for the specified locale and different names |
void |
updateBundleValues(DatabaseBundleValues values,
int sessionId)
Update the specified values in the database bundle |
| Method Detail |
public DatabaseBundleDescriptor[] getAvailableBundles(int sessionId)
throws java.lang.Exception
sessionId -
java.lang.Exception
public java.util.ResourceBundle getBundle(java.lang.String baseName,
java.util.Locale l,
int sessionId)
throws java.lang.Exception
baseName - l - sessionId -
java.lang.Exception
public java.util.Hashtable getBundles(java.util.List baseNames,
java.util.Locale l,
int sessionId)
throws java.lang.Exception
baseNames - A list of String objects with the names of the resources to
queryl - LocalesessionId -
java.lang.Exception
public java.util.Hashtable getAllResourceBundles(java.util.Locale l,
int sessionId)
throws java.lang.Exception
l - LocalesessionId -
java.lang.Exception
public java.lang.String[] getAvailableLocales(int sessionId)
throws java.lang.Exception
sessionId -
java.lang.Exception
public void updateBundleValues(DatabaseBundleValues values,
int sessionId)
throws java.lang.Exception
values - sessionId -
java.lang.Exception
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||