Uses of Class
net.pricefx.server.dto.calculation.ResultMatrix
-
Packages that use ResultMatrix Package Description net.pricefx.formulaengine net.pricefx.formulaengine.scripting net.pricefx.server.dto.calculation -
-
Uses of ResultMatrix in net.pricefx.formulaengine
Methods in net.pricefx.formulaengine that return ResultMatrix Modifier and Type Method Description ResultMatrixIRebateRecordManager. asResultMatrix(String... attributes)Return a ResultMatrix listing all RRs in the agreement, optionally the fields/attributes to be shown as matrix columns.ResultMatrixDatamartContext.DataProfilerResult. getDimensions()ResultMatrixDatamartContext.DataProfilerResult. getMeasures() -
Uses of ResultMatrix in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return ResultMatrix Modifier and Type Method Description ResultMatrixPublicGroovyAPI. newMatrix()Creates a new result matrix DTO object that can be further customized and populated with calculated data.ResultMatrixPublicGroovyAPI. newMatrix(String... columns)Creates a new result matrix DTO object that can be further customized and populated with calculated data.ResultMatrixPublicGroovyAPI. newMatrix(Collection<String> columns)Creates a new result matrix DTO object that can be further customized and populated with calculated data.ResultMatrixMatrix2D. toResultMatrix()ResultMatrixMatrix2D. toResultMatrix(Map<String,String> columnMapping)Create a ResultMatrix from a Matrix2D, selecting only the columns included in the mapping if such a mapping is provided.Methods in net.pricefx.formulaengine.scripting with parameters of type ResultMatrix Modifier and Type Method Description static Matrix2DImplMatrix2D. fromResultMatrix(ResultMatrix resultMatrix) -
Uses of ResultMatrix in net.pricefx.server.dto.calculation
Methods in net.pricefx.server.dto.calculation that return ResultMatrix Modifier and Type Method Description ResultMatrixResultMatrix. transpose(String newHeaderColumnName)Transpose the matrix.ResultMatrixResultMatrix. transpose(String newHeaderColumnName, String oldColLabelsInNewColumnName)Transpose the matrix.Methods in net.pricefx.server.dto.calculation that return types with arguments of type ResultMatrix Modifier and Type Method Description List<ResultMatrix>ResultHighchart. getResultMatrixList()Not intended for public use, required for JSON serialization.Methods in net.pricefx.server.dto.calculation with parameters of type ResultMatrix Modifier and Type Method Description ResultHighchartResultHighchart. addResultMatrixTab(ResultMatrix matrix)The automatically filled data tab can be replaced by customized ResultMatrix data.ResultHighchartResultHighchart. setResultMatrixTabs(ResultMatrix... matrices)The automatically filled data tab can be replaced by customized ResultMatrix data.
-