
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};
if (typeof dwr.engine['_mappedClasses'] == 'undefined') dwr.engine._mappedClasses = {};

if (window['dojo']) dojo.provide('dwr.interface.DWRCommon');

if (typeof this['DWRCommon'] == 'undefined') DWRCommon = {};

DWRCommon._path = '/dwr';





DWRCommon.getProductSubType = function(p0, callback) {
return dwr.engine._execute(DWRCommon._path, 'DWRCommon', 'getProductSubType', arguments);
};





DWRCommon.getGroupSubType = function(p0, callback) {
return dwr.engine._execute(DWRCommon._path, 'DWRCommon', 'getGroupSubType', arguments);
};





DWRCommon.getProvinceByCountryId = function(p0, callback) {
return dwr.engine._execute(DWRCommon._path, 'DWRCommon', 'getProvinceByCountryId', arguments);
};





DWRCommon.queryCityByProvinceId = function(p0, callback) {
return dwr.engine._execute(DWRCommon._path, 'DWRCommon', 'queryCityByProvinceId', arguments);
};





DWRCommon.getNextLevelBySID = function(p0, callback) {
return dwr.engine._execute(DWRCommon._path, 'DWRCommon', 'getNextLevelBySID', arguments);
};


