|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object gboat2.base.core.service.BaseService gboat2.attachment.service.impl.AttachmentServiceImpl
@Transactional public class AttachmentServiceImpl
附件服务类
字段摘要 |
---|
从类 gboat2.base.core.service.BaseService 继承的字段 |
---|
baseDAO |
构造方法摘要 | |
---|---|
AttachmentServiceImpl()
|
方法摘要 | |
---|---|
void |
deleteAttachment(String attachId)
删除附件 |
void |
deleteAttachmentByBelongId(String belongId)
删除 附件 by belongId |
void |
deleteAttachments(String[] attachIds)
删除附件(可以删除多个,id以,分隔) |
Attachment |
generateAttachment(byte[] fileContent,
String belongId,
String attachName,
String attachType,
String configId,
AttachmentOperEnum attOperEnum)
保存二进制数据附件 |
AttachConfig |
getAttachConfigBy(String attachCode,
String attachType)
根据附件类型集编码 和 附件类型名称 查询获取 附件类型配置对象 |
String |
getAttachConfigIdBy(String attachCode,
String attachType)
根据附件类型集编码 和 附件类型名称 查询获取 附件类型配置对象的主键id |
Attachment |
getAttachment(String attachId)
|
List<Attachment> |
getAttachmentsBy(String belongId,
String attachType)
根据belongId和attachType获取附件 |
List<Attachment> |
getAttachmentsBy(String belongId,
String[] attachNames)
根据attachNames查询对应附件 |
List<Attachment> |
getAttachmentsByAttachIds(String attachIds)
根据附件主键s批量查询 |
List<Attachment> |
getAttachmentsByBelongId(String belongId)
根据从属id取得附件 |
List<Attachment> |
getAttachmentsByBelongIdAndConfigId(String belongId,
String configId)
根据belongId 和 configId,获取附件对象, |
List<AttachmentVO> |
getAttachmentVOBy(String belongId,
String attachType)
获取附件与附件类型的VO 对象集合 |
List<AttachmentVO> |
getAttachmentVOsByBelongId(String belongId)
根据id取得附件,带出类型名字 |
String[][] |
getAvailableAttachTypeByCode(String attachCode)
|
List<AttachConfig> |
getAvailableAttachTypesByCode(String attachCode)
根据附件编码查询模块所有的附件类型(每个模块对应唯一一个附件编码) |
DownloadRecord |
getDownLoad(String attachmentId)
根据附件id获取附件被下载记录 |
DownloadRecord |
getLastDownloadRecord(String organId,
String belongId,
String attachType)
取的最新一条下载记录 |
Boolean |
isDownLoadFile(String organId,
String belongId,
String attachType)
查看当前登录人员是否下载过资格预审文件 或者 招标文件 或者 答疑文件 |
String |
saveAttachment(Attachment attach)
上传文件,返回附件id |
void |
updateAttachsBelongId(String[] attachIds,
String belongId)
批量更新附件的belongId |
void |
virtualDelete(String attachId)
虚拟删除附件,即删除数据库相应记录,不删除实际文件 |
从类 gboat2.base.core.service.BaseService 继承的方法 |
---|
delete, get, getAsPage, getAsPage, query, query, save, update |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
从接口 gboat2.base.core.service.IBaseService 继承的方法 |
---|
delete, get, getAsPage, getAsPage, query, query, save, update |
构造方法详细信息 |
---|
public AttachmentServiceImpl()
方法详细信息 |
---|
public String[][] getAvailableAttachTypeByCode(String attachCode)
IAttachmentService
中的 getAvailableAttachTypeByCode
public AttachConfig getAttachConfigBy(String attachCode, String attachType)
IAttachmentService
复制的描述
IAttachmentService
中的 getAttachConfigBy
attachCode
- 附件类型集编码attachType
- 附件类型名称
public String getAttachConfigIdBy(String attachCode, String attachType)
IAttachmentService
复制的描述
IAttachmentService
中的 getAttachConfigIdBy
attachCode
- 附件类型集编码attachType
- 附件类型名称
public void deleteAttachments(String[] attachIds)
IAttachmentService
复制的描述
IAttachmentService
中的 deleteAttachments
attachIds
- Attachment的id组成的字符串数组public void deleteAttachment(String attachId)
IAttachmentService
复制的描述
IAttachmentService
中的 deleteAttachment
attachId
- Attachment idpublic String saveAttachment(Attachment attach)
IAttachmentService
中的 saveAttachment
attach
- Attachment instanse
IAttachmentService.saveAttachment(gboat2.attachment.model.Attachment)
public List<Attachment> getAttachmentsByBelongId(String belongId)
IAttachmentService
复制的描述
IAttachmentService
中的 getAttachmentsByBelongId
belongId
- 附件所属对象的id(外键)
public List<AttachmentVO> getAttachmentVOsByBelongId(String belongId)
IAttachmentService
复制的描述
IAttachmentService
中的 getAttachmentVOsByBelongId
public List<Attachment> getAttachmentsBy(String belongId, String[] attachNames)
IAttachmentService
复制的描述
IAttachmentService
中的 getAttachmentsBy
public List<Attachment> getAttachmentsByAttachIds(String attachIds)
IAttachmentService
复制的描述
IAttachmentService
中的 getAttachmentsByAttachIds
public List<Attachment> getAttachmentsBy(String belongId, String attachType)
IAttachmentService
复制的描述
IAttachmentService
中的 getAttachmentsBy
belongId
- belongIdattachType
- attachType
public List<AttachmentVO> getAttachmentVOBy(String belongId, String attachType)
IAttachmentService
复制的描述
IAttachmentService
中的 getAttachmentVOBy
belongId
- 附件所属IDattachType
- config中的附件类型名称
public List<Attachment> getAttachmentsByBelongIdAndConfigId(String belongId, String configId)
IAttachmentService
复制的描述
IAttachmentService
中的 getAttachmentsByBelongIdAndConfigId
belongId
- 附件所属IDconfigId
- config中的附件类型Id
public void updateAttachsBelongId(String[] attachIds, String belongId)
IAttachmentService
复制的描述
IAttachmentService
中的 updateAttachsBelongId
public DownloadRecord getDownLoad(String attachmentId)
IAttachmentService
复制的描述
IAttachmentService
中的 getDownLoad
public void deleteAttachmentByBelongId(String belongId)
IAttachmentService
中的 deleteAttachmentByBelongId
belongId
- 主对象的主键,同时又是附件的belongIdpublic void virtualDelete(String attachId)
IAttachmentService
复制的描述
IAttachmentService
中的 virtualDelete
public Attachment generateAttachment(byte[] fileContent, String belongId, String attachName, String attachType, String configId, AttachmentOperEnum attOperEnum) throws IOException
IAttachmentService
复制的描述
IAttachmentService
中的 generateAttachment
fileContent
- 附件内容(BASE64Encoder转码过的文件内容)belongId
- 附件附属idattachName
- 附件原始名称attachType
- 附件保存的类型名称configId
- 附件类型的配置idattOperEnum
- 附件的操作枚举(保存,更新...)
IOException
public Boolean isDownLoadFile(String organId, String belongId, String attachType)
IAttachmentService
复制的描述
IAttachmentService
中的 isDownLoadFile
public DownloadRecord getLastDownloadRecord(String organId, String belongId, String attachType)
IAttachmentService
复制的描述
IAttachmentService
中的 getLastDownloadRecord
public List<AttachConfig> getAvailableAttachTypesByCode(String attachCode)
IAttachmentService
复制的描述
IAttachmentService
中的 getAvailableAttachTypesByCode
public Attachment getAttachment(String attachId)
IAttachmentService
中的 getAttachment
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |