var DfrcService=function() {
DfrcService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
DfrcService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return DfrcService._staticInstance.get_path();},
getWebmoneyData:function(webmoney_code,weblang,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getWebmoneyData',false,{webmoney_code:webmoney_code,weblang:weblang},succeededCallback,failedCallback,userContext); },
getStuffmatchtypeData:function(stmatchtype_code,weblang,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getStuffmatchtypeData',false,{stmatchtype_code:stmatchtype_code,weblang:weblang},succeededCallback,failedCallback,userContext); },
getStmatchdatacode:function(weblang,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getStmatchdatacode',false,{weblang:weblang},succeededCallback,failedCallback,userContext); },
getSitearea:function(weblang,sitenation_code,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getSitearea',false,{weblang:weblang,sitenation_code:sitenation_code},succeededCallback,failedCallback,userContext); },
getStmatchtypeclass02Data:function(weblang,stmatchtype_mcode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getStmatchtypeclass02Data',false,{weblang:weblang,stmatchtype_mcode:stmatchtype_mcode},succeededCallback,failedCallback,userContext); },
getStuffbuysearchData:function(weblang,stmatchtype_mcode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getStuffbuysearchData',false,{weblang:weblang,stmatchtype_mcode:stmatchtype_mcode},succeededCallback,failedCallback,userContext); },
sendStuffmatch_priceData:function(weblang,desc,memberdata_code,name,sex,tel,mobile,email,nation,area,stmatchdata_code,stmatchdetail_code,data_code,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'sendStuffmatch_priceData',false,{weblang:weblang,desc:desc,memberdata_code:memberdata_code,name:name,sex:sex,tel:tel,mobile:mobile,email:email,nation:nation,area:area,stmatchdata_code:stmatchdata_code,stmatchdetail_code:stmatchdetail_code,data_code:data_code},succeededCallback,failedCallback,userContext); }}
DfrcService.registerClass('DfrcService',Sys.Net.WebServiceProxy);
DfrcService._staticInstance = new DfrcService();
DfrcService.set_path = function(value) { DfrcService._staticInstance.set_path(value); }
DfrcService.get_path = function() { return DfrcService._staticInstance.get_path(); }
DfrcService.set_timeout = function(value) { DfrcService._staticInstance.set_timeout(value); }
DfrcService.get_timeout = function() { return DfrcService._staticInstance.get_timeout(); }
DfrcService.set_defaultUserContext = function(value) { DfrcService._staticInstance.set_defaultUserContext(value); }
DfrcService.get_defaultUserContext = function() { return DfrcService._staticInstance.get_defaultUserContext(); }
DfrcService.set_defaultSucceededCallback = function(value) { DfrcService._staticInstance.set_defaultSucceededCallback(value); }
DfrcService.get_defaultSucceededCallback = function() { return DfrcService._staticInstance.get_defaultSucceededCallback(); }
DfrcService.set_defaultFailedCallback = function(value) { DfrcService._staticInstance.set_defaultFailedCallback(value); }
DfrcService.get_defaultFailedCallback = function() { return DfrcService._staticInstance.get_defaultFailedCallback(); }
DfrcService.set_path("/DfrcService.svc");
DfrcService.getWebmoneyData= function(webmoney_code,weblang,onSuccess,onFailed,userContext) {DfrcService._staticInstance.getWebmoneyData(webmoney_code,weblang,onSuccess,onFailed,userContext); }
DfrcService.getStuffmatchtypeData= function(stmatchtype_code,weblang,onSuccess,onFailed,userContext) {DfrcService._staticInstance.getStuffmatchtypeData(stmatchtype_code,weblang,onSuccess,onFailed,userContext); }
DfrcService.getStmatchdatacode= function(weblang,onSuccess,onFailed,userContext) {DfrcService._staticInstance.getStmatchdatacode(weblang,onSuccess,onFailed,userContext); }
DfrcService.getSitearea= function(weblang,sitenation_code,onSuccess,onFailed,userContext) {DfrcService._staticInstance.getSitearea(weblang,sitenation_code,onSuccess,onFailed,userContext); }
DfrcService.getStmatchtypeclass02Data= function(weblang,stmatchtype_mcode,onSuccess,onFailed,userContext) {DfrcService._staticInstance.getStmatchtypeclass02Data(weblang,stmatchtype_mcode,onSuccess,onFailed,userContext); }
DfrcService.getStuffbuysearchData= function(weblang,stmatchtype_mcode,onSuccess,onFailed,userContext) {DfrcService._staticInstance.getStuffbuysearchData(weblang,stmatchtype_mcode,onSuccess,onFailed,userContext); }
DfrcService.sendStuffmatch_priceData= function(weblang,desc,memberdata_code,name,sex,tel,mobile,email,nation,area,stmatchdata_code,stmatchdetail_code,data_code,onSuccess,onFailed,userContext) {DfrcService._staticInstance.sendStuffmatch_priceData(weblang,desc,memberdata_code,name,sex,tel,mobile,email,nation,area,stmatchdata_code,stmatchdetail_code,data_code,onSuccess,onFailed,userContext); }

