Package | Description |
---|---|
net.ibizsoftware.jwork.batch.mapper | |
net.ibizsoftware.jwork.batch.service | |
net.ibizsoftware.jwork.batch.service.impl |
Modifier and Type | Method and Description |
---|---|
BatchExcpLog |
BatchLogMapper.selectBatchExcpLog(Map<String,String> param)
배치 예외 로그 상세 정보를 조회한다.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchLogMapper.insertBatchExcpLog(BatchExcpLog batchExcpLog)
배치 수행 중 발생한 Exception의 로그를 추가한다.
|
Modifier and Type | Method and Description |
---|---|
BatchExcpLog |
BatchLogService.selectBatchExceptionLogDetail(Map<String,String> param)
배치 예외 로그 상세 정보를 반환한다.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchLogService.addBatchExcpLog(BatchExcpLog batchExcpLog)
배치 수행 중 발생한 Exception의 로그를 추가한다.
|
Modifier and Type | Method and Description |
---|---|
BatchExcpLog |
BatchLogServiceImpl.selectBatchExceptionLogDetail(Map<String,String> param)
배치 예외 로그 상세 정보를 반환한다.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchLogServiceImpl.addBatchExcpLog(BatchExcpLog batchExcpLog)
배치 수행 중 발생한 Exception의 로그를 추가한다.
|
Copyright © 2025. All rights reserved.