Package | Description |
---|---|
cn.sucang.bridge.document | |
cn.sucang.core.dao | |
cn.sucang.core.model | |
cn.sucang.core.service | |
cn.sucang.core.util | |
cn.sucang.doc.service |
Modifier and Type | Method and Description |
---|---|
Attach |
AttachOperationEvent.getAttach() |
Constructor and Description |
---|
AttachOperationEvent(ApplicationContext source,
Attach attach,
int naction) |
Modifier and Type | Method and Description |
---|---|
Attach |
AttachBase.copyAttach(Attach attach,
java.lang.String fieldid)
复制附件,将数据库记录Attach对象复制和指向的物理文件也复制一份
|
Attach |
AttachBase.saveAttachByFile(java.lang.String attachId,
MultipartFile file,
FormField oField)
保存附件至硬盘和数据库记录
|
Modifier and Type | Method and Description |
---|---|
Attach |
AttachBase.copyAttach(Attach attach,
java.lang.String fieldid)
复制附件,将数据库记录Attach对象复制和指向的物理文件也复制一份
|
int |
AttachBase.transformOffice(Attach attach)
转换Office文档,也有可能是送到Office预览服务器
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Attach> |
LayoutData.getAttachList()
获取上传附件的对象(未保存Attach对象及指向的附件文件).
|
java.util.List<Attach> |
LayoutDataImpl.getAttachList() |
Modifier and Type | Method and Description |
---|---|
void |
LayoutDataImpl.setAttachList(java.util.List<Attach> attachList) |
Modifier and Type | Method and Description |
---|---|
Attach |
AttachService.getByPid(java.lang.String pid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Attach> |
AttachService.getAttachListByOrder(java.lang.String[] attachid)
根据附件ID按数组顺序获取附件对象,如果其中某个附件不存在,则返回空
|
java.util.List<Attach> |
AttachService.getVerionList(java.lang.String attachid) |
PageList<Attach> |
AttachService.getWxMedia(int page,
int maxPerPage,
java.lang.String mediaType,
java.lang.String mediaStartDate,
java.lang.String mediaEndDate)
获取微信媒体文件,如果条件为空则条件所有
|
Modifier and Type | Method and Description |
---|---|
void |
FormInfoService.processMainFormAttach(BeanMap<java.lang.String,java.lang.Object> beanData,
java.util.List<Attach> attachList)
处理主表附件对象,将附件物理文件保存后,生成新的数据库记录id,并附加到表单字段参数值中
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Attach> |
ReqUtils.getAttachList(HttpServletRequest request,
java.lang.String prefix)
返回指定字段前缀的附件
|
Modifier and Type | Method and Description |
---|---|
int |
ContinueFTP.download(Attach attach,
java.io.OutputStream out)
返回-3表示获取文件失败,-1表示附件非ftp://协议文件,-2表示文件不存在
|
static int |
ContinueFTP.outputStream(Attach attach,
java.io.OutputStream out)
-1 - 非Ftp协议格式的文件,-2 - 附件远程文件不存在,-3 - 获取文件失败 , -4 - 连接FTP异常, -5 - 登录服务器失败
|
Modifier and Type | Method and Description |
---|---|
int |
DocviewPostlogService.removeAttachLog(Attach attach) |
java.lang.String[] |
IDocviewService.uploadAttach(Attach attach) |
Copyright © 2019 by Sucang.cn