Class StepSearch

java.lang.Object
com.portal.pfc.ui.accountsearch.StepSearch

public class StepSearch extends Object
This class actually communicates with the Portal databases by establishing connection and fetches the data from the databases by performing search
  • Constructor Details

    • StepSearch

      public StepSearch(PortalContext con, FList in, boolean isConnToBeCloned)
      This method initializes the connection object required to perform the search.
  • Method Details

    • startStepSearch

      public FList 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

      public FList 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