Type.registerNamespace('Newshore.Modules.Abonos');
Newshore.Modules.Abonos.Abonos=function() {
Newshore.Modules.Abonos.Abonos.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Newshore.Modules.Abonos.Abonos.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Newshore.Modules.Abonos.Abonos._staticInstance.get_path();},
getDataUser:function(nif,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getDataUser',false,{nif:nif},succeededCallback,failedCallback,userContext); },
getDataUserEmail:function(email,pass,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getDataUserEmail',false,{email:email,pass:pass},succeededCallback,failedCallback,userContext); },
LoadUbicacionPostal:function(codPostal,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoadUbicacionPostal',false,{codPostal:codPostal},succeededCallback,failedCallback,userContext); },
load_poblacionAj:function(prov,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'load_poblacionAj',false,{prov:prov},succeededCallback,failedCallback,userContext); }}
Newshore.Modules.Abonos.Abonos.registerClass('Newshore.Modules.Abonos.Abonos',Sys.Net.WebServiceProxy);
Newshore.Modules.Abonos.Abonos._staticInstance = new Newshore.Modules.Abonos.Abonos();
Newshore.Modules.Abonos.Abonos.set_path = function(value) { Newshore.Modules.Abonos.Abonos._staticInstance.set_path(value); }
Newshore.Modules.Abonos.Abonos.get_path = function() { return Newshore.Modules.Abonos.Abonos._staticInstance.get_path(); }
Newshore.Modules.Abonos.Abonos.set_timeout = function(value) { Newshore.Modules.Abonos.Abonos._staticInstance.set_timeout(value); }
Newshore.Modules.Abonos.Abonos.get_timeout = function() { return Newshore.Modules.Abonos.Abonos._staticInstance.get_timeout(); }
Newshore.Modules.Abonos.Abonos.set_defaultUserContext = function(value) { Newshore.Modules.Abonos.Abonos._staticInstance.set_defaultUserContext(value); }
Newshore.Modules.Abonos.Abonos.get_defaultUserContext = function() { return Newshore.Modules.Abonos.Abonos._staticInstance.get_defaultUserContext(); }
Newshore.Modules.Abonos.Abonos.set_defaultSucceededCallback = function(value) { Newshore.Modules.Abonos.Abonos._staticInstance.set_defaultSucceededCallback(value); }
Newshore.Modules.Abonos.Abonos.get_defaultSucceededCallback = function() { return Newshore.Modules.Abonos.Abonos._staticInstance.get_defaultSucceededCallback(); }
Newshore.Modules.Abonos.Abonos.set_defaultFailedCallback = function(value) { Newshore.Modules.Abonos.Abonos._staticInstance.set_defaultFailedCallback(value); }
Newshore.Modules.Abonos.Abonos.get_defaultFailedCallback = function() { return Newshore.Modules.Abonos.Abonos._staticInstance.get_defaultFailedCallback(); }
Newshore.Modules.Abonos.Abonos.set_path("/DesktopModules/Abonos/Abonos.asmx");
Newshore.Modules.Abonos.Abonos.getDataUser= function(nif,onSuccess,onFailed,userContext) {Newshore.Modules.Abonos.Abonos._staticInstance.getDataUser(nif,onSuccess,onFailed,userContext); }
Newshore.Modules.Abonos.Abonos.getDataUserEmail= function(email,pass,onSuccess,onFailed,userContext) {Newshore.Modules.Abonos.Abonos._staticInstance.getDataUserEmail(email,pass,onSuccess,onFailed,userContext); }
Newshore.Modules.Abonos.Abonos.LoadUbicacionPostal= function(codPostal,onSuccess,onFailed,userContext) {Newshore.Modules.Abonos.Abonos._staticInstance.LoadUbicacionPostal(codPostal,onSuccess,onFailed,userContext); }
Newshore.Modules.Abonos.Abonos.load_poblacionAj= function(prov,onSuccess,onFailed,userContext) {Newshore.Modules.Abonos.Abonos._staticInstance.load_poblacionAj(prov,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Newshore.Modules.Abonos.PerfilInfo) === 'undefined') {
Newshore.Modules.Abonos.PerfilInfo=gtc("Newshore.Modules.Abonos.PerfilInfo");
Newshore.Modules.Abonos.PerfilInfo.registerClass('Newshore.Modules.Abonos.PerfilInfo');
}
