Package | Description |
---|---|
net.pricefx.formulaengine | |
net.pricefx.formulaengine.scripting | |
net.pricefx.server.dto.calculation |
Modifier and Type | Method and 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() |
Modifier and Type | Method and Description |
---|---|
ResultMatrix |
PublicGroovyAPI.newMatrix()
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 |
PublicGroovyAPI.newMatrix(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.
|
Modifier and Type | Method and Description |
---|---|
static Matrix2DImpl |
Matrix2D.fromResultMatrix(ResultMatrix resultMatrix) |
Modifier and Type | Method and Description |
---|---|
ResultMatrix |
ResultMatrix.transpose(String newHeaderColumnName)
Transpose the matrix.
|
ResultMatrix |
ResultMatrix.transpose(String newHeaderColumnName,
String oldColLabelsInNewColumnName)
Transpose the matrix.
|
Modifier and Type | Method and Description |
---|---|
List<ResultMatrix> |
ResultHighchart.getResultMatrixList()
Not intended for public use, required for JSON serialization.
|
Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.