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 int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Close any connection(s) created for the purpose of searching.void
String[]
String[]
int
boolean
boolean
hasBrandHost
(ArrayList scopes) boolean
isBrandHost
(PScopeEntryPoint scope) boolean
void
setDesiredResults
(String[] results) void
setFilterBrandAccTypesFlag
(boolean b) void
setFilterNonBrandHostAccsFlag
(boolean b) void
setRemoteOnly
(boolean remoteOnly) void
void
setSearchClass
(String name) void
setSingleDBSearchEnabled
(boolean flag) Allows the system to only search in a single, known data base.void
setSingleDBSearchID
(long id) void
Sets 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
-