Type.registerNamespace('Wigwam.UI.Web.FrontEnd.Services');
Wigwam.UI.Web.FrontEnd.Services.SockFinder=function() {
Wigwam.UI.Web.FrontEnd.Services.SockFinder.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Wigwam.UI.Web.FrontEnd.Services.SockFinder.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Wigwam.UI.Web.FrontEnd.Services.SockFinder._staticInstance.get_path();},
GetSockFinderFilters:function(finderFilters,succeededCallback, failedCallback, userContext) {
/// <param name="finderFilters" type="Array">System.Collections.Generic.List`1[[Wigwam.Domain.SockFinder.FilterObject, Wigwam.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetSockFinderFilters',false,{finderFilters:finderFilters},succeededCallback,failedCallback,userContext); }}
Wigwam.UI.Web.FrontEnd.Services.SockFinder.registerClass('Wigwam.UI.Web.FrontEnd.Services.SockFinder',Sys.Net.WebServiceProxy);
Wigwam.UI.Web.FrontEnd.Services.SockFinder._staticInstance = new Wigwam.UI.Web.FrontEnd.Services.SockFinder();
Wigwam.UI.Web.FrontEnd.Services.SockFinder.set_path = function(value) {
Wigwam.UI.Web.FrontEnd.Services.SockFinder._staticInstance.set_path(value); }
Wigwam.UI.Web.FrontEnd.Services.SockFinder.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Wigwam.UI.Web.FrontEnd.Services.SockFinder._staticInstance.get_path();}
Wigwam.UI.Web.FrontEnd.Services.SockFinder.set_timeout = function(value) {
Wigwam.UI.Web.FrontEnd.Services.SockFinder._staticInstance.set_timeout(value); }
Wigwam.UI.Web.FrontEnd.Services.SockFinder.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Wigwam.UI.Web.FrontEnd.Services.SockFinder._staticInstance.get_timeout(); }
Wigwam.UI.Web.FrontEnd.Services.SockFinder.set_defaultUserContext = function(value) { 
Wigwam.UI.Web.FrontEnd.Services.SockFinder._staticInstance.set_defaultUserContext(value); }
Wigwam.UI.Web.FrontEnd.Services.SockFinder.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Wigwam.UI.Web.FrontEnd.Services.SockFinder._staticInstance.get_defaultUserContext(); }
Wigwam.UI.Web.FrontEnd.Services.SockFinder.set_defaultSucceededCallback = function(value) { 
 Wigwam.UI.Web.FrontEnd.Services.SockFinder._staticInstance.set_defaultSucceededCallback(value); }
Wigwam.UI.Web.FrontEnd.Services.SockFinder.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Wigwam.UI.Web.FrontEnd.Services.SockFinder._staticInstance.get_defaultSucceededCallback(); }
Wigwam.UI.Web.FrontEnd.Services.SockFinder.set_defaultFailedCallback = function(value) { 
Wigwam.UI.Web.FrontEnd.Services.SockFinder._staticInstance.set_defaultFailedCallback(value); }
Wigwam.UI.Web.FrontEnd.Services.SockFinder.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Wigwam.UI.Web.FrontEnd.Services.SockFinder._staticInstance.get_defaultFailedCallback(); }
Wigwam.UI.Web.FrontEnd.Services.SockFinder.set_path("/Services/SockFinder.asmx");
Wigwam.UI.Web.FrontEnd.Services.SockFinder.GetSockFinderFilters= function(finderFilters,onSuccess,onFailed,userContext) {
/// <param name="finderFilters" type="Array">System.Collections.Generic.List`1[[Wigwam.Domain.SockFinder.FilterObject, Wigwam.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Wigwam.UI.Web.FrontEnd.Services.SockFinder._staticInstance.GetSockFinderFilters(finderFilters,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Wigwam.Domain.SockFinder');
if (typeof(Wigwam.Domain.SockFinder.FilterObject) === 'undefined') {
Wigwam.Domain.SockFinder.FilterObject=gtc("Wigwam.Domain.SockFinder.FilterObject");
Wigwam.Domain.SockFinder.FilterObject.registerClass('Wigwam.Domain.SockFinder.FilterObject');
}

