Type.registerNamespace('CentroDigitalNETVB');
CentroDigitalNETVB.CDK=function() {
CentroDigitalNETVB.CDK.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
CentroDigitalNETVB.CDK.prototype={
BuildFind:function(bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'BuildFind',false,{bNkw:bNkw},succeededCallback,failedCallback,userContext); },
BuildForm:function(bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'BuildForm',false,{bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetArts:function(CarId,TreeId,EinspNr,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetArts',false,{CarId:CarId,TreeId:TreeId,EinspNr:EinspNr,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetArtDet:function(CarId,TreeId,ArtId,sti,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetArtDet',false,{CarId:CarId,TreeId:TreeId,ArtId:ArtId,sti:sti,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetArtPrv:function(CarId,TreeId,ArtId,sti,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetArtPrv',false,{CarId:CarId,TreeId:TreeId,ArtId:ArtId,sti:sti,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetArtNxt:function(CarId,TreeId,ArtId,sti,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetArtNxt',false,{CarId:CarId,TreeId:TreeId,ArtId:ArtId,sti:sti,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetArtDetSub:function(CarId,TreeId,ArtId,DetId,sti,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetArtDetSub',false,{CarId:CarId,TreeId:TreeId,ArtId:ArtId,DetId:DetId,sti:sti,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetArtDetNxt:function(CarId,TreeId,ArtId,DetId,sti,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetArtDetNxt',false,{CarId:CarId,TreeId:TreeId,ArtId:ArtId,DetId:DetId,sti:sti,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetArtDetPrv:function(CarId,TreeId,ArtId,DetId,sti,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetArtDetPrv',false,{CarId:CarId,TreeId:TreeId,ArtId:ArtId,DetId:DetId,sti:sti,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetArtDetCars:function(CarId,TreeId,ArtId,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetArtDetCars',false,{CarId:CarId,TreeId:TreeId,ArtId:ArtId,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetArtDetParents:function(CarId,TreeId,ArtId,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetArtDetParents',false,{CarId:CarId,TreeId:TreeId,ArtId:ArtId,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetArtDetPic:function(CarId,TreeId,ArtId,name,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetArtDetPic',false,{CarId:CarId,TreeId:TreeId,ArtId:ArtId,name:name,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetArtsKrit:function(CarId,TreeId,EinspNr,Krits,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetArtsKrit',false,{CarId:CarId,TreeId:TreeId,EinspNr:EinspNr,Krits:Krits,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
FindArts:function(sFind,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'FindArts',false,{sFind:sFind,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
FindArtAlt:function(sFind,lPoint,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'FindArtAlt',false,{sFind:sFind,lPoint:lPoint,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetCars:function(CarId,level,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetCars',false,{CarId:CarId,level:level,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetCarsName:function(CarId,level,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetCarsName',false,{CarId:CarId,level:level,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetCarFind:function(CarId,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetCarFind',false,{CarId:CarId,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
FindCars:function(KBANr,Her,Model,Typ,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'FindCars',false,{KBANr:KBANr,Her:Her,Model:Model,Typ:Typ,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetCarHist:function(userID,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetCarHist',false,{userID:userID},succeededCallback,failedCallback,userContext); },
AddToCarHist:function(userID,carID,description,land,bgnr,isNKW,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'AddToCarHist',false,{userID:userID,carID:carID,description:description,land:land,bgnr:bgnr,isNKW:isNKW},succeededCallback,failedCallback,userContext); },
GetIdFromKtyp:function(ktyp,land,bgnr,isNKW,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetIdFromKtyp',false,{ktyp:ktyp,land:land,bgnr:bgnr,isNKW:isNKW},succeededCallback,failedCallback,userContext); },
AddToCart:function(userID,ArtId,price,BGnr,cnt,land,bNKW,apiData,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'AddToCart',false,{userID:userID,ArtId:ArtId,price:price,BGnr:BGnr,cnt:cnt,land:land,bNKW:bNKW,apiData:apiData},succeededCallback,failedCallback,userContext); },
GetTree:function(CarId,id,level,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetTree',false,{CarId:CarId,id:id,level:level,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetTreeName:function(CarId,id,level,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetTreeName',false,{CarId:CarId,id:id,level:level,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
GetTreeFind:function(CarId,id,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetTreeFind',false,{CarId:CarId,id:id,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
FindTree:function(CarId,sFind,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'FindTree',false,{CarId:CarId,sFind:sFind,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
ProcessLogin:function(succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'ProcessLogin',false,{},succeededCallback,failedCallback,userContext); },
GetErrorForm:function(UserId,artId,CarId,level,land,BGnr,bNkw,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetErrorForm',false,{UserId:UserId,artId:artId,CarId:CarId,level:level,land:land,BGnr:BGnr,bNkw:bNkw},succeededCallback,failedCallback,userContext); },
SendFehlerFax:function(errorStruct,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'SendFehlerFax',false,{errorStruct:errorStruct},succeededCallback,failedCallback,userContext); },
GetOptionsContainer:function(userId,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetOptionsContainer',false,{userId:userId},succeededCallback,failedCallback,userContext); },
GetUserOptionsContainer:function(userId,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetUserOptionsContainer',false,{userId:userId},succeededCallback,failedCallback,userContext); },
GetWorkshopOptionsContainer:function(userId,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetWorkshopOptionsContainer',false,{userId:userId},succeededCallback,failedCallback,userContext); },
GetCartOptionsContainer:function(userId,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetCartOptionsContainer',false,{userId:userId},succeededCallback,failedCallback,userContext); },
SaveBGUserOptions:function(User,orderSysstemData,newPass,useWebshop,webshopUser,webshopPass,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'SaveBGUserOptions',false,{User:User,orderSysstemData:orderSysstemData,newPass:newPass,useWebshop:useWebshop,webshopUser:webshopUser,webshopPass:webshopPass},succeededCallback,failedCallback,userContext); },
SaveUserOptions:function(User,orderSysstemData,newPass,useWebshop,webshopUser,webshopPass,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'SaveUserOptions',false,{User:User,orderSysstemData:orderSysstemData,newPass:newPass,useWebshop:useWebshop,webshopUser:webshopUser,webshopPass:webshopPass},succeededCallback,failedCallback,userContext); },
SaveWorkshopOptions:function(workshop,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'SaveWorkshopOptions',false,{workshop:workshop},succeededCallback,failedCallback,userContext); },
SaveBGOptions:function(bg,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'SaveBGOptions',false,{bg:bg},succeededCallback,failedCallback,userContext); },
SaveCartOptions:function(clearCartAfterLogin,clearCartAfterCategoryChange,printProducerName,extCartUse,extCartUrl,extCartPar1,extCartPar2,extCartPar3,extCartPar4,extCartPar5,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'SaveCartOptions',false,{clearCartAfterLogin:clearCartAfterLogin,clearCartAfterCategoryChange:clearCartAfterCategoryChange,printProducerName:printProducerName,extCartUse:extCartUse,extCartUrl:extCartUrl,extCartPar1:extCartPar1,extCartPar2:extCartPar2,extCartPar3:extCartPar3,extCartPar4:extCartPar4,extCartPar5:extCartPar5},succeededCallback,failedCallback,userContext); },
GetUserData:function(logedInString,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetUserData',false,{logedInString:logedInString},succeededCallback,failedCallback,userContext); },
GetInfoPanel:function(succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetInfoPanel',false,{},succeededCallback,failedCallback,userContext); },
RefreshCookie:function(succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'RefreshCookie',false,{},succeededCallback,failedCallback,userContext); },
CheckCookie:function(succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'CheckCookie',false,{},succeededCallback,failedCallback,userContext); },
GetTitle:function(succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetTitle',false,{},succeededCallback,failedCallback,userContext); },
GetDefaultPass:function(succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetDefaultPass',false,{},succeededCallback,failedCallback,userContext); },
ChangeDefaultUserPass:function(user,oldpass,pass,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'ChangeDefaultUserPass',false,{user:user,oldpass:oldpass,pass:pass},succeededCallback,failedCallback,userContext); },
GetCheck:function(user,pass,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetCheck',false,{user:user,pass:pass},succeededCallback,failedCallback,userContext); },
GetForbiddenCharacters:function(succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetForbiddenCharacters',false,{},succeededCallback,failedCallback,userContext); },
GetUserRedirection:function(succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetUserRedirection',false,{},succeededCallback,failedCallback,userContext); },
GetCDMMContainer:function(userId,type,succeededCallback, failedCallback, userContext) {
return this._invoke(CentroDigitalNETVB.CDK.get_path(), 'GetCDMMContainer',false,{userId:userId,type:type},succeededCallback,failedCallback,userContext); }}
CentroDigitalNETVB.CDK.registerClass('CentroDigitalNETVB.CDK',Sys.Net.WebServiceProxy);
CentroDigitalNETVB.CDK._staticInstance = new CentroDigitalNETVB.CDK();
CentroDigitalNETVB.CDK.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; CentroDigitalNETVB.CDK._staticInstance._path = value; }
CentroDigitalNETVB.CDK.get_path = function() { return CentroDigitalNETVB.CDK._staticInstance._path; }
CentroDigitalNETVB.CDK.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); }
CentroDigitalNETVB.CDK._staticInstance._timeout = value; }
CentroDigitalNETVB.CDK.get_timeout = function() { 
return CentroDigitalNETVB.CDK._staticInstance._timeout; }
CentroDigitalNETVB.CDK.set_defaultUserContext = function(value) { 
CentroDigitalNETVB.CDK._staticInstance._userContext = value; }
CentroDigitalNETVB.CDK.get_defaultUserContext = function() { 
return CentroDigitalNETVB.CDK._staticInstance._userContext; }
CentroDigitalNETVB.CDK.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; CentroDigitalNETVB.CDK._staticInstance._succeeded = value; }
CentroDigitalNETVB.CDK.get_defaultSucceededCallback = function() { 
return CentroDigitalNETVB.CDK._staticInstance._succeeded; }
CentroDigitalNETVB.CDK.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; CentroDigitalNETVB.CDK._staticInstance._failed = value; }
CentroDigitalNETVB.CDK.get_defaultFailedCallback = function() { 
return CentroDigitalNETVB.CDK._staticInstance._failed; }
CentroDigitalNETVB.CDK.set_path("/centro/Services/CDK.asmx");
CentroDigitalNETVB.CDK.BuildFind= function(bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.BuildFind(bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.BuildForm= function(bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.BuildForm(bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetArts= function(CarId,TreeId,EinspNr,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetArts(CarId,TreeId,EinspNr,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetArtDet= function(CarId,TreeId,ArtId,sti,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetArtDet(CarId,TreeId,ArtId,sti,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetArtPrv= function(CarId,TreeId,ArtId,sti,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetArtPrv(CarId,TreeId,ArtId,sti,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetArtNxt= function(CarId,TreeId,ArtId,sti,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetArtNxt(CarId,TreeId,ArtId,sti,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetArtDetSub= function(CarId,TreeId,ArtId,DetId,sti,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetArtDetSub(CarId,TreeId,ArtId,DetId,sti,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetArtDetNxt= function(CarId,TreeId,ArtId,DetId,sti,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetArtDetNxt(CarId,TreeId,ArtId,DetId,sti,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetArtDetPrv= function(CarId,TreeId,ArtId,DetId,sti,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetArtDetPrv(CarId,TreeId,ArtId,DetId,sti,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetArtDetCars= function(CarId,TreeId,ArtId,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetArtDetCars(CarId,TreeId,ArtId,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetArtDetParents= function(CarId,TreeId,ArtId,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetArtDetParents(CarId,TreeId,ArtId,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetArtDetPic= function(CarId,TreeId,ArtId,name,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetArtDetPic(CarId,TreeId,ArtId,name,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetArtsKrit= function(CarId,TreeId,EinspNr,Krits,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetArtsKrit(CarId,TreeId,EinspNr,Krits,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.FindArts= function(sFind,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.FindArts(sFind,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.FindArtAlt= function(sFind,lPoint,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.FindArtAlt(sFind,lPoint,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetCars= function(CarId,level,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetCars(CarId,level,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetCarsName= function(CarId,level,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetCarsName(CarId,level,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetCarFind= function(CarId,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetCarFind(CarId,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.FindCars= function(KBANr,Her,Model,Typ,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.FindCars(KBANr,Her,Model,Typ,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetCarHist= function(userID,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetCarHist(userID,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.AddToCarHist= function(userID,carID,description,land,bgnr,isNKW,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.AddToCarHist(userID,carID,description,land,bgnr,isNKW,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetIdFromKtyp= function(ktyp,land,bgnr,isNKW,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetIdFromKtyp(ktyp,land,bgnr,isNKW,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.AddToCart= function(userID,ArtId,price,BGnr,cnt,land,bNKW,apiData,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.AddToCart(userID,ArtId,price,BGnr,cnt,land,bNKW,apiData,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetTree= function(CarId,id,level,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetTree(CarId,id,level,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetTreeName= function(CarId,id,level,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetTreeName(CarId,id,level,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetTreeFind= function(CarId,id,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetTreeFind(CarId,id,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.FindTree= function(CarId,sFind,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.FindTree(CarId,sFind,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.ProcessLogin= function(onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.ProcessLogin(onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetErrorForm= function(UserId,artId,CarId,level,land,BGnr,bNkw,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetErrorForm(UserId,artId,CarId,level,land,BGnr,bNkw,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.SendFehlerFax= function(errorStruct,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.SendFehlerFax(errorStruct,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetOptionsContainer= function(userId,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetOptionsContainer(userId,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetUserOptionsContainer= function(userId,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetUserOptionsContainer(userId,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetWorkshopOptionsContainer= function(userId,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetWorkshopOptionsContainer(userId,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetCartOptionsContainer= function(userId,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetCartOptionsContainer(userId,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.SaveBGUserOptions= function(User,orderSysstemData,newPass,useWebshop,webshopUser,webshopPass,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.SaveBGUserOptions(User,orderSysstemData,newPass,useWebshop,webshopUser,webshopPass,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.SaveUserOptions= function(User,orderSysstemData,newPass,useWebshop,webshopUser,webshopPass,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.SaveUserOptions(User,orderSysstemData,newPass,useWebshop,webshopUser,webshopPass,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.SaveWorkshopOptions= function(workshop,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.SaveWorkshopOptions(workshop,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.SaveBGOptions= function(bg,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.SaveBGOptions(bg,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.SaveCartOptions= function(clearCartAfterLogin,clearCartAfterCategoryChange,printProducerName,extCartUse,extCartUrl,extCartPar1,extCartPar2,extCartPar3,extCartPar4,extCartPar5,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.SaveCartOptions(clearCartAfterLogin,clearCartAfterCategoryChange,printProducerName,extCartUse,extCartUrl,extCartPar1,extCartPar2,extCartPar3,extCartPar4,extCartPar5,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetUserData= function(logedInString,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetUserData(logedInString,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetInfoPanel= function(onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetInfoPanel(onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.RefreshCookie= function(onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.RefreshCookie(onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.CheckCookie= function(onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.CheckCookie(onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetTitle= function(onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetTitle(onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetDefaultPass= function(onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetDefaultPass(onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.ChangeDefaultUserPass= function(user,oldpass,pass,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.ChangeDefaultUserPass(user,oldpass,pass,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetCheck= function(user,pass,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetCheck(user,pass,onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetForbiddenCharacters= function(onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetForbiddenCharacters(onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetUserRedirection= function(onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetUserRedirection(onSuccess,onFailed,userContext); }
CentroDigitalNETVB.CDK.GetCDMMContainer= function(userId,type,onSuccess,onFailed,userContext) {CentroDigitalNETVB.CDK._staticInstance.GetCDMMContainer(userId,type,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('CentroDigitalNETVB.UserStructs.BG');
if (typeof(CentroDigitalNETVB.UserStructs.BG.BG) === 'undefined') {
CentroDigitalNETVB.UserStructs.BG.BG=gtc("CentroDigitalNETVB.UserStructs.BG.BG");
CentroDigitalNETVB.UserStructs.BG.BG.registerClass('CentroDigitalNETVB.UserStructs.BG.BG');
}
if (typeof(CentroDigitalNETVB.UserStructs.BG.BGUser) === 'undefined') {
CentroDigitalNETVB.UserStructs.BG.BGUser=gtc("CentroDigitalNETVB.UserStructs.BG.BGUser");
CentroDigitalNETVB.UserStructs.BG.BGUser.registerClass('CentroDigitalNETVB.UserStructs.BG.BGUser');
}
Type.registerNamespace('CentroDigitalNETVB.UserStructs.Workshop');
if (typeof(CentroDigitalNETVB.UserStructs.Workshop.Workshop) === 'undefined') {
CentroDigitalNETVB.UserStructs.Workshop.Workshop=gtc("CentroDigitalNETVB.UserStructs.Workshop.Workshop");
CentroDigitalNETVB.UserStructs.Workshop.Workshop.registerClass('CentroDigitalNETVB.UserStructs.Workshop.Workshop');
}
if (typeof(CentroDigitalNETVB.UserStructs.Workshop.WorkshopUser) === 'undefined') {
CentroDigitalNETVB.UserStructs.Workshop.WorkshopUser=gtc("CentroDigitalNETVB.UserStructs.Workshop.WorkshopUser");
CentroDigitalNETVB.UserStructs.Workshop.WorkshopUser.registerClass('CentroDigitalNETVB.UserStructs.Workshop.WorkshopUser');
}
Type.registerNamespace('CentroDigitalNETVB.Interfaces.OrderSystem');
if (typeof(CentroDigitalNETVB.Interfaces.OrderSystem.OrderSystemUserData) === 'undefined') {
CentroDigitalNETVB.Interfaces.OrderSystem.OrderSystemUserData=gtc("CentroDigitalNETVB.Interfaces.OrderSystem.OrderSystemUserData");
CentroDigitalNETVB.Interfaces.OrderSystem.OrderSystemUserData.registerClass('CentroDigitalNETVB.Interfaces.OrderSystem.OrderSystemUserData');
}
Type.registerNamespace('CentroDigitalNETVB.Logic');
if (typeof(CentroDigitalNETVB.Logic.Cars) === 'undefined') {
CentroDigitalNETVB.Logic.Cars=gtc("CentroDigitalNETVB.Logic.Cars");
CentroDigitalNETVB.Logic.Cars.registerClass('CentroDigitalNETVB.Logic.Cars');
}
Type.registerNamespace('CentroDigitalNETVB.Logic.ErrorForm');
if (typeof(CentroDigitalNETVB.Logic.ErrorForm.ErrorStruct) === 'undefined') {
CentroDigitalNETVB.Logic.ErrorForm.ErrorStruct=gtc("CentroDigitalNETVB.Logic.ErrorForm.ErrorStruct");
CentroDigitalNETVB.Logic.ErrorForm.ErrorStruct.registerClass('CentroDigitalNETVB.Logic.ErrorForm.ErrorStruct');
}
if (typeof(CentroDigitalNETVB.Logic.Build) === 'undefined') {
CentroDigitalNETVB.Logic.Build=gtc("CentroDigitalNETVB.Logic.Build");
CentroDigitalNETVB.Logic.Build.registerClass('CentroDigitalNETVB.Logic.Build');
}
if (typeof(CentroDigitalNETVB.Logic.Arts) === 'undefined') {
CentroDigitalNETVB.Logic.Arts=gtc("CentroDigitalNETVB.Logic.Arts");
CentroDigitalNETVB.Logic.Arts.registerClass('CentroDigitalNETVB.Logic.Arts');
}
if (typeof(CentroDigitalNETVB.Logic.ArtDet) === 'undefined') {
CentroDigitalNETVB.Logic.ArtDet=gtc("CentroDigitalNETVB.Logic.ArtDet");
CentroDigitalNETVB.Logic.ArtDet.registerClass('CentroDigitalNETVB.Logic.ArtDet');
}
if (typeof(CentroDigitalNETVB.Logic.ArtDetSub) === 'undefined') {
CentroDigitalNETVB.Logic.ArtDetSub=gtc("CentroDigitalNETVB.Logic.ArtDetSub");
CentroDigitalNETVB.Logic.ArtDetSub.registerClass('CentroDigitalNETVB.Logic.ArtDetSub');
}
Type.registerNamespace('CentroDigitalNETVB.API.Structures');
if (typeof(CentroDigitalNETVB.API.Structures.LogedInStructure) === 'undefined') {
CentroDigitalNETVB.API.Structures.LogedInStructure=gtc("CentroDigitalNETVB.API.Structures.LogedInStructure");
CentroDigitalNETVB.API.Structures.LogedInStructure.registerClass('CentroDigitalNETVB.API.Structures.LogedInStructure');
}
if (typeof(CentroDigitalNETVB.Logic.AddToCart) === 'undefined') {
CentroDigitalNETVB.Logic.AddToCart=gtc("CentroDigitalNETVB.Logic.AddToCart");
CentroDigitalNETVB.Logic.AddToCart.registerClass('CentroDigitalNETVB.Logic.AddToCart');
}
if (typeof(CentroDigitalNETVB.Logic.Tree) === 'undefined') {
CentroDigitalNETVB.Logic.Tree=gtc("CentroDigitalNETVB.Logic.Tree");
CentroDigitalNETVB.Logic.Tree.registerClass('CentroDigitalNETVB.Logic.Tree');
}
Type.registerNamespace('CentroDigitalNETVB.Code.Options');
if (typeof(CentroDigitalNETVB.Code.Options.OptionsContainerStruct) === 'undefined') {
CentroDigitalNETVB.Code.Options.OptionsContainerStruct=gtc("CentroDigitalNETVB.Code.Options.OptionsContainerStruct");
CentroDigitalNETVB.Code.Options.OptionsContainerStruct.registerClass('CentroDigitalNETVB.Code.Options.OptionsContainerStruct');
}
if (typeof(CentroDigitalNETVB.CDK_CheckResponse) === 'undefined') {
CentroDigitalNETVB.CDK_CheckResponse=gtc("CentroDigitalNETVB.CDK+CheckResponse");
CentroDigitalNETVB.CDK_CheckResponse.registerClass('CentroDigitalNETVB.CDK_CheckResponse');
}
if (typeof(CentroDigitalNETVB.CDK_UserRedirection) === 'undefined') {
CentroDigitalNETVB.CDK_UserRedirection=gtc("CentroDigitalNETVB.CDK+UserRedirection");
CentroDigitalNETVB.CDK_UserRedirection.registerClass('CentroDigitalNETVB.CDK_UserRedirection');
}
Type.registerNamespace('CentroDigitalNETVB.Code.CDMM');
if (typeof(CentroDigitalNETVB.Code.CDMM.CDMMContainerStruct) === 'undefined') {
CentroDigitalNETVB.Code.CDMM.CDMMContainerStruct=gtc("CentroDigitalNETVB.Code.CDMM.CDMMContainerStruct");
CentroDigitalNETVB.Code.CDMM.CDMMContainerStruct.registerClass('CentroDigitalNETVB.Code.CDMM.CDMMContainerStruct');
}
Type.registerNamespace('CentroDigitalNETVB.CDMM');
if (typeof(CentroDigitalNETVB.CDMM.CDMMUrlReader_CdmmType) === 'undefined') {
CentroDigitalNETVB.CDMM.CDMMUrlReader_CdmmType = function() { throw Error.invalidOperation(); }
CentroDigitalNETVB.CDMM.CDMMUrlReader_CdmmType.prototype = {UNIKON: 0,WAKON: 1}
CentroDigitalNETVB.CDMM.CDMMUrlReader_CdmmType.registerEnum('CentroDigitalNETVB.CDMM.CDMMUrlReader_CdmmType', true);
}
