public class InterfaceActionOnTargetMappingSetSql extends InterfaceActionOnTargetMappingAbstract
InteractiveInterfaceHelperWithActions| Constructor and Description |
|---|
InterfaceActionOnTargetMappingSetSql(java.lang.String pColumnName,
java.lang.String pSql,
DataSet pDataSet)
Deprecated.
Creates an action class instance which will set the expression for a target mapping, when
performAction is called. |
| Modifier and Type | Method and Description |
|---|---|
void |
performAction(IInterfaceActionListener pInterfaceActionListener,
IInterfaceUndoListener pInterfaceUndoListener,
IActionHelper pActionHelper)
Deprecated.
For internal use only.
|
getDataSetgetColumnNamepublic InterfaceActionOnTargetMappingSetSql(java.lang.String pColumnName,
java.lang.String pSql,
DataSet pDataSet)
performAction is called.
This constructor should be called directly to create the action class instance.
This instance should then be passed to InteractiveInterfaceHelperWithActions.performAction
to set the mapping expression.pColumnName - name of column being mappedpSql - the SQL expression for the mappingpDataSet - the data set, used along with the column name to retrieve the columnpublic void performAction(IInterfaceActionListener pInterfaceActionListener, IInterfaceUndoListener pInterfaceUndoListener, IActionHelper pActionHelper)
pInterfaceActionListener - the interface action listener instancepInterfaceUndoListener - the interface undo listener instancepActionHelper - the action helper instance