public interface PIASearch extends PControllerBean
| Modifier and Type | Field and Description |
|---|---|
static int |
PROGRESS_END |
static int |
PROGRESS_ERROR |
static int |
PROGRESS_INTERRUPT |
static int |
PROGRESS_START |
| Modifier and Type | Method and Description |
|---|---|
void |
closeConnection()
Close any connection(s) created for the purpose of searching.
|
void |
endSearch() |
Poid |
getBrandPoid() |
String[] |
getDesiredResults() |
String[] |
getHeader() |
int |
getProgress() |
boolean |
getRemoteOnly() |
PModelHandle[] |
getResultsBatch() |
String |
getSearchClass() |
boolean |
hasBrandHost(ArrayList scopes) |
boolean |
isBrandHost(PScopeEntryPoint scope) |
boolean |
isLoginRoot() |
void |
setDesiredResults(String[] results) |
void |
setFilterBrandAccTypesFlag(boolean b) |
void |
setFilterNonBrandHostAccsFlag(boolean b) |
void |
setRemoteOnly(boolean remoteOnly) |
void |
setScopeEntryPoint(PScopeEntryPoint scope) |
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 |
setSingleDBSearchID(PModelHandle acct)
Sets the scope for the single db search to be the database associated
with the given account.
|
PModelHandle[] |
startSearch(PModelHandle[] criteria) |
PModelHandle[] |
startSearch(PModelHandle[] criteria,
Vector assClasses) |
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, getSelectionDataFor, isLight, register, releaseRemoteListener, removeRemoteListener, setModelstatic final int PROGRESS_START
static final int PROGRESS_END
static final int PROGRESS_ERROR
static final int PROGRESS_INTERRUPT
void setSearchClass(String name) throws RemoteException
RemoteExceptionString getSearchClass() throws RemoteException
RemoteExceptionvoid setRemoteOnly(boolean remoteOnly)
throws RemoteException
RemoteExceptionboolean getRemoteOnly()
throws RemoteException
RemoteExceptionint getProgress()
throws RemoteException
RemoteExceptionString[] getHeader() throws RemoteException
RemoteExceptionvoid setSingleDBSearchEnabled(boolean flag)
throws RemoteException
RemoteExceptionvoid setSingleDBSearchID(long id)
throws RemoteException
RemoteExceptionvoid setSingleDBSearchID(PModelHandle acct) throws RemoteException
acct - the account the contains the database to useRemoteExceptionPModelHandle[] startSearch(PModelHandle[] criteria) throws RemoteException
RemoteExceptionPModelHandle[] startSearch(PModelHandle[] criteria, Vector assClasses) throws RemoteException
RemoteExceptionPModelHandle[] getResultsBatch() throws RemoteException
RemoteExceptionvoid endSearch()
throws RemoteException
RemoteExceptionvoid setDesiredResults(String[] results) throws RemoteException
RemoteExceptionString[] getDesiredResults() throws RemoteException
RemoteExceptionvoid closeConnection()
throws RemoteException
RemoteExceptionvoid setScopeEntryPoint(PScopeEntryPoint scope) throws RemoteException
RemoteExceptionboolean hasBrandHost(ArrayList scopes) throws RemoteException
RemoteExceptionPoid getBrandPoid() throws RemoteException
RemoteExceptionboolean isBrandHost(PScopeEntryPoint scope) throws RemoteException
RemoteExceptionvoid setFilterBrandAccTypesFlag(boolean b)
throws RemoteException
RemoteExceptionvoid setFilterNonBrandHostAccsFlag(boolean b)
throws RemoteException
RemoteExceptionboolean isLoginRoot()
throws RemoteException
RemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.