Type.registerNamespace('sitioWeb.ws');
sitioWeb.ws.wsEdicion=function() {
sitioWeb.ws.wsEdicion.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
sitioWeb.ws.wsEdicion.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return sitioWeb.ws.wsEdicion._staticInstance.get_path();},
getEdicion:function(idEd,succeededCallback, failedCallback, userContext) {
/// <param name="idEd" type="Number">System.Int32</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(), 'getEdicion',false,{idEd:idEd},succeededCallback,failedCallback,userContext); },
getEdiciones:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'getEdiciones',false,{},succeededCallback,failedCallback,userContext); },
getEdicionesAnteriores:function(indexPagina,datosPorPagina,succeededCallback, failedCallback, userContext) {
/// <param name="indexPagina" type="Number">System.Int32</param>
/// <param name="datosPorPagina" type="Number">System.Int32</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(), 'getEdicionesAnteriores',false,{indexPagina:indexPagina,datosPorPagina:datosPorPagina},succeededCallback,failedCallback,userContext); },
getEdicionActual:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'getEdicionActual',false,{},succeededCallback,failedCallback,userContext); },
getEdicionesDigitales:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'getEdicionesDigitales',false,{},succeededCallback,failedCallback,userContext); },
getEdicionDigitalActual:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'getEdicionDigitalActual',false,{},succeededCallback,failedCallback,userContext); },
getEdicionesDigitalesAnteriores:function(title,indexPagina,datosPorPagina,succeededCallback, failedCallback, userContext) {
/// <param name="title" type="String">System.String</param>
/// <param name="indexPagina" type="Number">System.Int32</param>
/// <param name="datosPorPagina" type="Number">System.Int32</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(), 'getEdicionesDigitalesAnteriores',false,{title:title,indexPagina:indexPagina,datosPorPagina:datosPorPagina},succeededCallback,failedCallback,userContext); }}
sitioWeb.ws.wsEdicion.registerClass('sitioWeb.ws.wsEdicion',Sys.Net.WebServiceProxy);
sitioWeb.ws.wsEdicion._staticInstance = new sitioWeb.ws.wsEdicion();
sitioWeb.ws.wsEdicion.set_path = function(value) {
sitioWeb.ws.wsEdicion._staticInstance.set_path(value); }
sitioWeb.ws.wsEdicion.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return sitioWeb.ws.wsEdicion._staticInstance.get_path();}
sitioWeb.ws.wsEdicion.set_timeout = function(value) {
sitioWeb.ws.wsEdicion._staticInstance.set_timeout(value); }
sitioWeb.ws.wsEdicion.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return sitioWeb.ws.wsEdicion._staticInstance.get_timeout(); }
sitioWeb.ws.wsEdicion.set_defaultUserContext = function(value) { 
sitioWeb.ws.wsEdicion._staticInstance.set_defaultUserContext(value); }
sitioWeb.ws.wsEdicion.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return sitioWeb.ws.wsEdicion._staticInstance.get_defaultUserContext(); }
sitioWeb.ws.wsEdicion.set_defaultSucceededCallback = function(value) { 
 sitioWeb.ws.wsEdicion._staticInstance.set_defaultSucceededCallback(value); }
sitioWeb.ws.wsEdicion.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return sitioWeb.ws.wsEdicion._staticInstance.get_defaultSucceededCallback(); }
sitioWeb.ws.wsEdicion.set_defaultFailedCallback = function(value) { 
sitioWeb.ws.wsEdicion._staticInstance.set_defaultFailedCallback(value); }
sitioWeb.ws.wsEdicion.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return sitioWeb.ws.wsEdicion._staticInstance.get_defaultFailedCallback(); }
sitioWeb.ws.wsEdicion.set_enableJsonp = function(value) { sitioWeb.ws.wsEdicion._staticInstance.set_enableJsonp(value); }
sitioWeb.ws.wsEdicion.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return sitioWeb.ws.wsEdicion._staticInstance.get_enableJsonp(); }
sitioWeb.ws.wsEdicion.set_jsonpCallbackParameter = function(value) { sitioWeb.ws.wsEdicion._staticInstance.set_jsonpCallbackParameter(value); }
sitioWeb.ws.wsEdicion.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return sitioWeb.ws.wsEdicion._staticInstance.get_jsonpCallbackParameter(); }
sitioWeb.ws.wsEdicion.set_path("/ws/wsEdicion.asmx");
sitioWeb.ws.wsEdicion.getEdicion= function(idEd,onSuccess,onFailed,userContext) {
/// <param name="idEd" type="Number">System.Int32</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>
sitioWeb.ws.wsEdicion._staticInstance.getEdicion(idEd,onSuccess,onFailed,userContext); }
sitioWeb.ws.wsEdicion.getEdiciones= function(onSuccess,onFailed,userContext) {
/// <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>
sitioWeb.ws.wsEdicion._staticInstance.getEdiciones(onSuccess,onFailed,userContext); }
sitioWeb.ws.wsEdicion.getEdicionesAnteriores= function(indexPagina,datosPorPagina,onSuccess,onFailed,userContext) {
/// <param name="indexPagina" type="Number">System.Int32</param>
/// <param name="datosPorPagina" type="Number">System.Int32</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>
sitioWeb.ws.wsEdicion._staticInstance.getEdicionesAnteriores(indexPagina,datosPorPagina,onSuccess,onFailed,userContext); }
sitioWeb.ws.wsEdicion.getEdicionActual= function(onSuccess,onFailed,userContext) {
/// <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>
sitioWeb.ws.wsEdicion._staticInstance.getEdicionActual(onSuccess,onFailed,userContext); }
sitioWeb.ws.wsEdicion.getEdicionesDigitales= function(onSuccess,onFailed,userContext) {
/// <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>
sitioWeb.ws.wsEdicion._staticInstance.getEdicionesDigitales(onSuccess,onFailed,userContext); }
sitioWeb.ws.wsEdicion.getEdicionDigitalActual= function(onSuccess,onFailed,userContext) {
/// <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>
sitioWeb.ws.wsEdicion._staticInstance.getEdicionDigitalActual(onSuccess,onFailed,userContext); }
sitioWeb.ws.wsEdicion.getEdicionesDigitalesAnteriores= function(title,indexPagina,datosPorPagina,onSuccess,onFailed,userContext) {
/// <param name="title" type="String">System.String</param>
/// <param name="indexPagina" type="Number">System.Int32</param>
/// <param name="datosPorPagina" type="Number">System.Int32</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>
sitioWeb.ws.wsEdicion._staticInstance.getEdicionesDigitalesAnteriores(title,indexPagina,datosPorPagina,onSuccess,onFailed,userContext); }

