FishEye: Tag 36785 refers to a dead (removed) revision in file `APPS/EC/InterneVerkoopService.cls.xml'.
FishEye: No comparison available. Pass `N' to diff?
Index: APPS/EC/Verkoop/VerkoopService.cls.xml
===================================================================
diff -u
--- APPS/EC/Verkoop/VerkoopService.cls.xml (revision 0)
+++ APPS/EC/Verkoop/VerkoopService.cls.xml (revision 36785)
@@ -0,0 +1,20 @@
+
+
+
+1
+TECH.Interface
+
+
+1
+OfferteID:%String
+APPS.EC.dto.Offerte
+
+
+
+1
+OfferteID:%String
+
+
+
+
+
Index: vhUnitTest/APPS/EC/impl/ExterneVerkoopService/GeefOfferteSamenvattingenVoorKlant/Mock.cls.xml
===================================================================
diff -u -r29059 -r36785
--- vhUnitTest/APPS/EC/impl/ExterneVerkoopService/GeefOfferteSamenvattingenVoorKlant/Mock.cls.xml (.../Mock.cls.xml) (revision 29059)
+++ vhUnitTest/APPS/EC/impl/ExterneVerkoopService/GeefOfferteSamenvattingenVoorKlant/Mock.cls.xml (.../Mock.cls.xml) (revision 36785)
@@ -1,7 +1,7 @@
-APPS.EC.impl.ExterneVerkoopService,Tools.Mock.MockClassBase
+APPS.EC.Verkoop.impl.Externe.VerkoopService,Tools.Mock.MockClassBase
1
Index: vhPowerTools/APPS/EC/ExterneVerkoopService/OfferteHerberekenaar.cls.xml
===================================================================
diff -u -r29059 -r36785
--- vhPowerTools/APPS/EC/ExterneVerkoopService/OfferteHerberekenaar.cls.xml (.../OfferteHerberekenaar.cls.xml) (revision 29059)
+++ vhPowerTools/APPS/EC/ExterneVerkoopService/OfferteHerberekenaar.cls.xml (.../OfferteHerberekenaar.cls.xml) (revision 36785)
@@ -5,7 +5,7 @@
"_(+$H-31)
#dim ResultSet As %String = ##class(TECH.Context).Instance().GeefQueryAPI().GetDynamicResultSet(Query)
Index: APPS/EC/Verkoop/impl/Interne/InterneVerkoopService.cls.xml
===================================================================
diff -u -r36763 -r36785
--- APPS/EC/Verkoop/impl/Interne/InterneVerkoopService.cls.xml (.../InterneVerkoopService.cls.xml) (revision 36763)
+++ APPS/EC/Verkoop/impl/Interne/InterneVerkoopService.cls.xml (.../Verkoop/impl/Interne/VerkoopService.cls.xml) (revision 36785)
@@ -1,6 +1,6 @@
-
+
TECH.RegisteredObject
Index: vhUnitTest/APPS/EC/impl/TestAuthorisatieControleur.cls.xml
===================================================================
diff -u -r29059 -r36785
--- vhUnitTest/APPS/EC/impl/TestAuthorisatieControleur.cls.xml (.../TestAuthorisatieControleur.cls.xml) (revision 29059)
+++ vhUnitTest/APPS/EC/impl/TestAuthorisatieControleur.cls.xml (.../TestAuthorisatieControleur.cls.xml) (revision 36785)
@@ -70,7 +70,7 @@
%Status
1
Index: WS/EC/SessieLozeExterneVerkoopService.cls.xml
===================================================================
diff -u -r31560 -r36785
--- WS/EC/SessieLozeExterneVerkoopService.cls.xml (.../SessieLozeExterneVerkoopService.cls.xml) (revision 31560)
+++ WS/EC/SessieLozeExterneVerkoopService.cls.xml (.../SessieLozeExterneVerkoopService.cls.xml) (revision 36785)
@@ -39,7 +39,7 @@
#dim WebshopSessionService As APPS.EC.WebshopSessionService = ##class(APPS.ApplicatieContext).Instance().GeefECommerceAPI().GeefWebshopSessionService()
#dim PersonalityID As DOM.common.enu.Personality = WebshopSessionService.GeefPersonalityIDVoorDomeinVerwerker(RefSessieData.Verwerker)
- #dim Bestelling As APPS.EC.dto.Bestelling = ##class(APPS.EC.impl.ExterneVerkoopService).%New().GeefBestelling(RefSessieData.OfferteID,RefSessieData.KlantID,PersonalityID)
+ #dim Bestelling As APPS.EC.dto.Bestelling = ##class(APPS.EC.Verkoop.impl.Externe.VerkoopService).%New().GeefBestelling(RefSessieData.OfferteID,RefSessieData.KlantID,PersonalityID)
Quit Bestelling
]]>
Index: vhUnitTest/WS/EC/impl/TestAuthorisatieControleur.cls.xml
===================================================================
diff -u -r29059 -r36785
--- vhUnitTest/WS/EC/impl/TestAuthorisatieControleur.cls.xml (.../TestAuthorisatieControleur.cls.xml) (revision 29059)
+++ vhUnitTest/WS/EC/impl/TestAuthorisatieControleur.cls.xml (.../TestAuthorisatieControleur.cls.xml) (revision 36785)
@@ -70,7 +70,7 @@
-APPS.EC.impl.ExterneVerkoopService
+APPS.EC.Verkoop.impl.Externe.VerkoopService
1
@@ -28,7 +28,7 @@
do ##super()
do ##class(TECH.Context.RuntimeContext).Instance().ZetTaal("N")
- set ..ExterneVerkoopService = ##class(APPS.EC.impl.ExterneVerkoopService).%New()
+ set ..ExterneVerkoopService = ##class(APPS.EC.Verkoop.impl.Externe.VerkoopService).%New()
#dim Query As %String = "Delete APPS_VKP_impl.Offerte where BestelOpmerking = ?"
do ExecDynQuery^vhLib.Query(Query,$LB("UnitTestOpmerking"))
Index: APPS/EC/Verkoop/impl/VerkoopService.cls.xml
===================================================================
diff -u
--- APPS/EC/Verkoop/impl/VerkoopService.cls.xml (revision 0)
+++ APPS/EC/Verkoop/impl/VerkoopService.cls.xml (revision 36785)
@@ -0,0 +1,17 @@
+
+
+
+TECH.RegisteredObject,APPS.EC.Verkoop.VerkoopService
+
+
+OfferteID:%String
+APPS.EC.dto.Offerte
+
+
+
+OfferteID:%String
+
+
+
+
+
Index: AMF/EC/ExterneVerkoopService.cls.xml
===================================================================
diff -u -r29059 -r36785
--- AMF/EC/ExterneVerkoopService.cls.xml (.../ExterneVerkoopService.cls.xml) (revision 29059)
+++ AMF/EC/ExterneVerkoopService.cls.xml (.../ExterneVerkoopService.cls.xml) (revision 36785)
@@ -14,16 +14,16 @@
1
-APPS.EC.impl.ExterneVerkoopService
-APPS.EC.Verkoop.impl.Externe.VerkoopService
+
OfferteID:%String,KlantID:%String,PersonalityID:DOM.common.enu.Personality
%ListOfDataTypes
APPS.EC.dto.Offerte
%ListOfObjects
APPS.EC.dto.Offerte
APPS.EC.dto.OfferteIDEnWinkelkarID
%Boolean
OfferteID:%String
OfferteID:%String,HoofdingDto:APPS.EC.dto.Hoofding
-
-1
-TECH.Interface
+
+
+1
+TECH.RegisteredObject,APPS.EC.ExterneVerkoopService
+
+APPS.VKP.OfferteService
+1
+
+
+
+APPS.EC.impl.ExterneVerkoopService.OfferteHerberekening
+1
+
+
+
+APPS.EC.ExterneVerkoopService.GeldigheidVermeldingBepaler
+1
+
+
+
+APPS.EC.Winkelkar.WinkelkarService
+1
+
+
+
+APPS.common.dto.Applicatie
+1
+
+
+
+OfferteService:APPS.VKP.OfferteService,WinkelkarService:APPS.EC.Winkelkar.WinkelkarService=""
+1
+1
+%Status
+1
+
+
+
-1
OfferteID:%String
APPS.EC.dto.Offerte
-
+
+
+Offerte:APPS.VKP.Offerte
+
+
+
-1
OfferteID:%String
APPS.EC.dto.Offerte
-
+
-1
KlantID:DOM.VKP.VanHoeckeKlantID,PersonalityID:DOM.common.enu.Personality
APPS.EC.dto.OfferteIDEnWinkelkarID
-
+
+
+Offerte:APPS.VKP.Offerte
+
+
+
+
+Offerte:APPS.VKP.Offerte
+1
+DOM.common.impl.VH.Adres
+
+
+
-1
OfferteID:%String
-
+
-1
-OfferteID:%String,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%String,ProjectReferentie:%String=""
-%String
+ If (Offerte.IsBesteld()) {
+ Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.InvalidUserInputException).%New("De offerte '"_OfferteID_"' is reeds besteld, en mag daarom niet gewist worden."))
+ } Else {
+ Do ##class(DOM.EC.Winkelkar.Winkelkar).DeleteId( Offerte.WinkelkarID )
+ Do ##class(APPS.VKP.impl.Offerte).DeleteId( OfferteID )
+ }
+]]>
-1
KlantID:DOM.VKP.VanHoeckeKlantID
%ListOfObjects
ELEMENTTYPE="APPS.EC.dto.OfferteSamenvatting"
+
-
-1
-Winkelkar:DOM.EC.Winkelkar.Winkelkar
-%Boolean
-
+
+Offerte:APPS.VKP.impl.Offerte
+1
+APPS.EC.dto.OfferteSamenvatting
+0 KlantDataReferentie = " ("_KlantDataReferentie_")"
+
+ If ..OfferteService.HeeftOfferteVanHandel(Offerte) {
+ #dim OfferteVanHandel As APPS.VKP.Offerte = ..OfferteService.GeefOfferteVanHandel(Offerte)
+ Set OfferteSamenvatting.OrderReferentie = "EDInr: "_OfferteVanHandel.GeefID()_" - "
+ }
+
+ Set OfferteSamenvatting.OrderReferentie = OfferteSamenvatting.OrderReferentie_Offerte.DocumentReferenties.OrderReferentie_KlantDataReferentie
+
+ If (Offerte.IsBesteld()) {
+ Set OfferteSamenvatting.Status = "Besteld"
+ } Else {
+ Set OfferteSamenvatting.Status = "Niet besteld"
+ }
+
+ Set OfferteSamenvatting.WinkelkarID = Offerte.GeefWinkelkarID()
+ Set OfferteSamenvatting.GeldigheidVermelding = ..GeldigheidVermeldingBepaler.BepaalVermelding(Offerte)
+ Set OfferteSamenvatting.IsGeldig = 'Offerte.ZijnPrijzenVervallen()
+ Set OfferteSamenvatting.TotaalPrijsExclusiefBTW = Winkelkar.TotaalPrijs
+
+ Quit OfferteSamenvatting
+]]>
-1
OfferteID:%String,KlantID:DOM.VKP.VanHoeckeKlantID,PersonalityID:DOM.common.enu.Personality
-
+
+
+Offerte:APPS.VKP.Offerte,KlantID:DOM.VKP.VanHoeckeKlantID,PersonalityID:DOM.common.enu.Personality
+1
+
+
+
-1
-OfferteID:%String,HoofdingDto:APPS.EC.dto.Hoofding
+OfferteID:%String,Hoofding:APPS.EC.dto.Hoofding
+
+
+Tekst:%String
+1
+%String
+
+
+
-1
OfferteID:%String
%ListOfDataTypes
ELEMENTTYPE="%Date"
-
+
+
+OfferteID:%String,IngegevenKenmerken:APPS.PM.Maatwerk.dto.IngegevenKenmerken,Aantal:%String,ProjectReferentie:%String=""
+%String
+
+
+
-1
OfferteID:%String
%ListOfObjects
-ELEMENTTYPE="APPS.common.dto.LeverAdres"
-
+ELEMENTTYPE="APPS.common.dto.Adres"
+
-1
OfferteID:%String,KlantID:DOM.VKP.VanHoeckeKlantID,PersonalityID:DOM.common.enu.Personality
APPS.EC.dto.Bestelling
-
+
+
+
+1
+APPS.common.dto.Applicatie
+
+
+
+
+OfferteID:%String
+APPS.EC.dto.OfferteIDEnWinkelkarID
+
+
Index: APPS/PM/Maatwerk/impl/IngegevenKenmerkenConverter.cls.xml
===================================================================
diff -u -r30198 -r36785
--- APPS/PM/Maatwerk/impl/IngegevenKenmerkenConverter.cls.xml (.../IngegevenKenmerkenConverter.cls.xml) (revision 30198)
+++ APPS/PM/Maatwerk/impl/IngegevenKenmerkenConverter.cls.xml (.../IngegevenKenmerkenConverter.cls.xml) (revision 36785)
@@ -34,6 +34,8 @@
#dim DtoNaarKenmerkVisitor As APPS.PM.Maatwerk.impl.DtoNaarKenmerkVisitor = ##class(APPS.PM.Maatwerk.impl.DtoNaarKenmerkVisitor).%New()
#dim IngegevenKenmerken As DOM.PM.Maatwerk.Calc.Common.IngegevenKenmerken = DtoNaarKenmerkVisitor.GeefIngegevenKenmerken(IngegevenKenmerkenDto)
+ If ##class(TECH.Context.RuntimeContext).Instance().GeefPersonalityID()
+
if (..IngegevenKenmerkenTypeAPI.IsSpoelbaklade(IngegevenKenmerken)) {
try {
set IngegevenKenmerken.SpoelbakKenmerken = ..SpoelbakKenmerkenBepaler.BepaalSpoelbakKenmerken(IngegevenKenmerken)
Index: WS/EC/ExterneVerkoopService.cls.xml
===================================================================
diff -u -r36569 -r36785
--- WS/EC/ExterneVerkoopService.cls.xml (.../ExterneVerkoopService.cls.xml) (revision 36569)
+++ WS/EC/ExterneVerkoopService.cls.xml (.../ExterneVerkoopService.cls.xml) (revision 36785)
@@ -18,7 +18,7 @@
1
@@ -35,7 +35,7 @@
Do ##class(WS.EC.Unishop.InternationaleZending.Service).%New().BerekenPalletGegevens(OfferteID)
}
- Quit ##class(APPS.EC.impl.ExterneVerkoopService).%New().GeefOfferteEnHerberekenIndienNodig(OfferteID)
+ Quit ##class(APPS.EC.Verkoop.impl.Externe.VerkoopService).%New().GeefOfferteEnHerberekenIndienNodig(OfferteID)
]]>
@@ -45,7 +45,7 @@
1
@@ -55,7 +55,7 @@
1
@@ -66,7 +66,7 @@
ELEMENTTYPE="%Date"
@@ -77,7 +77,7 @@
ELEMENTTYPE="APPS.common.dto.Adres"
@@ -86,7 +86,7 @@
1
@@ -97,7 +97,7 @@
ELEMENTTYPE="APPS.EC.dto.OfferteSamenvatting"
@@ -108,7 +108,7 @@
Do ##class(APPS.ApplicatieContext).Instance().GeefECommerceAPI().GeefAuthorisatieControleur().ControleerWerkenMetOfferte(OfferteID)
Do ##class(APPS.EC.impl.WebshopSessieBestelValidator).%New().Valideer()
- Do ##class(APPS.EC.impl.ExterneVerkoopService).%New().BestelOfferte(OfferteID,..GeefKlantID(),..GeefPersonalityID())
+ Do ##class(APPS.EC.Verkoop.impl.Externe.VerkoopService).%New().BestelOfferte(OfferteID,..GeefKlantID(),..GeefPersonalityID())
Do ##class(WSimpl.EC.ExterneVerkoop.VerzendingMogelijkheidRepository).%New().VerwijderViaOfferteID(OfferteID)
Do ##class(WS.EC.Unishop.InternationaleZending.Service).%New().VerzendBerekenFoutenIndienNodig(OfferteID)
@@ -120,7 +120,7 @@
1
@@ -130,7 +130,7 @@
1
Index: APPS/EC/impl/ECommerceAPI.cls.xml
===================================================================
diff -u -r36326 -r36785
--- APPS/EC/impl/ECommerceAPI.cls.xml (.../ECommerceAPI.cls.xml) (revision 36326)
+++ APPS/EC/impl/ECommerceAPI.cls.xml (.../ECommerceAPI.cls.xml) (revision 36785)
@@ -40,7 +40,7 @@
APPS.EC.ExterneVerkoopService
-
Index: zTryout/JBL/Unishop/OfferteMaker.cls.xml
===================================================================
diff -u -r32370 -r36785
--- zTryout/JBL/Unishop/OfferteMaker.cls.xml (.../OfferteMaker.cls.xml) (revision 32370)
+++ zTryout/JBL/Unishop/OfferteMaker.cls.xml (.../OfferteMaker.cls.xml) (revision 36785)
@@ -69,7 +69,7 @@
Do ExterneVerkoopService.ZetOfferteHoofding(OfferteID, OfferteHoofding)
- Do ##class(APPS.EC.impl.ExterneVerkoopService).%New().BestelOfferte(OfferteID, ..KlantID,##class(TECH.Context.RuntimeContext).Instance().GeefPersonalityID())
+ Do ##class(APPS.EC.Verkoop.impl.Externe.VerkoopService).%New().BestelOfferte(OfferteID, ..KlantID,##class(TECH.Context.RuntimeContext).Instance().GeefPersonalityID())
Write !,"Klant: "_..KlantID
Write !,"Offerte: "_OfferteID
Index: AMF/EC/InterneVerkoopService.cls.xml
===================================================================
diff -u -r29059 -r36785
--- AMF/EC/InterneVerkoopService.cls.xml (.../InterneVerkoopService.cls.xml) (revision 29059)
+++ AMF/EC/InterneVerkoopService.cls.xml (.../InterneVerkoopService.cls.xml) (revision 36785)
@@ -14,8 +14,8 @@
1
-APPS.EC.InterneVerkoopService
-APPS.EC.Verkoop.impl.Interne.VerkoopService
+
@@ -27,7 +27,7 @@
1
1
-APPS.EC.impl.ExterneVerkoopService,Tools.Mock.MockClassBase
+APPS.EC.Verkoop.impl.Externe.VerkoopService,Tools.Mock.MockClassBase
Offerte:APPS.VKP.Offerte
Index: vhUnitTest/APPS/EC/UNI/SFS/impl/OrderServiceInternal/ConfirmOrder/Test2.cls.xml
===================================================================
diff -u -r35709 -r36785
--- vhUnitTest/APPS/EC/UNI/SFS/impl/OrderServiceInternal/ConfirmOrder/Test2.cls.xml (.../Test2.cls.xml) (revision 35709)
+++ vhUnitTest/APPS/EC/UNI/SFS/impl/OrderServiceInternal/ConfirmOrder/Test2.cls.xml (.../Test2.cls.xml) (revision 36785)
@@ -61,7 +61,7 @@
1
APPS.EC.UNI.SFS.impl.OrderServiceInternal
Index: vhUnitTest/APPS/EC/impl/ExterneVerkoopService/GeefOfferteSamenvattingenVoorKlant/Base.cls.xml
===================================================================
diff -u -r33279 -r36785
--- vhUnitTest/APPS/EC/impl/ExterneVerkoopService/GeefOfferteSamenvattingenVoorKlant/Base.cls.xml (.../Base.cls.xml) (revision 33279)
+++ vhUnitTest/APPS/EC/impl/ExterneVerkoopService/GeefOfferteSamenvattingenVoorKlant/Base.cls.xml (.../Base.cls.xml) (revision 36785)
@@ -29,7 +29,7 @@
-APPS.EC.impl.ExterneVerkoopService
+APPS.EC.Verkoop.impl.Externe.VerkoopService
1
@@ -129,7 +129,7 @@
Do APPSWinkelkarServiceStub.IndienMethodCall("GeefWinkelkarSamenvatting", "DummyWinkelkarID").DanReturn(WinkelkarDummy)
Do APPSWinkelkarServiceStub.IndienMethodCall("OpenWinkelkar", "DummyWinkelkarID").DanReturn(WinkelkarStub)
- Set ..ExterneVerkoopService = ##class(APPS.EC.impl.ExterneVerkoopService).%New(OfferteServiceStub, APPSWinkelkarServiceStub)
+ Set ..ExterneVerkoopService = ##class(APPS.EC.Verkoop.impl.Externe.VerkoopService).%New(OfferteServiceStub, APPSWinkelkarServiceStub)
]]>
FishEye: Tag 36785 refers to a dead (removed) revision in file `APPS/EC/ExterneVerkoopService.cls.xml'.
FishEye: No comparison available. Pass `N' to diff?
Index: vhUnitTest/APPS/EC/TestInterneVerkoopService.cls.xml
===================================================================
diff -u -r36713 -r36785
--- vhUnitTest/APPS/EC/TestInterneVerkoopService.cls.xml (.../TestInterneVerkoopService.cls.xml) (revision 36713)
+++ vhUnitTest/APPS/EC/TestInterneVerkoopService.cls.xml (.../TestInterneVerkoopService.cls.xml) (revision 36785)
@@ -54,7 +54,7 @@
Set Parameters = "" // unswizzle
- #Dim InterneVerkoopService As APPS.EC.InterneVerkoopService = ##class(APPS.EC.InterneVerkoopService).%New()
+ #Dim InterneVerkoopService As APPS.EC.InterneVerkoopService = ##class(APPS.EC.Verkoop.impl.Interne.VerkoopService).%New()
Set Parameters = InterneVerkoopService.GeefParameters(ParameterID)
Do $$$AssertTrue($IsObject(Parameters),"Het parameter object werd teruggegeven")
@@ -83,7 +83,7 @@
Set Parameters = "" // unswizzle
- Set InterneVerkoopService = ##class(APPS.EC.InterneVerkoopService).%New()
+ Set InterneVerkoopService = ##class(APPS.EC.Verkoop.impl.Interne.VerkoopService).%New()
Set Parameters = InterneVerkoopService.GeefParameters(ParameterID)
Do $$$AssertTrue($IsObject(Parameters),"Het parameter object werd teruggegeven")
@@ -109,7 +109,7 @@
1
@@ -29,22 +29,22 @@
1
ParameterID:%String
APPS.VKP.Maatwerk.dto.ConfiguratorParameters
1
-
WinkelkarID:%String,DocumentType:APPS.VKP.Maatwerk.enu.DocumentType,DocumentID:%String,LijnID:%String
1
-
@@ -59,6 +59,7 @@
OfferteID:%String
1
+