public class LinkDataLoader extends DataLoader
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List |
attributes |
protected ReconValueSet |
reconValueSet |
protected java.util.List |
specAttributes |
dataSet, isDataSet1, reconInfo| Constructor and Description |
|---|
LinkDataLoader(ReconInfo reconInfo,
DataSet dataSet) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
buildSQL() |
ReconValueSet |
getReconValueSet()
Returns the loaded attributes and spec attributes.
|
protected java.lang.String |
getSpecWhereClause() |
void |
load()
Loads the reconValueSet for the reconValueSet set being used.
|
protected void |
loadData()
Method loads data based on metadata previously loaded.
|
void |
setAttributes(java.util.List attributes)
Adds attributes.
|
void |
setSpecAttributes(java.util.List specAttributes)
Adds specs attributes.
|
void |
setTaskFilter(TaskFilter taskFilter)
Sets the task filter.
|
attachSpecValues, buildUniqueKey, buildUniqueKey, loadSpecs, toStringArrayprotected java.util.List attributes
protected java.util.List specAttributes
protected ReconValueSet reconValueSet
public void setTaskFilter(TaskFilter taskFilter)
taskFilter - the taskFilter to setpublic void load()
throws java.rmi.RemoteException,
MXException,
java.sql.SQLException
java.rmi.RemoteExceptionMXExceptionjava.sql.SQLExceptionprotected void loadData()
throws java.rmi.RemoteException,
MXException,
java.sql.SQLException
java.rmi.RemoteExceptionMXExceptionjava.sql.SQLExceptionprotected java.lang.String buildSQL()
throws java.rmi.RemoteException,
MXException,
java.sql.SQLException
java.rmi.RemoteExceptionMXExceptionjava.sql.SQLExceptionprotected java.lang.String getSpecWhereClause()
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic void setAttributes(java.util.List attributes)
attributes - the attributes to setpublic void setSpecAttributes(java.util.List specAttributes)
specAttributes - the specAttributes to setpublic ReconValueSet getReconValueSet()