@ProcessInDataSource(name=BASE) public class MetadataTableManagerImpl extends java.lang.Object implements MetadataTableManager
Title: 基础数据表信息manager类
Description: 代码描述
Copyright: Copyright (c) 2015
Company: seeyon.com
| 构造器和说明 |
|---|
MetadataTableManagerImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<MetadataTableTreeBO> |
findCtpMetadataTableListToTree(java.util.Map<java.lang.String,java.lang.Object> params)
根据查询参数获取基础属性表列表信息,并封装为树形结构数据
|
com.seeyon.ctp.common.po.metadata.CtpMetadataTable |
getById(java.lang.Long Id)
按表的Id获取表信息对象
|
com.seeyon.ctp.common.po.metadata.CtpMetadataTable |
getByName(java.lang.String name)
按表名称获取Table对象。
|
void |
setMetadataTableDao(MetadataTableDao metadataTableDao) |
public java.util.List<MetadataTableTreeBO> findCtpMetadataTableListToTree(java.util.Map<java.lang.String,java.lang.Object> params) throws com.seeyon.ctp.common.exceptions.BusinessException
MetadataTableManagerfindCtpMetadataTableListToTree 在接口中 MetadataTableManagerparams - 查询参数com.seeyon.ctp.common.exceptions.BusinessExceptionpublic com.seeyon.ctp.common.po.metadata.CtpMetadataTable getByName(java.lang.String name)
throws com.seeyon.ctp.common.exceptions.BusinessException
MetadataTableManagergetByName 在接口中 MetadataTableManagercom.seeyon.ctp.common.exceptions.BusinessExceptionpublic com.seeyon.ctp.common.po.metadata.CtpMetadataTable getById(java.lang.Long Id)
throws com.seeyon.ctp.common.exceptions.BusinessException
MetadataTableManagergetById 在接口中 MetadataTableManagerId - 表Idcom.seeyon.ctp.common.exceptions.BusinessExceptionpublic void setMetadataTableDao(MetadataTableDao metadataTableDao)