Interface BalanceGroupSearchBean

All Known Implementing Classes:
BalanceGroupSearchBeanImpl

public interface BalanceGroupSearchBean
Balance Group search bean.
Author:
mchellam
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Utility method to clear the cache.
    void
    This method will be used to display the results in the balance group search results table.
    int
    This method returns the results counts.
  • Method Details

    • displayResults

      void displayResults(FList res, BalanceGroupSearchResultsTable servicesTable)
      This method will be used to display the results in the balance group search results table. res[] will be the output of SEARCH call.
      Parameters:
      res -
    • getResultsCount

      int getResultsCount()
      This method returns the results counts.
      Returns:
    • clearCache

      void clearCache()
      Utility method to clear the cache.