Package com.ibm.ccd.ui.portlets.search.core

Interface Summary
IBaseSearch This interface lists the methods for search criteria and search results
ICollectionViewBean The Interface every view bean implements for collection display functionality This interface is to be implemented if the view bean has to display a collection of data.
ISaveSearch This interface defines methods for saving the search XML.
ISearchDataStore  
 

Class Summary
BaseSearchPortlet  
CSVParser This class is used to parse the CSV text with specified delimiters.
FileSavedSearch This class provides the implementaion for interface ISaveSearch Data is stored in file by using object serialisation
SearchBean This class provides implementation for the IBaseSearch interface.
SearchConfigBean Class used for passing config data to jsp
SearchCriteriaBean This class holds dta for rendering SearchCriteriaConfig jsp
SearchFactory  
SearchHelper  
SearchInputBean This class is a data bean containg saved searches and related information
SearchResultBean This class provides implementation for the IBaseSearch interface.
SearchResultParser A helper class for search result xml parsing using the SAX Parser
SearchUtil