Type.registerNamespace('alpweb.webservices');
alpweb.webservices.DisplayService=function() {
alpweb.webservices.DisplayService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
alpweb.webservices.DisplayService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return alpweb.webservices.DisplayService._staticInstance.get_path();},
GetStartXML: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(), 'GetStartXML',false,{},succeededCallback,failedCallback,userContext); },
GetCatalogXML:function(id,succeededCallback, failedCallback, userContext) {
/// <param name="id" type="String">System.String</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(), 'GetCatalogXML',false,{id:id},succeededCallback,failedCallback,userContext); },
GetFamilyXML:function(id,succeededCallback, failedCallback, userContext) {
/// <param name="id" type="String">System.String</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(), 'GetFamilyXML',false,{id:id},succeededCallback,failedCallback,userContext); },
GetProductXML:function(id,succeededCallback, failedCallback, userContext) {
/// <param name="id" type="String">System.String</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(), 'GetProductXML',false,{id:id},succeededCallback,failedCallback,userContext); },
GetCheckoutXML: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(), 'GetCheckoutXML',false,{},succeededCallback,failedCallback,userContext); },
GetCreditCardXML: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(), 'GetCreditCardXML',false,{},succeededCallback,failedCallback,userContext); },
GetLoginXML:function(target,succeededCallback, failedCallback, userContext) {
/// <param name="target" type="String">System.String</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(), 'GetLoginXML',false,{target:target},succeededCallback,failedCallback,userContext); },
GetRegisterXML: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(), 'GetRegisterXML',false,{},succeededCallback,failedCallback,userContext); },
GetRegisterManyXML:function(reseller,succeededCallback, failedCallback, userContext) {
/// <param name="reseller" type="String">System.String</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(), 'GetRegisterManyXML',false,{reseller:reseller},succeededCallback,failedCallback,userContext); },
GetForgotPasswordXML: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(), 'GetForgotPasswordXML',false,{},succeededCallback,failedCallback,userContext); },
GetConfirmXML:function(guid,succeededCallback, failedCallback, userContext) {
/// <param name="guid" type="String">System.String</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(), 'GetConfirmXML',false,{guid:guid},succeededCallback,failedCallback,userContext); },
GetPageXML:function(id,succeededCallback, failedCallback, userContext) {
/// <param name="id" type="String">System.String</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(), 'GetPageXML',false,{id:id},succeededCallback,failedCallback,userContext); }}
alpweb.webservices.DisplayService.registerClass('alpweb.webservices.DisplayService',Sys.Net.WebServiceProxy);
alpweb.webservices.DisplayService._staticInstance = new alpweb.webservices.DisplayService();
alpweb.webservices.DisplayService.set_path = function(value) {
alpweb.webservices.DisplayService._staticInstance.set_path(value); }
alpweb.webservices.DisplayService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return alpweb.webservices.DisplayService._staticInstance.get_path();}
alpweb.webservices.DisplayService.set_timeout = function(value) {
alpweb.webservices.DisplayService._staticInstance.set_timeout(value); }
alpweb.webservices.DisplayService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return alpweb.webservices.DisplayService._staticInstance.get_timeout(); }
alpweb.webservices.DisplayService.set_defaultUserContext = function(value) { 
alpweb.webservices.DisplayService._staticInstance.set_defaultUserContext(value); }
alpweb.webservices.DisplayService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return alpweb.webservices.DisplayService._staticInstance.get_defaultUserContext(); }
alpweb.webservices.DisplayService.set_defaultSucceededCallback = function(value) { 
 alpweb.webservices.DisplayService._staticInstance.set_defaultSucceededCallback(value); }
alpweb.webservices.DisplayService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return alpweb.webservices.DisplayService._staticInstance.get_defaultSucceededCallback(); }
alpweb.webservices.DisplayService.set_defaultFailedCallback = function(value) { 
alpweb.webservices.DisplayService._staticInstance.set_defaultFailedCallback(value); }
alpweb.webservices.DisplayService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return alpweb.webservices.DisplayService._staticInstance.get_defaultFailedCallback(); }
alpweb.webservices.DisplayService.set_path("/webservices/DisplayService.asmx");
alpweb.webservices.DisplayService.GetStartXML= 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>
alpweb.webservices.DisplayService._staticInstance.GetStartXML(onSuccess,onFailed,userContext); }
alpweb.webservices.DisplayService.GetCatalogXML= function(id,onSuccess,onFailed,userContext) {
/// <param name="id" type="String">System.String</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>
alpweb.webservices.DisplayService._staticInstance.GetCatalogXML(id,onSuccess,onFailed,userContext); }
alpweb.webservices.DisplayService.GetFamilyXML= function(id,onSuccess,onFailed,userContext) {
/// <param name="id" type="String">System.String</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>
alpweb.webservices.DisplayService._staticInstance.GetFamilyXML(id,onSuccess,onFailed,userContext); }
alpweb.webservices.DisplayService.GetProductXML= function(id,onSuccess,onFailed,userContext) {
/// <param name="id" type="String">System.String</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>
alpweb.webservices.DisplayService._staticInstance.GetProductXML(id,onSuccess,onFailed,userContext); }
alpweb.webservices.DisplayService.GetCheckoutXML= 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>
alpweb.webservices.DisplayService._staticInstance.GetCheckoutXML(onSuccess,onFailed,userContext); }
alpweb.webservices.DisplayService.GetCreditCardXML= 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>
alpweb.webservices.DisplayService._staticInstance.GetCreditCardXML(onSuccess,onFailed,userContext); }
alpweb.webservices.DisplayService.GetLoginXML= function(target,onSuccess,onFailed,userContext) {
/// <param name="target" type="String">System.String</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>
alpweb.webservices.DisplayService._staticInstance.GetLoginXML(target,onSuccess,onFailed,userContext); }
alpweb.webservices.DisplayService.GetRegisterXML= 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>
alpweb.webservices.DisplayService._staticInstance.GetRegisterXML(onSuccess,onFailed,userContext); }
alpweb.webservices.DisplayService.GetRegisterManyXML= function(reseller,onSuccess,onFailed,userContext) {
/// <param name="reseller" type="String">System.String</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>
alpweb.webservices.DisplayService._staticInstance.GetRegisterManyXML(reseller,onSuccess,onFailed,userContext); }
alpweb.webservices.DisplayService.GetForgotPasswordXML= 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>
alpweb.webservices.DisplayService._staticInstance.GetForgotPasswordXML(onSuccess,onFailed,userContext); }
alpweb.webservices.DisplayService.GetConfirmXML= function(guid,onSuccess,onFailed,userContext) {
/// <param name="guid" type="String">System.String</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>
alpweb.webservices.DisplayService._staticInstance.GetConfirmXML(guid,onSuccess,onFailed,userContext); }
alpweb.webservices.DisplayService.GetPageXML= function(id,onSuccess,onFailed,userContext) {
/// <param name="id" type="String">System.String</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>
alpweb.webservices.DisplayService._staticInstance.GetPageXML(id,onSuccess,onFailed,userContext); }
