Index: vhTest/Fake/AXimpl/common/AxProductFactory.cls.xml
===================================================================
diff -u
--- vhTest/Fake/AXimpl/common/AxProductFactory.cls.xml (revision 0)
+++ vhTest/Fake/AXimpl/common/AxProductFactory.cls.xml (revision 55393)
@@ -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
+AXimpl.common.AxProductFactory
+
+
+ProductNummer:%String
+AX.Uitgaand.PM.Product.impl.Product
+
+
+
+
+
+
Index: AXimpl/common/AxProductFactory.cls.xml
===================================================================
diff -u
--- AXimpl/common/AxProductFactory.cls.xml (revision 0)
+++ AXimpl/common/AxProductFactory.cls.xml (revision 55393)
@@ -0,0 +1,15 @@
+
+
+
+TECH.Mockable
+
+
+ProductNummer:%String
+AX.Uitgaand.PM.Product.impl.Product
+
+
+
+
+
+
Index: vhTest/Mock/AXimpl/common/AxProductFactory.cls.xml
===================================================================
diff -u
--- vhTest/Mock/AXimpl/common/AxProductFactory.cls.xml (revision 0)
+++ vhTest/Mock/AXimpl/common/AxProductFactory.cls.xml (revision 55393)
@@ -0,0 +1,20 @@
+
+
+
+
+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
+1
+AXimpl.common.AxProductFactory,Tools.Mock.MockClassBase
+right
+
+
+ProductNummer:%String
+AX.Uitgaand.PM.Product.impl.Product
+
+
+
+
+
+
Index: AXimpl/common/AxProductValidator.cls.xml
===================================================================
diff -u -r55391 -r55393
--- AXimpl/common/AxProductValidator.cls.xml (.../AxProductValidator.cls.xml) (revision 55391)
+++ AXimpl/common/AxProductValidator.cls.xml (.../AxProductValidator.cls.xml) (revision 55393)
@@ -18,8 +18,13 @@
1
+
+AXimpl.common.AxProductFactory
+1
+
+
-IsOngewenstProductInMigratieFilter:AX.Uitgaand.PM.impl.IsOngewenstProductInMigratieFilter="",SoprIteratorFilter:AX.Uitgaand.PM.impl.SoprIteratorFilter="",ProductTypeApi:DOM.PM.ProductTypeAPI=""
+IsOngewenstProductInMigratieFilter:AX.Uitgaand.PM.impl.IsOngewenstProductInMigratieFilter="",SoprIteratorFilter:AX.Uitgaand.PM.impl.SoprIteratorFilter="",ProductTypeApi:DOM.PM.ProductTypeAPI="",AxProductFactory:AXimpl.common.AxProductFactory=""
1
1
%Status
@@ -28,6 +33,8 @@
Set ..IsOngewenstProductInMigratieFilter = $$$Inject(IsOngewenstProductInMigratieFilter, ##class(AX.Uitgaand.PM.impl.IsOngewenstProductInMigratieFilter).%New())
Set ..SoprIteratorFilter = $$$Inject(SoprIteratorFilter, ##class(AX.Uitgaand.PM.impl.SoprIteratorFilter).%New())
Set ..ProductTypeApi = $$$Inject(ProductTypeApi, ##class(DOM.PM.impl.ProductTypeAPIimpl).%New())
+ Set ..AxProductFactory = $$$Inject(AxProductFactory, ##class(AXimpl.common.AxProductFactory).%New())
+
Quit $$$OK
]]>
@@ -37,7 +44,7 @@
%Boolean