Package com.portal.app.comp
Interface PIASearch
- All Superinterfaces:
PControllerBean,Remote
- All Known Subinterfaces:
PSponsorMemberSearchBean,PSponsorOwnerSearchBean
- All Known Implementing Classes:
PDeviceSearchPanelBean,PIASearchPanelBean,PRolloverReceiverSearchBeanImpl,PSponsorMemberSearchBeanImpl,PSponsorOwnerSearchBeanImpl
- Version:
- %version: 10 % %date_modified: Fri Aug 24 15:47:29 2001 %
- Author:
- larrylf
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionvoidClose any connection(s) created for the purpose of searching.voidString[]String[]intbooleanbooleanhasBrandHost(ArrayList scopes) booleanisBrandHost(PScopeEntryPoint scope) booleanvoidsetDesiredResults(String[] results) voidsetFilterBrandAccTypesFlag(boolean b) voidsetFilterNonBrandHostAccsFlag(boolean b) voidsetRemoteOnly(boolean remoteOnly) voidvoidsetSearchClass(String name) voidsetSingleDBSearchEnabled(boolean flag) Allows the system to only search in a single, known data base.voidsetSingleDBSearchID(long id) voidSets the scope for the single db search to be the database associated with the given account.startSearch(PModelHandle[] criteria) startSearch(PModelHandle[] criteria, Vector assClasses) Methods inherited from interface com.portal.bas.PControllerBean
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, getSelectionDataFor, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
-
Field Details
-
PROGRESS_START
static final int PROGRESS_START- See Also:
-
PROGRESS_END
static final int PROGRESS_END- See Also:
-
PROGRESS_ERROR
static final int PROGRESS_ERROR- See Also:
-
PROGRESS_INTERRUPT
static final int PROGRESS_INTERRUPT- See Also:
-
-
Method Details
-
setSearchClass
- Throws:
RemoteException
-
getSearchClass
- Throws:
RemoteException
-
setRemoteOnly
- Throws:
RemoteException
-
getRemoteOnly
- Throws:
RemoteException
-
getProgress
- Throws:
RemoteException
-
getHeader
- Throws:
RemoteException
-
setSingleDBSearchEnabled
Allows the system to only search in a single, known data base. The default value scopes the multi-database search.- Throws:
RemoteException
-
setSingleDBSearchID
- Throws:
RemoteException
-
setSingleDBSearchID
Sets the scope for the single db search to be the database associated with the given account.- Parameters:
acct- the account the contains the database to use- Throws:
RemoteException
-
startSearch
- Throws:
RemoteException
-
startSearch
- Throws:
RemoteException
-
getResultsBatch
- Throws:
RemoteException
-
endSearch
- Throws:
RemoteException
-
setDesiredResults
- Throws:
RemoteException
-
getDesiredResults
- Throws:
RemoteException
-
closeConnection
Close any connection(s) created for the purpose of searching.- Throws:
RemoteException
-
setScopeEntryPoint
- Throws:
RemoteException
-
hasBrandHost
- Throws:
RemoteException
-
getBrandPoid
- Throws:
RemoteException
-
isBrandHost
- Throws:
RemoteException
-
setFilterBrandAccTypesFlag
- Throws:
RemoteException
-
setFilterNonBrandHostAccsFlag
- Throws:
RemoteException
-
isLoginRoot
- Throws:
RemoteException
-