| | |
| | | import com.vci.corba.common.PLException; |
| | | import com.vci.corba.omd.data.BusinessObject; |
| | | import com.vci.corba.omd.lcm.LifeCycle; |
| | | import com.vci.dto.OsAttributeDTO; |
| | | import com.vci.dto.OsLifeCycleDTO; |
| | | import com.vci.pagemodel.*; |
| | | import com.vci.starter.web.exception.VciBaseException; |
| | |
| | | * @param lifeCycleVO 显示对象 |
| | | * @return 数据对象 |
| | | */ |
| | | LifeCycle lifeCycleVO2DO(OsLifeCycleVO lifeCycleVO); |
| | | LifeCycle lifeCycleVO2DO(OsLifeCycleVO lifeCycleVO) throws PLException; |
| | | |
| | | /** |
| | | * 查询所有生命周期状态 |
| | |
| | | * @return 状态的显示对象 |
| | | */ |
| | | List<OsStatusVO> listStatusById(String lifeCycleId); |
| | | |
| | | /** |
| | | * 使用多个编号获取生命周期的对象 |
| | | * @param lcIdList 编号 |
| | | * @return 显示对象 |
| | | */ |
| | | List<OsLifeCycleVO> getLifeCycleByIds(Collection<String> lcIdList); |
| | | |
| | | /** |
| | | * 批量添加生命周期 |
| | |
| | | */ |
| | | OsERVO listLinesPic(String id); |
| | | |
| | | /** |
| | | * 查询所有跃迁事件key |
| | | * @return |
| | | */ |
| | | List<String> getLCEventKeys() throws PLException; |
| | | |
| | | } |