var MWLavService=function() {
MWLavService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MWLavService.prototype={
setCity:function(Code,CountryCode,Name,pLattitude,pLongitude,OwnerID,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'setCity',false,{Code:Code,CountryCode:CountryCode,Name:Name,pLattitude:pLattitude,pLongitude:pLongitude,OwnerID:OwnerID},succeededCallback,failedCallback,userContext); },
setCityCode:function(pNewCode,pOldCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'setCityCode',false,{pNewCode:pNewCode,pOldCode:pOldCode},succeededCallback,failedCallback,userContext); },
setCityCodeUNinProduct:function(pCityCodeUNOld,pCityCodeUNNew,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'setCityCodeUNinProduct',false,{pCityCodeUNOld:pCityCodeUNOld,pCityCodeUNNew:pCityCodeUNNew},succeededCallback,failedCallback,userContext); },
GetQualifCitiesByCityCode:function(pCityCode,pChannelID,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetQualifCitiesByCityCode',false,{pCityCode:pCityCode,pChannelID:pChannelID},succeededCallback,failedCallback,userContext); },
ForceReload:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'ForceReload',false,{},succeededCallback,failedCallback,userContext); },
GetCitiesCompletionList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetCitiesCompletionList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetLAVCompletionList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetLAVCompletionList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetLAVCompletionListCityName:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetLAVCompletionListCityName',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
GetCityCompletionList:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetCityCompletionList',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
getLAVAdress:function(lavName,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getLAVAdress',false,{lavName:lavName},succeededCallback,failedCallback,userContext); },
setLAV:function(lavAction,Par,Code,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'setLAV',false,{lavAction:lavAction,Par:Par,Code:Code},succeededCallback,failedCallback,userContext); },
CreatePaternityRequest:function(LavCode,RequestText,LavName,Email,ComptePro,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'CreatePaternityRequest',false,{LavCode:LavCode,RequestText:RequestText,LavName:LavName,Email:Email,ComptePro:ComptePro},succeededCallback,failedCallback,userContext); },
UpdatePaternityRequestStatus:function(PaterniteCode,status,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'UpdatePaternityRequestStatus',false,{PaterniteCode:PaterniteCode,status:status},succeededCallback,failedCallback,userContext); },
DeletePaternity:function(PaterniteCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'DeletePaternity',false,{PaterniteCode:PaterniteCode},succeededCallback,failedCallback,userContext); },
SetUserNameCase:function(pUserNameCase,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'SetUserNameCase',false,{pUserNameCase:pUserNameCase},succeededCallback,failedCallback,userContext); },
moveUpETAPinList:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'moveUpETAPinList',false,{query:query},succeededCallback,failedCallback,userContext); },
moveDownETAPinList:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'moveDownETAPinList',false,{query:query},succeededCallback,failedCallback,userContext); },
getDetLAVList:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getDetLAVList',false,{query:query},succeededCallback,failedCallback,userContext); },
getCountryList:function(pOKLatMax,pOKLatMin,pOKLongMax,pOKLongMin,pKOLatMax,pKOLatMin,pKOLongMax,pKOLongMin,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getCountryList',false,{pOKLatMax:pOKLatMax,pOKLatMin:pOKLatMin,pOKLongMax:pOKLongMax,pOKLongMin:pOKLongMin,pKOLatMax:pKOLatMax,pKOLatMin:pKOLatMin,pKOLongMax:pKOLongMax,pKOLongMin:pKOLongMin},succeededCallback,failedCallback,userContext); },
getCountriesListByNames:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getCountriesListByNames',false,{query:query},succeededCallback,failedCallback,userContext); },
getCountryByCode:function(pCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getCountryByCode',false,{pCode:pCode},succeededCallback,failedCallback,userContext); },
getCitiesList:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getCitiesList',false,{query:query},succeededCallback,failedCallback,userContext); },
getCitiesListByName:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getCitiesListByName',false,{query:query},succeededCallback,failedCallback,userContext); },
getCityByName:function(pCountryName,pCityName,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getCityByName',false,{pCountryName:pCountryName,pCityName:pCityName},succeededCallback,failedCallback,userContext); },
getCityLAVList:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getCityLAVList',false,{query:query},succeededCallback,failedCallback,userContext); },
getCityCodeLAVList:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getCityCodeLAVList',false,{query:query},succeededCallback,failedCallback,userContext); },
getDecLAVList:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getDecLAVList',false,{query:query},succeededCallback,failedCallback,userContext); },
getCityList:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getCityList',false,{query:query},succeededCallback,failedCallback,userContext); },
getHasPkCityList:function(pOKLatMax,pOKLatMin,pOKLongMax,pOKLongMin,pKOLatMax,pKOLatMin,pKOLongMax,pKOLongMin,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getHasPkCityList',false,{pOKLatMax:pOKLatMax,pOKLatMin:pOKLatMin,pOKLongMax:pOKLongMax,pOKLongMin:pOKLongMin,pKOLatMax:pKOLatMax,pKOLatMin:pKOLatMin,pKOLongMax:pKOLongMax,pKOLongMin:pKOLongMin},succeededCallback,failedCallback,userContext); },
getThemesList:function(pThemeCode,pOKLatMax,pOKLatMin,pOKLongMax,pOKLongMin,pKOLatMax,pKOLatMin,pKOLongMax,pKOLongMin,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getThemesList',false,{pThemeCode:pThemeCode,pOKLatMax:pOKLatMax,pOKLatMin:pOKLatMin,pOKLongMax:pOKLongMax,pOKLongMin:pOKLongMin,pKOLatMax:pKOLatMax,pKOLatMin:pKOLatMin,pKOLongMax:pKOLongMax,pKOLongMin:pKOLongMin},succeededCallback,failedCallback,userContext); },
getLavByCode:function(pCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getLavByCode',false,{pCode:pCode},succeededCallback,failedCallback,userContext); },
getLavList:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getLavList',false,{query:query},succeededCallback,failedCallback,userContext); },
getLavByNameCategoryAndLatLongAndOwner:function(pName,pCategory,pLattitude,pLongitude,pdeltaLat,pdeltaLong,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getLavByNameCategoryAndLatLongAndOwner',false,{pName:pName,pCategory:pCategory,pLattitude:pLattitude,pLongitude:pLongitude,pdeltaLat:pdeltaLat,pdeltaLong:pdeltaLong},succeededCallback,failedCallback,userContext); },
getLavByNameCategoryAndLatLong:function(pName,pCategory,pLattitude,pLongitude,pdeltaLat,pdeltaLong,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getLavByNameCategoryAndLatLong',false,{pName:pName,pCategory:pCategory,pLattitude:pLattitude,pLongitude:pLongitude,pdeltaLat:pdeltaLat,pdeltaLong:pdeltaLong},succeededCallback,failedCallback,userContext); },
getLavListGeneric:function(pUniversalCode,pCityCode,pOwnerID,pCategory,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getLavListGeneric',false,{pUniversalCode:pUniversalCode,pCityCode:pCityCode,pOwnerID:pOwnerID,pCategory:pCategory},succeededCallback,failedCallback,userContext); },
getLAVListByNameCategoryCityAndCountryAndOwner:function(pLavName,pLavCategory,pCountryCode,pCityName,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getLAVListByNameCategoryCityAndCountryAndOwner',false,{pLavName:pLavName,pLavCategory:pLavCategory,pCountryCode:pCountryCode,pCityName:pCityName},succeededCallback,failedCallback,userContext); },
getLAVListByNameCategoryCityAndCountry:function(pLavName,pLavCategory,pCountryCode,pCityName,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getLAVListByNameCategoryCityAndCountry',false,{pLavName:pLavName,pLavCategory:pLavCategory,pCountryCode:pCountryCode,pCityName:pCityName},succeededCallback,failedCallback,userContext); },
getLAVListFromProductCodeList:function(pUCodeList,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getLAVListFromProductCodeList',false,{pUCodeList:pUCodeList},succeededCallback,failedCallback,userContext); },
getLAVListFromProductCode:function(pUCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getLAVListFromProductCode',false,{pUCode:pUCode},succeededCallback,failedCallback,userContext); },
GetAllPointProduct:function(universalCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetAllPointProduct',false,{universalCode:universalCode},succeededCallback,failedCallback,userContext); },
getLAVListFromIATAList:function(pIATAList,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getLAVListFromIATAList',false,{pIATAList:pIATAList},succeededCallback,failedCallback,userContext); },
getLAVListFromTravel:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getLAVListFromTravel',false,{},succeededCallback,failedCallback,userContext); },
getLAVXML:function(code,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getLAVXML',false,{code:code},succeededCallback,failedCallback,userContext); },
getLavTags:function(pCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getLavTags',false,{pCode:pCode},succeededCallback,failedCallback,userContext); },
getLavListHTML:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getLavListHTML',false,{query:query},succeededCallback,failedCallback,userContext); },
createCity:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'createCity',false,{query:query},succeededCallback,failedCallback,userContext); },
createCityQualif:function(pCityCode,pChannelID,pAirportList,pStatus,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'createCityQualif',false,{pCityCode:pCityCode,pChannelID:pChannelID,pAirportList:pAirportList,pStatus:pStatus},succeededCallback,failedCallback,userContext); },
createLAV:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'createLAV',false,{query:query},succeededCallback,failedCallback,userContext); },
createLAVAsOfficialOwnerID:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'createLAVAsOfficialOwnerID',false,{query:query},succeededCallback,failedCallback,userContext); },
createLAVWhitUniversalCode:function(query,pUniversalCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'createLAVWhitUniversalCode',false,{query:query,pUniversalCode:pUniversalCode},succeededCallback,failedCallback,userContext); },
createLAVWhitUniversalCodeAsOfficialOwnerID:function(query,pUniversalCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'createLAVWhitUniversalCodeAsOfficialOwnerID',false,{query:query,pUniversalCode:pUniversalCode},succeededCallback,failedCallback,userContext); },
modifyLAV:function(query,pTags,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'modifyLAV',false,{query:query,pTags:pTags},succeededCallback,failedCallback,userContext); },
deleteLAV:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'deleteLAV',false,{query:query},succeededCallback,failedCallback,userContext); },
deleteLAVFromDB:function(Code,Category,isLAV,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'deleteLAVFromDB',false,{Code:Code,Category:Category,isLAV:isLAV},succeededCallback,failedCallback,userContext); },
relocateLAVFullParams:function(Type,Code,Name,Lattitude,Longitude,Rayon,cityCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'relocateLAVFullParams',false,{Type:Type,Code:Code,Name:Name,Lattitude:Lattitude,Longitude:Longitude,Rayon:Rayon,cityCode:cityCode},succeededCallback,failedCallback,userContext); },
relocateLAV:function(query,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'relocateLAV',false,{query:query},succeededCallback,failedCallback,userContext); },
storeLatLongCompletionList:function(Lattitude,Longitude,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'storeLatLongCompletionList',false,{Lattitude:Lattitude,Longitude:Longitude},succeededCallback,failedCallback,userContext); },
storeCountryCompletionList:function(countryCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'storeCountryCompletionList',false,{countryCode:countryCode},succeededCallback,failedCallback,userContext); },
storeCityCompletionList:function(cityName,countryCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'storeCityCompletionList',false,{cityName:cityName,countryCode:countryCode},succeededCallback,failedCallback,userContext); },
GetLavCity:function(LavCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetLavCity',false,{LavCode:LavCode},succeededCallback,failedCallback,userContext); },
GetCityCoordinates:function(cityName,countryCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetCityCoordinates',false,{cityName:cityName,countryCode:countryCode},succeededCallback,failedCallback,userContext); },
GetCityCodeByName:function(CountryCode,cityName,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetCityCodeByName',false,{CountryCode:CountryCode,cityName:cityName},succeededCallback,failedCallback,userContext); },
GetCitiesByName:function(cityName,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetCitiesByName',false,{cityName:cityName},succeededCallback,failedCallback,userContext); },
changeCityCode:function(oldCode,newCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'changeCityCode',false,{oldCode:oldCode,newCode:newCode},succeededCallback,failedCallback,userContext); },
GetCitiesByNameAndCountryCode:function(countryCode,cityName,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetCitiesByNameAndCountryCode',false,{countryCode:countryCode,cityName:cityName},succeededCallback,failedCallback,userContext); },
GetCitiesListByNameAndCountryCode:function(countryName,cityName,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetCitiesListByNameAndCountryCode',false,{countryName:countryName,cityName:cityName},succeededCallback,failedCallback,userContext); },
GetCitiesListDoublons:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetCitiesListDoublons',false,{},succeededCallback,failedCallback,userContext); },
getCitiesListWithoutMotsClefs:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getCitiesListWithoutMotsClefs',false,{},succeededCallback,failedCallback,userContext); },
getCitiesListWithoutLCity:function(succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'getCitiesListWithoutLCity',false,{},succeededCallback,failedCallback,userContext); },
GetMotClefs:function(id,motClef,type,equiv,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetMotClefs',false,{id:id,motClef:motClef,type:type,equiv:equiv},succeededCallback,failedCallback,userContext); },
SetMotsClefs:function(id,motClef,type,equiv,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'SetMotsClefs',false,{id:id,motClef:motClef,type:type,equiv:equiv},succeededCallback,failedCallback,userContext); },
CreateMotClef:function(Mot,Type,Equiv,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'CreateMotClef',false,{Mot:Mot,Type:Type,Equiv:Equiv},succeededCallback,failedCallback,userContext); },
GetCitiesByCountryAndPatternNameFromProduct:function(countryName,cityName,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetCitiesByCountryAndPatternNameFromProduct',false,{countryName:countryName,cityName:cityName},succeededCallback,failedCallback,userContext); },
GetCitiesByCityCodeFromProduct:function(cityCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetCitiesByCityCodeFromProduct',false,{cityCode:cityCode},succeededCallback,failedCallback,userContext); },
GetCitiesByCityCode:function(cityCode,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'GetCitiesByCityCode',false,{cityCode:cityCode},succeededCallback,failedCallback,userContext); },
setCityQUALIF:function(pCodeVille,pChannelID,pAirportList,pStatus,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'setCityQUALIF',false,{pCodeVille:pCodeVille,pChannelID:pChannelID,pAirportList:pAirportList,pStatus:pStatus},succeededCallback,failedCallback,userContext); },
deleteCityQUALIF:function(pCodeVille,pChannelID,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'deleteCityQUALIF',false,{pCodeVille:pCodeVille,pChannelID:pChannelID},succeededCallback,failedCallback,userContext); },
UpdateCitiesQualifCount:function(pChannelID,succeededCallback, failedCallback, userContext) {
return this._invoke(MWLavService.get_path(), 'UpdateCitiesQualifCount',false,{pChannelID:pChannelID},succeededCallback,failedCallback,userContext); }}
MWLavService.registerClass('MWLavService',Sys.Net.WebServiceProxy);
MWLavService._staticInstance = new MWLavService();
MWLavService.set_path = function(value) { MWLavService._staticInstance._path = value; }
MWLavService.get_path = function() { return MWLavService._staticInstance._path; }
MWLavService.set_timeout = function(value) { MWLavService._staticInstance._timeout = value; }
MWLavService.get_timeout = function() { return MWLavService._staticInstance._timeout; }
MWLavService.set_defaultUserContext = function(value) { MWLavService._staticInstance._userContext = value; }
MWLavService.get_defaultUserContext = function() { return MWLavService._staticInstance._userContext; }
MWLavService.set_defaultSucceededCallback = function(value) { MWLavService._staticInstance._succeeded = value; }
MWLavService.get_defaultSucceededCallback = function() { return MWLavService._staticInstance._succeeded; }
MWLavService.set_defaultFailedCallback = function(value) { MWLavService._staticInstance._failed = value; }
MWLavService.get_defaultFailedCallback = function() { return MWLavService._staticInstance._failed; }
MWLavService.set_path("/WebServices/MWLavService.asmx");
MWLavService.setCity= function(Code,CountryCode,Name,pLattitude,pLongitude,OwnerID,onSuccess,onFailed,userContext) {MWLavService._staticInstance.setCity(Code,CountryCode,Name,pLattitude,pLongitude,OwnerID,onSuccess,onFailed,userContext); }
MWLavService.setCityCode= function(pNewCode,pOldCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.setCityCode(pNewCode,pOldCode,onSuccess,onFailed,userContext); }
MWLavService.setCityCodeUNinProduct= function(pCityCodeUNOld,pCityCodeUNNew,onSuccess,onFailed,userContext) {MWLavService._staticInstance.setCityCodeUNinProduct(pCityCodeUNOld,pCityCodeUNNew,onSuccess,onFailed,userContext); }
MWLavService.GetQualifCitiesByCityCode= function(pCityCode,pChannelID,onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetQualifCitiesByCityCode(pCityCode,pChannelID,onSuccess,onFailed,userContext); }
MWLavService.ForceReload= function(onSuccess,onFailed,userContext) {MWLavService._staticInstance.ForceReload(onSuccess,onFailed,userContext); }
MWLavService.GetCitiesCompletionList= function(prefixText,count,onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetCitiesCompletionList(prefixText,count,onSuccess,onFailed,userContext); }
MWLavService.GetLAVCompletionList= function(prefixText,count,onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetLAVCompletionList(prefixText,count,onSuccess,onFailed,userContext); }
MWLavService.GetLAVCompletionListCityName= function(prefixText,count,onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetLAVCompletionListCityName(prefixText,count,onSuccess,onFailed,userContext); }
MWLavService.GetCityCompletionList= function(prefixText,count,onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetCityCompletionList(prefixText,count,onSuccess,onFailed,userContext); }
MWLavService.getLAVAdress= function(lavName,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getLAVAdress(lavName,onSuccess,onFailed,userContext); }
MWLavService.setLAV= function(lavAction,Par,Code,onSuccess,onFailed,userContext) {MWLavService._staticInstance.setLAV(lavAction,Par,Code,onSuccess,onFailed,userContext); }
MWLavService.CreatePaternityRequest= function(LavCode,RequestText,LavName,Email,ComptePro,onSuccess,onFailed,userContext) {MWLavService._staticInstance.CreatePaternityRequest(LavCode,RequestText,LavName,Email,ComptePro,onSuccess,onFailed,userContext); }
MWLavService.UpdatePaternityRequestStatus= function(PaterniteCode,status,onSuccess,onFailed,userContext) {MWLavService._staticInstance.UpdatePaternityRequestStatus(PaterniteCode,status,onSuccess,onFailed,userContext); }
MWLavService.DeletePaternity= function(PaterniteCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.DeletePaternity(PaterniteCode,onSuccess,onFailed,userContext); }
MWLavService.SetUserNameCase= function(pUserNameCase,onSuccess,onFailed,userContext) {MWLavService._staticInstance.SetUserNameCase(pUserNameCase,onSuccess,onFailed,userContext); }
MWLavService.moveUpETAPinList= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.moveUpETAPinList(query,onSuccess,onFailed,userContext); }
MWLavService.moveDownETAPinList= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.moveDownETAPinList(query,onSuccess,onFailed,userContext); }
MWLavService.getDetLAVList= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getDetLAVList(query,onSuccess,onFailed,userContext); }
MWLavService.getCountryList= function(pOKLatMax,pOKLatMin,pOKLongMax,pOKLongMin,pKOLatMax,pKOLatMin,pKOLongMax,pKOLongMin,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getCountryList(pOKLatMax,pOKLatMin,pOKLongMax,pOKLongMin,pKOLatMax,pKOLatMin,pKOLongMax,pKOLongMin,onSuccess,onFailed,userContext); }
MWLavService.getCountriesListByNames= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getCountriesListByNames(query,onSuccess,onFailed,userContext); }
MWLavService.getCountryByCode= function(pCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getCountryByCode(pCode,onSuccess,onFailed,userContext); }
MWLavService.getCitiesList= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getCitiesList(query,onSuccess,onFailed,userContext); }
MWLavService.getCitiesListByName= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getCitiesListByName(query,onSuccess,onFailed,userContext); }
MWLavService.getCityByName= function(pCountryName,pCityName,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getCityByName(pCountryName,pCityName,onSuccess,onFailed,userContext); }
MWLavService.getCityLAVList= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getCityLAVList(query,onSuccess,onFailed,userContext); }
MWLavService.getCityCodeLAVList= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getCityCodeLAVList(query,onSuccess,onFailed,userContext); }
MWLavService.getDecLAVList= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getDecLAVList(query,onSuccess,onFailed,userContext); }
MWLavService.getCityList= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getCityList(query,onSuccess,onFailed,userContext); }
MWLavService.getHasPkCityList= function(pOKLatMax,pOKLatMin,pOKLongMax,pOKLongMin,pKOLatMax,pKOLatMin,pKOLongMax,pKOLongMin,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getHasPkCityList(pOKLatMax,pOKLatMin,pOKLongMax,pOKLongMin,pKOLatMax,pKOLatMin,pKOLongMax,pKOLongMin,onSuccess,onFailed,userContext); }
MWLavService.getThemesList= function(pThemeCode,pOKLatMax,pOKLatMin,pOKLongMax,pOKLongMin,pKOLatMax,pKOLatMin,pKOLongMax,pKOLongMin,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getThemesList(pThemeCode,pOKLatMax,pOKLatMin,pOKLongMax,pOKLongMin,pKOLatMax,pKOLatMin,pKOLongMax,pKOLongMin,onSuccess,onFailed,userContext); }
MWLavService.getLavByCode= function(pCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getLavByCode(pCode,onSuccess,onFailed,userContext); }
MWLavService.getLavList= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getLavList(query,onSuccess,onFailed,userContext); }
MWLavService.getLavByNameCategoryAndLatLongAndOwner= function(pName,pCategory,pLattitude,pLongitude,pdeltaLat,pdeltaLong,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getLavByNameCategoryAndLatLongAndOwner(pName,pCategory,pLattitude,pLongitude,pdeltaLat,pdeltaLong,onSuccess,onFailed,userContext); }
MWLavService.getLavByNameCategoryAndLatLong= function(pName,pCategory,pLattitude,pLongitude,pdeltaLat,pdeltaLong,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getLavByNameCategoryAndLatLong(pName,pCategory,pLattitude,pLongitude,pdeltaLat,pdeltaLong,onSuccess,onFailed,userContext); }
MWLavService.getLavListGeneric= function(pUniversalCode,pCityCode,pOwnerID,pCategory,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getLavListGeneric(pUniversalCode,pCityCode,pOwnerID,pCategory,onSuccess,onFailed,userContext); }
MWLavService.getLAVListByNameCategoryCityAndCountryAndOwner= function(pLavName,pLavCategory,pCountryCode,pCityName,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getLAVListByNameCategoryCityAndCountryAndOwner(pLavName,pLavCategory,pCountryCode,pCityName,onSuccess,onFailed,userContext); }
MWLavService.getLAVListByNameCategoryCityAndCountry= function(pLavName,pLavCategory,pCountryCode,pCityName,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getLAVListByNameCategoryCityAndCountry(pLavName,pLavCategory,pCountryCode,pCityName,onSuccess,onFailed,userContext); }
MWLavService.getLAVListFromProductCodeList= function(pUCodeList,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getLAVListFromProductCodeList(pUCodeList,onSuccess,onFailed,userContext); }
MWLavService.getLAVListFromProductCode= function(pUCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getLAVListFromProductCode(pUCode,onSuccess,onFailed,userContext); }
MWLavService.GetAllPointProduct= function(universalCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetAllPointProduct(universalCode,onSuccess,onFailed,userContext); }
MWLavService.getLAVListFromIATAList= function(pIATAList,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getLAVListFromIATAList(pIATAList,onSuccess,onFailed,userContext); }
MWLavService.getLAVListFromTravel= function(onSuccess,onFailed,userContext) {MWLavService._staticInstance.getLAVListFromTravel(onSuccess,onFailed,userContext); }
MWLavService.getLAVXML= function(code,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getLAVXML(code,onSuccess,onFailed,userContext); }
MWLavService.getLavTags= function(pCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getLavTags(pCode,onSuccess,onFailed,userContext); }
MWLavService.getLavListHTML= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.getLavListHTML(query,onSuccess,onFailed,userContext); }
MWLavService.createCity= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.createCity(query,onSuccess,onFailed,userContext); }
MWLavService.createCityQualif= function(pCityCode,pChannelID,pAirportList,pStatus,onSuccess,onFailed,userContext) {MWLavService._staticInstance.createCityQualif(pCityCode,pChannelID,pAirportList,pStatus,onSuccess,onFailed,userContext); }
MWLavService.createLAV= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.createLAV(query,onSuccess,onFailed,userContext); }
MWLavService.createLAVAsOfficialOwnerID= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.createLAVAsOfficialOwnerID(query,onSuccess,onFailed,userContext); }
MWLavService.createLAVWhitUniversalCode= function(query,pUniversalCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.createLAVWhitUniversalCode(query,pUniversalCode,onSuccess,onFailed,userContext); }
MWLavService.createLAVWhitUniversalCodeAsOfficialOwnerID= function(query,pUniversalCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.createLAVWhitUniversalCodeAsOfficialOwnerID(query,pUniversalCode,onSuccess,onFailed,userContext); }
MWLavService.modifyLAV= function(query,pTags,onSuccess,onFailed,userContext) {MWLavService._staticInstance.modifyLAV(query,pTags,onSuccess,onFailed,userContext); }
MWLavService.deleteLAV= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.deleteLAV(query,onSuccess,onFailed,userContext); }
MWLavService.deleteLAVFromDB= function(Code,Category,isLAV,onSuccess,onFailed,userContext) {MWLavService._staticInstance.deleteLAVFromDB(Code,Category,isLAV,onSuccess,onFailed,userContext); }
MWLavService.relocateLAVFullParams= function(Type,Code,Name,Lattitude,Longitude,Rayon,cityCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.relocateLAVFullParams(Type,Code,Name,Lattitude,Longitude,Rayon,cityCode,onSuccess,onFailed,userContext); }
MWLavService.relocateLAV= function(query,onSuccess,onFailed,userContext) {MWLavService._staticInstance.relocateLAV(query,onSuccess,onFailed,userContext); }
MWLavService.storeLatLongCompletionList= function(Lattitude,Longitude,onSuccess,onFailed,userContext) {MWLavService._staticInstance.storeLatLongCompletionList(Lattitude,Longitude,onSuccess,onFailed,userContext); }
MWLavService.storeCountryCompletionList= function(countryCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.storeCountryCompletionList(countryCode,onSuccess,onFailed,userContext); }
MWLavService.storeCityCompletionList= function(cityName,countryCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.storeCityCompletionList(cityName,countryCode,onSuccess,onFailed,userContext); }
MWLavService.GetLavCity= function(LavCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetLavCity(LavCode,onSuccess,onFailed,userContext); }
MWLavService.GetCityCoordinates= function(cityName,countryCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetCityCoordinates(cityName,countryCode,onSuccess,onFailed,userContext); }
MWLavService.GetCityCodeByName= function(CountryCode,cityName,onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetCityCodeByName(CountryCode,cityName,onSuccess,onFailed,userContext); }
MWLavService.GetCitiesByName= function(cityName,onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetCitiesByName(cityName,onSuccess,onFailed,userContext); }
MWLavService.changeCityCode= function(oldCode,newCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.changeCityCode(oldCode,newCode,onSuccess,onFailed,userContext); }
MWLavService.GetCitiesByNameAndCountryCode= function(countryCode,cityName,onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetCitiesByNameAndCountryCode(countryCode,cityName,onSuccess,onFailed,userContext); }
MWLavService.GetCitiesListByNameAndCountryCode= function(countryName,cityName,onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetCitiesListByNameAndCountryCode(countryName,cityName,onSuccess,onFailed,userContext); }
MWLavService.GetCitiesListDoublons= function(onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetCitiesListDoublons(onSuccess,onFailed,userContext); }
MWLavService.getCitiesListWithoutMotsClefs= function(onSuccess,onFailed,userContext) {MWLavService._staticInstance.getCitiesListWithoutMotsClefs(onSuccess,onFailed,userContext); }
MWLavService.getCitiesListWithoutLCity= function(onSuccess,onFailed,userContext) {MWLavService._staticInstance.getCitiesListWithoutLCity(onSuccess,onFailed,userContext); }
MWLavService.GetMotClefs= function(id,motClef,type,equiv,onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetMotClefs(id,motClef,type,equiv,onSuccess,onFailed,userContext); }
MWLavService.SetMotsClefs= function(id,motClef,type,equiv,onSuccess,onFailed,userContext) {MWLavService._staticInstance.SetMotsClefs(id,motClef,type,equiv,onSuccess,onFailed,userContext); }
MWLavService.CreateMotClef= function(Mot,Type,Equiv,onSuccess,onFailed,userContext) {MWLavService._staticInstance.CreateMotClef(Mot,Type,Equiv,onSuccess,onFailed,userContext); }
MWLavService.GetCitiesByCountryAndPatternNameFromProduct= function(countryName,cityName,onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetCitiesByCountryAndPatternNameFromProduct(countryName,cityName,onSuccess,onFailed,userContext); }
MWLavService.GetCitiesByCityCodeFromProduct= function(cityCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetCitiesByCityCodeFromProduct(cityCode,onSuccess,onFailed,userContext); }
MWLavService.GetCitiesByCityCode= function(cityCode,onSuccess,onFailed,userContext) {MWLavService._staticInstance.GetCitiesByCityCode(cityCode,onSuccess,onFailed,userContext); }
MWLavService.setCityQUALIF= function(pCodeVille,pChannelID,pAirportList,pStatus,onSuccess,onFailed,userContext) {MWLavService._staticInstance.setCityQUALIF(pCodeVille,pChannelID,pAirportList,pStatus,onSuccess,onFailed,userContext); }
MWLavService.deleteCityQUALIF= function(pCodeVille,pChannelID,onSuccess,onFailed,userContext) {MWLavService._staticInstance.deleteCityQUALIF(pCodeVille,pChannelID,onSuccess,onFailed,userContext); }
MWLavService.UpdateCitiesQualifCount= function(pChannelID,onSuccess,onFailed,userContext) {MWLavService._staticInstance.UpdateCitiesQualifCount(pChannelID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('MediaWelcome.Processes.Search');
if (typeof(MediaWelcome.Processes.Search.searchParametersCityList) === 'undefined') {
MediaWelcome.Processes.Search.searchParametersCityList=gtc("MediaWelcome.Processes.Search.searchParametersCityList");
MediaWelcome.Processes.Search.searchParametersCityList.registerClass('MediaWelcome.Processes.Search.searchParametersCityList');
}
Type.registerNamespace('MediaWelcome.Tech');
if (typeof(MediaWelcome.Tech.moduleReturnParameters) === 'undefined') {
MediaWelcome.Tech.moduleReturnParameters=gtc("MediaWelcome.Tech.moduleReturnParameters");
MediaWelcome.Tech.moduleReturnParameters.registerClass('MediaWelcome.Tech.moduleReturnParameters');
}
if (typeof(MediaWelcome.Processes.Search.basketParameters) === 'undefined') {
MediaWelcome.Processes.Search.basketParameters=gtc("MediaWelcome.Processes.Search.basketParameters");
MediaWelcome.Processes.Search.basketParameters.registerClass('MediaWelcome.Processes.Search.basketParameters');
}
if (typeof(MediaWelcome.Processes.Search.searchParameters) === 'undefined') {
MediaWelcome.Processes.Search.searchParameters=gtc("MediaWelcome.Processes.Search.searchParameters");
MediaWelcome.Processes.Search.searchParameters.registerClass('MediaWelcome.Processes.Search.searchParameters');
}
if (typeof(MediaWelcome.Processes.Search.searchParDec) === 'undefined') {
MediaWelcome.Processes.Search.searchParDec=gtc("MediaWelcome.Processes.Search.searchParDec");
MediaWelcome.Processes.Search.searchParDec.registerClass('MediaWelcome.Processes.Search.searchParDec');
}
if (typeof(MediaWelcome.Processes.Search.insertCityParameters) === 'undefined') {
MediaWelcome.Processes.Search.insertCityParameters=gtc("MediaWelcome.Processes.Search.insertCityParameters");
MediaWelcome.Processes.Search.insertCityParameters.registerClass('MediaWelcome.Processes.Search.insertCityParameters');
}
if (typeof(MediaWelcome.Processes.Search.insertLAVParameters) === 'undefined') {
MediaWelcome.Processes.Search.insertLAVParameters=gtc("MediaWelcome.Processes.Search.insertLAVParameters");
MediaWelcome.Processes.Search.insertLAVParameters.registerClass('MediaWelcome.Processes.Search.insertLAVParameters');
}
if (typeof(MediaWelcome.Processes.Search.searchParametersLAV) === 'undefined') {
MediaWelcome.Processes.Search.searchParametersLAV=gtc("MediaWelcome.Processes.Search.searchParametersLAV");
MediaWelcome.Processes.Search.searchParametersLAV.registerClass('MediaWelcome.Processes.Search.searchParametersLAV');
}
if (typeof(MediaWelcome.Processes.Search.locusListReturnParameters) === 'undefined') {
MediaWelcome.Processes.Search.locusListReturnParameters=gtc("MediaWelcome.Processes.Search.locusListReturnParameters");
MediaWelcome.Processes.Search.locusListReturnParameters.registerClass('MediaWelcome.Processes.Search.locusListReturnParameters');
}
if (typeof(MediaWelcome.Processes.Search.LAVParameters) === 'undefined') {
MediaWelcome.Processes.Search.LAVParameters=gtc("MediaWelcome.Processes.Search.LAVParameters");
MediaWelcome.Processes.Search.LAVParameters.registerClass('MediaWelcome.Processes.Search.LAVParameters');
}

