Package com.portal.app.ccare.comp
Class PIAMSExchangeUserBeanImpl
java.lang.Object
com.portal.bas.PControllerImpl
com.portal.bas.comp.PIAComponentCollectionBean
com.portal.app.ccare.comp.PIAMSExchangeUserBeanImpl
- All Implemented Interfaces:
PIAMSExchangeUserBean,PIACollectionBean,PControllerBean,Serializable,Remote,Unreferenced
public class PIAMSExchangeUserBeanImpl
extends PIAComponentCollectionBean
implements PIAMSExchangeUserBean
Controller class for the
PIAMSExchangeUserBeanImpl component.- See Also:
-
Field Summary
Fields inherited from class com.portal.bas.PControllerImpl
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new controller for aPIAMSExchangeUserBeanImpl. -
Method Summary
Modifier and TypeMethodDescriptionReturns the Map which has Organisation Dislay Name as key and OUName as value The Map is sorted on Organisation Display NamegetSmtpDomainName(String OUName) Given the OUName, searches the smtp map and returns the smtp domain namevoidinit()Initializes the two maps 1.Methods inherited from class com.portal.bas.comp.PIAComponentCollectionBean
addChild, getCollectedData, getSelectionDataFor, removeChild, updateMethods inherited from class com.portal.bas.PControllerImpl
addRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getRemoteListenerHandle, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferencedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.portal.bas.PControllerBean
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
-
Constructor Details
-
PIAMSExchangeUserBeanImpl
Creates a new controller for aPIAMSExchangeUserBeanImpl.- Throws:
RemoteException
-
-
Method Details
-
getOrgDisplayMap
Returns the Map which has Organisation Dislay Name as key and OUName as value The Map is sorted on Organisation Display Name- Specified by:
getOrgDisplayMapin interfacePIAMSExchangeUserBean- Returns:
- Map
- Throws:
RemoteException
-
getSmtpDomainName
Given the OUName, searches the smtp map and returns the smtp domain name- Specified by:
getSmtpDomainNamein interfacePIAMSExchangeUserBean- Returns:
- String
- Throws:
RemoteException
-
init
Initializes the two maps 1. Organisation Display Name (key) : OUName (Value) 2. OUName (key) : Smtp Domain Name (Value)- Specified by:
initin interfacePIAMSExchangeUserBean- Throws:
RemoteException
-