if (typeof CategoryResultBean != "function") function CategoryResultBean() { this.level2List = null; this.level1List = null; this.result = null; this.count = null; } if (typeof CategoryBean != "function") function CategoryBean() { this.txtCategory = null; this.selType = null; } if (typeof HashBean != "function") function HashBean() { this.hashValue = null; this.hashKey = null; } if (typeof CountryBean != "function") function CountryBean() { this.txtCountry = null; this.selType = null; } if (typeof ResultBean != "function") function ResultBean() { this.result = null; this.licenceCode = null; this.count = null; this.arrayList = null; } if (typeof SnapshotBean != "function") function SnapshotBean() { this.txtName = null; this.hidSearchType = null; this.txtKeyword = null; this.rdoDB = null; this.txtNumber = null; this.rdoLogic = 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; dwr.engine._defaultPath = '/pubpisfts/dwr'; if (ipc == null) var ipc = {}; ipc._path = '/pubpisfts/dwr'; ipc.search = function(p0, p1, callback) { dwr.engine._execute(ipc._path, 'ipc', 'search', p0, p1, callback); }