public interface ICustomStringLocalizationDao extends IStringLocalizationDao
Modifier and Type | Method and Description |
---|---|
void |
addOrUpdate(CustomStringConfig customStringConfig,
ITransaction transaction)
Add or Update the specified custom string
|
void |
delete(String customStringId,
ITransaction transaction)
Delete CustomString
|
CustomStringConfig |
get(String customStringId,
ITransaction transaction)
Get the CustomString object
|
String |
getIdByStringInfo(CustomStringConfig customStringConfig,
ITransaction transaction)
Get CustomStringId from stringId, resourcePath and localeCode
|
getStringTable
void addOrUpdate(CustomStringConfig customStringConfig, ITransaction transaction) throws PortalException
customStringConfig
- PortalException
CustomStringConfig get(String customStringId, ITransaction transaction) throws PortalException
sessionConfig
- customStringId
- transaction
- PortalException
String getIdByStringInfo(CustomStringConfig customStringConfig, ITransaction transaction) throws PortalException
customStringConfig
- transaction
- PortalException
void delete(String customStringId, ITransaction transaction) throws PortalException
customStringId
- transaction
- PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.