Package com.portal.pfc.ui.accountsearch
Class StepSearch
java.lang.Object
com.portal.pfc.ui.accountsearch.StepSearch
This class actually communicates with the Portal databases by establishing connection
and fetches the data from the databases by performing search
-
Constructor Summary
ConstructorsConstructorDescriptionStepSearch
(PortalContext con, FList in, boolean isConnToBeCloned) This method initializes the connection object required to perform the search. -
Method Summary
Modifier and TypeMethodDescriptionThis method uses the same connection that was used in startStepSearch() The connection should be closed when the search is completed.This method uses connection objection and starts the search.void
This method stops the step search.
-
Constructor Details
-
StepSearch
This method initializes the connection object required to perform the search.
-
-
Method Details
-
startStepSearch
This method uses connection objection and starts the search. The same connection object must be used throughout the step search cycle. The connection should be closed when the search is completed.- Returns:
- the first set of search results
- Throws:
Exception
- if anything goes wrong during search process
-
nextStepSearch
This method uses the same connection that was used in startStepSearch() The connection should be closed when the search is completed.- Returns:
- the next set of search results.
- Throws:
Exception
- if anything goes wrong during search process
-
stopStepSearch
public void stopStepSearch()This method stops the step search. The connection should be closed when the search is completed.- Throws:
Exception
- if anything goes wrong during search process
-