Type.registerNamespace('WEBStore');
WEBStore.GlobalScreen=function() {
WEBStore.GlobalScreen.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WEBStore.GlobalScreen.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WEBStore.GlobalScreen._staticInstance.get_path();},
SetScreenResolution:function(screen,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetScreenResolution',false,{screen:screen},succeededCallback,failedCallback,userContext); },
InsertListFav:function(IdVestido,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InsertListFav',false,{IdVestido:IdVestido},succeededCallback,failedCallback,userContext); },
GetUserArrayFave:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUserArrayFave',false,{},succeededCallback,failedCallback,userContext); },
IsLogin:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IsLogin',false,{},succeededCallback,failedCallback,userContext); },
Login:function(Email,Password,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Login',false,{Email:Email,Password:Password},succeededCallback,failedCallback,userContext); },
FavoritosBorrar:function(idVestido,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FavoritosBorrar',false,{idVestido:idVestido},succeededCallback,failedCallback,userContext); },
FavoritosBorrarAll:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FavoritosBorrarAll',false,{},succeededCallback,failedCallback,userContext); },
FavoritosMixAll:function(UserName,Password,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FavoritosMixAll',false,{UserName:UserName,Password:Password},succeededCallback,failedCallback,userContext); },
LoginFavoritos:function(UserName,Password,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LoginFavoritos',false,{UserName:UserName,Password:Password},succeededCallback,failedCallback,userContext); },
Favoritos:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Favoritos',false,{},succeededCallback,failedCallback,userContext); },
FavoritosPdf:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FavoritosPdf',false,{},succeededCallback,failedCallback,userContext); }}
WEBStore.GlobalScreen.registerClass('WEBStore.GlobalScreen',Sys.Net.WebServiceProxy);
WEBStore.GlobalScreen._staticInstance = new WEBStore.GlobalScreen();
WEBStore.GlobalScreen.set_path = function(value) { WEBStore.GlobalScreen._staticInstance.set_path(value); }
WEBStore.GlobalScreen.get_path = function() { return WEBStore.GlobalScreen._staticInstance.get_path(); }
WEBStore.GlobalScreen.set_timeout = function(value) { WEBStore.GlobalScreen._staticInstance.set_timeout(value); }
WEBStore.GlobalScreen.get_timeout = function() { return WEBStore.GlobalScreen._staticInstance.get_timeout(); }
WEBStore.GlobalScreen.set_defaultUserContext = function(value) { WEBStore.GlobalScreen._staticInstance.set_defaultUserContext(value); }
WEBStore.GlobalScreen.get_defaultUserContext = function() { return WEBStore.GlobalScreen._staticInstance.get_defaultUserContext(); }
WEBStore.GlobalScreen.set_defaultSucceededCallback = function(value) { WEBStore.GlobalScreen._staticInstance.set_defaultSucceededCallback(value); }
WEBStore.GlobalScreen.get_defaultSucceededCallback = function() { return WEBStore.GlobalScreen._staticInstance.get_defaultSucceededCallback(); }
WEBStore.GlobalScreen.set_defaultFailedCallback = function(value) { WEBStore.GlobalScreen._staticInstance.set_defaultFailedCallback(value); }
WEBStore.GlobalScreen.get_defaultFailedCallback = function() { return WEBStore.GlobalScreen._staticInstance.get_defaultFailedCallback(); }
WEBStore.GlobalScreen.set_path("/Services/GlobalScreen.asmx");
WEBStore.GlobalScreen.SetScreenResolution= function(screen,onSuccess,onFailed,userContext) {WEBStore.GlobalScreen._staticInstance.SetScreenResolution(screen,onSuccess,onFailed,userContext); }
WEBStore.GlobalScreen.InsertListFav= function(IdVestido,onSuccess,onFailed,userContext) {WEBStore.GlobalScreen._staticInstance.InsertListFav(IdVestido,onSuccess,onFailed,userContext); }
WEBStore.GlobalScreen.GetUserArrayFave= function(onSuccess,onFailed,userContext) {WEBStore.GlobalScreen._staticInstance.GetUserArrayFave(onSuccess,onFailed,userContext); }
WEBStore.GlobalScreen.IsLogin= function(onSuccess,onFailed,userContext) {WEBStore.GlobalScreen._staticInstance.IsLogin(onSuccess,onFailed,userContext); }
WEBStore.GlobalScreen.Login= function(Email,Password,onSuccess,onFailed,userContext) {WEBStore.GlobalScreen._staticInstance.Login(Email,Password,onSuccess,onFailed,userContext); }
WEBStore.GlobalScreen.FavoritosBorrar= function(idVestido,onSuccess,onFailed,userContext) {WEBStore.GlobalScreen._staticInstance.FavoritosBorrar(idVestido,onSuccess,onFailed,userContext); }
WEBStore.GlobalScreen.FavoritosBorrarAll= function(onSuccess,onFailed,userContext) {WEBStore.GlobalScreen._staticInstance.FavoritosBorrarAll(onSuccess,onFailed,userContext); }
WEBStore.GlobalScreen.FavoritosMixAll= function(UserName,Password,onSuccess,onFailed,userContext) {WEBStore.GlobalScreen._staticInstance.FavoritosMixAll(UserName,Password,onSuccess,onFailed,userContext); }
WEBStore.GlobalScreen.LoginFavoritos= function(UserName,Password,onSuccess,onFailed,userContext) {WEBStore.GlobalScreen._staticInstance.LoginFavoritos(UserName,Password,onSuccess,onFailed,userContext); }
WEBStore.GlobalScreen.Favoritos= function(onSuccess,onFailed,userContext) {WEBStore.GlobalScreen._staticInstance.Favoritos(onSuccess,onFailed,userContext); }
WEBStore.GlobalScreen.FavoritosPdf= function(onSuccess,onFailed,userContext) {WEBStore.GlobalScreen._staticInstance.FavoritosPdf(onSuccess,onFailed,userContext); }
