Index: vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerProduct1.cls.xml =================================================================== diff -u -r29059 -r32580 --- vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerProduct1.cls.xml (.../TestGroepeerPerProduct1.cls.xml) (revision 29059) +++ vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerProduct1.cls.xml (.../TestGroepeerPerProduct1.cls.xml) (revision 32580) @@ -22,7 +22,7 @@ #dim ProductieAPIStub As vhTest.Mock.APPS.Halux.ProductieAPI = ##class(vhTest.Mock.APPS.Halux.ProductieAPI).MockInstance() do ProductieAPIStub.IndienMethodCall("GeefProductieSequentieRepository").DanReturn(ProductieSequentieRepositoryStub) - set impl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerder).%New() + set impl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerderResultSetBased).%New() #dim Groepering As APPS.Halux.common.impl.ProductieSequentieGroepering = impl.GroepeerPerProduct(..#DummyBatchID) #dim SequenceInfo As APPS.Halux.common.dto.ProductieSequentie Index: vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProduct2.cls.xml =================================================================== diff -u -r29059 -r32580 --- vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProduct2.cls.xml (.../TestGroepeerPerToeleveringPerProduct2.cls.xml) (revision 29059) +++ vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProduct2.cls.xml (.../TestGroepeerPerToeleveringPerProduct2.cls.xml) (revision 32580) @@ -15,7 +15,7 @@ #dim ProductieAPIStub As vhTest.Mock.APPS.Halux.ProductieAPI = ##class(vhTest.Mock.APPS.Halux.ProductieAPI).MockInstance() do ProductieAPIStub.IndienMethodCall("GeefProductieSequentieRepository").DanReturn(ProductieSequentieRepositoryStub) - set impl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerder).%New() + set impl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerderResultSetBased).%New() #dim Groepering As APPS.Halux.common.impl.ProductieSequentieGroepering = impl.GroepeerPerToeleveringPerProduct(..#DummyBatchID) #dim SequenceInfo As APPS.Halux.common.dto.ProductieSequentie Index: vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProductPerKlant1.cls.xml =================================================================== diff -u -r29059 -r32580 --- vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProductPerKlant1.cls.xml (.../TestGroepeerPerToeleveringPerProductPerKlant1.cls.xml) (revision 29059) +++ vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProductPerKlant1.cls.xml (.../TestGroepeerPerToeleveringPerProductPerKlant1.cls.xml) (revision 32580) @@ -22,7 +22,7 @@ #dim ProductieAPIStub As vhTest.Mock.APPS.Halux.ProductieAPI = ##class(vhTest.Mock.APPS.Halux.ProductieAPI).MockInstance() do ProductieAPIStub.IndienMethodCall("GeefProductieSequentieRepository").DanReturn(ProductieSequentieRepositoryStub) - set impl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerder).%New() + set impl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerderResultSetBased).%New() #dim Groepering As APPS.Halux.common.impl.ProductieSequentieGroepering = impl.GroepeerPerToeleveringPerProductPerKlant(..#DummyBatchID) #dim SequenceInfo As APPS.Halux.common.dto.ProductieSequentie Index: vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProductPerKlant3.cls.xml =================================================================== diff -u -r29059 -r32580 --- vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProductPerKlant3.cls.xml (.../TestGroepeerPerToeleveringPerProductPerKlant3.cls.xml) (revision 29059) +++ vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProductPerKlant3.cls.xml (.../TestGroepeerPerToeleveringPerProductPerKlant3.cls.xml) (revision 32580) @@ -20,7 +20,7 @@ #dim ProductieAPIStub As vhTest.Mock.APPS.Halux.ProductieAPI = ##class(vhTest.Mock.APPS.Halux.ProductieAPI).MockInstance() do ProductieAPIStub.IndienMethodCall("GeefProductieSequentieRepository").DanReturn(ProductieSequentieRepositoryStub) - set impl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerder).%New() + set impl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerderResultSetBased).%New() #dim Groepering As APPS.Halux.common.impl.ProductieSequentieGroepering = impl.GroepeerPerToeleveringPerProductPerKlant(..#DummyBatchID) #dim SequenceInfo As APPS.Halux.common.dto.ProductieSequentie Index: vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProduct1.cls.xml =================================================================== diff -u -r29059 -r32580 --- vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProduct1.cls.xml (.../TestGroepeerPerToeleveringPerProduct1.cls.xml) (revision 29059) +++ vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProduct1.cls.xml (.../TestGroepeerPerToeleveringPerProduct1.cls.xml) (revision 32580) @@ -14,7 +14,7 @@ #dim ProductieAPIStub As vhTest.Mock.APPS.Halux.ProductieAPI = ##class(vhTest.Mock.APPS.Halux.ProductieAPI).MockInstance() do ProductieAPIStub.IndienMethodCall("GeefProductieSequentieRepository").DanReturn(ProductieSequentieRepositoryStub) - set impl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerder).%New() + set impl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerderResultSetBased).%New() #dim Groepering As APPS.Halux.common.impl.ProductieSequentieGroepering = impl.GroepeerPerToeleveringPerProduct(..#DummyBatchID) #dim SequenceInfo As APPS.Halux.common.dto.ProductieSequentie Index: APPS/Halux/PPS/impl/AansturingActie/Tandembox/GroeperingBepaler.cls.xml =================================================================== diff -u -r29059 -r32580 --- APPS/Halux/PPS/impl/AansturingActie/Tandembox/GroeperingBepaler.cls.xml (.../GroeperingBepaler.cls.xml) (revision 29059) +++ APPS/Halux/PPS/impl/AansturingActie/Tandembox/GroeperingBepaler.cls.xml (.../GroeperingBepaler.cls.xml) (revision 32580) @@ -15,7 +15,7 @@ %Status 1 Index: vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProductPerKlant2.cls.xml =================================================================== diff -u -r29059 -r32580 --- vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProductPerKlant2.cls.xml (.../TestGroepeerPerToeleveringPerProductPerKlant2.cls.xml) (revision 29059) +++ vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProductPerKlant2.cls.xml (.../TestGroepeerPerToeleveringPerProductPerKlant2.cls.xml) (revision 32580) @@ -20,7 +20,7 @@ #dim ProductieAPIStub As vhTest.Mock.APPS.Halux.ProductieAPI = ##class(vhTest.Mock.APPS.Halux.ProductieAPI).MockInstance() do ProductieAPIStub.IndienMethodCall("GeefProductieSequentieRepository").DanReturn(ProductieSequentieRepositoryStub) - set impl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerder).%New() + set impl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerderResultSetBased).%New() #dim Groepering As APPS.Halux.common.impl.ProductieSequentieGroepering = impl.GroepeerPerToeleveringPerProductPerKlant(..#DummyBatchID) #dim SequenceInfo As APPS.Halux.common.dto.ProductieSequentie Index: vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProductPerKlant4.cls.xml =================================================================== diff -u -r29059 -r32580 --- vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProductPerKlant4.cls.xml (.../TestGroepeerPerToeleveringPerProductPerKlant4.cls.xml) (revision 29059) +++ vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToeleveringPerProductPerKlant4.cls.xml (.../TestGroepeerPerToeleveringPerProductPerKlant4.cls.xml) (revision 32580) @@ -23,7 +23,7 @@ #dim ProductieAPIStub As vhTest.Mock.APPS.Halux.ProductieAPI = ##class(vhTest.Mock.APPS.Halux.ProductieAPI).MockInstance() do ProductieAPIStub.IndienMethodCall("GeefProductieSequentieRepository").DanReturn(ProductieSequentieRepositoryStub) - set impl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerder).%New() + set impl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerderResultSetBased).%New() #dim Groepering As APPS.Halux.common.impl.ProductieSequentieGroepering = impl.GroepeerPerToeleveringPerProductPerKlant(..#DummyBatchID) #dim SequenceInfo As APPS.Halux.common.dto.ProductieSequentie Index: vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToelevering.cls.xml =================================================================== diff -u -r29059 -r32580 --- vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToelevering.cls.xml (.../TestGroepeerPerToelevering.cls.xml) (revision 29059) +++ vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerToelevering.cls.xml (.../TestGroepeerPerToelevering.cls.xml) (revision 32580) @@ -15,7 +15,7 @@ #dim ProductieAPIStub As vhTest.Mock.APPS.Halux.ProductieAPI = ##class(vhTest.Mock.APPS.Halux.ProductieAPI).MockInstance() do ProductieAPIStub.IndienMethodCall("GeefProductieSequentieRepository").DanReturn(ProductieSequentieRepositoryStub) - set ..SequenceGroepeerderImpl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerder).%New() + set ..SequenceGroepeerderImpl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerderResultSetBased).%New() #dim Groepering As APPS.Halux.common.impl.ProductieSequentieGroepering = ..SequenceGroepeerderImpl.GroepeerPerToelevering(..#DummyBatchID) #dim SequenceInfo As APPS.Halux.common.dto.ProductieSequentie FishEye: Tag 32580 refers to a dead (removed) revision in file `APPS/Halux/common/impl/ProductieSequentieGroepeerder.cls.xml'. FishEye: No comparison available. Pass `N' to diff? Index: vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerProduct2.cls.xml =================================================================== diff -u -r29059 -r32580 --- vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerProduct2.cls.xml (.../TestGroepeerPerProduct2.cls.xml) (revision 29059) +++ vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGroepeerPerProduct2.cls.xml (.../TestGroepeerPerProduct2.cls.xml) (revision 32580) @@ -23,7 +23,7 @@ #dim ProductieAPIStub As vhTest.Mock.APPS.Halux.ProductieAPI = ##class(vhTest.Mock.APPS.Halux.ProductieAPI).MockInstance() do ProductieAPIStub.IndienMethodCall("GeefProductieSequentieRepository").DanReturn(ProductieSequentieRepositoryStub) - set impl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerder).%New() + set impl = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerderResultSetBased).%New() #dim Groepering As APPS.Halux.common.impl.ProductieSequentieGroepering = impl.GroepeerPerProduct(..#DummyBatchID) #dim SequenceInfo As APPS.Halux.common.dto.ProductieSequentie Index: vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/Base.cls.xml =================================================================== diff -u -r29059 -r32580 --- vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/Base.cls.xml (.../Base.cls.xml) (revision 29059) +++ vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/Base.cls.xml (.../Base.cls.xml) (revision 32580) @@ -16,7 +16,7 @@ -APPS.Halux.common.impl.ProductieSequentieGroepeerder +APPS.Halux.common.impl.ProductieSequentieGroepeerderResultSetBased 1 Index: APPS/Halux/PPS/impl/AansturingActie/common/KlantEtiket/MaatwerkEtiketPrinter.cls.xml =================================================================== diff -u -r29059 -r32580 --- APPS/Halux/PPS/impl/AansturingActie/common/KlantEtiket/MaatwerkEtiketPrinter.cls.xml (.../MaatwerkEtiketPrinter.cls.xml) (revision 29059) +++ APPS/Halux/PPS/impl/AansturingActie/common/KlantEtiket/MaatwerkEtiketPrinter.cls.xml (.../MaatwerkEtiketPrinter.cls.xml) (revision 32580) @@ -24,7 +24,7 @@ 1 APPS.Halux.common.impl.ProductieSequentieGroepering Index: APPS/Halux/common/impl/ProductieSequentieGroepeerder.cls.xml =================================================================== diff -u -r32579 -r32580 --- APPS/Halux/common/impl/ProductieSequentieGroepeerder.cls.xml (.../ProductieSequentieGroepeerder.cls.xml) (revision 32579) +++ APPS/Halux/common/impl/ProductieSequentieGroepeerder.cls.xml (.../ProductieSequentieGroepeerderResultSetBased.cls.xml) (revision 32580) @@ -1,6 +1,6 @@ - + TECH.RegisteredObject,APPS.Halux.common.ProductieSequentieGroepeerder Index: APPS/Halux/PPS/impl/AansturingActie/common/KlantEtiket/MaatwerkInVHOSSEtiketPrinter.cls.xml =================================================================== diff -u -r29059 -r32580 --- APPS/Halux/PPS/impl/AansturingActie/common/KlantEtiket/MaatwerkInVHOSSEtiketPrinter.cls.xml (.../MaatwerkInVHOSSEtiketPrinter.cls.xml) (revision 29059) +++ APPS/Halux/PPS/impl/AansturingActie/common/KlantEtiket/MaatwerkInVHOSSEtiketPrinter.cls.xml (.../MaatwerkInVHOSSEtiketPrinter.cls.xml) (revision 32580) @@ -31,7 +31,7 @@ 1 APPS.Halux.common.impl.ProductieSequentieGroepering Index: vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGeenGroeperingProductSamentrekken.cls.xml =================================================================== diff -u -r31994 -r32580 --- vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGeenGroeperingProductSamentrekken.cls.xml (.../TestGeenGroeperingProductSamentrekken.cls.xml) (revision 31994) +++ vhUnitTest/APPS/Halux/common/impl/ProductieSequentieGroepeerder/TestGeenGroeperingProductSamentrekken.cls.xml (.../TestGeenGroeperingProductSamentrekken.cls.xml) (revision 32580) @@ -24,7 +24,7 @@ Do ProductieSequentieRepositoryStub.IndienMethodCall("GeefSequentieDataVolgensSequenceVoorBatch", ..#DummyBatchID).DanReturn(FakeResultSet) Do ProductieAPIStub.IndienMethodCall("GeefProductieSequentieRepository").DanReturn(ProductieSequentieRepositoryStub) - #dim ProductieSequentieGroepeerder As APPS.Halux.common.impl.ProductieSequentieGroepeerder = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerder).%New() + #dim ProductieSequentieGroepeerder As APPS.Halux.common.impl.ProductieSequentieGroepeerderResultSetBased = ##class(APPS.Halux.common.impl.ProductieSequentieGroepeerderResultSetBased).%New() #dim Groepering As APPS.Halux.common.impl.ProductieSequentieGroepering = ProductieSequentieGroepeerder.GeenGroeperingProductenSamentrekken(..#DummyBatchID) #dim SequenceInfo As APPS.Halux.common.dto.ProductieSequentie