|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectpt.moredata.dataentry.action.AbstractAction
pt.moredata.dataentry.action.SimpleQueryAction
Company MoreData
| Field Summary | |
protected DataAccessObject |
_dao
|
protected java.lang.StringBuffer |
_whereString
|
| Fields inherited from class pt.moredata.dataentry.action.AbstractAction |
_dataEntry, _enable, _event, _request |
| Constructor Summary | |
SimpleQueryAction()
|
|
| Method Summary | |
ResponseMessage |
actionPerformed()
Invoked when an action occurs. |
protected void |
addWhereClause(MetaField metaField,
java.lang.String columnValue)
Adds a feature to the WhereClause attribute of the SimpleQueryAction object |
protected void |
buildWhereString()
Description of the Method |
protected void |
init(ActionEvent event)
Description of the Method |
protected void |
setDAOView()
Set the DAOView object with the result query in the DataEntry object. |
| Methods inherited from class pt.moredata.dataentry.action.AbstractAction |
actionPerformed, isEnabled, setEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.StringBuffer _whereString
protected DataAccessObject _dao
| Constructor Detail |
public SimpleQueryAction()
| Method Detail |
protected void addWhereClause(MetaField metaField,
java.lang.String columnValue)
columnValue - The feature to be added to the WhereClause attributeprotected void buildWhereString()
protected void init(ActionEvent event)
init in class AbstractActionevent - Description of the Parameterprotected void setDAOView()
public ResponseMessage actionPerformed()
actionPerformed in class AbstractAction
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||