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 TypeMethodDescriptionvoidAdds a listener for the results of this searchvoidclear()Clears the search entry formvoidRemoves a listener for the results of this searchvoidsearch()Starts the search processvoidsetAllBrandsStatus(boolean status) Assigns all brands selected statusvoidsetBrandStatus(boolean status) Assigns status if the system is branded or not.voidsetBrandTree(PBrandTree bTree) Provides the brand tree objectvoidsetSelectedBrand(PScopeEntryPoint newBrand) Assigns the selected brandvoidsetSingleDBSearchEnabled(boolean flag) Enables the single DB SearchvoidsetSingleDBSearchID(long id) voidSets the scope for the single db search to be the database associated with the given account.voidRegisters the results table with the producervoidstop()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
-