var Service1=function() {
Service1.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Service1.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Service1._staticInstance.get_path();},
DoWork:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DoWork',false,{},succeededCallback,failedCallback,userContext); },
GetplayerData:function(Id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetplayerData',false,{Id:Id},succeededCallback,failedCallback,userContext); },
GeteventData:function(Id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GeteventData',false,{Id:Id},succeededCallback,failedCallback,userContext); },
GetState:function(Id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetState',false,{Id:Id},succeededCallback,failedCallback,userContext); },
GetRegionsForState:function(SName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRegionsForState',false,{SName:SName},succeededCallback,failedCallback,userContext); },
GeteventDataforRegion:function(RegName,divId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GeteventDataforRegion',false,{RegName:RegName,divId:divId},succeededCallback,failedCallback,userContext); },
GetZipcodeNCityNStateName:function(prefixText,Count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetZipcodeNCityNStateName',false,{prefixText:prefixText,Count:Count},succeededCallback,failedCallback,userContext); },
GetRgs:function(Zc,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRgs',false,{Zc:Zc},succeededCallback,failedCallback,userContext); },
GetLatLang:function(Zc,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLatLang',false,{Zc:Zc},succeededCallback,failedCallback,userContext); },
GetTDData:function(Id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTDData',false,{Id:Id},succeededCallback,failedCallback,userContext); },
PutNotestodb:function(TId,txt,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PutNotestodb',false,{TId:TId,txt:txt},succeededCallback,failedCallback,userContext); },
GetNotestodb:function(TId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetNotestodb',false,{TId:TId},succeededCallback,failedCallback,userContext); },
PutTStodb:function(TId,txt,duedate,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PutTStodb',false,{TId:TId,txt:txt,duedate:duedate},succeededCallback,failedCallback,userContext); },
GetTStodb:function(TId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTStodb',false,{TId:TId},succeededCallback,failedCallback,userContext); },
Puttasktodb:function(TId,datachks,datadates,datatasks,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Puttasktodb',false,{TId:TId,datachks:datachks,datadates:datadates,datatasks:datatasks},succeededCallback,failedCallback,userContext); },
Gettasktodb:function(TId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Gettasktodb',false,{TId:TId},succeededCallback,failedCallback,userContext); },
Putpromotodb:function(TId,datapromo,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Putpromotodb',false,{TId:TId,datapromo:datapromo},succeededCallback,failedCallback,userContext); },
Getpromotodb:function(TId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Getpromotodb',false,{TId:TId},succeededCallback,failedCallback,userContext); },
Puthowdidtodb:function(TId,datahwdu,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Puthowdidtodb',false,{TId:TId,datahwdu:datahwdu},succeededCallback,failedCallback,userContext); },
Gethowdidtodb:function(TId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Gethowdidtodb',false,{TId:TId},succeededCallback,failedCallback,userContext); },
DeleteTaskSchedule:function(TId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteTaskSchedule',false,{TId:TId},succeededCallback,failedCallback,userContext); },
AssignTDID_Session:function(PId,TavId,SesId,SPId,Td,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AssignTDID_Session',false,{PId:PId,TavId:TavId,SesId:SesId,SPId:SPId,Td:Td},succeededCallback,failedCallback,userContext); },
GetLBData:function(type,ste,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLBData',false,{type:type,ste:ste},succeededCallback,failedCallback,userContext); },
GetPrintleadData:function(printstr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPrintleadData',false,{printstr:printstr},succeededCallback,failedCallback,userContext); },
RemoveallTDs:function(TId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveallTDs',false,{TId:TId},succeededCallback,failedCallback,userContext); },
checkEmailaddressExistsforedit:function(Emailaddress,TavID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'checkEmailaddressExistsforedit',false,{Emailaddress:Emailaddress,TavID:TavID},succeededCallback,failedCallback,userContext); }}
Service1.registerClass('Service1',Sys.Net.WebServiceProxy);
Service1._staticInstance = new Service1();
Service1.set_path = function(value) { Service1._staticInstance.set_path(value); }
Service1.get_path = function() { return Service1._staticInstance.get_path(); }
Service1.set_timeout = function(value) { Service1._staticInstance.set_timeout(value); }
Service1.get_timeout = function() { return Service1._staticInstance.get_timeout(); }
Service1.set_defaultUserContext = function(value) { Service1._staticInstance.set_defaultUserContext(value); }
Service1.get_defaultUserContext = function() { return Service1._staticInstance.get_defaultUserContext(); }
Service1.set_defaultSucceededCallback = function(value) { Service1._staticInstance.set_defaultSucceededCallback(value); }
Service1.get_defaultSucceededCallback = function() { return Service1._staticInstance.get_defaultSucceededCallback(); }
Service1.set_defaultFailedCallback = function(value) { Service1._staticInstance.set_defaultFailedCallback(value); }
Service1.get_defaultFailedCallback = function() { return Service1._staticInstance.get_defaultFailedCallback(); }
Service1.set_path("/wcfServices/Service1.svc");
Service1.DoWork= function(onSuccess,onFailed,userContext) {Service1._staticInstance.DoWork(onSuccess,onFailed,userContext); }
Service1.GetplayerData= function(Id,onSuccess,onFailed,userContext) {Service1._staticInstance.GetplayerData(Id,onSuccess,onFailed,userContext); }
Service1.GeteventData= function(Id,onSuccess,onFailed,userContext) {Service1._staticInstance.GeteventData(Id,onSuccess,onFailed,userContext); }
Service1.GetState= function(Id,onSuccess,onFailed,userContext) {Service1._staticInstance.GetState(Id,onSuccess,onFailed,userContext); }
Service1.GetRegionsForState= function(SName,onSuccess,onFailed,userContext) {Service1._staticInstance.GetRegionsForState(SName,onSuccess,onFailed,userContext); }
Service1.GeteventDataforRegion= function(RegName,divId,onSuccess,onFailed,userContext) {Service1._staticInstance.GeteventDataforRegion(RegName,divId,onSuccess,onFailed,userContext); }
Service1.GetZipcodeNCityNStateName= function(prefixText,Count,onSuccess,onFailed,userContext) {Service1._staticInstance.GetZipcodeNCityNStateName(prefixText,Count,onSuccess,onFailed,userContext); }
Service1.GetRgs= function(Zc,onSuccess,onFailed,userContext) {Service1._staticInstance.GetRgs(Zc,onSuccess,onFailed,userContext); }
Service1.GetLatLang= function(Zc,onSuccess,onFailed,userContext) {Service1._staticInstance.GetLatLang(Zc,onSuccess,onFailed,userContext); }
Service1.GetTDData= function(Id,onSuccess,onFailed,userContext) {Service1._staticInstance.GetTDData(Id,onSuccess,onFailed,userContext); }
Service1.PutNotestodb= function(TId,txt,onSuccess,onFailed,userContext) {Service1._staticInstance.PutNotestodb(TId,txt,onSuccess,onFailed,userContext); }
Service1.GetNotestodb= function(TId,onSuccess,onFailed,userContext) {Service1._staticInstance.GetNotestodb(TId,onSuccess,onFailed,userContext); }
Service1.PutTStodb= function(TId,txt,duedate,onSuccess,onFailed,userContext) {Service1._staticInstance.PutTStodb(TId,txt,duedate,onSuccess,onFailed,userContext); }
Service1.GetTStodb= function(TId,onSuccess,onFailed,userContext) {Service1._staticInstance.GetTStodb(TId,onSuccess,onFailed,userContext); }
Service1.Puttasktodb= function(TId,datachks,datadates,datatasks,onSuccess,onFailed,userContext) {Service1._staticInstance.Puttasktodb(TId,datachks,datadates,datatasks,onSuccess,onFailed,userContext); }
Service1.Gettasktodb= function(TId,onSuccess,onFailed,userContext) {Service1._staticInstance.Gettasktodb(TId,onSuccess,onFailed,userContext); }
Service1.Putpromotodb= function(TId,datapromo,onSuccess,onFailed,userContext) {Service1._staticInstance.Putpromotodb(TId,datapromo,onSuccess,onFailed,userContext); }
Service1.Getpromotodb= function(TId,onSuccess,onFailed,userContext) {Service1._staticInstance.Getpromotodb(TId,onSuccess,onFailed,userContext); }
Service1.Puthowdidtodb= function(TId,datahwdu,onSuccess,onFailed,userContext) {Service1._staticInstance.Puthowdidtodb(TId,datahwdu,onSuccess,onFailed,userContext); }
Service1.Gethowdidtodb= function(TId,onSuccess,onFailed,userContext) {Service1._staticInstance.Gethowdidtodb(TId,onSuccess,onFailed,userContext); }
Service1.DeleteTaskSchedule= function(TId,onSuccess,onFailed,userContext) {Service1._staticInstance.DeleteTaskSchedule(TId,onSuccess,onFailed,userContext); }
Service1.AssignTDID_Session= function(PId,TavId,SesId,SPId,Td,onSuccess,onFailed,userContext) {Service1._staticInstance.AssignTDID_Session(PId,TavId,SesId,SPId,Td,onSuccess,onFailed,userContext); }
Service1.GetLBData= function(type,ste,onSuccess,onFailed,userContext) {Service1._staticInstance.GetLBData(type,ste,onSuccess,onFailed,userContext); }
Service1.GetPrintleadData= function(printstr,onSuccess,onFailed,userContext) {Service1._staticInstance.GetPrintleadData(printstr,onSuccess,onFailed,userContext); }
Service1.RemoveallTDs= function(TId,onSuccess,onFailed,userContext) {Service1._staticInstance.RemoveallTDs(TId,onSuccess,onFailed,userContext); }
Service1.checkEmailaddressExistsforedit= function(Emailaddress,TavID,onSuccess,onFailed,userContext) {Service1._staticInstance.checkEmailaddressExistsforedit(Emailaddress,TavID,onSuccess,onFailed,userContext); }

