| | |
| | | import com.vci.client.common.objects.DeptObject; |
| | | import com.vci.client.common.objects.RoleObject; |
| | | import com.vci.client.common.objects.UserObject; |
| | | import com.vci.client.common.providers.ServiceProvider; |
| | | import com.vci.client.framework.delegate.RightManagementClientDelegate; |
| | | import com.vci.client.logon.base.BaseJDialog; |
| | | import com.vci.client.ui.exception.VCIException; |
| | |
| | | // 操作 |
| | | List<OpItem> opitems = new ArrayList<OpItem>(); |
| | | try { |
| | | String where = RightManagerHelper.getFrameworkService().checkRight(params); |
| | | String where = ServiceProvider.getFrameService().checkRight(params); |
| | | String[] ops = where.split(":"); |
| | | |
| | | for (String s : ops) { |