var COSService=function() {
COSService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
COSService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return COSService._staticInstance.get_path();},
CTContDBPruefen:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CTContDBPruefen',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
CTContDBPruefen2:function(pIndex,pSource,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CTContDBPruefen2',false,{pIndex:pIndex,pSource:pSource},succeededCallback,failedCallback,userContext); },
WGContDBPruefen2:function(pIndex,pSource,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGContDBPruefen2',false,{pIndex:pIndex,pSource:pSource},succeededCallback,failedCallback,userContext); },
GetCTDataTablebyIndex:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCTDataTablebyIndex',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
GetCTAnfragenDataTablebyIndex:function(pIndex,pMode,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCTAnfragenDataTablebyIndex',false,{pIndex:pIndex,pMode:pMode},succeededCallback,failedCallback,userContext); },
CreateCTGebuehrenInfo:function(pSprache,pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateCTGebuehrenInfo',false,{pSprache:pSprache,pIndex:pIndex},succeededCallback,failedCallback,userContext); },
CreateCTAnfrageFromFrachpreisJSON:function(pData,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateCTAnfrageFromFrachpreisJSON',false,{pData:pData},succeededCallback,failedCallback,userContext); },
COSAuftragsPositionStornieren:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'COSAuftragsPositionStornieren',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
COSWGAuftragsPositionStornieren:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'COSWGAuftragsPositionStornieren',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
LieferantBenutzerEntSperren:function(pIndex,pTyp,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LieferantBenutzerEntSperren',false,{pIndex:pIndex,pTyp:pTyp},succeededCallback,failedCallback,userContext); },
LieferantBenutzerLoeschen:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LieferantBenutzerLoeschen',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
SendEmail:function(pTo,pBody,pBetreff,pCC,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendEmail',false,{pTo:pTo,pBody:pBody,pBetreff:pBetreff,pCC:pCC},succeededCallback,failedCallback,userContext); },
SendEmailWithAttach:function(pTo,pBody,pBetreff,pCC,pAttachment,pNewname,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SendEmailWithAttach',false,{pTo:pTo,pBody:pBody,pBetreff:pBetreff,pCC:pCC,pAttachment:pAttachment,pNewname:pNewname},succeededCallback,failedCallback,userContext); },
BildSpeichernSQL:function(pTablename,pIndexfeld,pIndexwert,pContenttypefeld,pBildfeld,pBildgroessefeld,pBilddateinamefeld,pIpfeld,pDatumfeld,pTempdateiname,pContenttype,pWidthfeld,pHeightfeld,pCOSIFfield,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'BildSpeichernSQL',false,{pTablename:pTablename,pIndexfeld:pIndexfeld,pIndexwert:pIndexwert,pContenttypefeld:pContenttypefeld,pBildfeld:pBildfeld,pBildgroessefeld:pBildgroessefeld,pBilddateinamefeld:pBilddateinamefeld,pIpfeld:pIpfeld,pDatumfeld:pDatumfeld,pTempdateiname:pTempdateiname,pContenttype:pContenttype,pWidthfeld:pWidthfeld,pHeightfeld:pHeightfeld,pCOSIFfield:pCOSIFfield},succeededCallback,failedCallback,userContext); },
BildLoeschenSQL:function(pTablename,pIndexfeld,pIndexwert,Bildnr,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'BildLoeschenSQL',false,{pTablename:pTablename,pIndexfeld:pIndexfeld,pIndexwert:pIndexwert,Bildnr:Bildnr},succeededCallback,failedCallback,userContext); },
GetWebcastVideoTable:function(pThemeID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetWebcastVideoTable',false,{pThemeID:pThemeID},succeededCallback,failedCallback,userContext); },
GetWebcastVideoData:function(pVideoID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetWebcastVideoData',false,{pVideoID:pVideoID},succeededCallback,failedCallback,userContext); },
GetWebcastVideoDataPrivate:function(pVideoID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetWebcastVideoDataPrivate',false,{pVideoID:pVideoID},succeededCallback,failedCallback,userContext); },
EncryptPrivateVideoID:function(pVideoID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'EncryptPrivateVideoID',false,{pVideoID:pVideoID},succeededCallback,failedCallback,userContext); },
DecryptPrivateVideoID:function(pEncryptText,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DecryptPrivateVideoID',false,{pEncryptText:pEncryptText},succeededCallback,failedCallback,userContext); },
IsWebcastHelpAdmin:function(pThemeID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IsWebcastHelpAdmin',false,{pThemeID:pThemeID},succeededCallback,failedCallback,userContext); },
AddWebcastHelpVideoLog:function(pVideoID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AddWebcastHelpVideoLog',false,{pVideoID:pVideoID},succeededCallback,failedCallback,userContext); },
UrlExists:function(pURL,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'UrlExists',false,{pURL:pURL},succeededCallback,failedCallback,userContext); },
GetHTMLFile:function(pURL,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetHTMLFile',false,{pURL:pURL},succeededCallback,failedCallback,userContext); },
getTerminalNameByIndex:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getTerminalNameByIndex',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
getBahnzugInfoPerId:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getBahnzugInfoPerId',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
getBahnzugStatusPerId:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getBahnzugStatusPerId',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
BahzugFavorite:function(pIndex,pHinzu,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'BahzugFavorite',false,{pIndex:pIndex,pHinzu:pHinzu},succeededCallback,failedCallback,userContext); },
getFahrplanTables:function(pIndex,pRueckfahrt,pKW,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getFahrplanTables',false,{pIndex:pIndex,pRueckfahrt:pRueckfahrt,pKW:pKW},succeededCallback,failedCallback,userContext); },
getBahnzugCTKalkulatorPreis:function(pBZindex,pOperIndex,pVonTerminalCode,pBisterminnalCode,pCTlen,pCTgestellung,pCTbruttoGew,pCTtyp,pWaerung,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getBahnzugCTKalkulatorPreis',false,{pBZindex:pBZindex,pOperIndex:pOperIndex,pVonTerminalCode:pVonTerminalCode,pBisterminnalCode:pBisterminnalCode,pCTlen:pCTlen,pCTgestellung:pCTgestellung,pCTbruttoGew:pCTbruttoGew,pCTtyp:pCTtyp,pWaerung:pWaerung},succeededCallback,failedCallback,userContext); },
getBahnzugStartZielTerminalsInfo:function(pBZindex,pOperIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getBahnzugStartZielTerminalsInfo',false,{pBZindex:pBZindex,pOperIndex:pOperIndex},succeededCallback,failedCallback,userContext); },
saveBahnzugPreis:function(pFPindex,pWkz,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'saveBahnzugPreis',false,{pFPindex:pFPindex,pWkz:pWkz},succeededCallback,failedCallback,userContext); },
delBahnzugPreis:function(pFPindex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'delBahnzugPreis',false,{pFPindex:pFPindex},succeededCallback,failedCallback,userContext); },
FrachtpreisEmailLink:function(pFPindex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'FrachtpreisEmailLink',false,{pFPindex:pFPindex},succeededCallback,failedCallback,userContext); },
RetourDepotsHinzu2:function(pCTidx,pTidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RetourDepotsHinzu2',false,{pCTidx:pCTidx,pTidx:pTidx},succeededCallback,failedCallback,userContext); },
RetourDepotsRaus2:function(pCTidx,pTidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RetourDepotsRaus2',false,{pCTidx:pCTidx,pTidx:pTidx},succeededCallback,failedCallback,userContext); },
ExchangeDepotsHinzu2:function(pCTidx,pTidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ExchangeDepotsHinzu2',false,{pCTidx:pCTidx,pTidx:pTidx},succeededCallback,failedCallback,userContext); },
ExchangeDepotsRaus2:function(pCTidx,pTidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ExchangeDepotsRaus2',false,{pCTidx:pCTidx,pTidx:pTidx},succeededCallback,failedCallback,userContext); },
WGRetourDepotsHinzu2:function(pCTidx,pTidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGRetourDepotsHinzu2',false,{pCTidx:pCTidx,pTidx:pTidx},succeededCallback,failedCallback,userContext); },
WGRetourDepotsRaus2:function(pCTidx,pTidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGRetourDepotsRaus2',false,{pCTidx:pCTidx,pTidx:pTidx},succeededCallback,failedCallback,userContext); },
WGExchangeDepotsHinzu2:function(pCTidx,pTidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGExchangeDepotsHinzu2',false,{pCTidx:pCTidx,pTidx:pTidx},succeededCallback,failedCallback,userContext); },
WGExchangeDepotsRaus2:function(pCTidx,pTidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGExchangeDepotsRaus2',false,{pCTidx:pCTidx,pTidx:pTidx},succeededCallback,failedCallback,userContext); },
RetourDepotsHinzu:function(pCTidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RetourDepotsHinzu',false,{pCTidx:pCTidx},succeededCallback,failedCallback,userContext); },
ExchangeDepotsHinzu:function(pCTidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ExchangeDepotsHinzu',false,{pCTidx:pCTidx},succeededCallback,failedCallback,userContext); },
WGExchangeDepotsHinzu:function(pWGidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGExchangeDepotsHinzu',false,{pWGidx:pWGidx},succeededCallback,failedCallback,userContext); },
RetourDepotsRaus:function(pCTidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RetourDepotsRaus',false,{pCTidx:pCTidx},succeededCallback,failedCallback,userContext); },
ExchangeDepotsRaus:function(pCTidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'ExchangeDepotsRaus',false,{pCTidx:pCTidx},succeededCallback,failedCallback,userContext); },
WGExchangeDepotsRaus:function(pWGidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGExchangeDepotsRaus',false,{pWGidx:pWGidx},succeededCallback,failedCallback,userContext); },
TerminalsZurGruppeHinzu:function(pGRidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TerminalsZurGruppeHinzu',false,{pGRidx:pGRidx},succeededCallback,failedCallback,userContext); },
TerminalsAusGruppeRaus:function(pGRidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'TerminalsAusGruppeRaus',false,{pGRidx:pGRidx},succeededCallback,failedCallback,userContext); },
DeleteTerminalGruppe:function(pGRidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'DeleteTerminalGruppe',false,{pGRidx:pGRidx},succeededCallback,failedCallback,userContext); },
WGRetourDepotsHinzu:function(pWGidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGRetourDepotsHinzu',false,{pWGidx:pWGidx},succeededCallback,failedCallback,userContext); },
WGRetourDepotsRaus:function(pWGidx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGRetourDepotsRaus',false,{pWGidx:pWGidx},succeededCallback,failedCallback,userContext); },
setBewertung:function(pAuPosidx,pValue,pTransportart,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'setBewertung',false,{pAuPosidx:pAuPosidx,pValue:pValue,pTransportart:pTransportart},succeededCallback,failedCallback,userContext); },
getLizenzPreis:function(pProdukt,pErwerbart,pAnzahl,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getLizenzPreis',false,{pProdukt:pProdukt,pErwerbart:pErwerbart,pAnzahl:pAnzahl},succeededCallback,failedCallback,userContext); },
getHostingPreis:function(pAnzahl,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getHostingPreis',false,{pAnzahl:pAnzahl},succeededCallback,failedCallback,userContext); },
turnStartinfoOff:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'turnStartinfoOff',false,{},succeededCallback,failedCallback,userContext); },
LadungAktivieren:function(pIndex,pAktive,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LadungAktivieren',false,{pIndex:pIndex,pAktive:pAktive},succeededCallback,failedCallback,userContext); },
LaderaumAktivieren:function(pIndex,pAktive,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LaderaumAktivieren',false,{pIndex:pIndex,pAktive:pAktive},succeededCallback,failedCallback,userContext); },
hideLadung:function(pIndex,pAction,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'hideLadung',false,{pIndex:pIndex,pAction:pAction},succeededCallback,failedCallback,userContext); },
hideLaderaum:function(pIndex,pAction,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'hideLaderaum',false,{pIndex:pIndex,pAction:pAction},succeededCallback,failedCallback,userContext); },
LadungBestellen:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LadungBestellen',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
LaderaumBestellen:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'LaderaumBestellen',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
GetWebcastZuordnung:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetWebcastZuordnung',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
SetWebcastZuordnung:function(pParam,pVideoID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetWebcastZuordnung',false,{pParam:pParam,pVideoID:pVideoID},succeededCallback,failedCallback,userContext); },
Login:function(pLiefID,pPassword,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Login',false,{pLiefID:pLiefID,pPassword:pPassword},succeededCallback,failedCallback,userContext); },
getCOSId:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getCOSId',false,{},succeededCallback,failedCallback,userContext); },
IsAdmin:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'IsAdmin',false,{},succeededCallback,failedCallback,userContext); },
Logout:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Logout',false,{},succeededCallback,failedCallback,userContext); },
GetUserData:function(pUserID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUserData',false,{pUserID:pUserID},succeededCallback,failedCallback,userContext); },
GetCurrentUserData:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCurrentUserData',false,{},succeededCallback,failedCallback,userContext); },
GetUserDataByEmail:function(pEmail,pJid,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetUserDataByEmail',false,{pEmail:pEmail,pJid:pJid},succeededCallback,failedCallback,userContext); },
SetUserIMOnline:function(pEmail,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetUserIMOnline',false,{pEmail:pEmail},succeededCallback,failedCallback,userContext); },
SetUserIMOffline:function(pEmail,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SetUserIMOffline',false,{pEmail:pEmail},succeededCallback,failedCallback,userContext); },
getKontaktPerCTIndex:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getKontaktPerCTIndex',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
getKontaktPerWGIndex:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getKontaktPerWGIndex',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
getKontaktPerKUIndex:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getKontaktPerKUIndex',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
getKontaktPerWGKUIndex:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getKontaktPerWGKUIndex',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
SaveTerminalKoordinates:function(pIndex,pX,pY,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SaveTerminalKoordinates',false,{pIndex:pIndex,pX:pX,pY:pY},succeededCallback,failedCallback,userContext); },
getRDpreis:function(pTransportart,pT1id,pT2id,pLen,pTyp,pLief,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getRDpreis',false,{pTransportart:pTransportart,pT1id:pT1id,pT2id:pT2id,pLen:pLen,pTyp:pTyp,pLief:pLief},succeededCallback,failedCallback,userContext); },
GetHomepageLink:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetHomepageLink',false,{},succeededCallback,failedCallback,userContext); },
getBZCTtypesNlen:function(pBanhzugIdx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getBZCTtypesNlen',false,{pBanhzugIdx:pBanhzugIdx},succeededCallback,failedCallback,userContext); },
neueOperatorAntrag:function(pBanhzugIdx,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'neueOperatorAntrag',false,{pBanhzugIdx:pBanhzugIdx},succeededCallback,failedCallback,userContext); },
getCTWarenkorbInfo:function(pTyp,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getCTWarenkorbInfo',false,{pTyp:pTyp},succeededCallback,failedCallback,userContext); },
getWGWarenkorbInfo:function(pTyp,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getWGWarenkorbInfo',false,{pTyp:pTyp},succeededCallback,failedCallback,userContext); },
getAngebotInfo:function(pAngebotArt,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getAngebotInfo',false,{pAngebotArt:pAngebotArt},succeededCallback,failedCallback,userContext); },
getWGAngebotInfo:function(pAngebotArt,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getWGAngebotInfo',false,{pAngebotArt:pAngebotArt},succeededCallback,failedCallback,userContext); },
getCTLiefInfo:function(pCTIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getCTLiefInfo',false,{pCTIndex:pCTIndex},succeededCallback,failedCallback,userContext); },
getWGLiefInfo:function(pCTIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getWGLiefInfo',false,{pCTIndex:pCTIndex},succeededCallback,failedCallback,userContext); },
getLadungLiefInfo:function(pCTIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getLadungLiefInfo',false,{pCTIndex:pCTIndex},succeededCallback,failedCallback,userContext); },
getLaderaumLiefInfo:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getLaderaumLiefInfo',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
getLiefInfo:function(pLIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getLiefInfo',false,{pLIndex:pLIndex},succeededCallback,failedCallback,userContext); },
getCTInfo:function(pCTIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getCTInfo',false,{pCTIndex:pCTIndex},succeededCallback,failedCallback,userContext); },
getWGInfo:function(pWGIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getWGInfo',false,{pWGIndex:pWGIndex},succeededCallback,failedCallback,userContext); },
getAnfrageLiefInfo:function(pCTIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getAnfrageLiefInfo',false,{pCTIndex:pCTIndex},succeededCallback,failedCallback,userContext); },
getWGAnfrageLiefInfo:function(pWGIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getWGAnfrageLiefInfo',false,{pWGIndex:pWGIndex},succeededCallback,failedCallback,userContext); },
getAuftragLiefInfo:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getAuftragLiefInfo',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
getWGAuftragLiefInfo:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getWGAuftragLiefInfo',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
getAuftragKndInfo:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getAuftragKndInfo',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
getWGAuftragKndInfo:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'getWGAuftragKndInfo',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
CTinWarenkorb:function(pIndex,pMenge,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CTinWarenkorb',false,{pIndex:pIndex,pMenge:pMenge},succeededCallback,failedCallback,userContext); },
CTinWarenkorb2:function(pIndex,pMenge,pTyp,pDatumBis,pTerminal,pCTid2,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CTinWarenkorb2',false,{pIndex:pIndex,pMenge:pMenge,pTyp:pTyp,pDatumBis:pDatumBis,pTerminal:pTerminal,pCTid2:pCTid2},succeededCallback,failedCallback,userContext); },
CThasRetourTerminals:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CThasRetourTerminals',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
WGhasRetourTerminals:function(pIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGhasRetourTerminals',false,{pIndex:pIndex},succeededCallback,failedCallback,userContext); },
WGinWarenkorb:function(pIndex,pMenge,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGinWarenkorb',false,{pIndex:pIndex,pMenge:pMenge},succeededCallback,failedCallback,userContext); },
WGinWarenkorb2:function(pIndex,pMenge,pTyp,pDatumBis,pTerminal,pWG2id,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGinWarenkorb2',false,{pIndex:pIndex,pMenge:pMenge,pTyp:pTyp,pDatumBis:pDatumBis,pTerminal:pTerminal,pWG2id:pWG2id},succeededCallback,failedCallback,userContext); },
AlleAngeboteLoeschen:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AlleAngeboteLoeschen',false,{},succeededCallback,failedCallback,userContext); },
AlleWGAngeboteLoeschen:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AlleWGAngeboteLoeschen',false,{},succeededCallback,failedCallback,userContext); },
AngebotLoeschen:function(pIndex,pSource,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AngebotLoeschen',false,{pIndex:pIndex,pSource:pSource},succeededCallback,failedCallback,userContext); },
WGAngebotLoeschen:function(pIndex,pSource,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGAngebotLoeschen',false,{pIndex:pIndex,pSource:pSource},succeededCallback,failedCallback,userContext); },
CreateAngebot:function(pKuIndex,pMenge,ba,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateAngebot',false,{pKuIndex:pKuIndex,pMenge:pMenge,ba:ba},succeededCallback,failedCallback,userContext); },
AngeboteActivieren:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'AngeboteActivieren',false,{},succeededCallback,failedCallback,userContext); },
WGAngeboteActivieren:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGAngeboteActivieren',false,{},succeededCallback,failedCallback,userContext); },
CreateWGAngebot:function(pKuIndex,pMenge,ba,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CreateWGAngebot',false,{pKuIndex:pKuIndex,pMenge:pMenge,ba:ba},succeededCallback,failedCallback,userContext); },
WarenkorbAlleLoeschen:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WarenkorbAlleLoeschen',false,{},succeededCallback,failedCallback,userContext); },
WarenkorbLoeschen:function(pIndex,pSource,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WarenkorbLoeschen',false,{pIndex:pIndex,pSource:pSource},succeededCallback,failedCallback,userContext); },
WGWarenkorbAlleLoeschen:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGWarenkorbAlleLoeschen',false,{},succeededCallback,failedCallback,userContext); },
WGWarenkorbLoeschen:function(pIndex,pSource,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGWarenkorbLoeschen',false,{pIndex:pIndex,pSource:pSource},succeededCallback,failedCallback,userContext); },
CTBestellen:function(pCOSID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'CTBestellen',false,{pCOSID:pCOSID},succeededCallback,failedCallback,userContext); },
WGBestellen:function(pCOSID,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WGBestellen',false,{pCOSID:pCOSID},succeededCallback,failedCallback,userContext); },
InsertSelectedCTBewegung:function(pIndex,pStatus,pPortal,pAnfrageIndex,pNurSelected,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InsertSelectedCTBewegung',false,{pIndex:pIndex,pStatus:pStatus,pPortal:pPortal,pAnfrageIndex:pAnfrageIndex,pNurSelected:pNurSelected},succeededCallback,failedCallback,userContext); },
InsertCTBewegung:function(pIndex,pStatus,pPortal,pAnfrageIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InsertCTBewegung',false,{pIndex:pIndex,pStatus:pStatus,pPortal:pPortal,pAnfrageIndex:pAnfrageIndex},succeededCallback,failedCallback,userContext); },
InsertSelectedWGBewegung:function(pIndex,pStatus,pPortal,pAnfrageIndex,pNurSelected,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InsertSelectedWGBewegung',false,{pIndex:pIndex,pStatus:pStatus,pPortal:pPortal,pAnfrageIndex:pAnfrageIndex,pNurSelected:pNurSelected},succeededCallback,failedCallback,userContext); },
InsertWGBewegung:function(pIndex,pStatus,pPortal,pAnfrageIndex,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InsertWGBewegung',false,{pIndex:pIndex,pStatus:pStatus,pPortal:pPortal,pAnfrageIndex:pAnfrageIndex},succeededCallback,failedCallback,userContext); },
hideCT:function(pIndex,pAction,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'hideCT',false,{pIndex:pIndex,pAction:pAction},succeededCallback,failedCallback,userContext); },
hideWG:function(pIndex,pAction,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'hideWG',false,{pIndex:pIndex,pAction:pAction},succeededCallback,failedCallback,userContext); },
hideKUA:function(pIndex,pAction,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'hideKUA',false,{pIndex:pIndex,pAction:pAction},succeededCallback,failedCallback,userContext); },
hideWGKUA:function(pIndex,pAction,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'hideWGKUA',false,{pIndex:pIndex,pAction:pAction},succeededCallback,failedCallback,userContext); },
RowSelect:function(pIndex,pAction,pTableName,pControlName,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'RowSelect',false,{pIndex:pIndex,pAction:pAction,pTableName:pTableName,pControlName:pControlName},succeededCallback,failedCallback,userContext); },
InsertSelectedCTAnfragenBewegung:function(pIndex,pStatus,pPortal,pNurSelected,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InsertSelectedCTAnfragenBewegung',false,{pIndex:pIndex,pStatus:pStatus,pPortal:pPortal,pNurSelected:pNurSelected},succeededCallback,failedCallback,userContext); },
InsertCTAnfragenBewegung:function(pIndex,pStatus,pPortal,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InsertCTAnfragenBewegung',false,{pIndex:pIndex,pStatus:pStatus,pPortal:pPortal},succeededCallback,failedCallback,userContext); },
InsertSelectedWGAnfragenBewegung:function(pIndex,pStatus,pPortal,pNurSelected,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InsertSelectedWGAnfragenBewegung',false,{pIndex:pIndex,pStatus:pStatus,pPortal:pPortal,pNurSelected:pNurSelected},succeededCallback,failedCallback,userContext); },
InsertWGAnfragenBewegung:function(pIndex,pStatus,pPortal,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'InsertWGAnfragenBewegung',false,{pIndex:pIndex,pStatus:pStatus,pPortal:pPortal},succeededCallback,failedCallback,userContext); }}
COSService.registerClass('COSService',Sys.Net.WebServiceProxy);
COSService._staticInstance = new COSService();
COSService.set_path = function(value) { COSService._staticInstance.set_path(value); }
COSService.get_path = function() { return COSService._staticInstance.get_path(); }
COSService.set_timeout = function(value) { COSService._staticInstance.set_timeout(value); }
COSService.get_timeout = function() { return COSService._staticInstance.get_timeout(); }
COSService.set_defaultUserContext = function(value) { COSService._staticInstance.set_defaultUserContext(value); }
COSService.get_defaultUserContext = function() { return COSService._staticInstance.get_defaultUserContext(); }
COSService.set_defaultSucceededCallback = function(value) { COSService._staticInstance.set_defaultSucceededCallback(value); }
COSService.get_defaultSucceededCallback = function() { return COSService._staticInstance.get_defaultSucceededCallback(); }
COSService.set_defaultFailedCallback = function(value) { COSService._staticInstance.set_defaultFailedCallback(value); }
COSService.get_defaultFailedCallback = function() { return COSService._staticInstance.get_defaultFailedCallback(); }
COSService.set_enableJsonp = function(value) { COSService._staticInstance.set_enableJsonp(value); }
COSService.get_enableJsonp = function() { return COSService._staticInstance.get_enableJsonp(); }
COSService.set_jsonpCallbackParameter = function(value) { COSService._staticInstance.set_jsonpCallbackParameter(value); }
COSService.get_jsonpCallbackParameter = function() { return COSService._staticInstance.get_jsonpCallbackParameter(); }
COSService.set_path("/Webservices/COSService.asmx");
COSService.CTContDBPruefen= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.CTContDBPruefen(pIndex,onSuccess,onFailed,userContext); }
COSService.CTContDBPruefen2= function(pIndex,pSource,onSuccess,onFailed,userContext) {COSService._staticInstance.CTContDBPruefen2(pIndex,pSource,onSuccess,onFailed,userContext); }
COSService.WGContDBPruefen2= function(pIndex,pSource,onSuccess,onFailed,userContext) {COSService._staticInstance.WGContDBPruefen2(pIndex,pSource,onSuccess,onFailed,userContext); }
COSService.GetCTDataTablebyIndex= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.GetCTDataTablebyIndex(pIndex,onSuccess,onFailed,userContext); }
COSService.GetCTAnfragenDataTablebyIndex= function(pIndex,pMode,onSuccess,onFailed,userContext) {COSService._staticInstance.GetCTAnfragenDataTablebyIndex(pIndex,pMode,onSuccess,onFailed,userContext); }
COSService.CreateCTGebuehrenInfo= function(pSprache,pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.CreateCTGebuehrenInfo(pSprache,pIndex,onSuccess,onFailed,userContext); }
COSService.CreateCTAnfrageFromFrachpreisJSON= function(pData,onSuccess,onFailed,userContext) {COSService._staticInstance.CreateCTAnfrageFromFrachpreisJSON(pData,onSuccess,onFailed,userContext); }
COSService.COSAuftragsPositionStornieren= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.COSAuftragsPositionStornieren(pIndex,onSuccess,onFailed,userContext); }
COSService.COSWGAuftragsPositionStornieren= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.COSWGAuftragsPositionStornieren(pIndex,onSuccess,onFailed,userContext); }
COSService.LieferantBenutzerEntSperren= function(pIndex,pTyp,onSuccess,onFailed,userContext) {COSService._staticInstance.LieferantBenutzerEntSperren(pIndex,pTyp,onSuccess,onFailed,userContext); }
COSService.LieferantBenutzerLoeschen= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.LieferantBenutzerLoeschen(pIndex,onSuccess,onFailed,userContext); }
COSService.SendEmail= function(pTo,pBody,pBetreff,pCC,onSuccess,onFailed,userContext) {COSService._staticInstance.SendEmail(pTo,pBody,pBetreff,pCC,onSuccess,onFailed,userContext); }
COSService.SendEmailWithAttach= function(pTo,pBody,pBetreff,pCC,pAttachment,pNewname,onSuccess,onFailed,userContext) {COSService._staticInstance.SendEmailWithAttach(pTo,pBody,pBetreff,pCC,pAttachment,pNewname,onSuccess,onFailed,userContext); }
COSService.BildSpeichernSQL= function(pTablename,pIndexfeld,pIndexwert,pContenttypefeld,pBildfeld,pBildgroessefeld,pBilddateinamefeld,pIpfeld,pDatumfeld,pTempdateiname,pContenttype,pWidthfeld,pHeightfeld,pCOSIFfield,onSuccess,onFailed,userContext) {COSService._staticInstance.BildSpeichernSQL(pTablename,pIndexfeld,pIndexwert,pContenttypefeld,pBildfeld,pBildgroessefeld,pBilddateinamefeld,pIpfeld,pDatumfeld,pTempdateiname,pContenttype,pWidthfeld,pHeightfeld,pCOSIFfield,onSuccess,onFailed,userContext); }
COSService.BildLoeschenSQL= function(pTablename,pIndexfeld,pIndexwert,Bildnr,onSuccess,onFailed,userContext) {COSService._staticInstance.BildLoeschenSQL(pTablename,pIndexfeld,pIndexwert,Bildnr,onSuccess,onFailed,userContext); }
COSService.GetWebcastVideoTable= function(pThemeID,onSuccess,onFailed,userContext) {COSService._staticInstance.GetWebcastVideoTable(pThemeID,onSuccess,onFailed,userContext); }
COSService.GetWebcastVideoData= function(pVideoID,onSuccess,onFailed,userContext) {COSService._staticInstance.GetWebcastVideoData(pVideoID,onSuccess,onFailed,userContext); }
COSService.GetWebcastVideoDataPrivate= function(pVideoID,onSuccess,onFailed,userContext) {COSService._staticInstance.GetWebcastVideoDataPrivate(pVideoID,onSuccess,onFailed,userContext); }
COSService.EncryptPrivateVideoID= function(pVideoID,onSuccess,onFailed,userContext) {COSService._staticInstance.EncryptPrivateVideoID(pVideoID,onSuccess,onFailed,userContext); }
COSService.DecryptPrivateVideoID= function(pEncryptText,onSuccess,onFailed,userContext) {COSService._staticInstance.DecryptPrivateVideoID(pEncryptText,onSuccess,onFailed,userContext); }
COSService.IsWebcastHelpAdmin= function(pThemeID,onSuccess,onFailed,userContext) {COSService._staticInstance.IsWebcastHelpAdmin(pThemeID,onSuccess,onFailed,userContext); }
COSService.AddWebcastHelpVideoLog= function(pVideoID,onSuccess,onFailed,userContext) {COSService._staticInstance.AddWebcastHelpVideoLog(pVideoID,onSuccess,onFailed,userContext); }
COSService.UrlExists= function(pURL,onSuccess,onFailed,userContext) {COSService._staticInstance.UrlExists(pURL,onSuccess,onFailed,userContext); }
COSService.GetHTMLFile= function(pURL,onSuccess,onFailed,userContext) {COSService._staticInstance.GetHTMLFile(pURL,onSuccess,onFailed,userContext); }
COSService.getTerminalNameByIndex= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getTerminalNameByIndex(pIndex,onSuccess,onFailed,userContext); }
COSService.getBahnzugInfoPerId= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getBahnzugInfoPerId(pIndex,onSuccess,onFailed,userContext); }
COSService.getBahnzugStatusPerId= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getBahnzugStatusPerId(pIndex,onSuccess,onFailed,userContext); }
COSService.BahzugFavorite= function(pIndex,pHinzu,onSuccess,onFailed,userContext) {COSService._staticInstance.BahzugFavorite(pIndex,pHinzu,onSuccess,onFailed,userContext); }
COSService.getFahrplanTables= function(pIndex,pRueckfahrt,pKW,onSuccess,onFailed,userContext) {COSService._staticInstance.getFahrplanTables(pIndex,pRueckfahrt,pKW,onSuccess,onFailed,userContext); }
COSService.getBahnzugCTKalkulatorPreis= function(pBZindex,pOperIndex,pVonTerminalCode,pBisterminnalCode,pCTlen,pCTgestellung,pCTbruttoGew,pCTtyp,pWaerung,onSuccess,onFailed,userContext) {COSService._staticInstance.getBahnzugCTKalkulatorPreis(pBZindex,pOperIndex,pVonTerminalCode,pBisterminnalCode,pCTlen,pCTgestellung,pCTbruttoGew,pCTtyp,pWaerung,onSuccess,onFailed,userContext); }
COSService.getBahnzugStartZielTerminalsInfo= function(pBZindex,pOperIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getBahnzugStartZielTerminalsInfo(pBZindex,pOperIndex,onSuccess,onFailed,userContext); }
COSService.saveBahnzugPreis= function(pFPindex,pWkz,onSuccess,onFailed,userContext) {COSService._staticInstance.saveBahnzugPreis(pFPindex,pWkz,onSuccess,onFailed,userContext); }
COSService.delBahnzugPreis= function(pFPindex,onSuccess,onFailed,userContext) {COSService._staticInstance.delBahnzugPreis(pFPindex,onSuccess,onFailed,userContext); }
COSService.FrachtpreisEmailLink= function(pFPindex,onSuccess,onFailed,userContext) {COSService._staticInstance.FrachtpreisEmailLink(pFPindex,onSuccess,onFailed,userContext); }
COSService.RetourDepotsHinzu2= function(pCTidx,pTidx,onSuccess,onFailed,userContext) {COSService._staticInstance.RetourDepotsHinzu2(pCTidx,pTidx,onSuccess,onFailed,userContext); }
COSService.RetourDepotsRaus2= function(pCTidx,pTidx,onSuccess,onFailed,userContext) {COSService._staticInstance.RetourDepotsRaus2(pCTidx,pTidx,onSuccess,onFailed,userContext); }
COSService.ExchangeDepotsHinzu2= function(pCTidx,pTidx,onSuccess,onFailed,userContext) {COSService._staticInstance.ExchangeDepotsHinzu2(pCTidx,pTidx,onSuccess,onFailed,userContext); }
COSService.ExchangeDepotsRaus2= function(pCTidx,pTidx,onSuccess,onFailed,userContext) {COSService._staticInstance.ExchangeDepotsRaus2(pCTidx,pTidx,onSuccess,onFailed,userContext); }
COSService.WGRetourDepotsHinzu2= function(pCTidx,pTidx,onSuccess,onFailed,userContext) {COSService._staticInstance.WGRetourDepotsHinzu2(pCTidx,pTidx,onSuccess,onFailed,userContext); }
COSService.WGRetourDepotsRaus2= function(pCTidx,pTidx,onSuccess,onFailed,userContext) {COSService._staticInstance.WGRetourDepotsRaus2(pCTidx,pTidx,onSuccess,onFailed,userContext); }
COSService.WGExchangeDepotsHinzu2= function(pCTidx,pTidx,onSuccess,onFailed,userContext) {COSService._staticInstance.WGExchangeDepotsHinzu2(pCTidx,pTidx,onSuccess,onFailed,userContext); }
COSService.WGExchangeDepotsRaus2= function(pCTidx,pTidx,onSuccess,onFailed,userContext) {COSService._staticInstance.WGExchangeDepotsRaus2(pCTidx,pTidx,onSuccess,onFailed,userContext); }
COSService.RetourDepotsHinzu= function(pCTidx,onSuccess,onFailed,userContext) {COSService._staticInstance.RetourDepotsHinzu(pCTidx,onSuccess,onFailed,userContext); }
COSService.ExchangeDepotsHinzu= function(pCTidx,onSuccess,onFailed,userContext) {COSService._staticInstance.ExchangeDepotsHinzu(pCTidx,onSuccess,onFailed,userContext); }
COSService.WGExchangeDepotsHinzu= function(pWGidx,onSuccess,onFailed,userContext) {COSService._staticInstance.WGExchangeDepotsHinzu(pWGidx,onSuccess,onFailed,userContext); }
COSService.RetourDepotsRaus= function(pCTidx,onSuccess,onFailed,userContext) {COSService._staticInstance.RetourDepotsRaus(pCTidx,onSuccess,onFailed,userContext); }
COSService.ExchangeDepotsRaus= function(pCTidx,onSuccess,onFailed,userContext) {COSService._staticInstance.ExchangeDepotsRaus(pCTidx,onSuccess,onFailed,userContext); }
COSService.WGExchangeDepotsRaus= function(pWGidx,onSuccess,onFailed,userContext) {COSService._staticInstance.WGExchangeDepotsRaus(pWGidx,onSuccess,onFailed,userContext); }
COSService.TerminalsZurGruppeHinzu= function(pGRidx,onSuccess,onFailed,userContext) {COSService._staticInstance.TerminalsZurGruppeHinzu(pGRidx,onSuccess,onFailed,userContext); }
COSService.TerminalsAusGruppeRaus= function(pGRidx,onSuccess,onFailed,userContext) {COSService._staticInstance.TerminalsAusGruppeRaus(pGRidx,onSuccess,onFailed,userContext); }
COSService.DeleteTerminalGruppe= function(pGRidx,onSuccess,onFailed,userContext) {COSService._staticInstance.DeleteTerminalGruppe(pGRidx,onSuccess,onFailed,userContext); }
COSService.WGRetourDepotsHinzu= function(pWGidx,onSuccess,onFailed,userContext) {COSService._staticInstance.WGRetourDepotsHinzu(pWGidx,onSuccess,onFailed,userContext); }
COSService.WGRetourDepotsRaus= function(pWGidx,onSuccess,onFailed,userContext) {COSService._staticInstance.WGRetourDepotsRaus(pWGidx,onSuccess,onFailed,userContext); }
COSService.setBewertung= function(pAuPosidx,pValue,pTransportart,onSuccess,onFailed,userContext) {COSService._staticInstance.setBewertung(pAuPosidx,pValue,pTransportart,onSuccess,onFailed,userContext); }
COSService.getLizenzPreis= function(pProdukt,pErwerbart,pAnzahl,onSuccess,onFailed,userContext) {COSService._staticInstance.getLizenzPreis(pProdukt,pErwerbart,pAnzahl,onSuccess,onFailed,userContext); }
COSService.getHostingPreis= function(pAnzahl,onSuccess,onFailed,userContext) {COSService._staticInstance.getHostingPreis(pAnzahl,onSuccess,onFailed,userContext); }
COSService.turnStartinfoOff= function(onSuccess,onFailed,userContext) {COSService._staticInstance.turnStartinfoOff(onSuccess,onFailed,userContext); }
COSService.LadungAktivieren= function(pIndex,pAktive,onSuccess,onFailed,userContext) {COSService._staticInstance.LadungAktivieren(pIndex,pAktive,onSuccess,onFailed,userContext); }
COSService.LaderaumAktivieren= function(pIndex,pAktive,onSuccess,onFailed,userContext) {COSService._staticInstance.LaderaumAktivieren(pIndex,pAktive,onSuccess,onFailed,userContext); }
COSService.hideLadung= function(pIndex,pAction,onSuccess,onFailed,userContext) {COSService._staticInstance.hideLadung(pIndex,pAction,onSuccess,onFailed,userContext); }
COSService.hideLaderaum= function(pIndex,pAction,onSuccess,onFailed,userContext) {COSService._staticInstance.hideLaderaum(pIndex,pAction,onSuccess,onFailed,userContext); }
COSService.LadungBestellen= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.LadungBestellen(pIndex,onSuccess,onFailed,userContext); }
COSService.LaderaumBestellen= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.LaderaumBestellen(pIndex,onSuccess,onFailed,userContext); }
COSService.GetWebcastZuordnung= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.GetWebcastZuordnung(pIndex,onSuccess,onFailed,userContext); }
COSService.SetWebcastZuordnung= function(pParam,pVideoID,onSuccess,onFailed,userContext) {COSService._staticInstance.SetWebcastZuordnung(pParam,pVideoID,onSuccess,onFailed,userContext); }
COSService.Login= function(pLiefID,pPassword,onSuccess,onFailed,userContext) {COSService._staticInstance.Login(pLiefID,pPassword,onSuccess,onFailed,userContext); }
COSService.getCOSId= function(onSuccess,onFailed,userContext) {COSService._staticInstance.getCOSId(onSuccess,onFailed,userContext); }
COSService.IsAdmin= function(onSuccess,onFailed,userContext) {COSService._staticInstance.IsAdmin(onSuccess,onFailed,userContext); }
COSService.Logout= function(onSuccess,onFailed,userContext) {COSService._staticInstance.Logout(onSuccess,onFailed,userContext); }
COSService.GetUserData= function(pUserID,onSuccess,onFailed,userContext) {COSService._staticInstance.GetUserData(pUserID,onSuccess,onFailed,userContext); }
COSService.GetCurrentUserData= function(onSuccess,onFailed,userContext) {COSService._staticInstance.GetCurrentUserData(onSuccess,onFailed,userContext); }
COSService.GetUserDataByEmail= function(pEmail,pJid,onSuccess,onFailed,userContext) {COSService._staticInstance.GetUserDataByEmail(pEmail,pJid,onSuccess,onFailed,userContext); }
COSService.SetUserIMOnline= function(pEmail,onSuccess,onFailed,userContext) {COSService._staticInstance.SetUserIMOnline(pEmail,onSuccess,onFailed,userContext); }
COSService.SetUserIMOffline= function(pEmail,onSuccess,onFailed,userContext) {COSService._staticInstance.SetUserIMOffline(pEmail,onSuccess,onFailed,userContext); }
COSService.getKontaktPerCTIndex= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getKontaktPerCTIndex(pIndex,onSuccess,onFailed,userContext); }
COSService.getKontaktPerWGIndex= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getKontaktPerWGIndex(pIndex,onSuccess,onFailed,userContext); }
COSService.getKontaktPerKUIndex= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getKontaktPerKUIndex(pIndex,onSuccess,onFailed,userContext); }
COSService.getKontaktPerWGKUIndex= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getKontaktPerWGKUIndex(pIndex,onSuccess,onFailed,userContext); }
COSService.SaveTerminalKoordinates= function(pIndex,pX,pY,onSuccess,onFailed,userContext) {COSService._staticInstance.SaveTerminalKoordinates(pIndex,pX,pY,onSuccess,onFailed,userContext); }
COSService.getRDpreis= function(pTransportart,pT1id,pT2id,pLen,pTyp,pLief,onSuccess,onFailed,userContext) {COSService._staticInstance.getRDpreis(pTransportart,pT1id,pT2id,pLen,pTyp,pLief,onSuccess,onFailed,userContext); }
COSService.GetHomepageLink= function(onSuccess,onFailed,userContext) {COSService._staticInstance.GetHomepageLink(onSuccess,onFailed,userContext); }
COSService.getBZCTtypesNlen= function(pBanhzugIdx,onSuccess,onFailed,userContext) {COSService._staticInstance.getBZCTtypesNlen(pBanhzugIdx,onSuccess,onFailed,userContext); }
COSService.neueOperatorAntrag= function(pBanhzugIdx,onSuccess,onFailed,userContext) {COSService._staticInstance.neueOperatorAntrag(pBanhzugIdx,onSuccess,onFailed,userContext); }
COSService.getCTWarenkorbInfo= function(pTyp,onSuccess,onFailed,userContext) {COSService._staticInstance.getCTWarenkorbInfo(pTyp,onSuccess,onFailed,userContext); }
COSService.getWGWarenkorbInfo= function(pTyp,onSuccess,onFailed,userContext) {COSService._staticInstance.getWGWarenkorbInfo(pTyp,onSuccess,onFailed,userContext); }
COSService.getAngebotInfo= function(pAngebotArt,onSuccess,onFailed,userContext) {COSService._staticInstance.getAngebotInfo(pAngebotArt,onSuccess,onFailed,userContext); }
COSService.getWGAngebotInfo= function(pAngebotArt,onSuccess,onFailed,userContext) {COSService._staticInstance.getWGAngebotInfo(pAngebotArt,onSuccess,onFailed,userContext); }
COSService.getCTLiefInfo= function(pCTIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getCTLiefInfo(pCTIndex,onSuccess,onFailed,userContext); }
COSService.getWGLiefInfo= function(pCTIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getWGLiefInfo(pCTIndex,onSuccess,onFailed,userContext); }
COSService.getLadungLiefInfo= function(pCTIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getLadungLiefInfo(pCTIndex,onSuccess,onFailed,userContext); }
COSService.getLaderaumLiefInfo= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getLaderaumLiefInfo(pIndex,onSuccess,onFailed,userContext); }
COSService.getLiefInfo= function(pLIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getLiefInfo(pLIndex,onSuccess,onFailed,userContext); }
COSService.getCTInfo= function(pCTIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getCTInfo(pCTIndex,onSuccess,onFailed,userContext); }
COSService.getWGInfo= function(pWGIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getWGInfo(pWGIndex,onSuccess,onFailed,userContext); }
COSService.getAnfrageLiefInfo= function(pCTIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getAnfrageLiefInfo(pCTIndex,onSuccess,onFailed,userContext); }
COSService.getWGAnfrageLiefInfo= function(pWGIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getWGAnfrageLiefInfo(pWGIndex,onSuccess,onFailed,userContext); }
COSService.getAuftragLiefInfo= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getAuftragLiefInfo(pIndex,onSuccess,onFailed,userContext); }
COSService.getWGAuftragLiefInfo= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getWGAuftragLiefInfo(pIndex,onSuccess,onFailed,userContext); }
COSService.getAuftragKndInfo= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getAuftragKndInfo(pIndex,onSuccess,onFailed,userContext); }
COSService.getWGAuftragKndInfo= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.getWGAuftragKndInfo(pIndex,onSuccess,onFailed,userContext); }
COSService.CTinWarenkorb= function(pIndex,pMenge,onSuccess,onFailed,userContext) {COSService._staticInstance.CTinWarenkorb(pIndex,pMenge,onSuccess,onFailed,userContext); }
COSService.CTinWarenkorb2= function(pIndex,pMenge,pTyp,pDatumBis,pTerminal,pCTid2,onSuccess,onFailed,userContext) {COSService._staticInstance.CTinWarenkorb2(pIndex,pMenge,pTyp,pDatumBis,pTerminal,pCTid2,onSuccess,onFailed,userContext); }
COSService.CThasRetourTerminals= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.CThasRetourTerminals(pIndex,onSuccess,onFailed,userContext); }
COSService.WGhasRetourTerminals= function(pIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.WGhasRetourTerminals(pIndex,onSuccess,onFailed,userContext); }
COSService.WGinWarenkorb= function(pIndex,pMenge,onSuccess,onFailed,userContext) {COSService._staticInstance.WGinWarenkorb(pIndex,pMenge,onSuccess,onFailed,userContext); }
COSService.WGinWarenkorb2= function(pIndex,pMenge,pTyp,pDatumBis,pTerminal,pWG2id,onSuccess,onFailed,userContext) {COSService._staticInstance.WGinWarenkorb2(pIndex,pMenge,pTyp,pDatumBis,pTerminal,pWG2id,onSuccess,onFailed,userContext); }
COSService.AlleAngeboteLoeschen= function(onSuccess,onFailed,userContext) {COSService._staticInstance.AlleAngeboteLoeschen(onSuccess,onFailed,userContext); }
COSService.AlleWGAngeboteLoeschen= function(onSuccess,onFailed,userContext) {COSService._staticInstance.AlleWGAngeboteLoeschen(onSuccess,onFailed,userContext); }
COSService.AngebotLoeschen= function(pIndex,pSource,onSuccess,onFailed,userContext) {COSService._staticInstance.AngebotLoeschen(pIndex,pSource,onSuccess,onFailed,userContext); }
COSService.WGAngebotLoeschen= function(pIndex,pSource,onSuccess,onFailed,userContext) {COSService._staticInstance.WGAngebotLoeschen(pIndex,pSource,onSuccess,onFailed,userContext); }
COSService.CreateAngebot= function(pKuIndex,pMenge,ba,onSuccess,onFailed,userContext) {COSService._staticInstance.CreateAngebot(pKuIndex,pMenge,ba,onSuccess,onFailed,userContext); }
COSService.AngeboteActivieren= function(onSuccess,onFailed,userContext) {COSService._staticInstance.AngeboteActivieren(onSuccess,onFailed,userContext); }
COSService.WGAngeboteActivieren= function(onSuccess,onFailed,userContext) {COSService._staticInstance.WGAngeboteActivieren(onSuccess,onFailed,userContext); }
COSService.CreateWGAngebot= function(pKuIndex,pMenge,ba,onSuccess,onFailed,userContext) {COSService._staticInstance.CreateWGAngebot(pKuIndex,pMenge,ba,onSuccess,onFailed,userContext); }
COSService.WarenkorbAlleLoeschen= function(onSuccess,onFailed,userContext) {COSService._staticInstance.WarenkorbAlleLoeschen(onSuccess,onFailed,userContext); }
COSService.WarenkorbLoeschen= function(pIndex,pSource,onSuccess,onFailed,userContext) {COSService._staticInstance.WarenkorbLoeschen(pIndex,pSource,onSuccess,onFailed,userContext); }
COSService.WGWarenkorbAlleLoeschen= function(onSuccess,onFailed,userContext) {COSService._staticInstance.WGWarenkorbAlleLoeschen(onSuccess,onFailed,userContext); }
COSService.WGWarenkorbLoeschen= function(pIndex,pSource,onSuccess,onFailed,userContext) {COSService._staticInstance.WGWarenkorbLoeschen(pIndex,pSource,onSuccess,onFailed,userContext); }
COSService.CTBestellen= function(pCOSID,onSuccess,onFailed,userContext) {COSService._staticInstance.CTBestellen(pCOSID,onSuccess,onFailed,userContext); }
COSService.WGBestellen= function(pCOSID,onSuccess,onFailed,userContext) {COSService._staticInstance.WGBestellen(pCOSID,onSuccess,onFailed,userContext); }
COSService.InsertSelectedCTBewegung= function(pIndex,pStatus,pPortal,pAnfrageIndex,pNurSelected,onSuccess,onFailed,userContext) {COSService._staticInstance.InsertSelectedCTBewegung(pIndex,pStatus,pPortal,pAnfrageIndex,pNurSelected,onSuccess,onFailed,userContext); }
COSService.InsertCTBewegung= function(pIndex,pStatus,pPortal,pAnfrageIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.InsertCTBewegung(pIndex,pStatus,pPortal,pAnfrageIndex,onSuccess,onFailed,userContext); }
COSService.InsertSelectedWGBewegung= function(pIndex,pStatus,pPortal,pAnfrageIndex,pNurSelected,onSuccess,onFailed,userContext) {COSService._staticInstance.InsertSelectedWGBewegung(pIndex,pStatus,pPortal,pAnfrageIndex,pNurSelected,onSuccess,onFailed,userContext); }
COSService.InsertWGBewegung= function(pIndex,pStatus,pPortal,pAnfrageIndex,onSuccess,onFailed,userContext) {COSService._staticInstance.InsertWGBewegung(pIndex,pStatus,pPortal,pAnfrageIndex,onSuccess,onFailed,userContext); }
COSService.hideCT= function(pIndex,pAction,onSuccess,onFailed,userContext) {COSService._staticInstance.hideCT(pIndex,pAction,onSuccess,onFailed,userContext); }
COSService.hideWG= function(pIndex,pAction,onSuccess,onFailed,userContext) {COSService._staticInstance.hideWG(pIndex,pAction,onSuccess,onFailed,userContext); }
COSService.hideKUA= function(pIndex,pAction,onSuccess,onFailed,userContext) {COSService._staticInstance.hideKUA(pIndex,pAction,onSuccess,onFailed,userContext); }
COSService.hideWGKUA= function(pIndex,pAction,onSuccess,onFailed,userContext) {COSService._staticInstance.hideWGKUA(pIndex,pAction,onSuccess,onFailed,userContext); }
COSService.RowSelect= function(pIndex,pAction,pTableName,pControlName,onSuccess,onFailed,userContext) {COSService._staticInstance.RowSelect(pIndex,pAction,pTableName,pControlName,onSuccess,onFailed,userContext); }
COSService.InsertSelectedCTAnfragenBewegung= function(pIndex,pStatus,pPortal,pNurSelected,onSuccess,onFailed,userContext) {COSService._staticInstance.InsertSelectedCTAnfragenBewegung(pIndex,pStatus,pPortal,pNurSelected,onSuccess,onFailed,userContext); }
COSService.InsertCTAnfragenBewegung= function(pIndex,pStatus,pPortal,onSuccess,onFailed,userContext) {COSService._staticInstance.InsertCTAnfragenBewegung(pIndex,pStatus,pPortal,onSuccess,onFailed,userContext); }
COSService.InsertSelectedWGAnfragenBewegung= function(pIndex,pStatus,pPortal,pNurSelected,onSuccess,onFailed,userContext) {COSService._staticInstance.InsertSelectedWGAnfragenBewegung(pIndex,pStatus,pPortal,pNurSelected,onSuccess,onFailed,userContext); }
COSService.InsertWGAnfragenBewegung= function(pIndex,pStatus,pPortal,onSuccess,onFailed,userContext) {COSService._staticInstance.InsertWGAnfragenBewegung(pIndex,pStatus,pPortal,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataTable) === 'undefined') {
System.Data.DataTable=gtc("System.Data.DataTable");
System.Data.DataTable.registerClass('System.Data.DataTable');
}

