Index: vhUnitTest/APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/VerlaagdeRugValidator/Test.cls.xml =================================================================== diff -u --- vhUnitTest/APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/VerlaagdeRugValidator/Test.cls.xml (revision 0) +++ vhUnitTest/APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/VerlaagdeRugValidator/Test.cls.xml (revision 38169) @@ -0,0 +1,115 @@ + + + +vhUnitTest.TestCase + + + + + + + + + + + + + + + + + + + + Index: APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductValidator.cls.xml =================================================================== diff -u -r37297 -r38169 --- APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductValidator.cls.xml (.../ProductValidator.cls.xml) (revision 37297) +++ APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductValidator.cls.xml (.../ProductValidator.cls.xml) (revision 38169) @@ -43,6 +43,11 @@ 1 + +APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.Validator.VerlaagdeRugValidator +1 + + %Boolean @@ -55,6 +60,7 @@ Set ..DwarsverdelingValidator = ##class(APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.Validator.DwarsverdelingValidator).%New() Set ..UitsparingValidator = ##class(APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.Validator.UitsparingValidator).%New() Set ..ZijkantHoogteValidator = ##class(APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.Validator.ZijkantHoogteValidator).%New() + Set ..VerlaagdeRugValidator = ##class(APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.Validator.VerlaagdeRugValidator).%New() Do ..OpvullijstValidator.IsValid(Product, Exceptions) Do ..FrontOndersteuningValidator.IsValid(Product, Exceptions) @@ -64,6 +70,7 @@ Do ..DwarsverdelingValidator.IsValid(Product, Exceptions) Do ..UitsparingValidator.IsValid(Product, Exceptions) Do ..ZijkantHoogteValidator.IsValid(Product, Exceptions) + Do ..VerlaagdeRugValidator.IsValid(Product, Exceptions) Quit $$$If(Exceptions.Count()>0,$$$false,$$$true) ]]> Index: APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/VerlaagdeRugValidator.cls.xml =================================================================== diff -u --- APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/VerlaagdeRugValidator.cls.xml (revision 0) +++ APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/Validator/VerlaagdeRugValidator.cls.xml (revision 38169) @@ -0,0 +1,37 @@ + + + +TECH.RegisteredObject,TECH.Validator.Validator + + + +%Boolean +0,$$$false,$$$true) +]]> + + + + +