public interface MessageService
Modifier and Type | Method and Description |
---|---|
void |
createMessage(net.ibizsoftware.jwork.core.collections.JMap<String,String> jmap)
메세지 저장
|
void |
deleteMessage(net.ibizsoftware.jwork.core.collections.JMap<String,String> jmap)
메세지 삭제
|
List<Map<String,Object>> |
getGridMessage(Map<String,Object> jmap)
그리드 메시지 조회
|
List<Map<String,Object>> |
getGridMessage(Map<String,Object> jmap,
net.ibizsoftware.jwork.persistence.orm.mybatis.paging.support.JRowBounds jRowBounds)
그리드 메시지 조회
|
List<Map<String,Object>> |
getGridMessageHist(Map<String,Object> data,
net.ibizsoftware.jwork.persistence.orm.mybatis.paging.support.JRowBounds jRowBounds)
그리드 메시지 이력 리스트 조회
|
Map<String,Object> |
getLocaleMap(Map<String,Object> param)
다국어 디테일 정보.
|
boolean |
isLocaleCode(Map<String,Object> param)
다국어 코드 존재 여부 확인
|
void |
saveMessage(net.ibizsoftware.jwork.core.collections.JMap<String,String> jmap)
메시지 저장
|
void |
saveMessageInfo(Map<String,Object> param)
다국어 정보 저장
|
void |
saveOneLocaleMessage(net.ibizsoftware.jwork.core.collections.JMap<String,Object> jmap)
다국어 메세지 저장
|
void createMessage(net.ibizsoftware.jwork.core.collections.JMap<String,String> jmap)
jmap
- void deleteMessage(net.ibizsoftware.jwork.core.collections.JMap<String,String> jmap)
jmap
- List<Map<String,Object>> getGridMessage(Map<String,Object> jmap)
jmap
- 조회조건List<Map<String,Object>> getGridMessage(Map<String,Object> jmap, net.ibizsoftware.jwork.persistence.orm.mybatis.paging.support.JRowBounds jRowBounds)
jmap
- 조회조건jRowBounds
- 페이징 조건List<Map<String,Object>> getGridMessageHist(Map<String,Object> data, net.ibizsoftware.jwork.persistence.orm.mybatis.paging.support.JRowBounds jRowBounds)
data
- 조회조건jRowBounds
- 페이징 조건Map<String,Object> getLocaleMap(Map<String,Object> param)
param
- boolean isLocaleCode(Map<String,Object> param)
param
- void saveMessage(net.ibizsoftware.jwork.core.collections.JMap<String,String> jmap)
jmap
- Copyright © 2025. All rights reserved.