|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomStringConfig | |
---|---|
lumis.portal.localization |
Uses of CustomStringConfig in lumis.portal.localization |
---|
Methods in lumis.portal.localization that return CustomStringConfig | |
---|---|
CustomStringConfig |
ICustomStringLocalizationDao.get(String customStringId,
ITransaction transaction)
Get the CustomString object |
CustomStringConfig |
CustomStringLocalizationDaoJdbc.get(String customStringId,
ITransaction transaction)
|
CustomStringConfig |
LocalizationManager.getCustomString(SessionConfig sessionConfig,
String customStringId,
ITransaction transaction)
|
CustomStringConfig |
ILocalizationManager.getCustomString(SessionConfig sessionConfig,
String customStringId,
ITransaction transaction)
Get the Custom String object |
Methods in lumis.portal.localization with parameters of type CustomStringConfig | |
---|---|
String |
LocalizationManager.addCustomString(SessionConfig sessionConfig,
CustomStringConfig customStringConfig,
ITransaction transaction)
|
String |
ILocalizationManager.addCustomString(SessionConfig sessionConfig,
CustomStringConfig customStringConfig,
ITransaction transaction)
Add a Custom String |
void |
ICustomStringLocalizationDao.addOrUpdate(CustomStringConfig customStringConfig,
ITransaction transaction)
Add or Update the specified custom string |
void |
CustomStringLocalizationDaoJdbc.addOrUpdate(CustomStringConfig customStringConfig,
ITransaction transaction)
|
String |
ICustomStringLocalizationDao.getIdByStringInfo(CustomStringConfig customStringConfig,
ITransaction transaction)
Get CustomStringId from stringId, resourcePath and localeCode |
String |
CustomStringLocalizationDaoJdbc.getIdByStringInfo(CustomStringConfig customStringConfig,
ITransaction transaction)
|
void |
LocalizationManager.updateCustomString(SessionConfig sessionConfig,
CustomStringConfig customStringConfig,
ITransaction transaction)
|
void |
ILocalizationManager.updateCustomString(SessionConfig sessionConfig,
CustomStringConfig customStringConfig,
ITransaction transaction)
Update a specified Custom String |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |