Type.registerNamespace('WFSAg.Web.GoogleMapService');
WFSAg.Web.GoogleMapService.GoogleMapService=function() {
WFSAg.Web.GoogleMapService.GoogleMapService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WFSAg.Web.GoogleMapService.GoogleMapService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WFSAg.Web.GoogleMapService.GoogleMapService._staticInstance.get_path();},
GetLocations:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLocations',false,{},succeededCallback,failedCallback,userContext); },
GetLocationById:function(locationID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLocationById',false,{locationID:locationID},succeededCallback,failedCallback,userContext); },
GetLocationsByServiceID:function(serviceId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetLocationsByServiceID',false,{serviceId:serviceId},succeededCallback,failedCallback,userContext); }}
WFSAg.Web.GoogleMapService.GoogleMapService.registerClass('WFSAg.Web.GoogleMapService.GoogleMapService',Sys.Net.WebServiceProxy);
WFSAg.Web.GoogleMapService.GoogleMapService._staticInstance = new WFSAg.Web.GoogleMapService.GoogleMapService();
WFSAg.Web.GoogleMapService.GoogleMapService.set_path = function(value) { WFSAg.Web.GoogleMapService.GoogleMapService._staticInstance.set_path(value); }
WFSAg.Web.GoogleMapService.GoogleMapService.get_path = function() { return WFSAg.Web.GoogleMapService.GoogleMapService._staticInstance.get_path(); }
WFSAg.Web.GoogleMapService.GoogleMapService.set_timeout = function(value) { WFSAg.Web.GoogleMapService.GoogleMapService._staticInstance.set_timeout(value); }
WFSAg.Web.GoogleMapService.GoogleMapService.get_timeout = function() { return WFSAg.Web.GoogleMapService.GoogleMapService._staticInstance.get_timeout(); }
WFSAg.Web.GoogleMapService.GoogleMapService.set_defaultUserContext = function(value) { WFSAg.Web.GoogleMapService.GoogleMapService._staticInstance.set_defaultUserContext(value); }
WFSAg.Web.GoogleMapService.GoogleMapService.get_defaultUserContext = function() { return WFSAg.Web.GoogleMapService.GoogleMapService._staticInstance.get_defaultUserContext(); }
WFSAg.Web.GoogleMapService.GoogleMapService.set_defaultSucceededCallback = function(value) { WFSAg.Web.GoogleMapService.GoogleMapService._staticInstance.set_defaultSucceededCallback(value); }
WFSAg.Web.GoogleMapService.GoogleMapService.get_defaultSucceededCallback = function() { return WFSAg.Web.GoogleMapService.GoogleMapService._staticInstance.get_defaultSucceededCallback(); }
WFSAg.Web.GoogleMapService.GoogleMapService.set_defaultFailedCallback = function(value) { WFSAg.Web.GoogleMapService.GoogleMapService._staticInstance.set_defaultFailedCallback(value); }
WFSAg.Web.GoogleMapService.GoogleMapService.get_defaultFailedCallback = function() { return WFSAg.Web.GoogleMapService.GoogleMapService._staticInstance.get_defaultFailedCallback(); }
WFSAg.Web.GoogleMapService.GoogleMapService.set_path("/GoogleMapService/GoogleMapService.asmx");
WFSAg.Web.GoogleMapService.GoogleMapService.GetLocations= function(onSuccess,onFailed,userContext) {WFSAg.Web.GoogleMapService.GoogleMapService._staticInstance.GetLocations(onSuccess,onFailed,userContext); }
WFSAg.Web.GoogleMapService.GoogleMapService.GetLocationById= function(locationID,onSuccess,onFailed,userContext) {WFSAg.Web.GoogleMapService.GoogleMapService._staticInstance.GetLocationById(locationID,onSuccess,onFailed,userContext); }
WFSAg.Web.GoogleMapService.GoogleMapService.GetLocationsByServiceID= function(serviceId,onSuccess,onFailed,userContext) {WFSAg.Web.GoogleMapService.GoogleMapService._staticInstance.GetLocationsByServiceID(serviceId,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('WFSAg.DataLayer');
if (typeof(WFSAg.DataLayer.tblLocation) === 'undefined') {
WFSAg.DataLayer.tblLocation=gtc("WFSAg.DataLayer.tblLocation");
WFSAg.DataLayer.tblLocation.registerClass('WFSAg.DataLayer.tblLocation');
}
