Type.registerNamespace('SmartInvest.Web.WebServices');
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper=function() {
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper._staticInstance.get_path();},
GetItems:function(filterString,serviceType,numberOfItems,skip,orderBy,descending,filterExpressionGuid,ListenedProperties,fullDataBind,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetItems',false,{filterString:filterString,serviceType:serviceType,numberOfItems:numberOfItems,skip:skip,orderBy:orderBy,descending:descending,filterExpressionGuid:filterExpressionGuid,ListenedProperties:ListenedProperties,fullDataBind:fullDataBind},succeededCallback,failedCallback,userContext); },
GetCount:function(serviceType,filterExpressionGuid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCount',false,{serviceType:serviceType,filterExpressionGuid:filterExpressionGuid},succeededCallback,failedCallback,userContext); }}
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper.registerClass('SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper',Sys.Net.WebServiceProxy);
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper._staticInstance = new SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper();
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper.set_path = function(value) { SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper._staticInstance.set_path(value); }
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper.get_path = function() { return SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper._staticInstance.get_path(); }
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper.set_timeout = function(value) { SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper._staticInstance.set_timeout(value); }
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper.get_timeout = function() { return SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper._staticInstance.get_timeout(); }
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper.set_defaultUserContext = function(value) { SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper._staticInstance.set_defaultUserContext(value); }
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper.get_defaultUserContext = function() { return SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper._staticInstance.get_defaultUserContext(); }
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper.set_defaultSucceededCallback = function(value) { SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper._staticInstance.set_defaultSucceededCallback(value); }
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper.get_defaultSucceededCallback = function() { return SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper._staticInstance.get_defaultSucceededCallback(); }
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper.set_defaultFailedCallback = function(value) { SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper._staticInstance.set_defaultFailedCallback(value); }
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper.get_defaultFailedCallback = function() { return SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper._staticInstance.get_defaultFailedCallback(); }
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper.set_path("/WebServices/SingleFinanceEntityServiceWrapper.asmx");
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper.GetItems= function(filterString,serviceType,numberOfItems,skip,orderBy,descending,filterExpressionGuid,ListenedProperties,fullDataBind,onSuccess,onFailed,userContext) {SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper._staticInstance.GetItems(filterString,serviceType,numberOfItems,skip,orderBy,descending,filterExpressionGuid,ListenedProperties,fullDataBind,onSuccess,onFailed,userContext); }
SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper.GetCount= function(serviceType,filterExpressionGuid,onSuccess,onFailed,userContext) {SmartInvest.Web.WebServices.SingleFinanceEntityServiceWrapper._staticInstance.GetCount(serviceType,filterExpressionGuid,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('SmartInvest.Web');
if (typeof(SmartInvest.Web.Result) === 'undefined') {
SmartInvest.Web.Result=gtc("SmartInvest.Web.Result");
SmartInvest.Web.Result.registerClass('SmartInvest.Web.Result');
}
