public interface PSearchProducer
Modifier and Type | Method and Description |
---|---|
void |
addSearchInfoListener(PSearchInfoListener l)
Adds a listener for the results of this search
|
void |
clear()
Clears the search entry form
|
void |
removeSearchInfoListener(PSearchInfoListener l)
Removes a listener for the results of this search
|
void |
search()
Starts the search process
|
void |
setAllBrandsStatus(boolean status)
Assigns all brands selected status
|
void |
setBrandStatus(boolean status)
Assigns status if the system is branded or not.
|
void |
setBrandTree(PBrandTree bTree)
Provides the brand tree object
|
void |
setSelectedBrand(PScopeEntryPoint newBrand)
Assigns the selected brand
|
void |
setSingleDBSearchEnabled(boolean flag)
Enables the single DB Search
|
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.
|
void |
setSpreadSheet(PIASpecSpreadSheet s)
Registers the results table with the producer
|
void |
stop()
Stops the search process
|
void addSearchInfoListener(PSearchInfoListener l)
l
- the listenervoid removeSearchInfoListener(PSearchInfoListener l)
l
- the listenervoid setSingleDBSearchEnabled(boolean flag)
void setSingleDBSearchID(long id)
void setSingleDBSearchID(PModelHandle acct)
acct
- the account the contains the database to usevoid stop()
void search()
void clear()
void setSpreadSheet(PIASpecSpreadSheet s)
void setBrandStatus(boolean status)
void setSelectedBrand(PScopeEntryPoint newBrand)
void setAllBrandsStatus(boolean status)
void setBrandTree(PBrandTree bTree)
Copyright © 2003, 2023, Oracle and/or its affiliates.