Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/dto/BatchNaarObjectiveData.cls.xml =================================================================== diff -u -r71589 -r72113 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/dto/BatchNaarObjectiveData.cls.xml (.../BatchNaarObjectiveData.cls.xml) (revision 71589) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/dto/BatchNaarObjectiveData.cls.xml (.../BatchNaarObjectiveData.cls.xml) (revision 72113) @@ -14,7 +14,7 @@ %String - + @@ -29,7 +29,7 @@ %String - + @@ -44,76 +44,12 @@ - -%String - + +APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.dto.BatchNaarObjectiveGebruikersVelden + + - -%String - - - - -%String - - - - -%String - - - - -%String - - - - -%String - - - - -%String - - - - -%String - - - - -%String - - - - -%String - - - - -%String - - - - -%String - - - - -%String - - - - -%String - - - %Library.CacheSerialState BatchNaarObjectiveDataState @@ -182,6 +118,9 @@ Opties + +GebruikersVelden + Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/HoofdDataGenerator.cls.xml =================================================================== diff -u -r71904 -r72113 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/HoofdDataGenerator.cls.xml (.../HoofdDataGenerator.cls.xml) (revision 71904) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/HoofdDataGenerator.cls.xml (.../HoofdDataGenerator.cls.xml) (revision 72113) @@ -51,39 +51,110 @@ APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.dto.BatchNaarObjectiveData + + + + +1 + + + + + +1 + + + + +Toelevering:DOM.AKP.Toelevering +1 +APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.dto.BatchNaarObjectiveDatumVelden + + + + +Batch:APPS.Halux.common.Batch,Toelevering:DOM.AKP.Toelevering,SequentieNummerToelevering:%Integer +1 +APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.dto.BatchNaarObjectiveTekstVelden + + + +1 + + + Horolog:%String 1 Index: vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/HoofdDataGenerator/DataVoorToeleveringGenerator/GenereerData/Test.cls.xml =================================================================== diff -u -r71901 -r72113 --- vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/HoofdDataGenerator/DataVoorToeleveringGenerator/GenereerData/Test.cls.xml (.../Test.cls.xml) (revision 71901) +++ vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/HoofdDataGenerator/DataVoorToeleveringGenerator/GenereerData/Test.cls.xml (.../Test.cls.xml) (revision 72113) @@ -3,37 +3,59 @@ vhUnitTest.TestCase + +%String +66704,63010 + + + +%String +111111 + + + +%String +222222 + + + +%String +333333 + + + +%Integer +1 + + + +%Ineger +25 + + + + +BatchId:%String,BatchPitchExportedLijst:%ListOfObjects +1 +vhTest.Mock.APPS.Halux.Planning.Pitching.impl.BatchPitchExportedService + + + + +ToeleveringId:%String,AantalLades:%Integer,Horolog:%String,OrderId:%String +1 +vhTest.Mock.DOM.AKP.Toelevering + + Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective.cls.xml =================================================================== diff -u -r71850 -r72113 --- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective.cls.xml (.../BatchNaarObjective.cls.xml) (revision 71850) +++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective.cls.xml (.../BatchNaarObjective.cls.xml) (revision 72113) @@ -206,12 +206,12 @@ While (Iterator.HasNext()) { #dim BatchData As APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.dto.BatchNaarObjectiveData = Iterator.Next() Set Index = Index + 1 - #dim BestandVolledigNaam As %String = ..GeefBestandVolledigeNaam(BatchData.BatchId, Index, "xml") + #dim BestandVolledigNaam As %String = ..GeefBestandVolledigeNaam(BatchData.GebruikersVelden.TekstVelden.BatchId, Index, "xml") Do FileWriter.Open(BestandVolledigNaam) Do FileWriter.WriteXML(BatchData) Do FileWriter.Close() - Do ..Logger.Debug("GenereerBatchDataVoorUitvoeringInfoLijst", "XML bestand gegenereerd voor Batch '" _ BatchData.BatchId _ "' en toelevering '"_ BatchData.ToeleveringId _ "' op locatie '" _ BestandVolledigNaam _ "'") + Do ..Logger.Debug("GenereerBatchDataVoorUitvoeringInfoLijst", "XML bestand gegenereerd voor Batch '" _ BatchData.GebruikersVelden.TekstVelden.BatchId _ "' en toelevering '"_ BatchData.GebruikersVelden.TekstVelden.ToeleveringId _ "' op locatie '" _ BestandVolledigNaam _ "'") } ]]>