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 (SearchResult == null) var SearchResult = {}; SearchResult._path = '/dwr'; SearchResult.main = function(p0, callback) { dwr.engine._execute(SearchResult._path, 'SearchResult', 'main', p0, callback); } SearchResult.setSongInfo = function(p0, callback) { dwr.engine._execute(SearchResult._path, 'SearchResult', 'setSongInfo', p0, callback); } SearchResult.deleteSongInfo = function(p0, callback) { dwr.engine._execute(SearchResult._path, 'SearchResult', 'deleteSongInfo', p0, callback); } SearchResult.fillSearchResult = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(SearchResult._path, 'SearchResult', 'fillSearchResult', p0, p1, p2, p3, p4, callback); } SearchResult.getAllSearchResult = function(callback) { dwr.engine._execute(SearchResult._path, 'SearchResult', 'getAllSearchResult', callback); } SearchResult.getAllSearchResultNum = function(callback) { dwr.engine._execute(SearchResult._path, 'SearchResult', 'getAllSearchResultNum', callback); }