已过时的方法 |
gboat2.attachment.AttachmentHelper.findAttachsBy(String, String)
replaced by IAttachmentService.getAttachmentsBy(String, String) |
gboat2.attachment.AttachmentHelper.findAttachsBy(String, String[])
replaced by IAttachmentService.getAttachmentsBy(String, String[]) |
gboat2.attachment.AttachmentHelper.findAttachsJsonBy(String, String[][])
replaced by #findAttachsJsonBy(String, List) |
gboat2.attachment.AttachmentHelper.findAttachsJsonByAttachNames(String, String[][])
|
gboat2.attachment.AttachmentHelper.findSortedAttachsBy(String, String[][])
|
gboat2.attachment.AttachmentHelper.findSortedAttachsJsonBy(String, String[][])
|
gboat2.attachment.AttachmentHelper.getAvailableAttachTypeByCode(String)
replaced by IAttachmentService.getAvailableAttachTypesByCode(String) |
gboat2.attachment.business.IAttachConfigBusiness.getAvailableAttachTypeByCode(String)
用{IAttachConfigBusiness.getAvailableAttachTypesByCode(String) 方法代替
根据附件编码查询模块所有的附件类型(每个模块对应唯一一个附件编码) |
gboat2.attachment.business.impl.AttachConfigBusinessImpl.getAvailableAttachTypeByCode(String)
|
gboat2.attachment.service.IAttachmentService.getAvailableAttachTypeByCode(String)
replaced by IAttachmentService.getAvailableAttachTypesByCode(String)
根据附件编码查询模块启用的附件类型(每个模块对应唯一一个附件编码) |
gboat2.attachment.AttachmentHelper.toAttachsJson(List, String[][])
replaced by AttachmentHelper.toJsonString(TypedAttachments)
转换为附件组件使用的json字符串 |