| | |
| | | package com.vci.web.service; |
| | | |
| | | import com.vci.corba.common.PLException; |
| | | import com.vci.corba.portal.data.PLAction; |
| | | import com.vci.corba.portal.data.PLTabButton; |
| | | import com.vci.corba.portal.data.PLUILayout; |
| | | import com.vci.corba.portal.data.PortalVI; |
| | | import com.vci.corba.portal.data.PLAction; |
| | | import com.vci.pagemodel.*; |
| | | |
| | | import java.util.Collection; |
| | |
| | | * @param pkComponent 组件的主键 |
| | | * @return 按钮的信息 |
| | | */ |
| | | List<UIButtonDefineVO> listButtonByComponent(String pkComponent); |
| | | List<UIButtonDefineVO> listButtonByComponent(String pkComponent, Map<String, RoleRightVO> roleRightMap); |
| | | |
| | | /** |
| | | * 按钮的数据对象转换为显示对象 |
| | |
| | | * @param id 主键 |
| | | * @return UI上下文的信息 |
| | | */ |
| | | UIContentVO getUIContentByBtmTypeAndId(String btmType, String id); |
| | | UIContentVO getUIContentByBtmTypeAndId(String btmType, String id) throws PLException; |
| | | |
| | | // UIContentVO UIContentDO2VO(PLPageLayoutDefination pageLayoutDefination, boolean queryDetail); |
| | | UIContentVO UIContentDO2VO(PLUILayout pageLayoutDefination, boolean queryDetail); |
| | | // UIContentVO UIContentDO2VO(PLPageLayoutDefination pageLayoutDefination, boolean queryDetail); |
| | | |
| | | UIContentVO UIContentDO2VO(PLUILayout pageLayoutDefination, boolean queryDetail,Map<String, RoleRightVO> roleRightMap); |
| | | |
| | | } |