Type.registerNamespace('Spraywise');
Spraywise.loadControlService=function() {
Spraywise.loadControlService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Spraywise.loadControlService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Spraywise.loadControlService._staticInstance.get_path();},
updateSessionVariable:function(key,value,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'updateSessionVariable',false,{key:key,value:value},succeededCallback,failedCallback,userContext); },
updateExtents:function(tlx,tly,brx,bry,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'updateExtents',false,{tlx:tlx,tly:tly,brx:brx,bry:bry},succeededCallback,failedCallback,userContext); },
logActivity:function(activity,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'logActivity',false,{activity:activity},succeededCallback,failedCallback,userContext); },
getUserPointsList:function(editId,reloadGeography,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getUserPointsList',false,{editId:editId,reloadGeography:reloadGeography},succeededCallback,failedCallback,userContext); }}
Spraywise.loadControlService.registerClass('Spraywise.loadControlService',Sys.Net.WebServiceProxy);
Spraywise.loadControlService._staticInstance = new Spraywise.loadControlService();
Spraywise.loadControlService.set_path = function(value) { Spraywise.loadControlService._staticInstance.set_path(value); }
Spraywise.loadControlService.get_path = function() { return Spraywise.loadControlService._staticInstance.get_path(); }
Spraywise.loadControlService.set_timeout = function(value) { Spraywise.loadControlService._staticInstance.set_timeout(value); }
Spraywise.loadControlService.get_timeout = function() { return Spraywise.loadControlService._staticInstance.get_timeout(); }
Spraywise.loadControlService.set_defaultUserContext = function(value) { Spraywise.loadControlService._staticInstance.set_defaultUserContext(value); }
Spraywise.loadControlService.get_defaultUserContext = function() { return Spraywise.loadControlService._staticInstance.get_defaultUserContext(); }
Spraywise.loadControlService.set_defaultSucceededCallback = function(value) { Spraywise.loadControlService._staticInstance.set_defaultSucceededCallback(value); }
Spraywise.loadControlService.get_defaultSucceededCallback = function() { return Spraywise.loadControlService._staticInstance.get_defaultSucceededCallback(); }
Spraywise.loadControlService.set_defaultFailedCallback = function(value) { Spraywise.loadControlService._staticInstance.set_defaultFailedCallback(value); }
Spraywise.loadControlService.get_defaultFailedCallback = function() { return Spraywise.loadControlService._staticInstance.get_defaultFailedCallback(); }
Spraywise.loadControlService.set_enableJsonp = function(value) { Spraywise.loadControlService._staticInstance.set_enableJsonp(value); }
Spraywise.loadControlService.get_enableJsonp = function() { return Spraywise.loadControlService._staticInstance.get_enableJsonp(); }
Spraywise.loadControlService.set_jsonpCallbackParameter = function(value) { Spraywise.loadControlService._staticInstance.set_jsonpCallbackParameter(value); }
Spraywise.loadControlService.get_jsonpCallbackParameter = function() { return Spraywise.loadControlService._staticInstance.get_jsonpCallbackParameter(); }
Spraywise.loadControlService.set_path("/Services/loadControlService.asmx");
Spraywise.loadControlService.updateSessionVariable= function(key,value,onSuccess,onFailed,userContext) {Spraywise.loadControlService._staticInstance.updateSessionVariable(key,value,onSuccess,onFailed,userContext); }
Spraywise.loadControlService.updateExtents= function(tlx,tly,brx,bry,onSuccess,onFailed,userContext) {Spraywise.loadControlService._staticInstance.updateExtents(tlx,tly,brx,bry,onSuccess,onFailed,userContext); }
Spraywise.loadControlService.logActivity= function(activity,onSuccess,onFailed,userContext) {Spraywise.loadControlService._staticInstance.logActivity(activity,onSuccess,onFailed,userContext); }
Spraywise.loadControlService.getUserPointsList= function(editId,reloadGeography,onSuccess,onFailed,userContext) {Spraywise.loadControlService._staticInstance.getUserPointsList(editId,reloadGeography,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Spraywise.pointsList) === 'undefined') {
Spraywise.pointsList=gtc("Spraywise.pointsList");
Spraywise.pointsList.registerClass('Spraywise.pointsList');
}

