Index: APPS/Verpakking/dto/CubeIQ/Response/UnLoadedProducts.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Response/UnLoadedProducts.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Response/UnLoadedProducts.cls.xml (revision 72236) @@ -0,0 +1,25 @@ + + + +TECH.DataTransferObject + + +CubeIQ.Response.UnLoadedProducts + + + +1 + + + +CubeIQ.Response.UnLoadedProducts + + + +APPS.Verpakking.dto.CubeIQ.Response.UnLoadedProduct +list + + + + + Index: APPS/Verpakking/dto/CubeIQ/Request/Loads.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Request/Loads.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Request/Loads.cls.xml (revision 72236) @@ -0,0 +1,13 @@ + + + +TECH.DataTransferObject + + +APPS.Verpakking.dto.CubeIQ.Request.Load +list + + + + + Index: APPS/Verpakking/dto/CubeIQ/Response/LoadedContainer.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Response/LoadedContainer.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Response/LoadedContainer.cls.xml (revision 72236) @@ -0,0 +1,176 @@ + + + +TECH.DataTransferObject + + +%String + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%String + + + +%String + + + +%String + + + +%String + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Boolean + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%String + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%String + + + +%Decimal + + + +%Decimal + + + + + Index: APPS/Verpakking/dto/CubeIQ/Request/Product.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Request/Product.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Request/Product.cls.xml (revision 72236) @@ -0,0 +1,64 @@ + + + +TECH.DataTransferObject + + +CubeIQ.Request.Product + + + +1 + + + +CubeIQ.Request.Product + + + +%String + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Boolean + + + +%Boolean + + + +%Boolean + + + +%Boolean + + + +%Boolean + + + +%Boolean + + + + + Index: APPS/Verpakking/CubeIQRequestBuilder.cls.xml =================================================================== diff -u --- APPS/Verpakking/CubeIQRequestBuilder.cls.xml (revision 0) +++ APPS/Verpakking/CubeIQRequestBuilder.cls.xml (revision 72236) @@ -0,0 +1,215 @@ + + + +TECH.RegisteredObject + + +%String +BasisSettings + + + +%String +"Container" + + + +%String + + + +DOM.PM.ProductAPI +1 + + + +1 +1 +%Status +1 + + + + +BoxDataLijst:%ListOfObjects,BreedteOverdoos:%Decimal,DiepteOverdoos:%Decimal,HoogteOverdoos:%Decimal,Partialloadonfloor:%Boolean=0,MinFillPercentage:%Decimal=0 +APPS.Verpakking.dto.CubeIQ.Request + 0) { + + Do ProductList.Insert(CubeIQProduct) + Do ProductToLoadList.Insert(CubeIQProductToLoad) + } + } + + Set Products.product = ProductList + Set ProductsToLoad.producttoload = ProductToLoadList + + Set CubeIQRequest.cubeiq = ##class(APPS.Verpakking.dto.CubeIQ.Request.CubeIQ).%New() + Set CubeIQRequest.cubeiq.settings = ..GeefCubeIQSettings() + Set CubeIQRequest.cubeiq.containers = ..GeefCubeIQContainers(BreedteOverdoos, DiepteOverdoos, HoogteOverdoos, Partialloadonfloor, MinFillPercentage) + Set CubeIQRequest.cubeiq.products = Products + Set CubeIQRequest.cubeiq.loads = ..GeefCubeIQLoads() + Set CubeIQRequest.cubeiq.containerstoload = ..GeefCubeIQContainersToLoad() + Set CubeIQRequest.cubeiq.productstoload = ProductsToLoad + + Quit CubeIQRequest +]]> + + + +BoxData:DS.Prod.OptiBox.BoxDataMetID +1 +APPS.Verpakking.dto.CubeIQ.Request.Product + + + + +BoxData:DS.Prod.OptiBox.BoxDataMetID +1 +APPS.Verpakking.dto.CubeIQ.Request.ProductToLoad + + + + +1 +APPS.Verpakking.dto.CubeIQ.Request.Loads + + + + +1 +APPS.Verpakking.dto.CubeIQ.Request.Settings + + + + +1 +APPS.Verpakking.dto.CubeIQ.Request.ContainersToLoad + + + + +Breedte:%Decimal,Diepte:%Decimal,Hoogte:%Decimal,Partialloadonfloor:%Boolean,MinFillPercentage:%Decimal=0 +1 +APPS.Verpakking.dto.CubeIQ.Request.Containers + 0) { + Set Container.minfillpercentage = MinFillPercentage + Set Container.hardminfillpercentage = $$$True + } + + Do Containers.Insert(Container) + Set CubeIQContainers.container = Containers + + Quit CubeIQContainers +]]> + + + +ObjRef:%String +1 +TECH.Integer + + + + + + Index: APPS/Verpakking/dto/CubeIQ/Request/CubeIQ.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Request/CubeIQ.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Request/CubeIQ.cls.xml (revision 72236) @@ -0,0 +1,32 @@ + + + +TECH.DataTransferObject + + +APPS.Verpakking.dto.CubeIQ.Request.Container + + + +APPS.Verpakking.dto.CubeIQ.Request.Settings + + + +APPS.Verpakking.dto.CubeIQ.Request.Products + + + +APPS.Verpakking.dto.CubeIQ.Request.Loads + + + +APPS.Verpakking.dto.CubeIQ.Request.ContainersToLoad + + + +APPS.Verpakking.dto.CubeIQ.Request.ProductsToLoad + + + + + Index: APPS/Verpakking/dto/CubeIQ/Request.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Request.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Request.cls.xml (revision 72236) @@ -0,0 +1,12 @@ + + + +TECH.DataTransferObject + + +APPS.Verpakking.dto.CubeIQ.Request.CubeIQ + + + + + Index: APPS/Verpakking/dto/CubeIQ/Request/ProductToLoad.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Request/ProductToLoad.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Request/ProductToLoad.cls.xml (revision 72236) @@ -0,0 +1,21 @@ + + + +TECH.DataTransferObject + + +%String + + + +%String + + + +%Decimal +0 + + + + + Index: APPS/Verpakking/dto/CubeIQ/Response/Block.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Response/Block.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Response/Block.cls.xml (revision 72236) @@ -0,0 +1,144 @@ + + + +TECH.DataTransferObject + + +CubeIQ.Response.Block + + + +1 + + + +CubeIQ.Response.Block + + + +%String + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Boolean + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%String + + + +%Decimal + + + +%String + + + +%String + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + + + Index: APPS/Verpakking/dto/CubeIQ/Request/Setting.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Request/Setting.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Request/Setting.cls.xml (revision 72236) @@ -0,0 +1,23 @@ + + + +TECH.DataTransferObject + + +%String +"BasisSettings" + + + +%Decimal +105 + + + +%Decimal +500 + + + + + Index: APPS/Verpakking/dto/CubeIQ/Response/LoadedContainers.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Response/LoadedContainers.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Response/LoadedContainers.cls.xml (revision 72236) @@ -0,0 +1,25 @@ + + + +TECH.DataTransferObject + + +CubeIQ.Response.LoadedContainers + + + +1 + + + +CubeIQ.Response.LoadedContainers + + + +APPS.Verpakking.dto.CubeIQ.Response.LoadedContainer +list + + + + + Index: APPS/Verpakking/dto/CubeIQ/Response.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Response.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Response.cls.xml (revision 72236) @@ -0,0 +1,12 @@ + + + +TECH.DataTransferObject + + +APPS.Verpakking.dto.CubeIQ.Response.CubeIQ + + + + + Index: APPS/Verpakking/dto/CubeIQ/Request/ContainersToLoad.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Request/ContainersToLoad.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Request/ContainersToLoad.cls.xml (revision 72236) @@ -0,0 +1,13 @@ + + + +TECH.DataTransferObject + + +APPS.Verpakking.dto.CubeIQ.Request.ContainerToLoad +list + + + + + Index: APPS/Verpakking/dto/CubeIQ/Request/Products.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Request/Products.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Request/Products.cls.xml (revision 72236) @@ -0,0 +1,13 @@ + + + +TECH.DataTransferObject + + +APPS.Verpakking.dto.CubeIQ.Request.Product +list + + + + + Index: APPS/Verpakking/dto/CubeIQ/Response/Blocks.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Response/Blocks.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Response/Blocks.cls.xml (revision 72236) @@ -0,0 +1,25 @@ + + + +TECH.DataTransferObject + + +CubeIQ.Response.Blocks + + + +1 + + + +CubeIQ.Response.Blocks + + + +APPS.Verpakking.dto.CubeIQ.Response.Block +list + + + + + Index: APPS/Verpakking/dto/CubeIQ/Request/Containers.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Request/Containers.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Request/Containers.cls.xml (revision 72236) @@ -0,0 +1,13 @@ + + + +TECH.DataTransferObject + + +APPS.Verpakking.dto.CubeIQ.Request.Container +list + + + + + Index: APPS/Verpakking/dto/CubeIQ/Request/ProductsToLoad.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Request/ProductsToLoad.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Request/ProductsToLoad.cls.xml (revision 72236) @@ -0,0 +1,13 @@ + + + +TECH.DataTransferObject + + +APPS.Verpakking.dto.CubeIQ.Request.ProductToLoad +list + + + + + Index: APPS/Verpakking/dto/CubeIQ/Response/CubeIQ.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Response/CubeIQ.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Response/CubeIQ.cls.xml (revision 72236) @@ -0,0 +1,40 @@ + + + +TECH.DataTransferObject + + +CubeIQ.Response.CubeIQ + + + +1 + + + +CubeIQ.Response.CubeIQ + + + +APPS.Verpakking.dto.CubeIQ.Response.Loads + + + +APPS.Verpakking.dto.CubeIQ.Response.LoadedContainers + + + +APPS.Verpakking.dto.CubeIQ.Response.Stages + + + +APPS.Verpakking.dto.CubeIQ.Response.Blocks + + + +APPS.Verpakking.dto.CubeIQ.Response.UnLoadedProducts + + + + + Index: APPS/Verpakking/dto/CubeIQ/Request/ContainerToLoad.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Request/ContainerToLoad.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Request/ContainerToLoad.cls.xml (revision 72236) @@ -0,0 +1,21 @@ + + + +TECH.DataTransferObject + + +%String + + + +%String + + + +%Decimal +1 + + + + + Index: APPS/Verpakking/dto/CubeIQ/Response/UnLoadedProduct.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Response/UnLoadedProduct.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Response/UnLoadedProduct.cls.xml (revision 72236) @@ -0,0 +1,64 @@ + + + +TECH.DataTransferObject + + +CubeIQ.Response.UnLoadedProduct + + + +1 + + + +CubeIQ.Response.UnLoadedProduct + + + +%String + + + +%Decimal + + + +%Decimal + + + +%String + + + +%String + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Boolean + + + +%String + + + + + Index: APPS/Verpakking/dto/CubeIQ/Response/Stage.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Response/Stage.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Response/Stage.cls.xml (revision 72236) @@ -0,0 +1,104 @@ + + + +TECH.DataTransferObject + + +CubeIQ.Response.Stage + + + +1 + + + +CubeIQ.Response.Stage + + + +%String + + + +%Decimal + + + +%String + + + +%Boolean + + + +%Boolean + + + +%Decimal + + + +%Boolean + + + +%Boolean + + + +%String + + + +%Decimal + + + +%Boolean + + + +%Decimal + + + +%Boolean + + + +%Boolean + + + +%Decimal + + + +%Boolean + + + +%Boolean + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + + + Index: APPS/Verpakking/dto/CubeIQ/Response/Load.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Response/Load.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Response/Load.cls.xml (revision 72236) @@ -0,0 +1,160 @@ + + + +TECH.DataTransferObject + + +CubeIQ.Response.Load + + + +1 + + + +CubeIQ.Response.Load + + + +%String + + + +%Decimal + + + +%String + + + +%String + + + +%String + + + +%String + + + +%String + + + +%String + + + +%String + + + +%String + + + +%String + + + +%Boolean + + + +%Boolean + + + +%Decimal + + + +%String + + + +%Decimal + + + +%Decimal + + + +%Boolean + + + +%Boolean + + + +%Boolean + + + +%String + + + +%String + + + +%Boolean + + + +%Decimal + + + +%Boolean + + + +%String + + + +%Boolean + + + +%Decimal + + + +%Boolean + + + +%Decimal + + + +%String + + + +%String + + + +%Decimal + + + +%Decimal + + + +%Boolean + + + + + Index: APPS/Verpakking/dto/CubeIQ/Request/Settings.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Request/Settings.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Request/Settings.cls.xml (revision 72236) @@ -0,0 +1,13 @@ + + + +TECH.DataTransferObject + + +APPS.Verpakking.dto.CubeIQ.Request.Setting +list + + + + + Index: APPS/Verpakking/dto/CubeIQ/Response/Stages.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Response/Stages.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Response/Stages.cls.xml (revision 72236) @@ -0,0 +1,25 @@ + + + +TECH.DataTransferObject + + +CubeIQ.Response.Stages + + + +1 + + + +CubeIQ.Response.Stages + + + +APPS.Verpakking.dto.CubeIQ.Response.Stage +list + + + + + Index: APPS/Verpakking/dto/CubeIQ/Request/Container.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Request/Container.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Request/Container.cls.xml (revision 72236) @@ -0,0 +1,46 @@ + + + +TECH.DataTransferObject + + +%String + + + +%String + + + +%Decimal + + + +%Decimal + + + +%Decimal + + + +%Boolean + + + +%Decimal +0 + + + +%Boolean +0 + + + +%Boolean + + + + + Index: APPS/Verpakking/dto/CubeIQ/Response/Loads.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Response/Loads.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Response/Loads.cls.xml (revision 72236) @@ -0,0 +1,25 @@ + + + +TECH.DataTransferObject + + +CubeIQ.Response.Loads + + + +1 + + + +CubeIQ.Response.Loads + + + +APPS.Verpakking.dto.CubeIQ.Response.Load +list + + + + + Index: APPS/Verpakking/dto/CubeIQ/Request/Load.cls.xml =================================================================== diff -u --- APPS/Verpakking/dto/CubeIQ/Request/Load.cls.xml (revision 0) +++ APPS/Verpakking/dto/CubeIQ/Request/Load.cls.xml (revision 72236) @@ -0,0 +1,12 @@ + + + +TECH.DataTransferObject + + +%String + + + + +