Uses of Interface
net.pricefx.formulaengine.scripting.AppPages
-
Packages that use AppPages Package Description net.pricefx.server.dto.calculation Defines set of data transfer object (DTO) classes related to Calculations. -
-
Uses of AppPages in net.pricefx.server.dto.calculation
Classes in net.pricefx.server.dto.calculation that implement AppPages Modifier and Type Class Description class
DashboardController
This class is used to generate the definition of a so called controller dashboard portlet (or wizard).class
ResultMatrix
This class is used to transport a calculated matrix-style result It is basically a list of maps with the addition that the column names are clearly named and can have a format This means: - the UI knows exactly which columns to display (even if some maps do not have those as keys) - the entry maps can have more "columns" (or keys) than those that are displayed; maybe useful for calculation
-