|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object gboat2.base.core.service.BaseService gboat2.attachment.business.impl.AttachConfigBusinessImpl
@Transactional @Service public class AttachConfigBusinessImpl
附件配置业务类
字段摘要 |
---|
从类 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 |
构造方法详细信息 |
---|
public AttachConfigBusinessImpl()
方法详细信息 |
---|
public List<AttachConfig> getAvailableAttachTypesByCode(String attachCode)
IAttachConfigBusiness
复制的描述
IAttachConfigBusiness
中的 getAvailableAttachTypesByCode
@Deprecated public String[][] getAvailableAttachTypeByCode(String attachCode)
IAttachConfigBusiness
中的 getAvailableAttachTypeByCode
public boolean isAttachTypeUsedInAttachment(String attachType)
IAttachConfigBusiness
复制的描述
IAttachConfigBusiness
中的 isAttachTypeUsedInAttachment
public boolean isAttachTypeUsedInConfig(String moduleName, String attachType)
IAttachConfigBusiness
复制的描述
IAttachConfigBusiness
中的 isAttachTypeUsedInConfig
public AttachConfig getAttachConfigBy(String attachCode, String attachType)
IAttachConfigBusiness
复制的描述
IAttachConfigBusiness
中的 getAttachConfigBy
attachCode
- 附件类型集编码attachType
- 附件类型名称
public String getAttachConfigIdBy(String attachCode, String attachType)
IAttachConfigBusiness
复制的描述
IAttachConfigBusiness
中的 getAttachConfigIdBy
attachCode
- 附件类型集编码attachType
- 附件类型名称
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |