Package com.portal.app.ccare.comp
Interface PSponsorMemberSearchBean
- All Superinterfaces:
PControllerBean
,PIASearch
,Remote
- All Known Implementing Classes:
PSponsorMemberSearchBeanImpl
Controller class for handling searching for members in a sponsor group.
- Version:
- %version: 1 % %date_modified: Thu Jun 28 10:59:39 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, PModelHandle groups, int index, PModelHandle acct) Initializes the the start of a search for a search for members within a particular group.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, PModelHandle groups, int index, PModelHandle acct) throws RemoteException Initializes the the start of a search for a search for members within a particular group.- Parameters:
criteria
- the information used in the searchaClasses
- the associated classes for the search criteriagroups
- the list of sponsor groupsindex
- the selected groupacct
- the current account to narrow the scope of the search- Returns:
- the search results
- Throws:
RemoteException
-