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 ResultMatrix
IRebateRecordManager. asResultMatrix(String... attributes)
Return a ResultMatrix listing all RRs in the agreement, optionally the fields/attributes to be shown as matrix columns.ResultMatrix
DatamartContext.DataProfilerResult. getDimensions()
ResultMatrix
DatamartContext.DataProfilerResult. getMeasures()
-
Uses of ResultMatrix in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return ResultMatrix Modifier and Type Method Description ResultMatrix
PublicGroovyAPI. newMatrix()
Creates a new result matrix DTO object that can be further customized and populated with calculated data.ResultMatrix
PublicGroovyAPI. newMatrix(String... columns)
Creates a new result matrix DTO object that can be further customized and populated with calculated data.ResultMatrix
PublicGroovyAPI. newMatrix(Collection<String> columns)
Creates a new result matrix DTO object that can be further customized and populated with calculated data.ResultMatrix
Matrix2D. toResultMatrix()
ResultMatrix
Matrix2D. 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 Matrix2DImpl
Matrix2D. 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 ResultMatrix
ResultMatrix. transpose(String newHeaderColumnName)
Transpose the matrix.ResultMatrix
ResultMatrix. 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 ResultHighchart
ResultHighchart. addResultMatrixTab(ResultMatrix matrix)
The automatically filled data tab can be replaced by customized ResultMatrix data.ResultHighchart
ResultHighchart. setResultMatrixTabs(ResultMatrix... matrices)
The automatically filled data tab can be replaced by customized ResultMatrix data.
-