var LocatorServices=function() {
LocatorServices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
LocatorServices.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return LocatorServices._staticInstance.get_path();},
GetCitisForState:function(State_id,succeededCallback, failedCallback, userContext) {
/// <param name="State_id" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetCitisForState',false,{State_id:State_id},succeededCallback,failedCallback,userContext); },
GetFrachiseeCitisForState:function(State_id,succeededCallback, failedCallback, userContext) {
/// <param name="State_id" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetFrachiseeCitisForState',false,{State_id:State_id},succeededCallback,failedCallback,userContext); },
GetCityForAquasure:function(State_id,succeededCallback, failedCallback, userContext) {
/// <param name="State_id" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetCityForAquasure',false,{State_id:State_id},succeededCallback,failedCallback,userContext); },
IsSrNoExists:function(Sr_no,succeededCallback, failedCallback, userContext) {
/// <param name="Sr_no" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'IsSrNoExists',false,{Sr_no:Sr_no},succeededCallback,failedCallback,userContext); },
IsCoupanNoExists:function(Couponno,succeededCallback, failedCallback, userContext) {
/// <param name="Couponno" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'IsCoupanNoExists',false,{Couponno:Couponno},succeededCallback,failedCallback,userContext); },
IsMobileNoExists:function(Cell_No,succeededCallback, failedCallback, userContext) {
/// <param name="Cell_No" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'IsMobileNoExists',false,{Cell_No:Cell_No},succeededCallback,failedCallback,userContext); }}
LocatorServices.registerClass('LocatorServices',Sys.Net.WebServiceProxy);
LocatorServices._staticInstance = new LocatorServices();
LocatorServices.set_path = function(value) {
LocatorServices._staticInstance.set_path(value); }
LocatorServices.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return LocatorServices._staticInstance.get_path();}
LocatorServices.set_timeout = function(value) {
LocatorServices._staticInstance.set_timeout(value); }
LocatorServices.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return LocatorServices._staticInstance.get_timeout(); }
LocatorServices.set_defaultUserContext = function(value) { 
LocatorServices._staticInstance.set_defaultUserContext(value); }
LocatorServices.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return LocatorServices._staticInstance.get_defaultUserContext(); }
LocatorServices.set_defaultSucceededCallback = function(value) { 
 LocatorServices._staticInstance.set_defaultSucceededCallback(value); }
LocatorServices.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return LocatorServices._staticInstance.get_defaultSucceededCallback(); }
LocatorServices.set_defaultFailedCallback = function(value) { 
LocatorServices._staticInstance.set_defaultFailedCallback(value); }
LocatorServices.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return LocatorServices._staticInstance.get_defaultFailedCallback(); }
LocatorServices.set_path("/LocatorServices.asmx");
LocatorServices.GetCitisForState= function(State_id,onSuccess,onFailed,userContext) {
/// <param name="State_id" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
LocatorServices._staticInstance.GetCitisForState(State_id,onSuccess,onFailed,userContext); }
LocatorServices.GetFrachiseeCitisForState= function(State_id,onSuccess,onFailed,userContext) {
/// <param name="State_id" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
LocatorServices._staticInstance.GetFrachiseeCitisForState(State_id,onSuccess,onFailed,userContext); }
LocatorServices.GetCityForAquasure= function(State_id,onSuccess,onFailed,userContext) {
/// <param name="State_id" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
LocatorServices._staticInstance.GetCityForAquasure(State_id,onSuccess,onFailed,userContext); }
LocatorServices.IsSrNoExists= function(Sr_no,onSuccess,onFailed,userContext) {
/// <param name="Sr_no" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
LocatorServices._staticInstance.IsSrNoExists(Sr_no,onSuccess,onFailed,userContext); }
LocatorServices.IsCoupanNoExists= function(Couponno,onSuccess,onFailed,userContext) {
/// <param name="Couponno" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
LocatorServices._staticInstance.IsCoupanNoExists(Couponno,onSuccess,onFailed,userContext); }
LocatorServices.IsMobileNoExists= function(Cell_No,onSuccess,onFailed,userContext) {
/// <param name="Cell_No" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
LocatorServices._staticInstance.IsMobileNoExists(Cell_No,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('EurekaForbes_Classes');
if (typeof(EurekaForbes_Classes.LocatorCity) === 'undefined') {
EurekaForbes_Classes.LocatorCity=gtc("EurekaForbes_Classes.LocatorCity");
EurekaForbes_Classes.LocatorCity.registerClass('EurekaForbes_Classes.LocatorCity');
}

