Package com.portal.app.comp
Interface PSearchProducer
- All Known Implementing Classes:
PAccountsEntryPanel
,PBillsEntryPanel
,PDeviceSearchEntryPanelBase
,PDeviceSearchEntryPanelDefault
,PIASearchPanel
,PNumberEntryPanel
,PRolloverReceiverSearchPanel
,PSettopEntryPanel
,PSIMEntryPanel
,PSponsorMemberSearch
,PSponsorOwnerSearch
,PTelcoNumberEntryPanel
,SharingAccountEntryPanel
,SIMEntryPanel
public interface PSearchProducer
Search panels should implement this interface
- Version:
- %version: 7 % %date_modified: Mon Aug 27 13:44:46 2001 %
- Author:
- kapono
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds a listener for the results of this searchvoid
clear()
Clears the search entry formvoid
Removes a listener for the results of this searchvoid
search()
Starts the search processvoid
setAllBrandsStatus
(boolean status) Assigns all brands selected statusvoid
setBrandStatus
(boolean status) Assigns status if the system is branded or not.void
setBrandTree
(PBrandTree bTree) Provides the brand tree objectvoid
setSelectedBrand
(PScopeEntryPoint newBrand) Assigns the selected brandvoid
setSingleDBSearchEnabled
(boolean flag) Enables the single DB Searchvoid
setSingleDBSearchID
(long id) void
Sets the scope for the single db search to be the database associated with the given account.void
Registers the results table with the producervoid
stop()
Stops the search process
-
Method Details
-
addSearchInfoListener
Adds a listener for the results of this search- Parameters:
l
- the listener
-
removeSearchInfoListener
Removes a listener for the results of this search- Parameters:
l
- the listener
-
setSingleDBSearchEnabled
void setSingleDBSearchEnabled(boolean flag) Enables the single DB Search -
setSingleDBSearchID
void setSingleDBSearchID(long id) -
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
-
stop
void stop()Stops the search process -
search
void search()Starts the search process -
clear
void clear()Clears the search entry form -
setSpreadSheet
Registers the results table with the producer -
setBrandStatus
void setBrandStatus(boolean status) Assigns status if the system is branded or not. -
setSelectedBrand
Assigns the selected brand -
setAllBrandsStatus
void setAllBrandsStatus(boolean status) Assigns all brands selected status -
setBrandTree
Provides the brand tree object
-