Package com.portal.app.ccare.comp
Interface PSponsorOwnerSearchBean
- All Superinterfaces:
PControllerBean
,PIASearch
,Remote
- All Known Implementing Classes:
PSponsorOwnerSearchBeanImpl
Controller class for handling searching for sponsor owners.
- Version:
- %version: 2 % %date_modified: Tue Oct 23 17:00:25 2001 %
-
Field Summary
Fields inherited from interface com.portal.app.comp.PIASearch
PROGRESS_END, PROGRESS_ERROR, PROGRESS_INTERRUPT, PROGRESS_START
-
Method Summary
Modifier and TypeMethodDescriptionstartSearch
(PModelHandle[] criteria, Vector aClasses, Long db) Initializes the the start of a search for a search for sponsor owners.Methods inherited from interface com.portal.bas.PControllerBean
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, getSelectionDataFor, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
Methods inherited from interface com.portal.app.comp.PIASearch
closeConnection, endSearch, getBrandPoid, getDesiredResults, getHeader, getProgress, getRemoteOnly, getResultsBatch, getSearchClass, hasBrandHost, isBrandHost, isLoginRoot, setDesiredResults, setFilterBrandAccTypesFlag, setFilterNonBrandHostAccsFlag, setRemoteOnly, setScopeEntryPoint, setSearchClass, setSingleDBSearchEnabled, setSingleDBSearchID, setSingleDBSearchID, startSearch, startSearch
-
Method Details
-
startSearch
PModelHandle[] startSearch(PModelHandle[] criteria, Vector aClasses, Long db) throws RemoteException Initializes the the start of a search for a search for sponsor owners.- Parameters:
criteria
- the information used in the searchaClasses
- the associated classes for the search criteriadb
- the database to narrow the scope of the search- Returns:
- the search results
- Throws:
RemoteException
-