Type.registerNamespace('Boligsiden.Portal.Web.Boligsiden');
Boligsiden.Portal.Web.Boligsiden.Services=function() {
Boligsiden.Portal.Web.Boligsiden.Services.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Boligsiden.Portal.Web.Boligsiden.Services.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.get_path();},
GetQuickSearchFirstItem:function(prefix,contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetQuickSearchFirstItem',false,{prefix:prefix,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetQuickSearchCompletionList:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetQuickSearchCompletionList',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetQuickSearchSeoCompletionList:function(prefixText,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetQuickSearchSeoCompletionList',false,{prefixText:prefixText},succeededCallback,failedCallback,userContext); },
GetStreetCompletionList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetStreetCompletionList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetPostalIdCompletionList:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPostalIdCompletionList',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetMunicipalities:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetMunicipalities',false,{},succeededCallback,failedCallback,userContext); },
GetPostalAreas:function(municipality,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPostalAreas',false,{municipality:municipality},succeededCallback,failedCallback,userContext); },
GetChartDemandData:function(geo,propertyType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetChartDemandData',false,{geo:geo,propertyType:propertyType},succeededCallback,failedCallback,userContext); },
GetPropertyPoints:function(minLng,minLat,maxLng,maxLat,resultId,displayState,municipalityNumber,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyPoints',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,resultId:resultId,displayState:displayState,municipalityNumber:municipalityNumber},succeededCallback,failedCallback,userContext); },
GetPropertyPointsNoSave:function(minLng,minLat,maxLng,maxLat,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyPointsNoSave',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat},succeededCallback,failedCallback,userContext); },
GetRentalPoints:function(minLng,minLat,maxLng,maxLat,resultId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRentalPoints',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,resultId:resultId},succeededCallback,failedCallback,userContext); },
GetFavoritePoints:function(minLng,minLat,maxLng,maxLat,id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFavoritePoints',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,id:id},succeededCallback,failedCallback,userContext); },
GetAgentMapSearchResult:function(resultId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAgentMapSearchResult',false,{resultId:resultId},succeededCallback,failedCallback,userContext); },
GetAgentPoints:function(minLng,minLat,maxLng,maxLat,resultId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAgentPoints',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,resultId:resultId},succeededCallback,failedCallback,userContext); },
GetPropertyPointInfo:function(minLng,minLat,maxLng,maxLat,x,y,number,resultId,displayState,municipalityNumber,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyPointInfo',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,x:x,y:y,number:number,resultId:resultId,displayState:displayState,municipalityNumber:municipalityNumber},succeededCallback,failedCallback,userContext); },
GetRentalPointInfo:function(minLng,minLat,maxLng,maxLat,x,y,number,resultId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRentalPointInfo',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,x:x,y:y,number:number,resultId:resultId},succeededCallback,failedCallback,userContext); },
GetFavoritePointInfo:function(minLng,minLat,maxLng,maxLat,x,y,number,id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetFavoritePointInfo',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,x:x,y:y,number:number,id:id},succeededCallback,failedCallback,userContext); },
GetAgentPointInfo:function(minLng,minLat,maxLng,maxLat,x,y,number,resultId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAgentPointInfo',false,{minLng:minLng,minLat:minLat,maxLng:maxLng,maxLat:maxLat,x:x,y:y,number:number,resultId:resultId},succeededCallback,failedCallback,userContext); },
SendPropertyToPhone:function(propertyId,phoneNumber,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendPropertyToPhone',false,{propertyId:propertyId,phoneNumber:phoneNumber},succeededCallback,failedCallback,userContext); },
RememberProperty:function(propertyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RememberProperty',false,{propertyId:propertyId},succeededCallback,failedCallback,userContext); },
RemoveProperty:function(propertyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RemoveProperty',false,{propertyId:propertyId},succeededCallback,failedCallback,userContext); },
GetRentalPreview:function(rentalId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRentalPreview',false,{rentalId:rentalId},succeededCallback,failedCallback,userContext); },
GetPropertyPreview:function(propertyId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyPreview',false,{propertyId:propertyId},succeededCallback,failedCallback,userContext); },
GetPropertyCompareTeaserData:function(propertiesToCompare,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyCompareTeaserData',false,{propertiesToCompare:propertiesToCompare},succeededCallback,failedCallback,userContext); },
GetPropertyFavoriteTeaserData:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyFavoriteTeaserData',false,{},succeededCallback,failedCallback,userContext); },
GetPropertyFavoriteTeaserDataC200:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyFavoriteTeaserDataC200',false,{},succeededCallback,failedCallback,userContext); },
GetPropertySearchResultDataWithoutSave:function(filterId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,municipalityName,municipalityNumber,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertySearchResultDataWithoutSave',false,{filterId:filterId,propertiesPerPage:propertiesPerPage,sortKey:sortKey,sortDescending:sortDescending,pageNumber:pageNumber,displayType:displayType,municipalityName:municipalityName,municipalityNumber:municipalityNumber},succeededCallback,failedCallback,userContext); },
SaveUserDataToSettings:function(displayType,sortKey,sortDescending,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveUserDataToSettings',false,{displayType:displayType,sortKey:sortKey,sortDescending:sortDescending},succeededCallback,failedCallback,userContext); },
GetRentalSearchResultData:function(resultId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,commandName,commandArguments,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRentalSearchResultData',false,{resultId:resultId,propertiesPerPage:propertiesPerPage,sortKey:sortKey,sortDescending:sortDescending,pageNumber:pageNumber,displayType:displayType,commandName:commandName,commandArguments:commandArguments},succeededCallback,failedCallback,userContext); },
GetPropertyFavoriteResultData:function(propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyFavoriteResultData',false,{propertiesPerPage:propertiesPerPage,sortKey:sortKey,sortDescending:sortDescending,pageNumber:pageNumber,displayType:displayType},succeededCallback,failedCallback,userContext); },
GetPropertySearchTeaserData:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertySearchTeaserData',false,{},succeededCallback,failedCallback,userContext); },
PinSearch:function(searchId,sortOrder,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PinSearch',false,{searchId:searchId,sortOrder:sortOrder},succeededCallback,failedCallback,userContext); },
GetPropertySearchTeaserExtendedData:function(showMax,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertySearchTeaserExtendedData',false,{showMax:showMax},succeededCallback,failedCallback,userContext); },
GetRentalSearchTeaserData:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRentalSearchTeaserData',false,{},succeededCallback,failedCallback,userContext); },
GetPropertyResultTeaserData:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertyResultTeaserData',false,{},succeededCallback,failedCallback,userContext); },
SetNewSearch:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetNewSearch',false,{},succeededCallback,failedCallback,userContext); },
SetAlterSearch:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetAlterSearch',false,{id:id},succeededCallback,failedCallback,userContext); },
SetAlterSearchAdvanced:function(id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetAlterSearchAdvanced',false,{id:id},succeededCallback,failedCallback,userContext); },
WriteEventLog:function(message,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WriteEventLog',false,{message:message},succeededCallback,failedCallback,userContext); },
GetPropertySearchResultData:function(resultId,filterId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,commandName,commandArguments,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPropertySearchResultData',false,{resultId:resultId,filterId:filterId,propertiesPerPage:propertiesPerPage,sortKey:sortKey,sortDescending:sortDescending,pageNumber:pageNumber,displayType:displayType,commandName:commandName,commandArguments:commandArguments},succeededCallback,failedCallback,userContext); }}
Boligsiden.Portal.Web.Boligsiden.Services.registerClass('Boligsiden.Portal.Web.Boligsiden.Services',Sys.Net.WebServiceProxy);
Boligsiden.Portal.Web.Boligsiden.Services._staticInstance = new Boligsiden.Portal.Web.Boligsiden.Services();
Boligsiden.Portal.Web.Boligsiden.Services.set_path = function(value) { Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.set_path(value); }
Boligsiden.Portal.Web.Boligsiden.Services.get_path = function() { return Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.get_path(); }
Boligsiden.Portal.Web.Boligsiden.Services.set_timeout = function(value) { Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.set_timeout(value); }
Boligsiden.Portal.Web.Boligsiden.Services.get_timeout = function() { return Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.get_timeout(); }
Boligsiden.Portal.Web.Boligsiden.Services.set_defaultUserContext = function(value) { Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.set_defaultUserContext(value); }
Boligsiden.Portal.Web.Boligsiden.Services.get_defaultUserContext = function() { return Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.get_defaultUserContext(); }
Boligsiden.Portal.Web.Boligsiden.Services.set_defaultSucceededCallback = function(value) { Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.set_defaultSucceededCallback(value); }
Boligsiden.Portal.Web.Boligsiden.Services.get_defaultSucceededCallback = function() { return Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.get_defaultSucceededCallback(); }
Boligsiden.Portal.Web.Boligsiden.Services.set_defaultFailedCallback = function(value) { Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.set_defaultFailedCallback(value); }
Boligsiden.Portal.Web.Boligsiden.Services.get_defaultFailedCallback = function() { return Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.get_defaultFailedCallback(); }
Boligsiden.Portal.Web.Boligsiden.Services.set_path("/Services.asmx");
Boligsiden.Portal.Web.Boligsiden.Services.GetQuickSearchFirstItem= function(prefix,contextKey,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetQuickSearchFirstItem(prefix,contextKey,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetQuickSearchCompletionList= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetQuickSearchCompletionList(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetQuickSearchSeoCompletionList= function(prefixText,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetQuickSearchSeoCompletionList(prefixText,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetStreetCompletionList= function(prefixText,count,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetStreetCompletionList(prefixText,count,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPostalIdCompletionList= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPostalIdCompletionList(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetMunicipalities= function(onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetMunicipalities(onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPostalAreas= function(municipality,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPostalAreas(municipality,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetChartDemandData= function(geo,propertyType,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetChartDemandData(geo,propertyType,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyPoints= function(minLng,minLat,maxLng,maxLat,resultId,displayState,municipalityNumber,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyPoints(minLng,minLat,maxLng,maxLat,resultId,displayState,municipalityNumber,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyPointsNoSave= function(minLng,minLat,maxLng,maxLat,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyPointsNoSave(minLng,minLat,maxLng,maxLat,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetRentalPoints= function(minLng,minLat,maxLng,maxLat,resultId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetRentalPoints(minLng,minLat,maxLng,maxLat,resultId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetFavoritePoints= function(minLng,minLat,maxLng,maxLat,id,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetFavoritePoints(minLng,minLat,maxLng,maxLat,id,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetAgentMapSearchResult= function(resultId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetAgentMapSearchResult(resultId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetAgentPoints= function(minLng,minLat,maxLng,maxLat,resultId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetAgentPoints(minLng,minLat,maxLng,maxLat,resultId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyPointInfo= function(minLng,minLat,maxLng,maxLat,x,y,number,resultId,displayState,municipalityNumber,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyPointInfo(minLng,minLat,maxLng,maxLat,x,y,number,resultId,displayState,municipalityNumber,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetRentalPointInfo= function(minLng,minLat,maxLng,maxLat,x,y,number,resultId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetRentalPointInfo(minLng,minLat,maxLng,maxLat,x,y,number,resultId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetFavoritePointInfo= function(minLng,minLat,maxLng,maxLat,x,y,number,id,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetFavoritePointInfo(minLng,minLat,maxLng,maxLat,x,y,number,id,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetAgentPointInfo= function(minLng,minLat,maxLng,maxLat,x,y,number,resultId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetAgentPointInfo(minLng,minLat,maxLng,maxLat,x,y,number,resultId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.SendPropertyToPhone= function(propertyId,phoneNumber,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.SendPropertyToPhone(propertyId,phoneNumber,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.RememberProperty= function(propertyId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.RememberProperty(propertyId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.RemoveProperty= function(propertyId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.RemoveProperty(propertyId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetRentalPreview= function(rentalId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetRentalPreview(rentalId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyPreview= function(propertyId,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyPreview(propertyId,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyCompareTeaserData= function(propertiesToCompare,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyCompareTeaserData(propertiesToCompare,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyFavoriteTeaserData= function(onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyFavoriteTeaserData(onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyFavoriteTeaserDataC200= function(onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyFavoriteTeaserDataC200(onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertySearchResultDataWithoutSave= function(filterId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,municipalityName,municipalityNumber,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertySearchResultDataWithoutSave(filterId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,municipalityName,municipalityNumber,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.SaveUserDataToSettings= function(displayType,sortKey,sortDescending,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.SaveUserDataToSettings(displayType,sortKey,sortDescending,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetRentalSearchResultData= function(resultId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,commandName,commandArguments,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetRentalSearchResultData(resultId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,commandName,commandArguments,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyFavoriteResultData= function(propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyFavoriteResultData(propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertySearchTeaserData= function(onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertySearchTeaserData(onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.PinSearch= function(searchId,sortOrder,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.PinSearch(searchId,sortOrder,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertySearchTeaserExtendedData= function(showMax,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertySearchTeaserExtendedData(showMax,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetRentalSearchTeaserData= function(onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetRentalSearchTeaserData(onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertyResultTeaserData= function(onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertyResultTeaserData(onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.SetNewSearch= function(onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.SetNewSearch(onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.SetAlterSearch= function(id,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.SetAlterSearch(id,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.SetAlterSearchAdvanced= function(id,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.SetAlterSearchAdvanced(id,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.WriteEventLog= function(message,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.WriteEventLog(message,onSuccess,onFailed,userContext); }
Boligsiden.Portal.Web.Boligsiden.Services.GetPropertySearchResultData= function(resultId,filterId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,commandName,commandArguments,onSuccess,onFailed,userContext) {Boligsiden.Portal.Web.Boligsiden.Services._staticInstance.GetPropertySearchResultData(resultId,filterId,propertiesPerPage,sortKey,sortDescending,pageNumber,displayType,commandName,commandArguments,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Boligsiden.Portal.Service.Core.AgentV1.Dto');
if (typeof(Boligsiden.Portal.Service.Core.AgentV1.Dto.AgentSearchResultDto) === 'undefined') {
Boligsiden.Portal.Service.Core.AgentV1.Dto.AgentSearchResultDto=gtc("Boligsiden.Portal.Service.Core.AgentV1.Dto.AgentSearchResultDto");
Boligsiden.Portal.Service.Core.AgentV1.Dto.AgentSearchResultDto.registerClass('Boligsiden.Portal.Service.Core.AgentV1.Dto.AgentSearchResultDto');
}
Type.registerNamespace('Boligsiden.Portal.Web.Boligsiden.Source');
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.PropertyCompareTeaserData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.PropertyCompareTeaserData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.PropertyCompareTeaserData");
Boligsiden.Portal.Web.Boligsiden.Source.PropertyCompareTeaserData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.PropertyCompareTeaserData');
}
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.PropertyFavoriteTeaserData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.PropertyFavoriteTeaserData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.PropertyFavoriteTeaserData");
Boligsiden.Portal.Web.Boligsiden.Source.PropertyFavoriteTeaserData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.PropertyFavoriteTeaserData');
}
Type.registerNamespace('Boligsiden.Portal.Web.Boligsiden.Source.Data');
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyFavoriteTeaserDataC200) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyFavoriteTeaserDataC200=gtc("Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyFavoriteTeaserDataC200");
Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyFavoriteTeaserDataC200.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyFavoriteTeaserDataC200');
}
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertySearchResultData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertySearchResultData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertySearchResultData");
Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertySearchResultData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertySearchResultData');
}
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.Data.RentalSearchResultData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.Data.RentalSearchResultData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.Data.RentalSearchResultData");
Boligsiden.Portal.Web.Boligsiden.Source.Data.RentalSearchResultData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.Data.RentalSearchResultData');
}
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyFavoriteResultData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyFavoriteResultData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyFavoriteResultData");
Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyFavoriteResultData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyFavoriteResultData');
}
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.PropertySearchTeaserData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.PropertySearchTeaserData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.PropertySearchTeaserData");
Boligsiden.Portal.Web.Boligsiden.Source.PropertySearchTeaserData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.PropertySearchTeaserData');
}
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.RentalSearchTeaserData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.RentalSearchTeaserData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.RentalSearchTeaserData");
Boligsiden.Portal.Web.Boligsiden.Source.RentalSearchTeaserData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.RentalSearchTeaserData');
}
if (typeof(Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyResultTeaserData) === 'undefined') {
Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyResultTeaserData=gtc("Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyResultTeaserData");
Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyResultTeaserData.registerClass('Boligsiden.Portal.Web.Boligsiden.Source.Data.PropertyResultTeaserData');
}

