| | |
| | | |
| | | import com.vci.client.auth2.model.BooleanTableModel; |
| | | import com.vci.client.auth2.utils.RightManagerHelper; |
| | | import com.vci.client.common.providers.ServiceProvider; |
| | | import com.vci.corba.framework.data.GrandValue; |
| | | |
| | | public class DelAction extends Action { |
| | |
| | | // DataBase |
| | | boolean isTrue = false; |
| | | try { |
| | | isTrue = RightManagerHelper.getFrameworkService().deleteTypeRuleGrand(getType(value.identifier), |
| | | isTrue = ServiceProvider.getFrameService().deleteTypeRuleGrand(getType(value.identifier), |
| | | value.ruleName); |
| | | } catch (Exception e) { |
| | | JOptionPane.showMessageDialog( |