Package com.portal.app.ccare.comp
Interface ServiceSearchBean
- All Known Implementing Classes:
ServiceSearchBeanImpl
public interface ServiceSearchBean
Service search bean.
- Author:
- mchellam
-
Method Summary
Modifier and TypeMethodDescriptionvoid
displayResults
(PModelHandle[] res) This method will be used to display the results in the service search results table.
-
Method Details
-
displayResults
This method will be used to display the results in the service search results table. res[] will be the output of SEARCH call.- Parameters:
res
-
-