Index: vhUnitTest/APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilder/RijDataBepalerMetKar/Test.cls.xml =================================================================== diff -u -r51419 -r52172 --- vhUnitTest/APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilder/RijDataBepalerMetKar/Test.cls.xml (.../Test.cls.xml) (revision 51419) +++ vhUnitTest/APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilder/RijDataBepalerMetKar/Test.cls.xml (.../Test.cls.xml) (revision 52172) @@ -33,8 +33,8 @@ Set RijDataBepaler = ##class(APPS.Halux.PPS.Activiteit.impl.TAOR.LijstVerwerkers.AssemblageKarOverzicht.DocumentInhoudBuilder.RijDataBepalerMetKar).%New(,,,..GeefProductieAansturingServiceStub(HalffabItemsBoom)) Do RijDataBepaler.BepaalRijData(..GeefUitvoeringInfoLijst()) - if $$$AssertEquals(RijDataBepaler.GeefRijDataLijstSchroefKoppeling().Count(), 1) { - Do $$$AssertEquals(RijDataBepaler.GeefRijDataLijstSchroefKoppeling().GetAt(1).Info,"boren & diepteverstelling") + if $$$AssertEquals(RijDataBepaler.GeefRijDataLijstBodems().Count(), 1) { + Do $$$AssertEquals(RijDataBepaler.GeefRijDataLijstBodems().GetAt(1).Info,"boren & diepteverstelling") } ]]> @@ -47,8 +47,8 @@ Set RijDataBepaler = ##class(APPS.Halux.PPS.Activiteit.impl.TAOR.LijstVerwerkers.AssemblageKarOverzicht.DocumentInhoudBuilder.RijDataBepalerMetKar).%New(,,,..GeefProductieAansturingServiceStub(HalffabItemsBoom)) Do RijDataBepaler.BepaalRijData(..GeefUitvoeringInfoLijst()) - if $$$AssertEquals(RijDataBepaler.GeefRijDataLijstSchroefKoppeling().Count(), 1) { - Do $$$AssertEquals(RijDataBepaler.GeefRijDataLijstSchroefKoppeling().GetAt(1).Info,"boren") + if $$$AssertEquals(RijDataBepaler.GeefRijDataLijstBodems().Count(), 1) { + Do $$$AssertEquals(RijDataBepaler.GeefRijDataLijstBodems().GetAt(1).Info,"boren") } ]]> Index: APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilder/RijDataBepaler.cls.xml =================================================================== diff -u -r51849 -r52172 --- APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilder/RijDataBepaler.cls.xml (.../RijDataBepaler.cls.xml) (revision 51849) +++ APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilder/RijDataBepaler.cls.xml (.../RijDataBepaler.cls.xml) (revision 52172) @@ -9,7 +9,7 @@ 1 - + APPS.common.Document.TagBasedDocument.KolommenDocument.dto.RijDataList 1 @@ -85,7 +85,7 @@ SequentieGebaseerdeUitvoeringInfoLijst:APPS.Halux.PPS.dto.SequentieGebaseerdeUitvoeringInfoLijst - + APPS.common.Document.TagBasedDocument.KolommenDocument.dto.RijDataList - @@ -157,11 +157,11 @@ ]]> - + 1 @@ -228,7 +228,7 @@ APPS.Halux.PPS.Activiteit.impl.TAOR.LijstVerwerkers.AssemblageKarOverzicht.dto.RijDataFront - + 1 1 APPS.Halux.PPS.Activiteit.impl.TAOR.LijstVerwerkers.AssemblageKarOverzicht.dto.RijDataSchroefKoppeling Index: APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilder.cls.xml =================================================================== diff -u -r51717 -r52172 --- APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilder.cls.xml (.../DocumentInhoudBuilder.cls.xml) (revision 51717) +++ APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilder.cls.xml (.../DocumentInhoudBuilder.cls.xml) (revision 52172) @@ -37,7 +37,7 @@ Do ..InhoudBuilder.VoegToeNieuweLijn() Do ..InhoudBuilder.VoegToeNieuweLijn() - Do ..VoegToeRubriek(..GeefTitelVoorSchroefKoppeling(), RijDataBepaler.GeefRijDataLijstSchroefKoppeling(), ..GeefKolommenDefinitieSchroefKoppeling()) + Do ..VoegToeRubriek(..GeefTitelVoorBodem(), RijDataBepaler.GeefRijDataLijstBodems(), ..GeefKolommenDefinitieBodem()) Do ..InhoudBuilder.VoegToeNieuweLijn() Do ..InhoudBuilder.VoegToeNieuweLijn() @@ -88,7 +88,7 @@ TECH.String - + 1 1 TECH.String @@ -112,7 +112,7 @@ APPS.common.Document.TagBasedDocument.KolommenDocument.dto.KolommenDefinitie - + 1 1 APPS.common.Document.TagBasedDocument.KolommenDocument.dto.KolommenDefinitie Index: APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilderMetKar.cls.xml =================================================================== diff -u -r51717 -r52172 --- APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilderMetKar.cls.xml (.../DocumentInhoudBuilderMetKar.cls.xml) (revision 51717) +++ APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilderMetKar.cls.xml (.../DocumentInhoudBuilderMetKar.cls.xml) (revision 52172) @@ -10,7 +10,7 @@ ]]> - + 1 APPS.common.Document.TagBasedDocument.KolommenDocument.dto.KolommenDefinitie - + 1 TECH.String - Index: APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilder/RijDataBepalerMetKar.cls.xml =================================================================== diff -u -r51849 -r52172 --- APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilder/RijDataBepalerMetKar.cls.xml (.../RijDataBepalerMetKar.cls.xml) (revision 51849) +++ APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilder/RijDataBepalerMetKar.cls.xml (.../RijDataBepalerMetKar.cls.xml) (revision 52172) @@ -39,7 +39,7 @@ ]]> - + 1 APPS.Halux.PPS.Activiteit.impl.TAOR.LijstVerwerkers.AssemblageKarOverzicht.dto.RijDataSchroefKoppeling - + 1 APPS.Halux.PPS.Activiteit.impl.TAOR.LijstVerwerkers.AssemblageKarOverzicht.dto.RijDataSchroefKoppeling 1 Index: APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilderZonderKar.cls.xml =================================================================== diff -u -r51717 -r52172 --- APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilderZonderKar.cls.xml (.../DocumentInhoudBuilderZonderKar.cls.xml) (revision 51717) +++ APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/AssemblageKarOverzicht/DocumentInhoudBuilderZonderKar.cls.xml (.../DocumentInhoudBuilderZonderKar.cls.xml) (revision 52172) @@ -10,7 +10,7 @@ ]]> - + 1 APPS.common.Document.TagBasedDocument.KolommenDocument.dto.KolommenDefinitie - + 1 TECH.String -