gboat2.attachment.business
接口 IAttachConfigBusiness

所有超级接口:
IBaseService
所有已知实现类:
AttachConfigBusinessImpl

public interface IAttachConfigBusiness
extends IBaseService

授权操作

从以下版本开始:
jdk1.6
作者:
wangsr

方法摘要
 AttachConfig getAttachConfigBy(String attachCode, String attachType)
          根据附件类型集编码 和 附件类型名称 查询获取 附件类型配置对象
 String getAttachConfigIdBy(String attachCode, String attachType)
          根据附件类型集编码 和 附件类型名称 查询获取 附件类型配置对象的主键id
 String[][] getAvailableAttachTypeByCode(String attachCode)
          已过时。 用{getAvailableAttachTypesByCode(String)方法代替 根据附件编码查询模块所有的附件类型(每个模块对应唯一一个附件编码)
 List<AttachConfig> getAvailableAttachTypesByCode(String attachCode)
          根据附件编码查询模块所有的附件类型(每个模块对应唯一一个附件编码)
 boolean isAttachTypeUsedInAttachment(String attachType)
          根据附件类型查询是否在附件表中已使用(true:已使用)
 boolean isAttachTypeUsedInConfig(String moduleName, String attachType)
          根据附件类型和模块名称查询是否在附件配置表中已使用(true:已使用)
 
从接口 gboat2.base.core.service.IBaseService 继承的方法
delete, get, getAsPage, getAsPage, query, query, save, update
 

方法详细信息

getAvailableAttachTypeByCode

String[][] getAvailableAttachTypeByCode(String attachCode)
已过时。 用{getAvailableAttachTypesByCode(String)方法代替 根据附件编码查询模块所有的附件类型(每个模块对应唯一一个附件编码)

参数:
attachCode -

isAttachTypeUsedInAttachment

boolean isAttachTypeUsedInAttachment(String attachType)
根据附件类型查询是否在附件表中已使用(true:已使用)

参数:
attachType -
返回:

isAttachTypeUsedInConfig

boolean isAttachTypeUsedInConfig(String moduleName,
                                 String attachType)
根据附件类型和模块名称查询是否在附件配置表中已使用(true:已使用)

参数:
moduleName -
attachType -
返回:

getAttachConfigBy

AttachConfig getAttachConfigBy(String attachCode,
                               String attachType)
根据附件类型集编码 和 附件类型名称 查询获取 附件类型配置对象

参数:
attachCode - 附件类型集编码
attachType - 附件类型名称
返回:
AttachConfig

getAttachConfigIdBy

String getAttachConfigIdBy(String attachCode,
                           String attachType)
根据附件类型集编码 和 附件类型名称 查询获取 附件类型配置对象的主键id

参数:
attachCode - 附件类型集编码
attachType - 附件类型名称
返回:
String configId

getAvailableAttachTypesByCode

List<AttachConfig> getAvailableAttachTypesByCode(String attachCode)
根据附件编码查询模块所有的附件类型(每个模块对应唯一一个附件编码)

参数:
attachCode -
返回:


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.