A C D E F G I J L M N P S T U V W
A
- ajaxDelete() -
类 gboat2.attachment.action.AttachConfigAction 中的方法
-
- ajaxSave() -
类 gboat2.attachment.action.AttachConfigAction 中的方法
-
- APACHE_STRATEGY -
类 gboat2.attachment.util.ConfigUtil 中的静态变量
-
- AttachConfig - gboat2.attachment.model 中的 类
- 附件类型集配置表
- AttachConfig() -
类 gboat2.attachment.model.AttachConfig 的构造方法
-
- AttachConfigAction - gboat2.attachment.action 中的 类
- 模块附件配置Action
- AttachConfigAction() -
类 gboat2.attachment.action.AttachConfigAction 的构造方法
-
- AttachConfigBusinessImpl - gboat2.attachment.business.impl 中的 类
- 附件配置业务类
- AttachConfigBusinessImpl() -
类 gboat2.attachment.business.impl.AttachConfigBusinessImpl 的构造方法
-
- Attachment - gboat2.attachment.model 中的 类
-
- Attachment() -
类 gboat2.attachment.model.Attachment 的构造方法
-
- AttachmentHelper - gboat2.attachment 中的 类
- 将初始预期应该上传的文件与已经上传的附件做对比合并,形成前端附件上传组件所需要的附件列表
- AttachmentHelper() -
类 gboat2.attachment.AttachmentHelper 的构造方法
-
- AttachmentOperEnum - gboat2.attachment.model 中的 枚举
- 附件操作的枚举 类型
- AttachmentServiceImpl - gboat2.attachment.service.impl 中的 类
- 附件服务类
- AttachmentServiceImpl() -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 的构造方法
-
- AttachmentVO - gboat2.attachment.model 中的 类
- 与附件类型表关联
- AttachmentVO() -
类 gboat2.attachment.model.AttachmentVO 的构造方法
-
C
- checkType(String) -
类 gboat2.attachment.watermark.JMagickWatermarkStrategy 中的静态方法
-
- ConfigUtil - gboat2.attachment.util 中的 类
- 读取系统上传文件的路径的配置文件
- ConfigUtil() -
类 gboat2.attachment.util.ConfigUtil 的构造方法
-
D
- DateUtil - gboat2.attachment.util 中的 类
-
- DateUtil() -
类 gboat2.attachment.util.DateUtil 的构造方法
-
- deleteAttachment(String) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 删除附件
- deleteAttachment(String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 删除附件
- deleteAttachment(String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- deleteAttachmentByBelongId(String) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 删除 附件 by belongId
- deleteAttachmentByBelongId(String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 删除 附件 by belongId
- deleteAttachmentByBelongId(String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
- 删除 附件 by belongId
- deleteAttachments(String[]) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 删除附件(可以删除多个,id以,分隔)
- deleteAttachments(String[]) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 删除附件(可以删除多个,id以,分隔)
- deleteAttachments(String[]) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- deleteFile() -
类 gboat2.attachment.action.UploadAction 中的方法
-
- download() -
类 gboat2.attachment.action.UploadAction 中的方法
-
- downloadRecord() -
类 gboat2.attachment.action.UploadAction 中的方法
-
- DownloadRecord - gboat2.attachment.model 中的 类
- 文件下载记录.
- DownloadRecord() -
类 gboat2.attachment.model.DownloadRecord 的构造方法
-
E
- ensurePath(String) -
类 gboat2.attachment.util.ConfigUtil 中的静态方法
- make sure the path end with "/"
- execute() -
类 gboat2.attachment.action.UploadAction 中的方法
- 上传文件
F
- findAttachments(String, String) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 根据业务模块的编码及主记录的主键,获取某个业务模块的所有附件配置对象及其对应的附件列表
- findAttachmentsBy(String, String) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 获取某个模块的所有附件
- findAttachmentsJsonBy(String, String) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 获取某个模块的所有附件
- findAttachsBy(String) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 根据belongId返回某个宿主对象的附件列表
- findAttachsBy(String, String) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 已过时。 replaced by
IAttachmentService.getAttachmentsBy(String, String)
- findAttachsBy(String, String[]) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 已过时。 replaced by
IAttachmentService.getAttachmentsBy(String, String[])
- findAttachsJsonBy(String, String[][]) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 已过时。 replaced by
#findAttachsJsonBy(String, List)
- findAttachsJsonBy(String) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 根据指定belongId的附件列表, 返回json字符串形式
- findAttachsJsonByAttachNames(String, String[][]) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 已过时。
- findAttachVOsBy(String) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 根据belongId返回某个宿主对象的附件列表
- findSortedAttachsBy(String, String[][]) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 已过时。
- findSortedAttachsJsonBy(String, String[][]) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 已过时。
- format(Date, String) -
类 gboat2.attachment.util.DateUtil 中的静态方法
- 将时间转化为相应格式的字符串
G
- gboat2.attachment - 软件包 gboat2.attachment
-
- gboat2.attachment.action - 软件包 gboat2.attachment.action
-
- gboat2.attachment.business - 软件包 gboat2.attachment.business
-
- gboat2.attachment.business.impl - 软件包 gboat2.attachment.business.impl
-
- gboat2.attachment.model - 软件包 gboat2.attachment.model
-
- gboat2.attachment.service - 软件包 gboat2.attachment.service
-
- gboat2.attachment.service.impl - 软件包 gboat2.attachment.service.impl
-
- gboat2.attachment.util - 软件包 gboat2.attachment.util
-
- gboat2.attachment.watermark - 软件包 gboat2.attachment.watermark
-
- genearteNewFilename(String) -
类 gboat2.attachment.util.ConfigUtil 中的静态方法
- 根据原始文件名生成新的文件名 :即当前时间戳+4位随机数+原始扩展名
- generateAttachment(byte[], String, String, String, String, AttachmentOperEnum) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 保存二进制数据附件
- generateAttachment(byte[], String, String, String, String, AttachmentOperEnum) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- generateRelativeSaveDir() -
类 gboat2.attachment.util.ConfigUtil 中的静态方法
- 得到由当前年月日组成的相对路径
- getAbsoluteSavepath(Attachment) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 获取指定附件的绝对路径,以便访问对应的文件
- getAttachCode() -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- getAttachConfigBy(String, String) -
接口 gboat2.attachment.business.IAttachConfigBusiness 中的方法
- 根据附件类型集编码 和 附件类型名称 查询获取 附件类型配置对象
- getAttachConfigBy(String, String) -
类 gboat2.attachment.business.impl.AttachConfigBusinessImpl 中的方法
-
- getAttachConfigBy(String, String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 根据附件类型集编码 和 附件类型名称 查询获取 附件类型配置对象
- getAttachConfigBy(String, String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- getAttachConfigIdBy(String, String) -
接口 gboat2.attachment.business.IAttachConfigBusiness 中的方法
- 根据附件类型集编码 和 附件类型名称 查询获取 附件类型配置对象的主键id
- getAttachConfigIdBy(String, String) -
类 gboat2.attachment.business.impl.AttachConfigBusinessImpl 中的方法
-
- getAttachConfigIdBy(String, String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 根据附件类型集编码 和 附件类型名称 查询获取 附件类型配置对象的主键id
- getAttachConfigIdBy(String, String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- getAttachId() -
类 gboat2.attachment.action.UploadAction 中的方法
-
- getAttachId() -
类 gboat2.attachment.model.Attachment 中的方法
-
- getAttachId() -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- getAttachment(String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
-
- getAttachment(String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- getAttachmentFile(Attachment) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 返回附件对应的文件对象
- getAttachmentsBy(String, String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 根据belongId和attachType获取附件
- getAttachmentsBy(String, String[]) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 根据attachNames查询对应附件
- getAttachmentsBy(String, String[]) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- getAttachmentsBy(String, String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- getAttachmentsByAttachIds(String) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
-
- getAttachmentsByAttachIds(String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 根据附件主键s批量查询
- getAttachmentsByAttachIds(String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- getAttachmentsByBelongId(String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 根据从属id取得附件
- getAttachmentsByBelongId(String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- getAttachmentsByBelongIdAndConfigId(String, String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 根据belongId 和 configId,获取附件对象,
- getAttachmentsByBelongIdAndConfigId(String, String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- getAttachmentVOBy(String, String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 获取附件与附件类型的VO 对象集合
- getAttachmentVOBy(String, String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- getAttachmentVOsByBelongId(String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 根据id取得附件,带出类型名字
- getAttachmentVOsByBelongId(String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- getAttachName() -
类 gboat2.attachment.action.UploadAction 中的方法
-
- getAttachName() -
类 gboat2.attachment.model.Attachment 中的方法
-
- getAttachName() -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- getAttachOrder() -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- getAttachOrder() -
类 gboat2.attachment.model.AttachmentVO 中的方法
-
- getAttachType() -
类 gboat2.attachment.action.UploadAction 中的方法
-
- getAttachType() -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- getAttachType() -
类 gboat2.attachment.model.Attachment 中的方法
-
- getAvailableAttachTypeByCode(String) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 已过时。 replaced by
IAttachmentService.getAvailableAttachTypesByCode(String)
- getAvailableAttachTypeByCode(String) -
接口 gboat2.attachment.business.IAttachConfigBusiness 中的方法
- 已过时。 用{
IAttachConfigBusiness.getAvailableAttachTypesByCode(String)
方法代替
根据附件编码查询模块所有的附件类型(每个模块对应唯一一个附件编码)
- getAvailableAttachTypeByCode(String) -
类 gboat2.attachment.business.impl.AttachConfigBusinessImpl 中的方法
- 已过时。
- getAvailableAttachTypeByCode(String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 已过时。 replaced by
IAttachmentService.getAvailableAttachTypesByCode(String)
根据附件编码查询模块启用的附件类型(每个模块对应唯一一个附件编码)
- getAvailableAttachTypeByCode(String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- getAvailableAttachTypesByCode(String) -
接口 gboat2.attachment.business.IAttachConfigBusiness 中的方法
- 根据附件编码查询模块所有的附件类型(每个模块对应唯一一个附件编码)
- getAvailableAttachTypesByCode(String) -
类 gboat2.attachment.business.impl.AttachConfigBusinessImpl 中的方法
-
- getAvailableAttachTypesByCode(String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 根据附件编码查询模块所有的附件类型(每个模块对应唯一一个附件编码)
- getAvailableAttachTypesByCode(String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- getAvaliable() -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- getBelongId() -
类 gboat2.attachment.action.UploadAction 中的方法
-
- getBelongId() -
类 gboat2.attachment.model.Attachment 中的方法
-
- getBelongId() -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- getChangeId() -
类 gboat2.attachment.model.Attachment 中的方法
-
- getConfigAttachType() -
类 gboat2.attachment.model.AttachmentVO 中的方法
-
- getConfigId() -
类 gboat2.attachment.action.UploadAction 中的方法
-
- getConfigId() -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- getConfigId() -
类 gboat2.attachment.model.Attachment 中的方法
-
- getDesc() -
枚举 gboat2.attachment.model.AttachmentOperEnum 中的方法
-
- getDescription() -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- getDownLoad(String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 根据附件id获取附件被下载记录
- getDownLoad(String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- getDownloadContextPath() -
类 gboat2.attachment.util.ConfigUtil 中的静态方法
-
- getDownloadDate() -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- getDownloadId() -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- getDownloadStrategy() -
类 gboat2.attachment.util.ConfigUtil 中的静态方法
-
- getDownloadUrl() -
类 gboat2.attachment.model.Attachment 中的方法
-
- getFile() -
类 gboat2.attachment.action.UploadAction 中的方法
-
- getFileContentType() -
类 gboat2.attachment.action.UploadAction 中的方法
-
- getFileFileName() -
类 gboat2.attachment.action.UploadAction 中的方法
-
- getFileFilters() -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- getFileMD5String(File) -
类 gboat2.attachment.util.MD5Util 中的静态方法
-
- getFilePath() -
类 gboat2.attachment.action.UploadAction 中的方法
-
- getLastDownloadRecord(String, String, String) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 判断指定类型的附件是否被下载过
- getLastDownloadRecord(String, String, String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 取的最新一条下载记录
- getLastDownloadRecord(String, String, String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- getMaxFileCount() -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- getModuleList() -
类 gboat2.attachment.action.AttachConfigAction 中的方法
-
- getModuleName() -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- getOrganId() -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- getOriginalName() -
类 gboat2.attachment.model.Attachment 中的方法
-
- getOriginalName() -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- getRequired() -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- getRequired() -
类 gboat2.attachment.model.Attachment 中的方法
-
- getSavePath() -
类 gboat2.attachment.model.Attachment 中的方法
-
- getSavepathRoot() -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 取得保存附件的根路径,该路径是绝对路径,在读取附件文件时,需要将此根路径与savepath拼在一起
- getSavepathRoot() -
类 gboat2.attachment.util.ConfigUtil 中的静态方法
-
- getSize() -
类 gboat2.attachment.model.Attachment 中的方法
-
- getTypes() -
类 gboat2.attachment.model.TypedAttachments 中的方法
-
- getUploadDate() -
类 gboat2.attachment.model.Attachment 中的方法
-
- getUploadeds() -
类 gboat2.attachment.model.TypedAttachments 中的方法
-
- getUploaderId() -
类 gboat2.attachment.model.Attachment 中的方法
-
- getUserId() -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- getUserIp() -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- getUserNameZh() -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- getValidateCode() -
类 gboat2.attachment.model.Attachment 中的方法
-
- getWatermarkFailed() -
类 gboat2.attachment.model.Attachment 中的方法
-
I
- IAttachConfigBusiness - gboat2.attachment.business 中的 接口
- 授权操作
- IAttachmentService - gboat2.attachment.service 中的 接口
-
- IM4JavaWatermarkStrategy - gboat2.attachment.watermark 中的 类
- 高性能水印处理方案
- IM4JavaWatermarkStrategy() -
类 gboat2.attachment.watermark.IM4JavaWatermarkStrategy 的构造方法
-
- initEdit() -
类 gboat2.attachment.action.AttachConfigAction 中的方法
-
- initList(Map<String, Object>) -
类 gboat2.attachment.action.AttachConfigAction 中的方法
-
- isAttachTypeUsedInAttachment(String) -
接口 gboat2.attachment.business.IAttachConfigBusiness 中的方法
- 根据附件类型查询是否在附件表中已使用(true:已使用)
- isAttachTypeUsedInAttachment(String) -
类 gboat2.attachment.business.impl.AttachConfigBusinessImpl 中的方法
-
- isAttachTypeUsedInConfig(String, String) -
接口 gboat2.attachment.business.IAttachConfigBusiness 中的方法
- 根据附件类型和模块名称查询是否在附件配置表中已使用(true:已使用)
- isAttachTypeUsedInConfig(String, String) -
类 gboat2.attachment.business.impl.AttachConfigBusinessImpl 中的方法
-
- isDownLoadFile(String, String, String) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 判断指定类型的附件是否被下载过
- isDownLoadFile(String, String, String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 查看当前登录人员是否下载过资格预审文件 或者 招标文件 或者 答疑文件
- isDownLoadFile(String, String, String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- isWindows() -
类 gboat2.attachment.util.ConfigUtil 中的静态方法
-
J
- JMagickWatermarkStrategy - gboat2.attachment.watermark 中的 类
- 图片加水印
- JMagickWatermarkStrategy() -
类 gboat2.attachment.watermark.JMagickWatermarkStrategy 的构造方法
-
L
- LIGHTTPD_STRATEGY -
类 gboat2.attachment.util.ConfigUtil 中的静态变量
-
M
- main(String[]) -
类 gboat2.attachment.util.ConfigUtil 中的静态方法
-
- main(String[]) -
类 gboat2.attachment.util.MD5Util 中的静态方法
-
- main(String[]) -
类 gboat2.attachment.watermark.IM4JavaWatermarkStrategy 中的静态方法
-
- main(String[]) -
类 gboat2.attachment.watermark.JMagickWatermarkStrategy 中的静态方法
-
- MD5Util - gboat2.attachment.util 中的 类
-
- MD5Util() -
类 gboat2.attachment.util.MD5Util 的构造方法
-
N
- NGINX_STRATEGY -
类 gboat2.attachment.util.ConfigUtil 中的静态变量
-
P
- parse(String, String) -
类 gboat2.attachment.util.DateUtil 中的静态方法
- 解析日期
- parseDate(Date, String) -
类 gboat2.attachment.util.DateUtil 中的静态方法
- 格式化日期
- props -
类 gboat2.attachment.util.ConfigUtil 中的静态变量
- cache config
S
- saveAttachment(Attachment) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 保存附件
- saveAttachment(Attachment) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 上传文件,返回附件id
- saveAttachment(Attachment) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
- 上传文件,返回附件id
- setAttachCode(String) -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- setAttachId(String) -
类 gboat2.attachment.action.UploadAction 中的方法
-
- setAttachId(String) -
类 gboat2.attachment.model.Attachment 中的方法
-
- setAttachId(String) -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- setAttachName(String) -
类 gboat2.attachment.action.UploadAction 中的方法
-
- setAttachName(String) -
类 gboat2.attachment.model.Attachment 中的方法
-
- setAttachName(String) -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- setAttachOrder(float) -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- setAttachOrder(float) -
类 gboat2.attachment.model.AttachmentVO 中的方法
-
- setAttachType(String) -
类 gboat2.attachment.action.UploadAction 中的方法
-
- setAttachType(String) -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- setAttachType(String) -
类 gboat2.attachment.model.Attachment 中的方法
-
- setAvaliable(String) -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- setBelongId(String) -
类 gboat2.attachment.action.UploadAction 中的方法
-
- setBelongId(String) -
类 gboat2.attachment.model.Attachment 中的方法
-
- setBelongId(String) -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- setChangeId(String) -
类 gboat2.attachment.model.Attachment 中的方法
-
- setConfigAttachType(String) -
类 gboat2.attachment.model.AttachmentVO 中的方法
-
- setConfigId(String) -
类 gboat2.attachment.action.UploadAction 中的方法
-
- setConfigId(String) -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- setConfigId(String) -
类 gboat2.attachment.model.Attachment 中的方法
-
- setDescription(String) -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- setDownloadDate(Date) -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- setDownloadId(String) -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- setDownloadUrl(String) -
类 gboat2.attachment.model.Attachment 中的方法
-
- setFile(File) -
类 gboat2.attachment.action.UploadAction 中的方法
-
- setFileContentType(String) -
类 gboat2.attachment.action.UploadAction 中的方法
-
- setFileFileName(String) -
类 gboat2.attachment.action.UploadAction 中的方法
-
- setFileFilters(String) -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- setFilePath(String) -
类 gboat2.attachment.action.UploadAction 中的方法
-
- setMaxFileCount(Integer) -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- setModuleList(List<ModuleAttach>) -
类 gboat2.attachment.action.AttachConfigAction 中的方法
-
- setModuleName(String) -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- setOrganId(String) -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- setOriginalName(String) -
类 gboat2.attachment.model.Attachment 中的方法
-
- setOriginalName(String) -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- setRequired(String) -
类 gboat2.attachment.model.AttachConfig 中的方法
-
- setRequired(String) -
类 gboat2.attachment.model.Attachment 中的方法
-
- setSavePath(String) -
类 gboat2.attachment.model.Attachment 中的方法
-
- setSize(Long) -
类 gboat2.attachment.model.Attachment 中的方法
-
- setTypes(List<AttachConfig>) -
类 gboat2.attachment.model.TypedAttachments 中的方法
-
- setUploadDate(Date) -
类 gboat2.attachment.model.Attachment 中的方法
-
- setUploadeds(List<Attachment>) -
类 gboat2.attachment.model.TypedAttachments 中的方法
-
- setUploaderId(String) -
类 gboat2.attachment.model.Attachment 中的方法
-
- setUserId(String) -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- setUserIp(String) -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- setUserNameZh(String) -
类 gboat2.attachment.model.DownloadRecord 中的方法
-
- setValidateCode(String) -
类 gboat2.attachment.model.Attachment 中的方法
-
- setWatermarkFailed(String) -
类 gboat2.attachment.model.Attachment 中的方法
-
- STREAM_STRATEGY -
类 gboat2.attachment.util.ConfigUtil 中的静态变量
-
- stripDate(Date) -
类 gboat2.attachment.util.DateUtil 中的静态方法
-
T
- toAttachsJson(List<Attachment>, String[][]) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 已过时。 replaced by
AttachmentHelper.toJsonString(TypedAttachments)
转换为附件组件使用的json字符串
- toJsonString(TypedAttachments) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
-
- toJsonString(List<Attachment>) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 将一个附件列表转成json 数组字符串形式
- TypedAttachments - gboat2.attachment.model 中的 类
-
- TypedAttachments() -
类 gboat2.attachment.model.TypedAttachments 的构造方法
-
U
- updateAttachsBelongId(String[], String) -
类 gboat2.attachment.AttachmentHelper 中的静态方法
- 批量更新附件的belongId,将指定的所有附件的belongId更新为指定的值
- updateAttachsBelongId(String[], String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 批量更新附件的belongId
- updateAttachsBelongId(String[], String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
- UploadAction - gboat2.attachment.action 中的 类
- 文件上传
- UploadAction() -
类 gboat2.attachment.action.UploadAction 的构造方法
-
- UploadException - gboat2.attachment 中的 异常
-
- UploadException() -
异常 gboat2.attachment.UploadException 的构造方法
-
- UploadException(String, String) -
异常 gboat2.attachment.UploadException 的构造方法
-
- UploadException(String, Throwable, String) -
异常 gboat2.attachment.UploadException 的构造方法
-
- UploadException(String, Throwable) -
异常 gboat2.attachment.UploadException 的构造方法
-
- UploadException(String) -
异常 gboat2.attachment.UploadException 的构造方法
-
- UploadException(Throwable, String) -
异常 gboat2.attachment.UploadException 的构造方法
-
- UploadException(Throwable) -
异常 gboat2.attachment.UploadException 的构造方法
-
V
- valueOf(String) -
枚举 gboat2.attachment.model.AttachmentOperEnum 中的静态方法
- 返回带有指定名称的该类型的枚举常量。
- values() -
枚举 gboat2.attachment.model.AttachmentOperEnum 中的静态方法
- 按照声明该枚举类型的常量的顺序,返回
包含这些常量的数组。
- virtualDelete() -
类 gboat2.attachment.action.UploadAction 中的方法
-
- virtualDelete(String) -
接口 gboat2.attachment.service.IAttachmentService 中的方法
- 虚拟删除附件,即删除数据库相应记录,不删除实际文件
- virtualDelete(String) -
类 gboat2.attachment.service.impl.AttachmentServiceImpl 中的方法
-
W
- watermark(String, String, String) -
类 gboat2.attachment.watermark.IM4JavaWatermarkStrategy 中的方法
-
- watermark(String, String, String) -
类 gboat2.attachment.watermark.JMagickWatermarkStrategy 中的方法
- 创建图片水印
- watermark(String, String, String) -
类 gboat2.attachment.watermark.WatermarkFactory 中的静态方法
- 打水印,尽最大努力调用多种策略使得水印打成功
- watermark(String, String, String) -
接口 gboat2.attachment.watermark.WatermarkStrategy 中的方法
- 用图片作为水印,给指定图片打水印
- WatermarkFactory - gboat2.attachment.watermark 中的 类
- 策略工厂类
- WatermarkFactory() -
类 gboat2.attachment.watermark.WatermarkFactory 的构造方法
-
- WatermarkStrategy - gboat2.attachment.watermark 中的 接口
- 水印策略接口
A C D E F G I J L M N P S T U V W
Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.