var DropDowns=function() {
DropDowns.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
DropDowns.prototype={
CheckFixtures:function(action,value,succeededCallback, failedCallback, userContext) {
return this._invoke(DropDowns.get_path(), 'CheckFixtures',false,{action:action,value:value},succeededCallback,failedCallback,userContext); },
CheckUsername:function(value,succeededCallback, failedCallback, userContext) {
return this._invoke(DropDowns.get_path(), 'CheckUsername',false,{value:value},succeededCallback,failedCallback,userContext); },
GetLengths:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(DropDowns.get_path(), 'GetLengths',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetProdNameBySku:function(sku,succeededCallback, failedCallback, userContext) {
return this._invoke(DropDowns.get_path(), 'GetProdNameBySku',false,{sku:sku},succeededCallback,failedCallback,userContext); },
GetShapeLengths:function(systemID,shapeID,succeededCallback, failedCallback, userContext) {
return this._invoke(DropDowns.get_path(), 'GetShapeLengths',false,{systemID:systemID,shapeID:shapeID},succeededCallback,failedCallback,userContext); },
GetSKUs:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(DropDowns.get_path(), 'GetSKUs',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetProperLamps:function(curLenVal,curCableSepVal,curColorVal,curFinishVal,curShapeVal,curLampVal,fixtureID,curGenColorVal,succeededCallback, failedCallback, userContext) {
return this._invoke(DropDowns.get_path(), 'GetProperLamps',false,{curLenVal:curLenVal,curCableSepVal:curCableSepVal,curColorVal:curColorVal,curFinishVal:curFinishVal,curShapeVal:curShapeVal,curLampVal:curLampVal,fixtureID:fixtureID,curGenColorVal:curGenColorVal},succeededCallback,failedCallback,userContext); },
GetProperShapes:function(curLenVal,curCableSepVal,curColorVal,curFinishVal,curShapeVal,curLampVal,fixtureID,curGenColorVal,succeededCallback, failedCallback, userContext) {
return this._invoke(DropDowns.get_path(), 'GetProperShapes',false,{curLenVal:curLenVal,curCableSepVal:curCableSepVal,curColorVal:curColorVal,curFinishVal:curFinishVal,curShapeVal:curShapeVal,curLampVal:curLampVal,fixtureID:fixtureID,curGenColorVal:curGenColorVal},succeededCallback,failedCallback,userContext); },
GetXfmrTypes:function(xfmrMntID,succeededCallback, failedCallback, userContext) {
return this._invoke(DropDowns.get_path(), 'GetXfmrTypes',false,{xfmrMntID:xfmrMntID},succeededCallback,failedCallback,userContext); }}
DropDowns.registerClass('DropDowns',Sys.Net.WebServiceProxy);
DropDowns._staticInstance = new DropDowns();
DropDowns.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; DropDowns._staticInstance._path = value; }
DropDowns.get_path = function() { return DropDowns._staticInstance._path; }
DropDowns.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
DropDowns._staticInstance._timeout = value; }
DropDowns.get_timeout = function() { 
return DropDowns._staticInstance._timeout; }
DropDowns.set_defaultUserContext = function(value) { 
DropDowns._staticInstance._userContext = value; }
DropDowns.get_defaultUserContext = function() { 
return DropDowns._staticInstance._userContext; }
DropDowns.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; DropDowns._staticInstance._succeeded = value; }
DropDowns.get_defaultSucceededCallback = function() { 
return DropDowns._staticInstance._succeeded; }
DropDowns.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; DropDowns._staticInstance._failed = value; }
DropDowns.get_defaultFailedCallback = function() { 
return DropDowns._staticInstance._failed; }
DropDowns.set_path("/DropDowns.asmx");
DropDowns.CheckFixtures= function(action,value,onSuccess,onFailed,userContext) {DropDowns._staticInstance.CheckFixtures(action,value,onSuccess,onFailed,userContext); }
DropDowns.CheckUsername= function(value,onSuccess,onFailed,userContext) {DropDowns._staticInstance.CheckUsername(value,onSuccess,onFailed,userContext); }
DropDowns.GetLengths= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {DropDowns._staticInstance.GetLengths(knownCategoryValues,category,onSuccess,onFailed,userContext); }
DropDowns.GetProdNameBySku= function(sku,onSuccess,onFailed,userContext) {DropDowns._staticInstance.GetProdNameBySku(sku,onSuccess,onFailed,userContext); }
DropDowns.GetShapeLengths= function(systemID,shapeID,onSuccess,onFailed,userContext) {DropDowns._staticInstance.GetShapeLengths(systemID,shapeID,onSuccess,onFailed,userContext); }
DropDowns.GetSKUs= function(prefixText,count,onSuccess,onFailed,userContext) {DropDowns._staticInstance.GetSKUs(prefixText,count,onSuccess,onFailed,userContext); }
DropDowns.GetProperLamps= function(curLenVal,curCableSepVal,curColorVal,curFinishVal,curShapeVal,curLampVal,fixtureID,curGenColorVal,onSuccess,onFailed,userContext) {DropDowns._staticInstance.GetProperLamps(curLenVal,curCableSepVal,curColorVal,curFinishVal,curShapeVal,curLampVal,fixtureID,curGenColorVal,onSuccess,onFailed,userContext); }
DropDowns.GetProperShapes= function(curLenVal,curCableSepVal,curColorVal,curFinishVal,curShapeVal,curLampVal,fixtureID,curGenColorVal,onSuccess,onFailed,userContext) {DropDowns._staticInstance.GetProperShapes(curLenVal,curCableSepVal,curColorVal,curFinishVal,curShapeVal,curLampVal,fixtureID,curGenColorVal,onSuccess,onFailed,userContext); }
DropDowns.GetXfmrTypes= function(xfmrMntID,onSuccess,onFailed,userContext) {DropDowns._staticInstance.GetXfmrTypes(xfmrMntID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.CascadingDropDownNameValue) === 'undefined') {
AjaxControlToolkit.CascadingDropDownNameValue=gtc("AjaxControlToolkit.CascadingDropDownNameValue");
AjaxControlToolkit.CascadingDropDownNameValue.registerClass('AjaxControlToolkit.CascadingDropDownNameValue');
}
