public interface LocaleService
Modifier and Type | Method and Description |
---|---|
List<LocaleVO> |
findCachedJtlocalesBySecode(String seCode)
구분 코드에 따른 다국어 리스트
|
List<LocaleVO> |
findCachedJtLocalesBySeCodeAndChrctrCode(String seCode,
String chrctrCode)
구분 코드, 문자 코드에 따른 다국어 리스트
|
net.ibizsoftware.jwork.core.collections.JTripleKeyHashMap<String,String,String,LocaleVO> |
getCachedLocaleToMap()
다국어 map 조회
|
void |
saveLocales(List<net.ibizsoftware.jwork.component.grid.model.JGrid<LocaleVO>> locales)
다국어 등록
|
List<LocaleVO> findCachedJtlocalesBySecode(String seCode)
seCode
- List<LocaleVO> findCachedJtLocalesBySeCodeAndChrctrCode(String seCode, String chrctrCode)
seCode
- chrctrCode
- net.ibizsoftware.jwork.core.collections.JTripleKeyHashMap<String,String,String,LocaleVO> getCachedLocaleToMap()
Copyright © 2025. All rights reserved.