Package | Description |
---|---|
net.ibizsoftware.jwork.batch.mapper | |
net.ibizsoftware.jwork.batch.service | |
net.ibizsoftware.jwork.batch.service.impl |
Modifier and Type | Method and Description |
---|---|
BatchLog |
BatchLogMapper.selectLastBatchLogByBatchId(String id)
Batch ID에 해당하는 배치 실행 로그 중 제일 마지막에 수행한 로그의 정보를 반환한다.
|
Modifier and Type | Method and Description |
---|---|
List<BatchLog> |
BatchLogMapper.selectBatchLog(Map<String,Object> jmap,
net.ibizsoftware.jwork.persistence.orm.mybatis.paging.support.JRowBounds jRowBounds)
기록된 배치 로그 내역을 반환한다.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchLogMapper.insertBatchLog(BatchLog batchLog)
배치 로그를 추가한다.
|
void |
BatchLogMapper.updateBatchLog(BatchLog batchLog)
배치 로그를 수정한다.
|
Modifier and Type | Method and Description |
---|---|
BatchLog |
BatchLogService.findLastBatchLogByBatchId(String id)
Batch ID에 해당하는 배치 실행 로그 중 제일 마지막에 수행한 로그의 정보를 반환한다.
|
Modifier and Type | Method and Description |
---|---|
List<BatchLog> |
BatchLogService.findBatchLog(Map<String,Object> jmap,
net.ibizsoftware.jwork.persistence.orm.mybatis.paging.support.JRowBounds jRowBounds)
기록된 배치 로그 내역을 반환한다.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchLogService.addBatchLog(BatchLog batchLog)
배치 로그를 추가한다.
|
void |
BatchLogService.modifyBatchLog(BatchLog batchLog)
배치 로그를 수정한다.
|
Modifier and Type | Method and Description |
---|---|
BatchLog |
BatchLogServiceImpl.findLastBatchLogByBatchId(String id)
Batch ID에 해당하는 배치 실행 로그 중 제일 마지막에 수행한 로그의 정보를 반환한다.
|
Modifier and Type | Method and Description |
---|---|
List<BatchLog> |
BatchLogServiceImpl.findBatchLog(Map<String,Object> jmap,
net.ibizsoftware.jwork.persistence.orm.mybatis.paging.support.JRowBounds jRowBounds)
기록된 배치 로그 내역을 반환한다.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchLogServiceImpl.addBatchLog(BatchLog batchLog)
배치 로그를 추가한다.
|
void |
BatchLogServiceImpl.modifyBatchLog(BatchLog batchLog)
배치 로그를 수정한다.
|
Copyright © 2025. All rights reserved.