Modifier and Type | Method and Description |
---|---|
AtchmnFlVO |
AtchmnFlMapper.selectAtchmnFl(Map<String,Object> pMap)
파라미터(fileId, seq)에 해당하는 첨부 파일 정보를 조회한다.
|
Modifier and Type | Method and Description |
---|---|
List<AtchmnFlVO> |
AtchmnFlMapper.selectAtchmnFlDetailList(Map<String,Object> pMap)
파라미터(fileId, flHandler)에 해당하는 첨부 파일 목록을 조회한다.
|
Modifier and Type | Method and Description |
---|---|
int |
AtchmnFlMapper.getFileByFileIdAndJSessionId(AtchmnFlVO jtAtchmnFl)
파라미터(fileId, 세션 ID)에 해당하는 첨부 파일 목록의 갯수를 조회한다.
|
void |
AtchmnFlMapper.insertAtchmnFl(AtchmnFlVO vo)
첨부 파일 정보를 추가한다.
|
Modifier and Type | Method and Description |
---|---|
AtchmnFlVO |
JFileService.getAttachFile(String fileId,
int seq)
파일아이디와 파일 시퀀스로 첨부 파일 정보를 조회한다.
|
Modifier and Type | Method and Description |
---|---|
void |
JFileService.addAttachFile(AtchmnFlVO jtAtchmnFl)
첨부 파일 정보를 저장
|
File |
JFileService.getFile(AtchmnFlVO jtAtchmnFl,
Map<String,Object> paramMap)
파일 ID, 파일 순번으로 파일 조회
|
int |
JFileService.getFileByFileIdAndJSessionId(AtchmnFlVO jtAtchmnFl)
파일 ID, 세션 ID로 파일 개수 조회
업로드 한 파일 정보를 조회하기 전에 미리 업로드 한 파일 정보의 상태 값을 파악하기 위함.
|
net.ibizsoftware.jwork.component.jfile.model.JFile |
JFileService.getFileBySequence(AtchmnFlVO jtAtchmnFl) |
net.ibizsoftware.jwork.component.jfile.model.JFile[] |
JFileService.getFiles(AtchmnFlVO jtAtchmnFl)
파일 리스트 조회
|
void |
JFileService.upload(Collection<org.springframework.web.multipart.MultipartFile> values,
AtchmnFlVO jtAtchmnFl,
Map<String,Object> paramMap)
업로드를 수행한다.
|
Modifier and Type | Method and Description |
---|---|
AtchmnFlVO |
JFileServiceImpl.getAttachFile(String id,
int seq)
첨부 파일 조회
|
Modifier and Type | Method and Description |
---|---|
void |
JFileServiceImpl.addAttachFile(AtchmnFlVO vo)
첨부 파일 추가
|
File |
JFileServiceImpl.getFile(AtchmnFlVO jtAtchmnFl,
Map<String,Object> paramMap)
파일 ID, 파일 순번으로 파일 조회
|
int |
JFileServiceImpl.getFileByFileIdAndJSessionId(AtchmnFlVO jtAtchmnFl)
파일 ID, 세션 ID로 파일 개수 조회
|
net.ibizsoftware.jwork.component.jfile.model.JFile |
JFileServiceImpl.getFileBySequence(AtchmnFlVO jtAtchmnFl)
파일 ID와 파일 순번을 기반으로 파일 조회
|
net.ibizsoftware.jwork.component.jfile.model.JFile[] |
JFileServiceImpl.getFiles(AtchmnFlVO jtAtchmnFl)
파일 리스트 조회
|
void |
JFileServiceImpl.upload(Collection<org.springframework.web.multipart.MultipartFile> multipartFiles,
AtchmnFlVO jtAtchmnFl,
Map<String,Object> paramMap)
첨부파일 업로드
|
Modifier and Type | Method and Description |
---|---|
AtchmnFlVO |
AtchmnFlVO.clone()
첨부파일 객체를 복제하여 반환한다.
|
Copyright © 2025. All rights reserved.