|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICustomStringLocalizationDao
Dao interface for Custom String
Method Summary | |
---|---|
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 |
Methods inherited from interface lumis.portal.localization.IStringLocalizationDao |
---|
getStringTable |
Method Detail |
---|
void addOrUpdate(CustomStringConfig customStringConfig, ITransaction transaction) throws DaoException, PortalException
customStringConfig
-
DaoException
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |