| | |
| | | package com.vci.web.service; |
| | | |
| | | import com.vci.corba.omd.atm.AttributeDef; |
| | | import com.vci.starter.web.pagemodel.BaseQueryObject; |
| | | import com.vci.starter.web.pagemodel.DataGrid; |
| | | import com.vci.web.pageModel.OsAttributeVO; |
| | |
| | | * @param attribItems 数据对象 |
| | | * @return 显示对象 |
| | | */ |
| | | List<OsAttributeVO> attributeDO2VOs(Collection<com.vci.corba.omd.atm.AttribItem> attribItems); |
| | | List<OsAttributeVO> attributeDO2VOs(Collection<AttributeDef> attribItems); |
| | | |
| | | /** |
| | | * 属性的数据对象转换为显示对象 |
| | | * @param attribItem 数据对象 |
| | | * @return 显示对象 |
| | | */ |
| | | OsAttributeVO attributeDO2VO(com.vci.corba.omd.atm.AttribItem attribItem); |
| | | OsAttributeVO attributeDO2VO(AttributeDef attribItem); |
| | | |
| | | /** |
| | | * 属性的显示对象转换为数据对象 |