Uses of Class
org.pentaho.platform.engine.services.runtime.SelectionMapper

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, java.lang.String valueColName, java.lang.String dispColName, java.lang.String displayName, java.lang.String displayStyle)
          Creates a SelectionMapper based on an IActionParameter.
static SelectionMapper SelectionMapper.create(org.pentaho.commons.connection.IPentahoResultSet resultSet, int valueColIndex, int dispColIndex, java.lang.String displayName, java.lang.String displayStyle)
          Creates a SelectionMapper based on an IPentahoResultSet.
static SelectionMapper SelectionMapper.create(org.pentaho.commons.connection.IPentahoResultSet resultSet, java.lang.String displayName, java.lang.String displayStyle)
          Creates a SelectionMapper based on an IPentahoResultSet.
static SelectionMapper SelectionMapper.create(org.pentaho.commons.connection.IPentahoResultSet resultSet, java.lang.String valueColName, java.lang.String dispColName, java.lang.String displayName, java.lang.String displayStyle)
          Creates a SelectionMapper based on an IPentahoResultSet.
static SelectionMapper SelectionMapper.createFromPropMapList(java.util.List aList, java.lang.String valueColName, java.lang.String dispColName, java.lang.String displayName, java.lang.String displayStyle)
          Creates a SelectionMapper based on a pentaho property map list.