Index: APPS/Halux/Planning/impl/BatchService.cls.xml =================================================================== diff -u -r31232 -r31259 --- APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 31232) +++ APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 31259) @@ -578,12 +578,15 @@ BatchID:%String APPS.Halux.Planning.dto.BatchOverzicht Index: APPS/Halux/Planning/impl/BatchStarter.cls.xml =================================================================== diff -u -r29986 -r31259 --- APPS/Halux/Planning/impl/BatchStarter.cls.xml (.../BatchStarter.cls.xml) (revision 29986) +++ APPS/Halux/Planning/impl/BatchStarter.cls.xml (.../BatchStarter.cls.xml) (revision 31259) @@ -32,15 +32,28 @@ ]]> + +1 +BatchID:TECH.String + + + Batch:APPS.Halux.common.Batch @@ -86,6 +86,7 @@ Set BatchStub = ##class(vhTest.Mock.APPS.Halux.common.Batch).%New() Do BatchStub.IndienMethodCall("GeefStatus").DanReturn(##class(APPS.Halux.common.enu.BatchStatus).Gecontroleerd()) + Do BatchStub.IndienMethodCall("ZetStatus", ##class(APPS.Halux.common.enu.BatchStatus).BezigMetStartenEnBerekenen()).DanDoeNiks() Do BatchStub.IndienMethodCall("ZetStatus",##class(APPS.Halux.common.enu.BatchStatus).Gestart()).DanDoeNiks() Do BatchStub.IndienMethodCall("GeefID").DanReturn($$$DummyString) Do BatchStub.IndienMethodCall("ZetStatus",##class(APPS.Halux.common.enu.BatchStatus).Gecontroleerd()).DanDoeNiks() @@ -110,6 +111,7 @@ Set BatchStub = ##class(vhTest.Mock.APPS.Halux.common.Batch).%New() Do BatchStub.IndienMethodCall("GeefStatus").DanReturn(##class(APPS.Halux.common.enu.BatchStatus).Gecontroleerd()) + Do BatchStub.IndienMethodCall("ZetStatus", ##class(APPS.Halux.common.enu.BatchStatus).BezigMetStartenEnBerekenen()).DanDoeNiks() Do BatchStub.IndienMethodCall("ZetStatus",##class(APPS.Halux.common.enu.BatchStatus).Gestart()).DanDoeNiks() Do BatchStub.IndienMethodCall("GeefID").DanReturn($$$DummyString) Do BatchStub.IndienMethodCall("ZetStatus",##class(APPS.Halux.common.enu.BatchStatus).Gecontroleerd()).DanDoeNiks() Index: vhTest/Spy/APPS/Halux/Planning/impl/BatchBewaarder.cls.xml =================================================================== diff -u --- vhTest/Spy/APPS/Halux/Planning/impl/BatchBewaarder.cls.xml (revision 0) +++ vhTest/Spy/APPS/Halux/Planning/impl/BatchBewaarder.cls.xml (revision 31259) @@ -0,0 +1,23 @@ + + + + +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.Halux.Planning.impl.BatchBewaarder + + +TECH.Integer +0 + + + +Batch:APPS.Halux.common.Batch + + + + + + Index: APPS/Halux/common/enu/BatchStatus.cls.xml =================================================================== diff -u -r29059 -r31259 --- APPS/Halux/common/enu/BatchStatus.cls.xml (.../BatchStatus.cls.xml) (revision 29059) +++ APPS/Halux/common/enu/BatchStatus.cls.xml (.../BatchStatus.cls.xml) (revision 31259) @@ -5,7 +5,7 @@ %String -;Nieuw;Auto;Manueel;Gecontroleerd;Gestart +;Nieuw;Auto;Manueel;Gecontroleerd;Gestart;BezigMetStartenEnBerekenen @@ -42,6 +42,13 @@ + + +1 +APPS.Halux.common.enu.BatchStatus + +