if(typeof ycfxw == "undefined") ycfxw={};
ycfxw.ucSearch_class = function() {};
Object.extend(ycfxw.ucSearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getRegionDs: function(parentId) {
		return this.invoke("getRegionDs", {"parentId":parentId}, this.getRegionDs.getArguments().slice(1));
	},
	getRegionId: function(regionName) {
		return this.invoke("getRegionId", {"regionName":regionName}, this.getRegionId.getArguments().slice(1));
	},
	getDictDs: function(dictTableName) {
		return this.invoke("getDictDs", {"dictTableName":dictTableName}, this.getDictDs.getArguments().slice(1));
	},
	getDictTable: function(dictTableName) {
		return this.invoke("getDictTable", {"dictTableName":dictTableName}, this.getDictTable.getArguments().slice(1));
	},
	getDictId: function(dictTable, dictValue) {
		return this.invoke("getDictId", {"dictTable":dictTable, "dictValue":dictValue}, this.getDictId.getArguments().slice(2));
	},
	url: '/ajaxpro/ycfxw.ucSearch,ycfxw.ashx'
}));
ycfxw.ucSearch = new ycfxw.ucSearch_class();

