Package com.portal.app.ccare.comp
Class PContactBeanImpl
java.lang.Object
com.portal.app.ccare.comp.PContactBeanImpl
Controller class to get Portal contact information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint[]
Retrieves the indices of all the contacts (FLD_NAMEINFO
entries) in the passed-in model handle.
-
Constructor Details
-
PContactBeanImpl
public PContactBeanImpl()Creates the controller
-
-
Method Details
-
getContactIndexes
Retrieves the indices of all the contacts (FLD_NAMEINFO
entries) in the passed-in model handle.- Parameters:
pm
- model handle containing aFLD_NAMEINFO
array- Returns:
- array of indices of all the contacts in the
FLD_NAMEINFO
array referenced bypm
. - Throws:
RemoteException
-