var zoneHandler=function() {
zoneHandler.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
zoneHandler.prototype={
getZoneHtml:function(varZoneID,imgUrl,pEqnURL,pProfURL,succeededCallback, failedCallback, userContext) {
return this._invoke(zoneHandler.get_path(), 'getZoneHtml',false,{varZoneID:varZoneID,imgUrl:imgUrl,pEqnURL:pEqnURL,pProfURL:pProfURL},succeededCallback,failedCallback,userContext); },
getHotDealZoneHtml:function(varZoneID,imgUrl,pEqnURL,pProfURL,succeededCallback, failedCallback, userContext) {
return this._invoke(zoneHandler.get_path(), 'getHotDealZoneHtml',false,{varZoneID:varZoneID,imgUrl:imgUrl,pEqnURL:pEqnURL,pProfURL:pProfURL},succeededCallback,failedCallback,userContext); },
bindResCommStocks:function(isResential,projProfURL,succeededCallback, failedCallback, userContext) {
return this._invoke(zoneHandler.get_path(), 'bindResCommStocks',false,{isResential:isResential,projProfURL:projProfURL},succeededCallback,failedCallback,userContext); }}
zoneHandler.registerClass('zoneHandler',Sys.Net.WebServiceProxy);
zoneHandler._staticInstance = new zoneHandler();
zoneHandler.set_path = function(value) { zoneHandler._staticInstance._path = value; }
zoneHandler.get_path = function() { return zoneHandler._staticInstance._path; }
zoneHandler.set_timeout = function(value) { zoneHandler._staticInstance._timeout = value; }
zoneHandler.get_timeout = function() { return zoneHandler._staticInstance._timeout; }
zoneHandler.set_defaultUserContext = function(value) { zoneHandler._staticInstance._userContext = value; }
zoneHandler.get_defaultUserContext = function() { return zoneHandler._staticInstance._userContext; }
zoneHandler.set_defaultSucceededCallback = function(value) { zoneHandler._staticInstance._succeeded = value; }
zoneHandler.get_defaultSucceededCallback = function() { return zoneHandler._staticInstance._succeeded; }
zoneHandler.set_defaultFailedCallback = function(value) { zoneHandler._staticInstance._failed = value; }
zoneHandler.get_defaultFailedCallback = function() { return zoneHandler._staticInstance._failed; }
zoneHandler.set_path("/WebServices/zoneHandler.asmx");
zoneHandler.getZoneHtml= function(varZoneID,imgUrl,pEqnURL,pProfURL,onSuccess,onFailed,userContext) {zoneHandler._staticInstance.getZoneHtml(varZoneID,imgUrl,pEqnURL,pProfURL,onSuccess,onFailed,userContext); }
zoneHandler.getHotDealZoneHtml= function(varZoneID,imgUrl,pEqnURL,pProfURL,onSuccess,onFailed,userContext) {zoneHandler._staticInstance.getHotDealZoneHtml(varZoneID,imgUrl,pEqnURL,pProfURL,onSuccess,onFailed,userContext); }
zoneHandler.bindResCommStocks= function(isResential,projProfURL,onSuccess,onFailed,userContext) {zoneHandler._staticInstance.bindResCommStocks(isResential,projProfURL,onSuccess,onFailed,userContext); }
