Index: vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringInfoOptiesGenerator/GenereerOptiesVoorAlgemeneInfo/Test.cls.xml =================================================================== diff -u --- vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringInfoOptiesGenerator/GenereerOptiesVoorAlgemeneInfo/Test.cls.xml (revision 0) +++ vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringInfoOptiesGenerator/GenereerOptiesVoorAlgemeneInfo/Test.cls.xml (revision 71780) @@ -0,0 +1,172 @@ + + + +vhUnitTest.TestCase + + + + + + + + + + + + + + +Optie:APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.dto.BatchNaarObjectiveOptions,Omschrijving:%String,Naam:%String,Waarde:%String +1 + + + + +LbxKenmerken:DOM.PM.Maatwerk.Calc.Common.impl.LBXKenmerken +1 +vhTest.Mock.DOM.PM.LBXProduct.LBXLade + + + + +ProductId:%String,Aantal:%Integer +1 +vhTest.Mock.DOM.AKP.ProductToeleveringLijn + + + + +ProductToeleveringLijn...:vhTest.Mock.DOM.AKP.ProductToeleveringLijn +1 +vhTest.Mock.DOM.AKP.Toelevering + + + + + + Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective.cls.xml =================================================================== diff -u -r71777 -r71780 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective.cls.xml (.../BatchNaarObjective.cls.xml) (revision 71777) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective.cls.xml (.../BatchNaarObjective.cls.xml) (revision 71780) @@ -19,11 +19,6 @@ 1 - -APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.ToeleveringProductInfoOptiesGenerator -1 - - ToeleveringApi:DOM.AKP.ToeleveringAPI="",BatchNaarObjectiveDataGenerator:APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.BatchNaarObjectiveDataGenerator="" 1 @@ -34,7 +29,6 @@ Set ..ToeleveringApi = $$$Inject(ToeleveringApi,##class(DOM.DomeinContext).Instance().GeefToeleveringAPI()) Set ..BatchNaarObjectiveDataGenerator = $$$Inject(BatchNaarObjectiveDataGenerator, ..GeefBatchNaarObjectiveDataGenerator()) Set ..MESService = ##class(APPS.Halux.PPS.MES.MESService).%New() - Set ..ToeleveringProductInfoOptiesGenerator = ##class(APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.ToeleveringProductInfoOptiesGenerator).%New() Quit $$$OK ]]> @@ -125,7 +119,8 @@ Set IndexToelevering = IndexToelevering + 1 #dim BatchData As APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.dto.BatchNaarObjectiveData = ..BatchNaarObjectiveDataGenerator.GenereerDataVoorToelevering(Batch, Toelevering, IndexToelevering) - Set BatchData.Opties = ..GeefOptiesVoorToelevering(Toelevering, UitvoeringInfoLijstIterator) + Do ##class(TECH.ListUtils).AppendList(BatchData.Opties, ..BatchNaarObjectiveDataGenerator.GenereerProductInfoOptiesVoorToelevering(Batch, Toelevering)) + Do ##class(TECH.ListUtils).AppendList(BatchData.Opties, ..GeefOptiesVoorToelevering(Toelevering, UitvoeringInfoLijstIterator)) Do BatchDataLijst.Insert(BatchData) } @@ -139,8 +134,6 @@ - + TECH.RegisteredObject FishEye: Tag 71780 refers to a dead (removed) revision in file `APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/ToeleveringProductInfoObjective.cls.xml'. FishEye: No comparison available. Pass `N' to diff? Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringInfoOptiesGenerator.cls.xml =================================================================== diff -u --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringInfoOptiesGenerator.cls.xml (revision 0) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringInfoOptiesGenerator.cls.xml (revision 71780) @@ -0,0 +1,34 @@ + + + +APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.AlgemeneInfoOptiesGenerator + + +Batch:APPS.Halux.common.Batch,Toelevering:DOM.AKP.Toelevering +1 +APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.AlgemeneInfoOptieObjective + + + + + + Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/AlgemeneInfoOptiesGenerator.cls.xml =================================================================== diff -u --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/AlgemeneInfoOptiesGenerator.cls.xml (revision 0) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/AlgemeneInfoOptiesGenerator.cls.xml (revision 71780) @@ -0,0 +1,82 @@ + + + +1 +APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator + + +DOM.PM.ProductAPI +1 + + + +DOM.PM.Maatwerk.IngegevenKenmerkenTypeAPI +1 + + + +ProductApi:DOM.PM.ProductAPI="",IngegevenKenmerkenTypeApi:DOM.PM.Maatwerk.IngegevenKenmerkenTypeAPI="" +1 +1 +%Status +1 + + + + +Batch:APPS.Halux.common.Batch,Toelevering:DOM.AKP.Toelevering +%ListOfObjects + + + + +1 +Batch:APPS.Halux.common.Batch,Toelevering:DOM.AKP.Toelevering +1 +APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.AlgemeneInfoOptieObjective + + + + +1 + + + + + + Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/BatchNaarObjectiveDataGenerator.cls.xml =================================================================== diff -u -r71777 -r71780 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/BatchNaarObjectiveDataGenerator.cls.xml (.../BatchNaarObjectiveDataGenerator.cls.xml) (revision 71777) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/BatchNaarObjectiveDataGenerator.cls.xml (.../BatchNaarObjectiveDataGenerator.cls.xml) (revision 71780) @@ -29,6 +29,11 @@ 1 + +APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.AlgemeneInfoOptiesGenerator +1 + + 1 1 @@ -40,6 +45,7 @@ Set ..SequentieOptieGenerator = ##class(APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.SequentieOptiesGenerator).%New() Set ..ProductOptiesGenerator = ##class(APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.ProductOptiesGenerator).%New() Set ..IngegevenKenmerkenOptiesGenerator = ##class(APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.IngegevenKenmerkenOptiesGenerator).%New() + Set ..AlgemeneInfoOptiesGenerator = ##class(APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.ToeleveringInfoOptiesGenerator).%New() Quit $$$OK ]]> @@ -63,6 +69,16 @@ ]]> + +Batch:APPS.Halux.common.Batch,Toelevering:DOM.AKP.Toelevering + + + + +Batch:APPS.Halux.common.Batch,Toelevering:DOM.AKP.Toelevering + + Toelevering:DOM.AKP.Toelevering,UitvoeringInfo:APPS.Halux.PPS.Activiteit.impl.common.dto.BatchNaarObjectiveUitvoeringInfo %ListOfObjects FishEye: Tag 71780 refers to a dead (removed) revision in file `APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringProductInfoOptiesGenerator.cls.xml'. FishEye: No comparison available. Pass `N' to diff? FishEye: Tag 71780 refers to a dead (removed) revision in file `vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringProductInfoOptiesGenerator/GenereerOptiesVoorLade/Test.cls.xml'. FishEye: No comparison available. Pass `N' to diff?