Index: vhUnitTest/APPS/EC/impl/ConfiguratorService/ConfiguratorTypeBepaler/Test.cls.xml =================================================================== diff -u -r37103 -r37312 --- vhUnitTest/APPS/EC/impl/ConfiguratorService/ConfiguratorTypeBepaler/Test.cls.xml (.../Test.cls.xml) (revision 37103) +++ vhUnitTest/APPS/EC/impl/ConfiguratorService/ConfiguratorTypeBepaler/Test.cls.xml (.../Test.cls.xml) (revision 37312) @@ -11,12 +11,12 @@ #dim PersonalityID As DOM.common.enu.Personality = ##class(DOM.common.enu.Personality).VanHoecke() - #dim ConfiguratorTypeBepaler As APPS.EC.impl.ConfiguratorService.ConfiguratorTypeBepaler = ##class(APPS.EC.impl.ConfiguratorService.ConfiguratorTypeBepaler).%New() + #dim ConfiguratorTypeBepaler As WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.ConfiguratorTypeBepaler = ##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.ConfiguratorTypeBepaler).%New() - #dim ConfiguratorTypes As %ListOfObjects = ConfiguratorTypeBepaler.Bepaal(PersonalityID, Klant.GeefID()) + #dim ConfiguratorTypes As %ListOfObjects = ConfiguratorTypeBepaler.Bepaal(..MaakWebshopSessie(PersonalityID, Klant.GeefID())) Do $$$AssertEquals(ConfiguratorTypes.Count(),2) - Do $$$AssertEquals(ConfiguratorTypes.GetAt(1),##class(APPS.EC.Unishop.enu.ConfiguratorType).LBX()) - Do $$$AssertEquals(ConfiguratorTypes.GetAt(2),##class(APPS.EC.Unishop.enu.ConfiguratorType).TAX()) + Do $$$AssertEquals(ConfiguratorTypes.GetAt(1),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.ConfiguratorType).LBX()) + Do $$$AssertEquals(ConfiguratorTypes.GetAt(2),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.ConfiguratorType).TAX()) ]]> @@ -27,13 +27,13 @@ do ..PushKlant(Klant) - #dim ConfiguratorTypeBepaler As APPS.EC.impl.ConfiguratorService.ConfiguratorTypeBepaler = ##class(APPS.EC.impl.ConfiguratorService.ConfiguratorTypeBepaler).%New() + #dim ConfiguratorTypeBepaler As WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.ConfiguratorTypeBepaler = ##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.ConfiguratorTypeBepaler).%New() #dim PersonalityID As DOM.common.enu.Personality = ##class(DOM.common.enu.Personality).VanHoecke() - #dim ConfiguratorTypes As %ListOfObjects = ConfiguratorTypeBepaler.Bepaal(PersonalityID, Klant.GeefID()) + #dim ConfiguratorTypes As %ListOfObjects = ConfiguratorTypeBepaler.Bepaal(..MaakWebshopSessie(PersonalityID, Klant.GeefID())) Do $$$AssertEquals(ConfiguratorTypes.Count(),1) - Do $$$AssertEquals(ConfiguratorTypes.GetAt(1),##class(APPS.EC.Unishop.enu.ConfiguratorType).TAX()) + Do $$$AssertEquals(ConfiguratorTypes.GetAt(1),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.ConfiguratorType).TAX()) ]]> @@ -45,12 +45,12 @@ #dim PersonalityID As DOM.common.enu.Personality = ##class(DOM.common.enu.Personality).Hein() - #dim ConfiguratorTypeBepaler As APPS.EC.impl.ConfiguratorService.ConfiguratorTypeBepaler = ##class(APPS.EC.impl.ConfiguratorService.ConfiguratorTypeBepaler).%New() + #dim ConfiguratorTypeBepaler As WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.ConfiguratorTypeBepaler = ##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.ConfiguratorTypeBepaler).%New() - #dim ConfiguratorTypes As %ListOfObjects = ConfiguratorTypeBepaler.Bepaal(PersonalityID, Klant.GeefID()) + #dim ConfiguratorTypes As %ListOfObjects = ConfiguratorTypeBepaler.Bepaal(..MaakWebshopSessie(PersonalityID, Klant.GeefID())) Do $$$AssertEquals(ConfiguratorTypes.Count(),2) - Do $$$AssertEquals(ConfiguratorTypes.GetAt(1),##class(APPS.EC.Unishop.enu.ConfiguratorType).LBX()) - Do $$$AssertEquals(ConfiguratorTypes.GetAt(2),##class(APPS.EC.Unishop.enu.ConfiguratorType).TAX()) + Do $$$AssertEquals(ConfiguratorTypes.GetAt(1),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.ConfiguratorType).LBX()) + Do $$$AssertEquals(ConfiguratorTypes.GetAt(2),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.ConfiguratorType).TAX()) ]]> @@ -62,12 +62,12 @@ #dim PersonalityID As DOM.common.enu.Personality = ##class(DOM.common.enu.Personality).Daro() - #dim ConfiguratorTypeBepaler As APPS.EC.impl.ConfiguratorService.ConfiguratorTypeBepaler = ##class(APPS.EC.impl.ConfiguratorService.ConfiguratorTypeBepaler).%New() + #dim ConfiguratorTypeBepaler As WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.ConfiguratorTypeBepaler = ##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.ConfiguratorTypeBepaler).%New() - #dim ConfiguratorTypes As %ListOfObjects = ConfiguratorTypeBepaler.Bepaal(PersonalityID, Klant.GeefID()) + #dim ConfiguratorTypes As %ListOfObjects = ConfiguratorTypeBepaler.Bepaal(..MaakWebshopSessie(PersonalityID, Klant.GeefID())) Do $$$AssertEquals(ConfiguratorTypes.Count(),2) - Do $$$AssertEquals(ConfiguratorTypes.GetAt(1),##class(APPS.EC.Unishop.enu.ConfiguratorType).LBX()) - Do $$$AssertEquals(ConfiguratorTypes.GetAt(2),##class(APPS.EC.Unishop.enu.ConfiguratorType).TAX()) + Do $$$AssertEquals(ConfiguratorTypes.GetAt(1),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.ConfiguratorType).LBX()) + Do $$$AssertEquals(ConfiguratorTypes.GetAt(2),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.ConfiguratorType).TAX()) ]]> @@ -81,12 +81,12 @@ #dim PersonalityID As DOM.common.enu.Personality = ##class(DOM.common.enu.Personality).VanHoecke() - #dim ConfiguratorTypeBepaler As APPS.EC.impl.ConfiguratorService.ConfiguratorTypeBepaler = ##class(APPS.EC.impl.ConfiguratorService.ConfiguratorTypeBepaler).%New() + #dim ConfiguratorTypeBepaler As WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.ConfiguratorTypeBepaler = ##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.ConfiguratorTypeBepaler).%New() - #dim ConfiguratorTypes As %ListOfObjects = ConfiguratorTypeBepaler.Bepaal(PersonalityID, Klant.GeefID()) + #dim ConfiguratorTypes As %ListOfObjects = ConfiguratorTypeBepaler.Bepaal(..MaakWebshopSessie(PersonalityID, Klant.GeefID())) Do $$$AssertEquals(ConfiguratorTypes.Count(),2) - Do $$$AssertEquals(ConfiguratorTypes.GetAt(1),##class(APPS.EC.Unishop.enu.ConfiguratorType).LBX()) - Do $$$AssertEquals(ConfiguratorTypes.GetAt(2),##class(APPS.EC.Unishop.enu.ConfiguratorType).TAX()) + Do $$$AssertEquals(ConfiguratorTypes.GetAt(1),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.ConfiguratorType).LBX()) + Do $$$AssertEquals(ConfiguratorTypes.GetAt(2),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.ConfiguratorType).TAX()) ]]> @@ -100,14 +100,29 @@ #dim PersonalityID As DOM.common.enu.Personality = ##class(DOM.common.enu.Personality).VanHoecke() - #dim ConfiguratorTypeBepaler As APPS.EC.impl.ConfiguratorService.ConfiguratorTypeBepaler = ##class(APPS.EC.impl.ConfiguratorService.ConfiguratorTypeBepaler).%New() + #dim ConfiguratorTypeBepaler As WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.ConfiguratorTypeBepaler = ##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.ConfiguratorTypeBepaler).%New() - #dim ConfiguratorTypes As %ListOfObjects = ConfiguratorTypeBepaler.Bepaal(PersonalityID, Klant.GeefID()) + #dim ConfiguratorTypes As %ListOfObjects = ConfiguratorTypeBepaler.Bepaal(..MaakWebshopSessie(PersonalityID, Klant.GeefID())) Do $$$AssertEquals(ConfiguratorTypes.Count(),1) - Do $$$AssertEquals(ConfiguratorTypes.GetAt(1),##class(APPS.EC.Unishop.enu.ConfiguratorType).TAX()) + Do $$$AssertEquals(ConfiguratorTypes.GetAt(1),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.ConfiguratorType).TAX()) ]]> + +PersonalityID:DOM.common.enu.Personality,KlantID:DOM.VKP.KlantID +1 +APPS.EC.dto.WebshopSessie + + + Klant:DOM.VKP.VanHoeckeKlant -APPS.EC.Unishop.enu.KleurenSchema +WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.KleurenSchema -APPS.EC.Unishop.enu.ConfiguratorType +WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.ConfiguratorType list Index: vhTest/Mock/WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/ConfiguratorTypeBepaler.cls.xml =================================================================== diff -u --- vhTest/Mock/WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/ConfiguratorTypeBepaler.cls.xml (revision 0) +++ vhTest/Mock/WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/ConfiguratorTypeBepaler.cls.xml (revision 37312) @@ -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 +WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.ConfiguratorTypeBepaler,Tools.Mock.MockClassBase +right + + +WebshopSessie:APPS.EC.dto.WebshopSessie +%ListOfDataTypes + + + + + + FishEye: Tag 37312 refers to a dead (removed) revision in file `vhUnitTest/WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/KleurenSchemaBepaler/Test.cls.xml'. FishEye: No comparison available. Pass `N' to diff? FishEye: Tag 37312 refers to a dead (removed) revision in file `vhTest/Mock/APPS/EC/impl/ConfiguratorService/KleurenSchemaBepaler.cls.xml'. FishEye: No comparison available. Pass `N' to diff? Index: vhUnitTest/APPS/EC/impl/ConfiguratorService/KleurenSchemaBepaler/Test.cls.xml =================================================================== diff -u -r37181 -r37312 --- vhUnitTest/APPS/EC/impl/ConfiguratorService/KleurenSchemaBepaler/Test.cls.xml (.../Test.cls.xml) (revision 37181) +++ vhUnitTest/APPS/EC/impl/ConfiguratorService/KleurenSchemaBepaler/Test.cls.xml (.../Test.cls.xml) (revision 37312) @@ -11,9 +11,9 @@ #dim PersonalityID As DOM.common.enu.Personality = ##class(DOM.common.enu.Personality).VanHoecke() - #dim KleurenSchemaBepaler As APPS.EC.impl.ConfiguratorService.KleurenSchemaBepaler = ##class(APPS.EC.impl.ConfiguratorService.KleurenSchemaBepaler).%New() + #dim KleurenSchemaBepaler As WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.KleurenSchemaBepaler = ##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.KleurenSchemaBepaler).%New() - Do $$$AssertEquals(KleurenSchemaBepaler.Bepaal(PersonalityID, Klant.GeefID()),##class(APPS.EC.Unishop.enu.KleurenSchema).Licht()) + Do $$$AssertEquals(KleurenSchemaBepaler.Bepaal(..MaakWebshopSessie(PersonalityID, Klant.GeefID())),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.KleurenSchema).Licht()) ]]> @@ -24,11 +24,11 @@ do ..PushKlant(Klant) - #dim KleurenSchemaBepaler As APPS.EC.impl.ConfiguratorService.KleurenSchemaBepaler = ##class(APPS.EC.impl.ConfiguratorService.KleurenSchemaBepaler).%New() + #dim KleurenSchemaBepaler As WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.KleurenSchemaBepaler = ##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.KleurenSchemaBepaler).%New() #dim PersonalityID As DOM.common.enu.Personality = ##class(DOM.common.enu.Personality).VanHoecke() - Do $$$AssertEquals(KleurenSchemaBepaler.Bepaal(PersonalityID, Klant.GeefID()),##class(APPS.EC.Unishop.enu.KleurenSchema).Donker()) + Do $$$AssertEquals(KleurenSchemaBepaler.Bepaal(..MaakWebshopSessie(PersonalityID, Klant.GeefID())),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.KleurenSchema).Donker()) ]]> @@ -40,9 +40,9 @@ #dim PersonalityID As DOM.common.enu.Personality = ##class(DOM.common.enu.Personality).Hein() - #dim KleurenSchemaBepaler As APPS.EC.impl.ConfiguratorService.KleurenSchemaBepaler = ##class(APPS.EC.impl.ConfiguratorService.KleurenSchemaBepaler).%New() + #dim KleurenSchemaBepaler As WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.KleurenSchemaBepaler = ##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.KleurenSchemaBepaler).%New() - Do $$$AssertEquals(KleurenSchemaBepaler.Bepaal(PersonalityID, Klant.GeefID()),##class(APPS.EC.Unishop.enu.KleurenSchema).Licht()) + Do $$$AssertEquals(KleurenSchemaBepaler.Bepaal(..MaakWebshopSessie(PersonalityID, Klant.GeefID())),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.KleurenSchema).Licht()) ]]> @@ -54,9 +54,9 @@ #dim PersonalityID As DOM.common.enu.Personality = ##class(DOM.common.enu.Personality).Daro() - #dim KleurenSchemaBepaler As APPS.EC.impl.ConfiguratorService.KleurenSchemaBepaler = ##class(APPS.EC.impl.ConfiguratorService.KleurenSchemaBepaler).%New() + #dim KleurenSchemaBepaler As WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.KleurenSchemaBepaler = ##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.KleurenSchemaBepaler).%New() - Do $$$AssertEquals(KleurenSchemaBepaler.Bepaal(PersonalityID, Klant.GeefID()),##class(APPS.EC.Unishop.enu.KleurenSchema).Donker()) + Do $$$AssertEquals(KleurenSchemaBepaler.Bepaal(..MaakWebshopSessie(PersonalityID, Klant.GeefID())),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.KleurenSchema).Donker()) ]]> @@ -68,9 +68,9 @@ #dim PersonalityID As DOM.common.enu.Personality = ##class(DOM.common.enu.Personality).SFS() - #dim KleurenSchemaBepaler As APPS.EC.impl.ConfiguratorService.KleurenSchemaBepaler = ##class(APPS.EC.impl.ConfiguratorService.KleurenSchemaBepaler).%New() + #dim KleurenSchemaBepaler As WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.KleurenSchemaBepaler = ##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.KleurenSchemaBepaler).%New() - Do $$$AssertEquals(KleurenSchemaBepaler.Bepaal(PersonalityID, Klant.GeefID()),##class(APPS.EC.Unishop.enu.KleurenSchema).Licht()) + Do $$$AssertEquals(KleurenSchemaBepaler.Bepaal(..MaakWebshopSessie(PersonalityID, Klant.GeefID())),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.KleurenSchema).Licht()) ]]> @@ -84,9 +84,9 @@ #dim PersonalityID As DOM.common.enu.Personality = ##class(DOM.common.enu.Personality).VanHoecke() - #dim KleurenSchemaBepaler As APPS.EC.impl.ConfiguratorService.KleurenSchemaBepaler = ##class(APPS.EC.impl.ConfiguratorService.KleurenSchemaBepaler).%New() + #dim KleurenSchemaBepaler As WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.KleurenSchemaBepaler = ##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.KleurenSchemaBepaler).%New() - Do $$$AssertEquals(KleurenSchemaBepaler.Bepaal(PersonalityID, Klant.GeefID()),##class(APPS.EC.Unishop.enu.KleurenSchema).Licht()) + Do $$$AssertEquals(KleurenSchemaBepaler.Bepaal(..MaakWebshopSessie(PersonalityID, Klant.GeefID())),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.KleurenSchema).Licht()) ]]> @@ -100,14 +100,30 @@ #dim PersonalityID As DOM.common.enu.Personality = ##class(DOM.common.enu.Personality).VanHoecke() - #dim KleurenSchemaBepaler As APPS.EC.impl.ConfiguratorService.KleurenSchemaBepaler = ##class(APPS.EC.impl.ConfiguratorService.KleurenSchemaBepaler).%New() + #dim KleurenSchemaBepaler As WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.KleurenSchemaBepaler = ##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.KleurenSchemaBepaler).%New() - Do $$$AssertEquals(KleurenSchemaBepaler.Bepaal(PersonalityID, Klant.GeefID()),##class(APPS.EC.Unishop.enu.KleurenSchema).Donker()) + Do $$$AssertEquals(KleurenSchemaBepaler.Bepaal(..MaakWebshopSessie(PersonalityID, Klant.GeefID())),##class(WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.KleurenSchema).Donker()) ]]> + +PersonalityID:DOM.common.enu.Personality,KlantID:DOM.VKP.KlantID +1 +APPS.EC.dto.WebshopSessie + + + Klant:DOM.VKP.VanHoeckeKlant +1 + + + +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.Unishop.Login.WebshopSessieSettingsInvuller.ConfiguratorTypeBepaler + + +WebshopSessie:APPS.EC.dto.WebshopSessie +%ListOfDataTypes + + + + + + FishEye: Tag 37312 refers to a dead (removed) revision in file `APPS/EC/impl/ConfiguratorService/KleurenSchemaBepaler.cls.xml'. FishEye: No comparison available. Pass `N' to diff? FishEye: Tag 37312 refers to a dead (removed) revision in file `APPS/EC/impl/ConfiguratorService/ConfiguratorTypeBepaler.cls.xml'. FishEye: No comparison available. Pass `N' to diff? Index: WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/enu/ConfiguratorType.cls.xml =================================================================== diff -u -r37097 -r37312 --- WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/enu/ConfiguratorType.cls.xml (.../APPS/EC/Unishop/enu/ConfiguratorType.cls.xml) (revision 37097) +++ WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/enu/ConfiguratorType.cls.xml (.../WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/enu/ConfiguratorType.cls.xml) (revision 37312) @@ -1,6 +1,6 @@ - + datatype TECH.Enumeration @@ -14,14 +14,14 @@ 1 -APPS.EC.Unishop.enu.ConfiguratorType +WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.ConfiguratorType 1 -APPS.EC.Unishop.enu.ConfiguratorType +WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.ConfiguratorType FishEye: Tag 37312 refers to a dead (removed) revision in file `vhUnitTest/WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/ConfiguratorTypeBepaler/Test.cls.xml'. FishEye: No comparison available. Pass `N' to diff? Index: WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/ConfiguratorTypeBepaler.cls.xml =================================================================== diff -u -r37181 -r37312 --- WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/ConfiguratorTypeBepaler.cls.xml (.../ConfiguratorTypeBepaler.cls.xml) (revision 37181) +++ WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/ConfiguratorTypeBepaler.cls.xml (.../ConfiguratorTypeBepaler.cls.xml) (revision 37312) @@ -3,29 +3,80 @@ TECH.RegisteredObject - -APPS.EC.impl.ConfiguratorService.ConfiguratorTypeBepaler + +DOM.VKP.VerkoopAPI 1 -ConfiguratorTypeBepaler:APPS.EC.impl.ConfiguratorService.ConfiguratorTypeBepaler 1 1 %Status 1 WebshopSessie:APPS.EC.dto.WebshopSessie %ListOfDataTypes - + + +1 +%ListOfDataTypes + + + + +1 +%ListOfDataTypes + + + + +KlantID:%String +1 +%Boolean + + + + +1 +%Boolean + + + + +PersonalityID:DOM.common.enu.Personality +1 +%Boolean + + FishEye: Tag 37312 refers to a dead (removed) revision in file `vhTest/Fake/APPS/EC/impl/ConfiguratorService/KleurenSchemaBepaler.cls.xml'. FishEye: No comparison available. Pass `N' to diff? Index: WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/enu/KleurenSchema.cls.xml =================================================================== diff -u -r37095 -r37312 --- WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/enu/KleurenSchema.cls.xml (.../APPS/EC/Unishop/enu/KleurenSchema.cls.xml) (revision 37095) +++ WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/enu/KleurenSchema.cls.xml (.../WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/enu/KleurenSchema.cls.xml) (revision 37312) @@ -1,6 +1,6 @@ - + datatype TECH.Enumeration @@ -14,14 +14,14 @@ 1 -APPS.EC.Unishop.enu.KleurenSchema +WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.KleurenSchema 1 -APPS.EC.Unishop.enu.KleurenSchema +WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.KleurenSchema FishEye: Tag 37312 refers to a dead (removed) revision in file `vhTest/Fake/APPS/EC/impl/ConfiguratorService/ConfiguratorTypeBepaler.cls.xml'. FishEye: No comparison available. Pass `N' to diff? Index: WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/KleurenSchemaBepaler.cls.xml =================================================================== diff -u -r37181 -r37312 --- WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/KleurenSchemaBepaler.cls.xml (.../KleurenSchemaBepaler.cls.xml) (revision 37181) +++ WSimpl/Unishop/Login/WebshopSessieSettingsInvuller/KleurenSchemaBepaler.cls.xml (.../KleurenSchemaBepaler.cls.xml) (revision 37312) @@ -3,29 +3,73 @@ TECH.RegisteredObject - -APPS.EC.impl.ConfiguratorService.KleurenSchemaBepaler + +DOM.VKP.VerkoopAPI 1 -KleurenSchemaBepaler:APPS.EC.impl.ConfiguratorService.KleurenSchemaBepaler 1 1 %Status 1 WebshopSessie:APPS.EC.dto.WebshopSessie -APPS.EC.Unishop.enu.KleurenSchema -WSimpl.Unishop.Login.WebshopSessieSettingsInvuller.enu.KleurenSchema + + + +KlantID:%String +1 +%Boolean + + + + +1 +%Boolean + + + + +PersonalityID:DOM.common.enu.Personality +1 +%Boolean + + + + +PersonalityID:DOM.common.enu.Personality +1 +%Boolean + + FishEye: Tag 37312 refers to a dead (removed) revision in file `vhTest/Mock/APPS/EC/impl/ConfiguratorService/ConfiguratorTypeBepaler.cls.xml'. FishEye: No comparison available. Pass `N' to diff? FishEye: Tag 37312 refers to a dead (removed) revision in file `APPS/EC/Unishop/enu/ConfiguratorType/AutoComplete.cls.xml'. FishEye: No comparison available. Pass `N' to diff? FishEye: Tag 37312 refers to a dead (removed) revision in file `APPS/EC/Unishop/enu/ConfiguratorType/Verwerker.cls.xml'. FishEye: No comparison available. Pass `N' to diff? FishEye: Tag 37312 refers to a dead (removed) revision in file `APPS/EC/Unishop/enu/KleurenSchema/Verwerker.cls.xml'. FishEye: No comparison available. Pass `N' to diff? FishEye: Tag 37312 refers to a dead (removed) revision in file `APPS/EC/Unishop/enu/KleurenSchema/AutoComplete.cls.xml'. FishEye: No comparison available. Pass `N' to diff?