
function indexCommonService() { }
indexCommonService._path = '/dwr';

indexCommonService.getQueryKeyWordByKey = function(p0, callback) {
    DWREngine._execute(indexCommonService._path, 'indexCommonService', 'getQueryKeyWordByKey', p0, callback);
}

