|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.core.controller.State
com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd
com.jcorporate.expresso.services.controller.dbmaint.ListBase
com.jcorporate.expresso.services.controller.dbmaint.SearchList
Processes the data passed via a standard form from SEARCH. This class requires a match on all specified fields of a DBObject for a successful outcome. SEARCHsearch can be extended to enabling a more restrictive search on only one or two fields e.g. a foreign key field
| Field Summary |
| Fields inherited from class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd |
countTotalRecords, masterObjKey, showNext, showPrev |
| Fields inherited from class com.jcorporate.expresso.core.controller.State |
NOTEMPTY_MASK, secure |
| Constructor Summary | |
SearchList()
|
|
SearchList(String code,
String descrip)
Constructor |
|
| Method Summary | |
void |
run(ControllerRequest req,
ControllerResponse res)
Perform the actions of this state. |
| Methods inherited from class com.jcorporate.expresso.services.controller.dbmaint.ListBase |
addRecordsToBlock, generatePageTransitions, getRecordPaginator, getSortKey, listRecords, setupListSearchCriteria, showList |
| Methods inherited from class com.jcorporate.expresso.services.controller.dbmaint.DynamicCmd |
addParams, decode, getControllerName, getCurrentDBObj, getDataObject, getFieldsParam, getFixedFields, getKeyParameter, getMyDataObject, getPageNumber, getSearchParam, initializeDBObj, isKeyField, retrieveMyDBObject, setFields, setFieldsParam, setMyDataObject, setSearchParam, showBlobViewLink, showEditLink, showEditLink, showOptions, showUserName |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SearchList()
public SearchList(String code,
String descrip)
code - The name of the state.descrip - The friendly name of the state| Method Detail |
public void run(ControllerRequest req,
ControllerResponse res)
throws NonHandleableException,
ControllerException
run in class DynamicCmdreq - The ControllerRequest objectres - The ControllerResponse object
NonHandleableException - upon fatal error
ControllerException
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||