gboat2.attachment.business.impl
类 AttachConfigBusinessImpl

java.lang.Object
  继承者 gboat2.base.core.service.BaseService
      继承者 gboat2.attachment.business.impl.AttachConfigBusinessImpl
所有已实现的接口:
IAttachConfigBusiness, IBaseService

@Transactional
@Service
public class AttachConfigBusinessImpl
extends BaseService
implements IAttachConfigBusiness

附件配置业务类

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

字段摘要
 
从类 gboat2.base.core.service.BaseService 继承的字段
baseDAO
 
构造方法摘要
AttachConfigBusinessImpl()
           
 
方法摘要
 AttachConfig getAttachConfigBy(String attachCode, String attachType)
          根据附件类型集编码 和 附件类型名称 查询获取 附件类型配置对象
 String getAttachConfigIdBy(String attachCode, String attachType)
          根据附件类型集编码 和 附件类型名称 查询获取 附件类型配置对象的主键id
 String[][] getAvailableAttachTypeByCode(String attachCode)
          已过时。 
 List<AttachConfig> getAvailableAttachTypesByCode(String attachCode)
          根据附件编码查询模块所有的附件类型(每个模块对应唯一一个附件编码)
 boolean isAttachTypeUsedInAttachment(String attachType)
          根据附件类型查询是否在附件表中已使用(true:已使用)
 boolean isAttachTypeUsedInConfig(String moduleName, String attachType)
          根据附件类型和模块名称查询是否在附件配置表中已使用(true:已使用)
 
从类 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
 

构造方法详细信息

AttachConfigBusinessImpl

public AttachConfigBusinessImpl()
方法详细信息

getAvailableAttachTypesByCode

public List<AttachConfig> getAvailableAttachTypesByCode(String attachCode)
从接口 IAttachConfigBusiness 复制的描述
根据附件编码查询模块所有的附件类型(每个模块对应唯一一个附件编码)

指定者:
接口 IAttachConfigBusiness 中的 getAvailableAttachTypesByCode
返回:

getAvailableAttachTypeByCode

@Deprecated
public String[][] getAvailableAttachTypeByCode(String attachCode)
已过时。 

指定者:
接口 IAttachConfigBusiness 中的 getAvailableAttachTypeByCode

isAttachTypeUsedInAttachment

public boolean isAttachTypeUsedInAttachment(String attachType)
从接口 IAttachConfigBusiness 复制的描述
根据附件类型查询是否在附件表中已使用(true:已使用)

指定者:
接口 IAttachConfigBusiness 中的 isAttachTypeUsedInAttachment
返回:

isAttachTypeUsedInConfig

public boolean isAttachTypeUsedInConfig(String moduleName,
                                        String attachType)
从接口 IAttachConfigBusiness 复制的描述
根据附件类型和模块名称查询是否在附件配置表中已使用(true:已使用)

指定者:
接口 IAttachConfigBusiness 中的 isAttachTypeUsedInConfig
返回:

getAttachConfigBy

public AttachConfig getAttachConfigBy(String attachCode,
                                      String attachType)
从接口 IAttachConfigBusiness 复制的描述
根据附件类型集编码 和 附件类型名称 查询获取 附件类型配置对象

指定者:
接口 IAttachConfigBusiness 中的 getAttachConfigBy
参数:
attachCode - 附件类型集编码
attachType - 附件类型名称
返回:
AttachConfig

getAttachConfigIdBy

public String getAttachConfigIdBy(String attachCode,
                                  String attachType)
从接口 IAttachConfigBusiness 复制的描述
根据附件类型集编码 和 附件类型名称 查询获取 附件类型配置对象的主键id

指定者:
接口 IAttachConfigBusiness 中的 getAttachConfigIdBy
参数:
attachCode - 附件类型集编码
attachType - 附件类型名称
返回:
String configId


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