| | |
| | | |
| | | import com.vci.common.exception.VciException; |
| | | import com.vci.corba.common.PLException; |
| | | import com.vci.corba.framework.data.FuncOperationInfo; |
| | | import com.vci.pagemodel.MenuVO; |
| | | import com.vci.starter.web.exception.VciBaseException; |
| | | import com.vci.starter.web.pagemodel.BaseResult; |
| | |
| | | boolean delModule(MenuVO menuVO); |
| | | |
| | | /** |
| | | * 删除模块下关联的操作类型 |
| | | * @param funcOperationInfo |
| | | * @return |
| | | */ |
| | | boolean delFuncOperation(FuncOperationInfo funcOperationInfo); |
| | | |
| | | /** |
| | | * 增加操作类型 |
| | | * @return |
| | | */ |
| | | boolean addOperationType(List<MenuVO> menuVOList); |
| | | boolean addOperationType(List<FuncOperationInfo> funcOperationInfoList); |
| | | |
| | | /** |
| | | * 删除非系统模块 |