Uses of Class
com.ibm.ccd.ui.portlets.search.core.SearchBean

Packages that use SearchBean
com.ibm.ccd.ui.mediator   
com.ibm.ccd.ui.portlets.lookuptablesearch.cmd   
com.ibm.ccd.ui.portlets.lookuptablesearch.core   
com.ibm.ccd.ui.portlets.massupdate   
com.ibm.ccd.ui.portlets.search.core   
com.ibm.ccd.ui.portlets.search.core.cmd   
 

Uses of SearchBean in com.ibm.ccd.ui.mediator
 

Methods in com.ibm.ccd.ui.mediator with parameters of type SearchBean
 void WPCMediator.performLookupTableSearch(SearchBean searchBean, WPSContext context)
           
 void WPCMediator.performSearch(SearchBean searchBean, WPSContext context)
          Request WPC to perform the search
 void IWPCMediator.performSearch(SearchBean searchBean, WPSContext context)
          Triggers the WPC to Perform the search based on the criteria and prepares the result
 void WPCMediator.performSearchForMultiEdit(SearchBean searchBean, WPSContext context)
           
 

Uses of SearchBean in com.ibm.ccd.ui.portlets.lookuptablesearch.cmd
 

Methods in com.ibm.ccd.ui.portlets.lookuptablesearch.cmd that return SearchBean
protected  SearchBean PopulateLookupTableViewDataStoreCmd.createSearchBean()
           
 

Uses of SearchBean in com.ibm.ccd.ui.portlets.lookuptablesearch.core
 

Subclasses of SearchBean in com.ibm.ccd.ui.portlets.lookuptablesearch.core
 class LookupTableSearchBean
           
 

Uses of SearchBean in com.ibm.ccd.ui.portlets.massupdate
 

Methods in com.ibm.ccd.ui.portlets.massupdate that return SearchBean
 SearchBean MassUpdateHelper.performSearch(SearchInputBean searchInputBean, java.lang.String collabName)
          Performs search updates search Bean with result.
 

Uses of SearchBean in com.ibm.ccd.ui.portlets.search.core
 

Methods in com.ibm.ccd.ui.portlets.search.core that return SearchBean
 SearchBean SearchHelper.getSearchBean()
           
 

Methods in com.ibm.ccd.ui.portlets.search.core with parameters of type SearchBean
 void SearchHelper.setSearchBean(SearchBean bean)
           
 

Uses of SearchBean in com.ibm.ccd.ui.portlets.search.core.cmd
 

Methods in com.ibm.ccd.ui.portlets.search.core.cmd that return SearchBean
protected  SearchBean PopulateViewDataStoreCmd.createSearchBean()