Ejemplo n.º 1
0
  public static void deleteRuleGroup(long ruleGroupId) throws RemoteException {
    try {
      MDRRuleGroupServiceUtil.deleteRuleGroup(ruleGroupId);
    } catch (Exception e) {
      _log.error(e, e);

      throw new RemoteException(e.getMessage());
    }
  }