Index: vhUnitTest/APPS/Halux/AAP/DnaCodeService/VulInSequentieIds/Test.cls.xml
===================================================================
diff -u
--- vhUnitTest/APPS/Halux/AAP/DnaCodeService/VulInSequentieIds/Test.cls.xml (revision 0)
+++ vhUnitTest/APPS/Halux/AAP/DnaCodeService/VulInSequentieIds/Test.cls.xml (revision 60928)
@@ -0,0 +1,98 @@
+
+
+
+vhUnitTest.TestCase
+
+
+%Integer
+1234
+
+
+
+DOM.PM.impl.ProductTypeAPIimpl
+
+
+
+APPS.Halux.AAP.DnaCodeGenerator
+
+
+
+APPS.Halux.common.enu.ProductieLijn
+
+
+
+APPS.Halux.common.Batch
+
+
+
+DOM.PM.ProductAPI
+
+
+
+APPS.Halux.common.impl.SequentieService
+
+
+
+aTestName:%String
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: vhTest/Fake/APPS/Halux/AAP/DnaCodeService.cls.xml
===================================================================
diff -u -r60112 -r60928
--- vhTest/Fake/APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 60112)
+++ vhTest/Fake/APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 60928)
@@ -21,6 +21,18 @@
]]>
+
+SequentieId:%String,BatchId:%String,ToeleveringId:%String,ToeleveringlijnId:%String
+
+
+
+
+Batch:APPS.Halux.common.impl.BatchImpl
+
+
+
Batch:APPS.Halux.common.impl.BatchImpl
Index: APPS/Halux/AAP/DnaCodeService.cls.xml
===================================================================
diff -u -r60898 -r60928
--- APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 60898)
+++ APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 60928)
@@ -30,8 +30,13 @@
1
+
+APPS.Halux.common.SequentieService
+1
+
+
-DnaCodeRepository:DOM.Halux.AAP.DnaCodeRepository="",ProductTypeAPI:DOM.PM.impl.ProductTypeAPIimpl="",DnaCodeGenerator:APPS.Halux.AAP.DnaCodeGenerator="",ProjectSettingsApi:DOM.common.ProjectSettingsAPI="",ProductApi:DOM.PM.ProductAPI=""
+DnaCodeRepository:DOM.Halux.AAP.DnaCodeRepository="",ProductTypeAPI:DOM.PM.impl.ProductTypeAPIimpl="",DnaCodeGenerator:APPS.Halux.AAP.DnaCodeGenerator="",ProjectSettingsApi:DOM.common.ProjectSettingsAPI="",ProductApi:DOM.PM.ProductAPI="",SequentieService:APPS.Halux.common.SequentieService=""
1
1
%Status
@@ -43,6 +48,7 @@
Set ..ProjectSettingsApi = $$$Inject(ProjectSettingsApi, ##class(DOM.common.impl.ProjectSettingsAPI).%New())
Set ..DateTimeApi = ##class(TECH.Context).Instance().GeefDateTimeAPI()
Set ..ProductApi = $$$Inject(ProductApi, ##class(DOM.PM.impl.ProductAPI).%New())
+ Set ..SequentieService = $$$Inject(SequentieService, ##class(APPS.Halux.common.impl.SequentieService).%New())
Quit $$$OK
]]>
@@ -228,6 +234,20 @@
Quit Result
]]>
+
+
+SequentieId:%String,BatchId:%String,ToeleveringId:%String,ToeleveringlijnId:%String
+
+
Index: vhTest/Mock/APPS/Halux/AAP/DnaCodeService.cls.xml
===================================================================
diff -u -r60230 -r60928
--- vhTest/Mock/APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 60230)
+++ vhTest/Mock/APPS/Halux/AAP/DnaCodeService.cls.xml (.../DnaCodeService.cls.xml) (revision 60928)
@@ -9,7 +9,7 @@
right
-DnaCodeRepository:DOM.Halux.AAP.DnaCodeRepository="",ProductTypeAPI:DOM.PM.impl.ProductTypeAPIimpl="",DnaCodeGenerator:APPS.Halux.AAP.DnaCodeGenerator="",ProjectSettingsApi:DOM.common.ProjectSettingsAPI="",ProductApi:DOM.PM.ProductAPI=""
+DnaCodeRepository:DOM.Halux.AAP.DnaCodeRepository="",ProductTypeAPI:DOM.PM.impl.ProductTypeAPIimpl="",DnaCodeGenerator:APPS.Halux.AAP.DnaCodeGenerator="",ProjectSettingsApi:DOM.common.ProjectSettingsAPI="",ProductApi:DOM.PM.ProductAPI="",SequentieService:APPS.Halux.common.SequentieService=""
%Status
@@ -54,6 +54,12 @@
]]>
+
+SequentieId:%String,BatchId:%String,ToeleveringId:%String,ToeleveringlijnId:%String
+
+
+
ToeleveringLijn:DOM.AKP.ProductToeleveringLijn