if (typeof ZjInfo != "function") { function ZjInfo() { this.issue_date = null; this.picture_url = null; this.singer_name = null; this.songinfo = null; this.albumpath = null; this.album_id = null; this.singer_id = null; this.id = 0; this.albumname = null; } } if (typeof ZtInfo != "function") { function ZtInfo() { this.subdesc = null; this.subpic = null; this.subname = null; this.suburl = null; this.id = 0; } } if (typeof SongInfo != "function") { function SongInfo() { this.songname = null; this.value = null; this.tolnum = 0; this.singername = null; this.time = null; this.album = null; this.up_num = null; this.album_id = null; this.id = 0; this.singerpath = null; this.songno = null; this.allclass = null; this.stNum = null; this.down_num = null; this.albumpath = null; this.singer_id = null; } } // Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (GjSearchResult == null) var GjSearchResult = {}; GjSearchResult._path = '/dwr'; GjSearchResult.main = function(p0, callback) { dwr.engine._execute(GjSearchResult._path, 'GjSearchResult', 'main', p0, callback); } GjSearchResult.setSongInfo = function(p0, callback) { dwr.engine._execute(GjSearchResult._path, 'GjSearchResult', 'setSongInfo', p0, callback); } GjSearchResult.deleteSongInfo = function(p0, callback) { dwr.engine._execute(GjSearchResult._path, 'GjSearchResult', 'deleteSongInfo', p0, callback); } GjSearchResult.fillGjSearchResult = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(GjSearchResult._path, 'GjSearchResult', 'fillGjSearchResult', p0, p1, p2, p3, p4, callback); } GjSearchResult.getAllGjSearchResult = function(callback) { dwr.engine._execute(GjSearchResult._path, 'GjSearchResult', 'getAllGjSearchResult', callback); } GjSearchResult.getAllGjSearchResultNum = function(callback) { dwr.engine._execute(GjSearchResult._path, 'GjSearchResult', 'getAllGjSearchResultNum', callback); }