| | |
| | | |
| | | import javax.swing.JOptionPane; |
| | | |
| | | import com.vci.client.auth2.utils.RightManagerHelper; |
| | | import com.vci.client.bof.ClientBusinessObject; |
| | | import com.vci.client.bof.ClientLinkObject; |
| | | import com.vci.client.common.ConfigUtils; |
| | | import com.vci.client.common.providers.ServiceProvider; |
| | | import com.vci.client.logon.base.TabPanelManage; |
| | | import com.vci.client.omd.provider.BtmProvider; |
| | | import com.vci.client.portal.utility.DataModelFactory; |
| | |
| | | params.objectroid = revisionOid; |
| | | params.businesstype = btmName; |
| | | params.objectoid = oid; |
| | | String where = RightManagerHelper.getFrameworkService().checkRight(params); |
| | | String where = ServiceProvider.getFrameService().checkRight(params); |
| | | String[] ops = where.split(":"); |
| | | String msg = "0"; |
| | | //TODO 需要处理 query 类型的操作,权限定义(返回数据格)不一样的问题 |