Package com.portal.app.cc.comp
Interface PCustomerCenterBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PCustomerCenterBeanImpl
- Version:
- %version: 5 % %date_modified: Mon Jul 16 16:00:58 2001 %
- Author:
- kapono
-
Method Summary
Modifier and TypeMethodDescriptionGet the CSR Namevoid
Initializes the BEID and InfranetLocale Manager classes.searchForAccount
(String accountNum) Performs a global search for the given account
-
Method Details
-
initManagers
Initializes the BEID and InfranetLocale Manager classes. This is a time consuming process, so it is done in a separate Thread.- Throws:
RemoteException
-
searchForAccount
Performs a global search for the given account- Parameters:
String
- the account number to search for- Returns:
- The PModelHandle for the account if found; null otherwise
- Throws:
RemoteException
-
getCSRNameMH
Get the CSR Name- Throws:
RemoteException
-