211212213214215216217218219220221
cm.removePlaylist( id ); // done, send success response final TString tpl = new TString(); tpl.setResult( Integer.toString(id) ); getResponse().showJson( tpl.makeRenderer() ); } finally { Utils.close( rs );
484485486487488489490491492493494
} final TString tpl = new TString(); tpl.setResult( result ); getResponse().showJson( tpl.makeRenderer() ); } /** * performs a search on the music collection for the specified string and