Index: APPS/EDI/common/dto/v001/LadeTBX.cls.xml =================================================================== diff -u -r35923 -r35934 --- APPS/EDI/common/dto/v001/LadeTBX.cls.xml (.../LadeTBX.cls.xml) (revision 35923) +++ APPS/EDI/common/dto/v001/LadeTBX.cls.xml (.../LadeTBX.cls.xml) (revision 35934) @@ -38,6 +38,30 @@ TECH.String + + +TECH.Integer + + + +TECH.Numeric + + + +TECH.Numeric + + + +TECH.Numeric + + + +TECH.Numeric + + + +TECH.Numeric + Index: APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/UitsparingValidator.cls.xml =================================================================== diff -u --- APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/UitsparingValidator.cls.xml (revision 0) +++ APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/UitsparingValidator.cls.xml (revision 35934) @@ -0,0 +1,36 @@ + + + +TECH.RegisteredObject,TECH.Validator.Validator + + +APPS.EDI.common.dto.v001.LadeTBX +1 + + + +Product:APPS.EDI.common.dto.v001.LadeTBX +1 +%Status + + + + +%Boolean + + + + + + Index: vhUnitTest/APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/UitsparingValidator/Test.cls.xml =================================================================== diff -u --- vhUnitTest/APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/UitsparingValidator/Test.cls.xml (revision 0) +++ vhUnitTest/APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/UitsparingValidator/Test.cls.xml (revision 35934) @@ -0,0 +1,96 @@ + + + +vhUnitTest.TestCase + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductValidator.cls.xml =================================================================== diff -u -r35922 -r35934 --- APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductValidator.cls.xml (.../ProductValidator.cls.xml) (revision 35922) +++ APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductValidator.cls.xml (.../ProductValidator.cls.xml) (revision 35934) @@ -43,6 +43,11 @@ 1 + +APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.Validator.UitsparingValidator +1 + + Product:APPS.EDI.common.dto.v001.LadeTBX %Boolean @@ -55,8 +60,16 @@ Set ..InschuifElementValidator = ##class(APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.Validator.InschuifElementValidator).%New(..Product) Set ..MatValidator = ##class(APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.Validator.MatValidator).%New(..Product) Set ..DwarsverdelingValidator = ##class(APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.Validator.DwarsverdelingValidator).%New(..Product) + Set ..UitsparingValidator = ##class(APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.Validator.UitsparingValidator).%New(..Product) - Quit ..CorpusWandDikteValidator.IsValid() && ..OpvullijstValidator.IsValid() && ..FrontOndersteuningValidator.IsValid() && ..GreepEnMeenemerValidator.IsValid() && ..InschuifElementValidator.IsValid() && ..MatValidator.IsValid() && ..DwarsverdelingValidator.IsValid() + Quit ..CorpusWandDikteValidator.IsValid() && + ..OpvullijstValidator.IsValid() && + ..FrontOndersteuningValidator.IsValid() && + ..GreepEnMeenemerValidator.IsValid() && + ..InschuifElementValidator.IsValid() && + ..MatValidator.IsValid() && + ..DwarsverdelingValidator.IsValid() && + ..UitsparingValidator.IsValid() ]]>