|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionMapper | |
---|---|
org.pentaho.platform.engine.services.runtime |
Uses of SelectionMapper in org.pentaho.platform.engine.services.runtime |
---|
Methods in org.pentaho.platform.engine.services.runtime that return SelectionMapper | |
---|---|
static SelectionMapper |
SelectionMapper.create(IActionParameter actionParam,
String valueColName,
String dispColName,
String displayName,
String displayStyle)
Creates a SelectionMapper based on an IActionParameter. |
static SelectionMapper |
SelectionMapper.create(org.pentaho.commons.connection.IPentahoResultSet resultSet,
int valueColIndex,
int dispColIndex,
String displayName,
String displayStyle)
Creates a SelectionMapper based on an IPentahoResultSet. |
static SelectionMapper |
SelectionMapper.create(org.pentaho.commons.connection.IPentahoResultSet resultSet,
String displayName,
String displayStyle)
Creates a SelectionMapper based on an IPentahoResultSet. |
static SelectionMapper |
SelectionMapper.create(org.pentaho.commons.connection.IPentahoResultSet resultSet,
String valueColName,
String dispColName,
String displayName,
String displayStyle)
Creates a SelectionMapper based on an IPentahoResultSet. |
static SelectionMapper |
SelectionMapper.createFromPropMapList(List aList,
String valueColName,
String dispColName,
String displayName,
String displayStyle)
Creates a SelectionMapper based on a pentaho property map list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |