Package com.portal.app.ccare.comp
Interface PIAMSExchangeUserBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PIAMSExchangeUserBeanImpl
Controller interface for the
PIAMSExchangeUserBean
component.-
Method Summary
Modifier and TypeMethodDescriptionReturns the Map which has Organisation Dislay Name as key and OUName as valuegetSmtpDomainName
(String OUName) Given the OUName, searches the smtp map and returns the smtp domain namevoid
init()
Initializes the two maps 1.
-
Method Details
-
getOrgDisplayMap
Returns the Map which has Organisation Dislay Name as key and OUName as value- Returns:
- Map
- Throws:
RemoteException
-
init
Initializes the two maps 1. Organisation Display Name (key) : OUName (Value) 2. OUName (key) : Smtp Domain Name (Value)- Throws:
RemoteException
-
getSmtpDomainName
Given the OUName, searches the smtp map and returns the smtp domain name- Returns:
- String
- Throws:
RemoteException
-