Type.registerNamespace('Grabber.Web');
Grabber.Web.Accordion=function() {
Grabber.Web.Accordion.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Grabber.Web.Accordion.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Grabber.Web.Accordion._staticInstance.get_path();},
General_SelectedIndexChanged:function(selectIndex,succeededCallback, failedCallback, userContext) {
/// <param name="selectIndex" 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(), 'General_SelectedIndexChanged',false,{selectIndex:selectIndex},succeededCallback,failedCallback,userContext); },
Lot_SelectedIndexChanged:function(selectIndex,succeededCallback, failedCallback, userContext) {
/// <param name="selectIndex" 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(), 'Lot_SelectedIndexChanged',false,{selectIndex:selectIndex},succeededCallback,failedCallback,userContext); },
Customer_SelectedIndexChanged:function(selectIndex,succeededCallback, failedCallback, userContext) {
/// <param name="selectIndex" 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(), 'Customer_SelectedIndexChanged',false,{selectIndex:selectIndex},succeededCallback,failedCallback,userContext); },
Properties_SelectedIndexChanged:function(selectIndex,succeededCallback, failedCallback, userContext) {
/// <param name="selectIndex" 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(), 'Properties_SelectedIndexChanged',false,{selectIndex:selectIndex},succeededCallback,failedCallback,userContext); },
Files_SelectedIndexChanged:function(selectIndex,succeededCallback, failedCallback, userContext) {
/// <param name="selectIndex" 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(), 'Files_SelectedIndexChanged',false,{selectIndex:selectIndex},succeededCallback,failedCallback,userContext); },
AdditionalServices_SelectedIndexChanged:function(selectIndex,succeededCallback, failedCallback, userContext) {
/// <param name="selectIndex" 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(), 'AdditionalServices_SelectedIndexChanged',false,{selectIndex:selectIndex},succeededCallback,failedCallback,userContext); },
Ads_SelectedIndexChanged:function(selectIndex,succeededCallback, failedCallback, userContext) {
/// <param name="selectIndex" 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(), 'Ads_SelectedIndexChanged',false,{selectIndex:selectIndex},succeededCallback,failedCallback,userContext); }}
Grabber.Web.Accordion.registerClass('Grabber.Web.Accordion',Sys.Net.WebServiceProxy);
Grabber.Web.Accordion._staticInstance = new Grabber.Web.Accordion();
Grabber.Web.Accordion.set_path = function(value) {
Grabber.Web.Accordion._staticInstance.set_path(value); }
Grabber.Web.Accordion.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Grabber.Web.Accordion._staticInstance.get_path();}
Grabber.Web.Accordion.set_timeout = function(value) {
Grabber.Web.Accordion._staticInstance.set_timeout(value); }
Grabber.Web.Accordion.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Grabber.Web.Accordion._staticInstance.get_timeout(); }
Grabber.Web.Accordion.set_defaultUserContext = function(value) { 
Grabber.Web.Accordion._staticInstance.set_defaultUserContext(value); }
Grabber.Web.Accordion.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Grabber.Web.Accordion._staticInstance.get_defaultUserContext(); }
Grabber.Web.Accordion.set_defaultSucceededCallback = function(value) { 
 Grabber.Web.Accordion._staticInstance.set_defaultSucceededCallback(value); }
Grabber.Web.Accordion.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Grabber.Web.Accordion._staticInstance.get_defaultSucceededCallback(); }
Grabber.Web.Accordion.set_defaultFailedCallback = function(value) { 
Grabber.Web.Accordion._staticInstance.set_defaultFailedCallback(value); }
Grabber.Web.Accordion.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Grabber.Web.Accordion._staticInstance.get_defaultFailedCallback(); }
Grabber.Web.Accordion.set_enableJsonp = function(value) { Grabber.Web.Accordion._staticInstance.set_enableJsonp(value); }
Grabber.Web.Accordion.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return Grabber.Web.Accordion._staticInstance.get_enableJsonp(); }
Grabber.Web.Accordion.set_jsonpCallbackParameter = function(value) { Grabber.Web.Accordion._staticInstance.set_jsonpCallbackParameter(value); }
Grabber.Web.Accordion.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return Grabber.Web.Accordion._staticInstance.get_jsonpCallbackParameter(); }
Grabber.Web.Accordion.set_path("/Accordion.asmx");
Grabber.Web.Accordion.General_SelectedIndexChanged= function(selectIndex,onSuccess,onFailed,userContext) {
/// <param name="selectIndex" 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>
Grabber.Web.Accordion._staticInstance.General_SelectedIndexChanged(selectIndex,onSuccess,onFailed,userContext); }
Grabber.Web.Accordion.Lot_SelectedIndexChanged= function(selectIndex,onSuccess,onFailed,userContext) {
/// <param name="selectIndex" 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>
Grabber.Web.Accordion._staticInstance.Lot_SelectedIndexChanged(selectIndex,onSuccess,onFailed,userContext); }
Grabber.Web.Accordion.Customer_SelectedIndexChanged= function(selectIndex,onSuccess,onFailed,userContext) {
/// <param name="selectIndex" 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>
Grabber.Web.Accordion._staticInstance.Customer_SelectedIndexChanged(selectIndex,onSuccess,onFailed,userContext); }
Grabber.Web.Accordion.Properties_SelectedIndexChanged= function(selectIndex,onSuccess,onFailed,userContext) {
/// <param name="selectIndex" 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>
Grabber.Web.Accordion._staticInstance.Properties_SelectedIndexChanged(selectIndex,onSuccess,onFailed,userContext); }
Grabber.Web.Accordion.Files_SelectedIndexChanged= function(selectIndex,onSuccess,onFailed,userContext) {
/// <param name="selectIndex" 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>
Grabber.Web.Accordion._staticInstance.Files_SelectedIndexChanged(selectIndex,onSuccess,onFailed,userContext); }
Grabber.Web.Accordion.AdditionalServices_SelectedIndexChanged= function(selectIndex,onSuccess,onFailed,userContext) {
/// <param name="selectIndex" 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>
Grabber.Web.Accordion._staticInstance.AdditionalServices_SelectedIndexChanged(selectIndex,onSuccess,onFailed,userContext); }
Grabber.Web.Accordion.Ads_SelectedIndexChanged= function(selectIndex,onSuccess,onFailed,userContext) {
/// <param name="selectIndex" 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>
Grabber.Web.Accordion._staticInstance.Ads_SelectedIndexChanged(selectIndex,onSuccess,onFailed,userContext); }

