Type.registerNamespace('Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices');
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices=function() {
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices._staticInstance.get_path();},
GetStockQuoteSummary:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetStockQuoteSummary',false,{},succeededCallback,failedCallback,userContext); }}
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices.registerClass('Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices',Sys.Net.WebServiceProxy);
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices._staticInstance = new Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices();
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices.set_path = function(value) { Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices._staticInstance.set_path(value); }
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices.get_path = function() { return Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices._staticInstance.get_path(); }
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices.set_timeout = function(value) { Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices._staticInstance.set_timeout(value); }
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices.get_timeout = function() { return Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices._staticInstance.get_timeout(); }
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices.set_defaultUserContext = function(value) { Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices._staticInstance.set_defaultUserContext(value); }
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices.get_defaultUserContext = function() { return Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices._staticInstance.get_defaultUserContext(); }
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices.set_defaultSucceededCallback = function(value) { Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices._staticInstance.set_defaultSucceededCallback(value); }
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices.get_defaultSucceededCallback = function() { return Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices._staticInstance.get_defaultSucceededCallback(); }
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices.set_defaultFailedCallback = function(value) { Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices._staticInstance.set_defaultFailedCallback(value); }
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices.get_defaultFailedCallback = function() { return Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices._staticInstance.get_defaultFailedCallback(); }
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices.set_path("/_Layouts/PowerLP/WebServices/StockInfoServices.asmx");
Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices.GetStockQuoteSummary= function(onSuccess,onFailed,userContext) {Epcor.PowerLP.SharePoint.Layouts.PowerLP.WebServices.StockInfoServices._staticInstance.GetStockQuoteSummary(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Epcor.PowerLP.SharePoint.StockWatch.CorporateServices');
if (typeof(Epcor.PowerLP.SharePoint.StockWatch.CorporateServices.CorporateSnapshotResult) === 'undefined') {
Epcor.PowerLP.SharePoint.StockWatch.CorporateServices.CorporateSnapshotResult=gtc("Epcor.PowerLP.SharePoint.StockWatch.CorporateServices.CorporateSnapshotResult");
Epcor.PowerLP.SharePoint.StockWatch.CorporateServices.CorporateSnapshotResult.registerClass('Epcor.PowerLP.SharePoint.StockWatch.CorporateServices.CorporateSnapshotResult');
}
