Class PContactBeanImpl

java.lang.Object
com.portal.app.ccare.comp.PContactBeanImpl

public class PContactBeanImpl extends Object
Controller class to get Portal contact information.
  • Constructor Details

    • PContactBeanImpl

      public PContactBeanImpl()
      Creates the controller
  • Method Details

    • getContactIndexes

      public int[] getContactIndexes(PModelHandle pm) throws RemoteException
      Retrieves the indices of all the contacts (FLD_NAMEINFO entries) in the passed-in model handle.
      Parameters:
      pm - model handle containing a FLD_NAMEINFO array
      Returns:
      array of indices of all the contacts in the FLD_NAMEINFO array referenced by pm.
      Throws:
      RemoteException