All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
add()
This is called when a new Mbo is added to the Mboset collection.
|
java.util.Hashtable<java.lang.String,java.lang.String> |
getQuickQueryQbe()
This method returns the hash table for the given queryid.
|
void |
init()
Called by the framework when the Mbo has been constructed and the
MboValues have been initialized.
|
void |
modify()
called whenever a field is modified to update the change date,change by attributes.
|
void |
saveQuickQueryQbe(java.util.Hashtable<java.lang.String,java.lang.String> savedQbeAttributes)
This method will be called from the data bean to save the quick query qbe in the hashtable.
|
void |
setQueryValues(java.lang.String whereClause)
This method is called from the bean to set current query whereclause.
|