Package | Description |
---|---|
net.ibizsoftware.jwork.component.jfile.service | |
net.ibizsoftware.jwork.component.jfile.service.impl | |
net.ibizsoftware.jwork.component.jfile.vo |
Modifier and Type | Method and Description |
---|---|
List<? extends JFileDetails> |
JFileService.getAttachFiles(String fileId)
파일아이디로 첨부파일 정보를 조회한다.
|
List<? extends JFileDetails> |
JFileService.getAttachFiles(String fileId,
String handlerName)
파일아이디로 첨부파일 정보를 조회한다.
|
Modifier and Type | Method and Description |
---|---|
void |
JFileUpload.upload(Collection<org.springframework.web.multipart.MultipartFile> values,
JFileDetails fileVo)
Deprecated.
파일을 업로드 한다.
|
void |
JFileUpload.upload(org.springframework.web.multipart.MultipartFile values,
JFileDetails fileVo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<? extends JFileDetails> |
JFileServiceImpl.getAttachFiles(String id)
첨부 파일 목록 조회
|
List<? extends JFileDetails> |
JFileServiceImpl.getAttachFiles(String id,
String handlerName)
첨부 파일 목록 조회 (핸들러 이름 기반)
|
Modifier and Type | Class and Description |
---|---|
class |
AtchmnFlVO
첨부 파일
|
Copyright © 2025. All rights reserved.