Package com.portal.app.ccare.comp
Interface BalanceGroupSearchBean
- All Known Implementing Classes:
BalanceGroupSearchBeanImpl
public interface BalanceGroupSearchBean
Balance Group search bean.
- Author:
- mchellam
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Utility method to clear the cache.void
displayResults
(FList res, BalanceGroupSearchResultsTable servicesTable) 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
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.
-