517518519520521522523524525526527
"WHERE actid = '" + DataAgent.sqlFormatTextValue(activity.getId()) + "'"; conn.execute(sql); } catch (Exception ex) { throw new AuthorizationException(ex.getMessage(), ex); } finally { if (conn != null) {
560561562563564565566567568569570
(isGranted ? "true" : "false") + ")"; conn.execute(sql); } catch (Exception ex) { throw new AuthorizationException(ex.getMessage(), ex); } finally { if (conn != null) {
597598599600601602603604605606607
" roleid = '" + DataAgent.sqlFormatTextValue(roleId) + "'"; conn.execute(sql); } catch (Exception ex) { throw new AuthorizationException(ex.getMessage(), ex); } finally { if (conn != null) {