Type.registerNamespace('EZP.Api.Presentation.Web.Ajax');
EZP.Api.Presentation.Web.Ajax.Printstore=function() {
EZP.Api.Presentation.Web.Ajax.Printstore.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
EZP.Api.Presentation.Web.Ajax.Printstore.prototype={
Initialize:function(succeededCallback, failedCallback, userContext) {
return this._invoke(EZP.Api.Presentation.Web.Ajax.Printstore.get_path(), 'Initialize',false,{},succeededCallback,failedCallback,userContext); }}
EZP.Api.Presentation.Web.Ajax.Printstore.registerClass('EZP.Api.Presentation.Web.Ajax.Printstore',Sys.Net.WebServiceProxy);
EZP.Api.Presentation.Web.Ajax.Printstore._staticInstance = new EZP.Api.Presentation.Web.Ajax.Printstore();
EZP.Api.Presentation.Web.Ajax.Printstore.set_path = function(value) { EZP.Api.Presentation.Web.Ajax.Printstore._staticInstance._path = value; }
EZP.Api.Presentation.Web.Ajax.Printstore.get_path = function() { return EZP.Api.Presentation.Web.Ajax.Printstore._staticInstance._path; }
EZP.Api.Presentation.Web.Ajax.Printstore.set_timeout = function(value) { EZP.Api.Presentation.Web.Ajax.Printstore._staticInstance._timeout = value; }
EZP.Api.Presentation.Web.Ajax.Printstore.get_timeout = function() { return EZP.Api.Presentation.Web.Ajax.Printstore._staticInstance._timeout; }
EZP.Api.Presentation.Web.Ajax.Printstore.set_defaultUserContext = function(value) { EZP.Api.Presentation.Web.Ajax.Printstore._staticInstance._userContext = value; }
EZP.Api.Presentation.Web.Ajax.Printstore.get_defaultUserContext = function() { return EZP.Api.Presentation.Web.Ajax.Printstore._staticInstance._userContext; }
EZP.Api.Presentation.Web.Ajax.Printstore.set_defaultSucceededCallback = function(value) { EZP.Api.Presentation.Web.Ajax.Printstore._staticInstance._succeeded = value; }
EZP.Api.Presentation.Web.Ajax.Printstore.get_defaultSucceededCallback = function() { return EZP.Api.Presentation.Web.Ajax.Printstore._staticInstance._succeeded; }
EZP.Api.Presentation.Web.Ajax.Printstore.set_defaultFailedCallback = function(value) { EZP.Api.Presentation.Web.Ajax.Printstore._staticInstance._failed = value; }
EZP.Api.Presentation.Web.Ajax.Printstore.get_defaultFailedCallback = function() { return EZP.Api.Presentation.Web.Ajax.Printstore._staticInstance._failed; }
EZP.Api.Presentation.Web.Ajax.Printstore.set_path("/PrintstoreApi/Ajax/printstore.asmx");
EZP.Api.Presentation.Web.Ajax.Printstore.Initialize= function(onSuccess,onFailed,userContext) {EZP.Api.Presentation.Web.Ajax.Printstore._staticInstance.Initialize(onSuccess,onFailed,userContext); }
