Index: vhTest/Mock/APPS/EC/Winkelkar/WinkelkarService.cls.xml =================================================================== diff -u -r38801 -r38997 --- vhTest/Mock/APPS/EC/Winkelkar/WinkelkarService.cls.xml (.../WinkelkarService.cls.xml) (revision 38801) +++ vhTest/Mock/APPS/EC/Winkelkar/WinkelkarService.cls.xml (.../WinkelkarService.cls.xml) (revision 38997) @@ -140,9 +140,9 @@ -WinkelkarID:%String,GroepNaam:%String,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%Integer,ProjectReferentie:%String="" +WinkelkarID:%String,GroepNaam:%String,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%Integer,ProjectReferentie:%String="",ExterneId:%String="" %String - @@ -154,9 +154,9 @@ -WinkelkarID:%String,ProductID:%String,Aantal:%Integer,PakketReferentie:%String="",ProjectReferentie:%String="" +WinkelkarID:%String,ProductID:%String,Aantal:%Integer,PakketReferentie:%String="",ProjectReferentie:%String="",ExterneId:%String="" %String - Index: vhUnitTest/WSimpl/Vhisie4/Winkelkar/WinkelkarService/BewaarMaatwerkLijn/Test.cls.xml =================================================================== diff -u --- vhUnitTest/WSimpl/Vhisie4/Winkelkar/WinkelkarService/BewaarMaatwerkLijn/Test.cls.xml (revision 0) +++ vhUnitTest/WSimpl/Vhisie4/Winkelkar/WinkelkarService/BewaarMaatwerkLijn/Test.cls.xml (revision 38997) @@ -0,0 +1,109 @@ + + + +vhUnitTest.TestCase + + + + + + +1 +APPS.PM.Maatwerk.dto.TBXKenmerkenLegacy + + + + +1 +WS.Vhisie4.Winkelkar.BewaarMaatwerkLijnRequest + + + + +1 +ECON.PM.Maatwerk.dto.TbxKenmerken + + + + +1 +APPS.EDI.common.dto.v001.LadeTBX + + + + + + Index: vhUnitTest/APPS/VKP/impl/OfferteService/VoegToeMaatwerk/Test.cls.xml =================================================================== diff -u -r37429 -r38997 --- vhUnitTest/APPS/VKP/impl/OfferteService/VoegToeMaatwerk/Test.cls.xml (.../Test.cls.xml) (revision 37429) +++ vhUnitTest/APPS/VKP/impl/OfferteService/VoegToeMaatwerk/Test.cls.xml (.../Test.cls.xml) (revision 38997) @@ -16,7 +16,7 @@ Do OfferteMock.IndienMethodCall("GeefWinkelkarID").DanReturn(DummyWinkelkarId) Do OfferteMock.IndienMethodCall("GeefPersonalityID").DanReturn(DummyPersonalityId) Set WinkelkarServiceMock = ##class(vhTest.Mock.APPS.EC.Winkelkar.impl.WinkelkarService).%New() - Do WinkelkarServiceMock.VerwachtMethodCall("VoegToeMaatwerk",DummyWinkelkarId,"",LBXKenmerkenFake,DummyAantal,"").DanReturn(DummyWinkelkarId) + Do WinkelkarServiceMock.VerwachtMethodCall("VoegToeMaatwerk",DummyWinkelkarId,"",LBXKenmerkenFake,DummyAantal,"","").DanReturn(DummyWinkelkarId) Set LijnRepositoryMock = ##class(vhTest.Mock.TECH.Persistentie.Repository).%New() Do LijnRepositoryMock.VerwachtMethodCall("GeefViaID",DummyWinkelkarId) Set TaalBepalerMock = ##class(vhTest.Mock.APPS.EC.Winkelkar.impl.TaalBepaler).%New() Index: ECONimpl/PM/Maatwerk/EdiConverter.cls.xml =================================================================== diff -u -r38897 -r38997 --- ECONimpl/PM/Maatwerk/EdiConverter.cls.xml (.../EdiConverter.cls.xml) (revision 38897) +++ ECONimpl/PM/Maatwerk/EdiConverter.cls.xml (.../EdiConverter.cls.xml) (revision 38997) @@ -1,7 +1,7 @@ -TECH.RegisteredObject +TECH.Mockable TECH.ObjectUtils.impl.ObjectConverter Index: APPS/VKP/OfferteService.cls.xml =================================================================== diff -u -r38921 -r38997 --- APPS/VKP/OfferteService.cls.xml (.../OfferteService.cls.xml) (revision 38921) +++ APPS/VKP/OfferteService.cls.xml (.../OfferteService.cls.xml) (revision 38997) @@ -108,14 +108,14 @@ 1 -Offerte:APPS.VKP.Offerte,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%Integer,ProjectReferentie:%String="" +Offerte:APPS.VKP.Offerte,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%Integer,ProjectReferentie:%String="",ExterneId:%String="" DOM.EC.Winkelkar.MaatwerkLijn 1 -Offerte:APPS.VKP.Offerte,ProductID:%String,Aantal:%Integer,PakketReferentie:%String="",ProjectReferentie:%String="" +Offerte:APPS.VKP.Offerte,ProductID:%String,Aantal:%Integer,PakketReferentie:%String="",ProjectReferentie:%String="",ExterneId:%String="" DOM.EC.Winkelkar.ProductLijn Index: vhTest/Fake/ECONimpl/PM/Maatwerk/EdiConverter.cls.xml =================================================================== diff -u --- vhTest/Fake/ECONimpl/PM/Maatwerk/EdiConverter.cls.xml (revision 0) +++ vhTest/Fake/ECONimpl/PM/Maatwerk/EdiConverter.cls.xml (revision 38997) @@ -0,0 +1,36 @@ + + + + +Deze klasse werd automatisch gegenereerd en onderhouden, nieuwe methodes worden automatisch bijgevoegd, bestaande blijven zoals ze zijn. +Een hercompilatie van de basis interface - met een correct werkende studiohook ( v2.20 ++ ) - zorgt ervoor dat deze klasse aangepast wordt +1 +ECONimpl.PM.Maatwerk.EdiConverter + + +Product:ECON.PM.Maatwerk.dto.TbxKenmerken +APPS.EDI.common.dto.v001.LadeTBX + + + + +Product:APPS.EDI.common.dto.v001.LadeTBX +ECON.PM.Maatwerk.dto.TbxKenmerken + + + + + + + + + + + + + + Index: vhUnitTest/APPS/EDI/Bestel/impl/BestelService/UnishopBesteller/PlaatsBestelling/Test.cls.xml =================================================================== diff -u -r38777 -r38997 --- vhUnitTest/APPS/EDI/Bestel/impl/BestelService/UnishopBesteller/PlaatsBestelling/Test.cls.xml (.../Test.cls.xml) (revision 38777) +++ vhUnitTest/APPS/EDI/Bestel/impl/BestelService/UnishopBesteller/PlaatsBestelling/Test.cls.xml (.../Test.cls.xml) (revision 38997) @@ -19,7 +19,7 @@ Set OfferteServiceMock = ##class(vhTest.Mock.APPS.VKP.OfferteService).%New() Do OfferteServiceMock.IndienMethodCall("GeefOfferte","OfferteID").DanReturn(OfferteStub) Do OfferteServiceMock.IndienMethodCall("VoegToeProduct").DanDoeNiks() - Do OfferteServiceMock.IndienMethodCall("VoegToeMaatwerk",OfferteStub,"","","").DanDoeNiks() + Do OfferteServiceMock.IndienMethodCall("VoegToeMaatwerk",OfferteStub,"","","","").DanDoeNiks() Set ProductConverterStub = ##class(vhTest.Mock.APPS.EDI.common.impl.ProductConverter).%New() Do ProductConverterStub.IndienMethodCall("Convert",$$$ElkeWaarde,$$$ElkeWaarde).DanReturn($$$NULLOREF) @@ -127,7 +127,7 @@ Set OfferteServiceMock = ##class(vhTest.Mock.APPS.VKP.OfferteService).%New() Set OfferteStub = ##class(vhTest.Mock.APPS.VKP.Offerte).%New() Do OfferteServiceMock.VerwachtMethodCall("GeefOfferte","OfferteID").DanReturn(OfferteStub) - Do OfferteServiceMock.VerwachtMethodCall("VoegToeMaatwerk",OfferteStub,"","","").ExactAantalKeer(1) + Do OfferteServiceMock.VerwachtMethodCall("VoegToeMaatwerk",OfferteStub,"","","","").ExactAantalKeer(1) Set UnishopBesteller = ##class(APPS.EDI.Bestel.impl.BestelService.UnishopBesteller).%New(ExterneVerkoopServiceMock, ProductConverterStub, OfferteServiceMock,,DummyHoofdingDto) #dim Resultaat As APPS.EDI.Bestel.BestelService.UnishopBesteller.PlaatsBestelling.Resultaat = UnishopBesteller.MaakOfferte(Aanvraag) @@ -157,7 +157,7 @@ Set OfferteServiceMock = ##class(vhTest.Mock.APPS.VKP.OfferteService).%New() Set OfferteStub = ##class(vhTest.Mock.APPS.VKP.Offerte).%New() Do OfferteServiceMock.VerwachtMethodCall("GeefOfferte","OfferteID").DanReturn(OfferteStub) - Do OfferteServiceMock.VerwachtMethodCall("VoegToeMaatwerk",OfferteStub,"","","").ExactAantalKeer(1) + Do OfferteServiceMock.VerwachtMethodCall("VoegToeMaatwerk",OfferteStub,"","","","").ExactAantalKeer(1) Set UnishopBesteller = ##class(APPS.EDI.Bestel.impl.BestelService.UnishopBesteller).%New(ExterneVerkoopServiceMock, ProductConverterStub, OfferteServiceMock,,DummyHoofdingDto) #dim Resultaat As APPS.EDI.Bestel.BestelService.UnishopBesteller.PlaatsBestelling.Resultaat = UnishopBesteller.MaakOfferte(Aanvraag) @@ -186,7 +186,7 @@ Set OfferteServiceMock = ##class(vhTest.Mock.APPS.VKP.OfferteService).%New() Set OfferteStub = ##class(vhTest.Mock.APPS.VKP.Offerte).%New() Do OfferteServiceMock.VerwachtMethodCall("GeefOfferte","OfferteID").DanReturn(OfferteStub) - Do OfferteServiceMock.VerwachtMethodCall("VoegToeMaatwerk",OfferteStub,"","","").ExactAantalKeer(2) + Do OfferteServiceMock.VerwachtMethodCall("VoegToeMaatwerk",OfferteStub,"","","","").ExactAantalKeer(2) Set UnishopBesteller = ##class(APPS.EDI.Bestel.impl.BestelService.UnishopBesteller).%New(ExterneVerkoopServiceMock, ProductConverterStub, OfferteServiceMock,,DummyHoofdingDto) #dim Resultaat As APPS.EDI.Bestel.BestelService.UnishopBesteller.PlaatsBestelling.Resultaat = UnishopBesteller.MaakOfferte(Aanvraag) @@ -213,7 +213,7 @@ Set OfferteServiceMock = ##class(vhTest.Mock.APPS.VKP.OfferteService).%New() Set OfferteStub = ##class(vhTest.Mock.APPS.VKP.Offerte).%New() - Do OfferteServiceMock.VerwachtMethodCall("VoegToeMaatwerk",OfferteStub,"","","").ExactAantalKeer(0) + Do OfferteServiceMock.VerwachtMethodCall("VoegToeMaatwerk",OfferteStub,"","","","").ExactAantalKeer(0) Set UnishopBesteller = ##class(APPS.EDI.Bestel.impl.BestelService.UnishopBesteller).%New(ExterneVerkoopServiceMock, ProductConverterStub, OfferteServiceMock,,DummyHoofdingDto) #dim Resultaat As APPS.EDI.Bestel.BestelService.UnishopBesteller.PlaatsBestelling.Resultaat = UnishopBesteller.MaakOfferte(Aanvraag) @@ -241,7 +241,7 @@ Set OfferteServiceMock = ##class(vhTest.Mock.APPS.VKP.OfferteService).%New() #dim OfferteStub = ##class(vhTest.Mock.APPS.VKP.Offerte).%New() - Do OfferteServiceMock.VerwachtMethodCall("VoegToeMaatwerk",OfferteStub,"","","").ExactAantalKeer(0) + Do OfferteServiceMock.VerwachtMethodCall("VoegToeMaatwerk",OfferteStub,"","","","").ExactAantalKeer(0) Set UnishopBesteller = ##class(APPS.EDI.Bestel.impl.BestelService.UnishopBesteller).%New(ExterneVerkoopServiceMock, ProductConverterStub, OfferteServiceMock,,DummyHoofdingDto) #dim Resultaat As APPS.EDI.Bestel.BestelService.UnishopBesteller.PlaatsBestelling.Resultaat = UnishopBesteller.MaakOfferte(Aanvraag) @@ -271,7 +271,7 @@ Set OfferteServiceMock = ##class(vhTest.Mock.APPS.VKP.OfferteService).%New() #dim OfferteStub = ##class(vhTest.Mock.APPS.VKP.Offerte).%New() Do OfferteServiceMock.VerwachtMethodCall("GeefOfferte","OfferteID").DanReturn(OfferteStub) - Do OfferteServiceMock.VerwachtMethodCall("VoegToeMaatwerk",OfferteStub,"","","").ExactAantalKeer(1) + Do OfferteServiceMock.VerwachtMethodCall("VoegToeMaatwerk",OfferteStub,"","","","").ExactAantalKeer(1) Set UnishopBesteller = ##class(APPS.EDI.Bestel.impl.BestelService.UnishopBesteller).%New(ExterneVerkoopServiceMock, ProductConverterStub, OfferteServiceMock,,DummyHoofdingDto) #dim Resultaat As APPS.EDI.Bestel.BestelService.UnishopBesteller.PlaatsBestelling.Resultaat = UnishopBesteller.MaakOfferte(Aanvraag) @@ -303,7 +303,7 @@ Set OfferteServiceMock = ##class(vhTest.Mock.APPS.VKP.OfferteService).%New() Set OfferteStub = ##class(vhTest.Mock.APPS.VKP.Offerte).%New() Do OfferteServiceMock.VerwachtMethodCall("GeefOfferte","OfferteID").DanReturn(OfferteStub) - Do OfferteServiceMock.VerwachtMethodCall("VoegToeMaatwerk",OfferteStub,"","","").ExactAantalKeer(3) + Do OfferteServiceMock.VerwachtMethodCall("VoegToeMaatwerk",OfferteStub,"","","","").ExactAantalKeer(3) Set UnishopBesteller = ##class(APPS.EDI.Bestel.impl.BestelService.UnishopBesteller).%New(ExterneVerkoopServiceMock, ProductConverterStub, OfferteServiceMock,,DummyHoofdingDto) #dim Resultaat As APPS.EDI.Bestel.BestelService.UnishopBesteller.PlaatsBestelling.Resultaat = UnishopBesteller.MaakOfferte(Aanvraag) Index: WSimpl/Vhisie4/Winkelkar/WinkelkarRepository.cls.xml =================================================================== diff -u --- WSimpl/Vhisie4/Winkelkar/WinkelkarRepository.cls.xml (revision 0) +++ WSimpl/Vhisie4/Winkelkar/WinkelkarRepository.cls.xml (revision 38997) @@ -0,0 +1,46 @@ + + + +TECH.Mockable + + +APPS.VKP.Offerte.OfferteRepository +1 + + + +DOM.EC.Winkelkar.impl.WinkelkarRepository +1 + + + +OfferteRepository:APPS.VKP.Offerte.OfferteRepository,WinkelkarRepository:DOM.EC.Winkelkar.impl.WinkelkarRepository +1 +1 +%Status +1 + + + + +ExterneId:%String +%Boolean + + + + +ExterneId:%String +%String + + + + + + Index: APPS/EDI/common/impl/LegacyConverter.cls.xml =================================================================== diff -u -r38993 -r38997 --- APPS/EDI/common/impl/LegacyConverter.cls.xml (.../LegacyConverter.cls.xml) (revision 38993) +++ APPS/EDI/common/impl/LegacyConverter.cls.xml (.../LegacyConverter.cls.xml) (revision 38997) @@ -1,7 +1,7 @@ -TECH.Object.ObjectConverter +TECH.Object.ObjectConverter,TECH.Mockable APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.TBXLadeCodeBepaler Index: vhTest/Mock/APPS/EC/Winkelkar/impl/WinkelkarService.cls.xml =================================================================== diff -u -r38986 -r38997 --- vhTest/Mock/APPS/EC/Winkelkar/impl/WinkelkarService.cls.xml (.../WinkelkarService.cls.xml) (revision 38986) +++ vhTest/Mock/APPS/EC/Winkelkar/impl/WinkelkarService.cls.xml (.../WinkelkarService.cls.xml) (revision 38997) @@ -128,9 +128,9 @@ -WinkelkarID:%String,GroepNaam:%String,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%Integer,ProjectReferentie:%String="" +WinkelkarID:%String,GroepNaam:%String,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%Integer,ProjectReferentie:%String="",ExterneId:%String="" %String - Index: vhTest/Mock/ECONimpl/PM/Maatwerk/EdiConverter.cls.xml =================================================================== diff -u --- vhTest/Mock/ECONimpl/PM/Maatwerk/EdiConverter.cls.xml (revision 0) +++ vhTest/Mock/ECONimpl/PM/Maatwerk/EdiConverter.cls.xml (revision 38997) @@ -0,0 +1,38 @@ + + + + +Deze klasse werd automatisch gegenereerd en onderhouden - lokale aanpassingen zijn niet nodig. +Een hercompilatie van de basis interface - met een correct werkende studiohook ( v2.20 ++ ) - zorgt ervoor dat deze klasse aangepast wordt +Inheritance van meerdere TECH.Interface interfaces resulteert nog niet in een mockklasse met overeenkomstige inheritance-structuur. +1 +ECONimpl.PM.Maatwerk.EdiConverter,Tools.Mock.MockClassBase +right + + +Product:ECON.PM.Maatwerk.dto.TbxKenmerken +APPS.EDI.common.dto.v001.LadeTBX + + + + +Product:APPS.EDI.common.dto.v001.LadeTBX +ECON.PM.Maatwerk.dto.TbxKenmerken + + + + + + + + + + + + + + Index: APPS/EC/Winkelkar/impl/WinkelkarService.cls.xml =================================================================== diff -u -r38986 -r38997 --- APPS/EC/Winkelkar/impl/WinkelkarService.cls.xml (.../WinkelkarService.cls.xml) (revision 38986) +++ APPS/EC/Winkelkar/impl/WinkelkarService.cls.xml (.../WinkelkarService.cls.xml) (revision 38997) @@ -201,14 +201,14 @@ -WinkelkarID:%String,GroepNaam:%String,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%Integer,ProjectReferentie:%String="" +WinkelkarID:%String,GroepNaam:%String,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%Integer,ProjectReferentie:%String="",ExterneId:%String="" %String 1 - + APPS.EDI.common.impl.LegacyConverter 1 + +WSimpl.Vhisie4.Winkelkar.WinkelkarRepository +1 + + -VerkoopService:APPS.EC.Verkoop.impl.Externe.VerkoopService +VerkoopService:APPS.EC.Verkoop.impl.Externe.VerkoopService,WinkelkarRepository:WSimpl.Vhisie4.Winkelkar.WinkelkarRepository,EdiConverter:ECONimpl.PM.Maatwerk.EdiConverter,LegacyConverter:APPS.EDI.common.impl.LegacyConverter 1 1 %Status 1 @@ -34,19 +43,17 @@ BewaarMaatwerkLijnRequest:WS.Vhisie4.Winkelkar.BewaarMaatwerkLijnRequest WS.Vhisie4.Winkelkar.BewaarMaatwerkLijnResponse Index: vhTest/Fake/WSimpl/Vhisie4/Winkelkar/WinkelkarRepository.cls.xml =================================================================== diff -u --- vhTest/Fake/WSimpl/Vhisie4/Winkelkar/WinkelkarRepository.cls.xml (revision 0) +++ vhTest/Fake/WSimpl/Vhisie4/Winkelkar/WinkelkarRepository.cls.xml (revision 38997) @@ -0,0 +1,26 @@ + + + + +Deze klasse werd automatisch gegenereerd en onderhouden, nieuwe methodes worden automatisch bijgevoegd, bestaande blijven zoals ze zijn. +Een hercompilatie van de basis interface - met een correct werkende studiohook ( v2.20 ++ ) - zorgt ervoor dat deze klasse aangepast wordt +1 +WSimpl.Vhisie4.Winkelkar.WinkelkarRepository + + +ExterneId:%String +%Boolean + + + + +ExterneId:%String +%String + + + + + + Index: vhTest/Mock/APPS/VKP/OfferteService.cls.xml =================================================================== diff -u -r38921 -r38997 --- vhTest/Mock/APPS/VKP/OfferteService.cls.xml (.../OfferteService.cls.xml) (revision 38921) +++ vhTest/Mock/APPS/VKP/OfferteService.cls.xml (.../OfferteService.cls.xml) (revision 38997) @@ -134,16 +134,16 @@ -Offerte:APPS.VKP.Offerte,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%Integer,ProjectReferentie:%String="" +Offerte:APPS.VKP.Offerte,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%Integer,ProjectReferentie:%String="",ExterneId:%String="" DOM.EC.Winkelkar.MaatwerkLijn - -Offerte:APPS.VKP.Offerte,ProductID:%String,Aantal:%Integer,PakketReferentie:%String="",ProjectReferentie:%String="" +Offerte:APPS.VKP.Offerte,ProductID:%String,Aantal:%Integer,PakketReferentie:%String="",ProjectReferentie:%String="",ExterneId:%String="" DOM.EC.Winkelkar.ProductLijn - Index: vhTest/Mock/APPS/EDI/common/impl/LegacyConverter.cls.xml =================================================================== diff -u --- vhTest/Mock/APPS/EDI/common/impl/LegacyConverter.cls.xml (revision 0) +++ vhTest/Mock/APPS/EDI/common/impl/LegacyConverter.cls.xml (revision 38997) @@ -0,0 +1,21 @@ + + + + +Deze klasse werd automatisch gegenereerd en onderhouden - lokale aanpassingen zijn niet nodig. +Een hercompilatie van de basis interface - met een correct werkende studiohook ( v2.20 ++ ) - zorgt ervoor dat deze klasse aangepast wordt +Inheritance van meerdere TECH.Interface interfaces resulteert nog niet in een mockklasse met overeenkomstige inheritance-structuur. +1 +APPS.EDI.common.impl.LegacyConverter,vhTest.Mock.TECH.Object.ObjectConverter +right + + +Product:APPS.EDI.common.dto.v001.LadeTBX +APPS.PM.Maatwerk.dto.TBXKenmerkenLegacy + + + + + + Index: vhTest/Mock/WSimpl/Vhisie4/Winkelkar/WinkelkarRepository.cls.xml =================================================================== diff -u --- vhTest/Mock/WSimpl/Vhisie4/Winkelkar/WinkelkarRepository.cls.xml (revision 0) +++ vhTest/Mock/WSimpl/Vhisie4/Winkelkar/WinkelkarRepository.cls.xml (revision 38997) @@ -0,0 +1,28 @@ + + + + +Deze klasse werd automatisch gegenereerd en onderhouden - lokale aanpassingen zijn niet nodig. +Een hercompilatie van de basis interface - met een correct werkende studiohook ( v2.20 ++ ) - zorgt ervoor dat deze klasse aangepast wordt +Inheritance van meerdere TECH.Interface interfaces resulteert nog niet in een mockklasse met overeenkomstige inheritance-structuur. +1 +WSimpl.Vhisie4.Winkelkar.WinkelkarRepository,Tools.Mock.MockClassBase +right + + +ExterneId:%String +%Boolean + + + + +ExterneId:%String +%String + + + + + + Index: vhTest/Mock/APPS/EC/Verkoop/ExterneVerkoopService.cls.xml =================================================================== diff -u -r38862 -r38997 --- vhTest/Mock/APPS/EC/Verkoop/ExterneVerkoopService.cls.xml (.../ExterneVerkoopService.cls.xml) (revision 38862) +++ vhTest/Mock/APPS/EC/Verkoop/ExterneVerkoopService.cls.xml (.../ExterneVerkoopService.cls.xml) (revision 38997) @@ -72,9 +72,9 @@ -OfferteID:%String,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%String,ProjectReferentie:%String="" +OfferteID:%String,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%String,ProjectReferentie:%String="",ExterneId:%String="" %String - Index: APPS/VKP/impl/OfferteService.cls.xml =================================================================== diff -u -r38935 -r38997 --- APPS/VKP/impl/OfferteService.cls.xml (.../OfferteService.cls.xml) (revision 38935) +++ APPS/VKP/impl/OfferteService.cls.xml (.../OfferteService.cls.xml) (revision 38997) @@ -90,21 +90,21 @@ -Offerte:APPS.VKP.Offerte,ProductID:%String,Aantal:%Integer,PakketReferentie:%String="",ProjectReferentie:%String="" +Offerte:APPS.VKP.Offerte,ProductID:%String,Aantal:%Integer,PakketReferentie:%String="",ProjectReferentie:%String="",ExterneId:%String="" DOM.EC.Winkelkar.ProductLijn -Offerte:APPS.VKP.Offerte,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%Integer,ProjectReferentie:%String="" +Offerte:APPS.VKP.Offerte,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%Integer,ProjectReferentie:%String="",ExterneId:%String="" DOM.EC.Winkelkar.MaatwerkLijn Index: APPS/EC/Verkoop/impl/Externe/VerkoopService.cls.xml =================================================================== diff -u -r38921 -r38997 --- APPS/EC/Verkoop/impl/Externe/VerkoopService.cls.xml (.../VerkoopService.cls.xml) (revision 38921) +++ APPS/EC/Verkoop/impl/Externe/VerkoopService.cls.xml (.../VerkoopService.cls.xml) (revision 38997) @@ -227,9 +227,11 @@ -OfferteID:%String,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%String,ProjectReferentie:%String="" +OfferteID:%String,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%String,ProjectReferentie:%String="",ExterneId:%String="" %String - Index: vhTest/Fake/APPS/EDI/common/impl/LegacyConverter.cls.xml =================================================================== diff -u --- vhTest/Fake/APPS/EDI/common/impl/LegacyConverter.cls.xml (revision 0) +++ vhTest/Fake/APPS/EDI/common/impl/LegacyConverter.cls.xml (revision 38997) @@ -0,0 +1,19 @@ + + + + +Deze klasse werd automatisch gegenereerd en onderhouden, nieuwe methodes worden automatisch bijgevoegd, bestaande blijven zoals ze zijn. +Een hercompilatie van de basis interface - met een correct werkende studiohook ( v2.20 ++ ) - zorgt ervoor dat deze klasse aangepast wordt +1 +APPS.EDI.common.impl.LegacyConverter + + +Product:APPS.EDI.common.dto.v001.LadeTBX +APPS.PM.Maatwerk.dto.TBXKenmerkenLegacy + + + + + + Index: WS/Vhisie4/Winkelkar/BewaarMaatwerkLijnRequest.cls.xml =================================================================== diff -u -r37702 -r38997 --- WS/Vhisie4/Winkelkar/BewaarMaatwerkLijnRequest.cls.xml (.../BewaarMaatwerkLijnRequest.cls.xml) (revision 37702) +++ WS/Vhisie4/Winkelkar/BewaarMaatwerkLijnRequest.cls.xml (.../BewaarMaatwerkLijnRequest.cls.xml) (revision 38997) @@ -34,6 +34,15 @@ 1 + +TECH.Decimal +1 + + + +TECH.String + + %Library.CacheSerialState BewaarMaatwerkLijnRequestState @@ -54,6 +63,12 @@ Header + +Aantal + + +ProjectReferentie + Index: APPS/EC/Verkoop/ExterneVerkoopService.cls.xml =================================================================== diff -u -r38862 -r38997 --- APPS/EC/Verkoop/ExterneVerkoopService.cls.xml (.../ExterneVerkoopService.cls.xml) (revision 38862) +++ APPS/EC/Verkoop/ExterneVerkoopService.cls.xml (.../ExterneVerkoopService.cls.xml) (revision 38997) @@ -33,7 +33,7 @@ 1 -OfferteID:%String,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%String,ProjectReferentie:%String="" +OfferteID:%String,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%String,ProjectReferentie:%String="",ExterneId:%String="" %String Index: APPS/EC/Winkelkar/WinkelkarService.cls.xml =================================================================== diff -u -r38801 -r38997 --- APPS/EC/Winkelkar/WinkelkarService.cls.xml (.../WinkelkarService.cls.xml) (revision 38801) +++ APPS/EC/Winkelkar/WinkelkarService.cls.xml (.../WinkelkarService.cls.xml) (revision 38997) @@ -57,13 +57,13 @@ 1 -WinkelkarID:%String,GroepNaam:%String,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%Integer,ProjectReferentie:%String="" +WinkelkarID:%String,GroepNaam:%String,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%Integer,ProjectReferentie:%String="",ExterneId:%String="" %String 1 -WinkelkarID:%String,ProductID:%String,Aantal:%Integer,PakketReferentie:%String="",ProjectReferentie:%String="" +WinkelkarID:%String,ProductID:%String,Aantal:%Integer,PakketReferentie:%String="",ProjectReferentie:%String="",ExterneId:%String="" %String