Type.registerNamespace('SnapSystems.SnapBroker.Modulo.BuscaImoveis');
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService=function() {
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.get_path();},
PesquisarImoveis:function(filtroBusca,userId,sortOrder,sortField,tamanho,pagina,codPortal,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PesquisarImoveis',false,{filtroBusca:filtroBusca,userId:userId,sortOrder:sortOrder,sortField:sortField,tamanho:tamanho,pagina:pagina,codPortal:codPortal},succeededCallback,failedCallback,userContext); },
CarregarTiposProduto:function(filtroBusca,codPortal,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CarregarTiposProduto',false,{filtroBusca:filtroBusca,codPortal:codPortal},succeededCallback,failedCallback,userContext); },
CarregarTiposNegocio:function(filtroBusca,codPortal,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CarregarTiposNegocio',false,{filtroBusca:filtroBusca,codPortal:codPortal},succeededCallback,failedCallback,userContext); },
CarregarTiposUso:function(filtroBusca,codPortal,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CarregarTiposUso',false,{filtroBusca:filtroBusca,codPortal:codPortal},succeededCallback,failedCallback,userContext); },
CarregarTiposImovel:function(filtroBusca,codPortal,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CarregarTiposImovel',false,{filtroBusca:filtroBusca,codPortal:codPortal},succeededCallback,failedCallback,userContext); },
CarregarCidadesComImoveis:function(filtroBusca,codPortal,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CarregarCidadesComImoveis',false,{filtroBusca:filtroBusca,codPortal:codPortal},succeededCallback,failedCallback,userContext); },
CarregarZonas:function(filtroBusca,codPortal,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CarregarZonas',false,{filtroBusca:filtroBusca,codPortal:codPortal},succeededCallback,failedCallback,userContext); },
CarregarZonasValor:function(filtroBusca,codPortal,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CarregarZonasValor',false,{filtroBusca:filtroBusca,codPortal:codPortal},succeededCallback,failedCallback,userContext); },
CarregarAmbientes:function(filtroBusca,codPortal,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CarregarAmbientes',false,{filtroBusca:filtroBusca,codPortal:codPortal},succeededCallback,failedCallback,userContext); },
CarregarCaracteristicas:function(filtroBusca,codPortal,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CarregarCaracteristicas',false,{filtroBusca:filtroBusca,codPortal:codPortal},succeededCallback,failedCallback,userContext); },
CarregarFiltroUsuario:function(userId,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CarregarFiltroUsuario',false,{userId:userId},succeededCallback,failedCallback,userContext); }}
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.registerClass('SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService',Sys.Net.WebServiceProxy);
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance = new SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService();
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.set_path = function(value) { SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.set_path(value); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.get_path = function() { return SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.get_path(); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.set_timeout = function(value) { SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.set_timeout(value); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.get_timeout = function() { return SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.get_timeout(); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.set_defaultUserContext = function(value) { SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.set_defaultUserContext(value); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.get_defaultUserContext = function() { return SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.get_defaultUserContext(); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.set_defaultSucceededCallback = function(value) { SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.set_defaultSucceededCallback(value); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.get_defaultSucceededCallback = function() { return SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.get_defaultSucceededCallback(); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.set_defaultFailedCallback = function(value) { SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.set_defaultFailedCallback(value); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.get_defaultFailedCallback = function() { return SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.get_defaultFailedCallback(); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.set_path("/desktopmodules/buscaimoveis/WebService.asmx");
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.PesquisarImoveis= function(filtroBusca,userId,sortOrder,sortField,tamanho,pagina,codPortal,onSuccess,onFailed,userContext) {SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.PesquisarImoveis(filtroBusca,userId,sortOrder,sortField,tamanho,pagina,codPortal,onSuccess,onFailed,userContext); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.CarregarTiposProduto= function(filtroBusca,codPortal,onSuccess,onFailed,userContext) {SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.CarregarTiposProduto(filtroBusca,codPortal,onSuccess,onFailed,userContext); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.CarregarTiposNegocio= function(filtroBusca,codPortal,onSuccess,onFailed,userContext) {SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.CarregarTiposNegocio(filtroBusca,codPortal,onSuccess,onFailed,userContext); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.CarregarTiposUso= function(filtroBusca,codPortal,onSuccess,onFailed,userContext) {SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.CarregarTiposUso(filtroBusca,codPortal,onSuccess,onFailed,userContext); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.CarregarTiposImovel= function(filtroBusca,codPortal,onSuccess,onFailed,userContext) {SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.CarregarTiposImovel(filtroBusca,codPortal,onSuccess,onFailed,userContext); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.CarregarCidadesComImoveis= function(filtroBusca,codPortal,onSuccess,onFailed,userContext) {SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.CarregarCidadesComImoveis(filtroBusca,codPortal,onSuccess,onFailed,userContext); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.CarregarZonas= function(filtroBusca,codPortal,onSuccess,onFailed,userContext) {SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.CarregarZonas(filtroBusca,codPortal,onSuccess,onFailed,userContext); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.CarregarZonasValor= function(filtroBusca,codPortal,onSuccess,onFailed,userContext) {SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.CarregarZonasValor(filtroBusca,codPortal,onSuccess,onFailed,userContext); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.CarregarAmbientes= function(filtroBusca,codPortal,onSuccess,onFailed,userContext) {SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.CarregarAmbientes(filtroBusca,codPortal,onSuccess,onFailed,userContext); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.CarregarCaracteristicas= function(filtroBusca,codPortal,onSuccess,onFailed,userContext) {SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.CarregarCaracteristicas(filtroBusca,codPortal,onSuccess,onFailed,userContext); }
SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService.CarregarFiltroUsuario= function(userId,onSuccess,onFailed,userContext) {SnapSystems.SnapBroker.Modulo.BuscaImoveis.WebService._staticInstance.CarregarFiltroUsuario(userId,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('SnapSystems.SnapBroker.Entidade');
if (typeof(SnapSystems.SnapBroker.Entidade.FiltroBusca) === 'undefined') {
SnapSystems.SnapBroker.Entidade.FiltroBusca=gtc("SnapSystems.SnapBroker.Entidade.FiltroBusca");
SnapSystems.SnapBroker.Entidade.FiltroBusca.registerClass('SnapSystems.SnapBroker.Entidade.FiltroBusca');
}
Type.registerNamespace('Telerik.Web.UI');
if (typeof(Telerik.Web.UI.GridSortOrder) === 'undefined') {
Telerik.Web.UI.GridSortOrder = function() { throw Error.invalidOperation(); }
Telerik.Web.UI.GridSortOrder.prototype = {None: 0,Ascending: 1,Descending: 2}
Telerik.Web.UI.GridSortOrder.registerEnum('Telerik.Web.UI.GridSortOrder', true);
}
