Class PSponsorshipBeanImpl

All Implemented Interfaces:
PSponsorshipBean, PIACollectionBean, PControllerBean, Serializable, Remote, Unreferenced

public class PSponsorshipBeanImpl extends PIAComponentCollectionBean implements PSponsorshipBean
Controller class for handling sponsorship within customer center
Version:
%version: 2 % %date_modified: Mon Dec 03 15:42:35 2001 %
Author:
mgaines
See Also:
  • Constructor Details

  • Method Details

    • memberOfGroups

      public int memberOfGroups(PModelHandle acct) throws RemoteException
      This method will do a lookup on the given account to see if it's a member of any sponsor groups. It will return the number of groups this account is a member of.
      Specified by:
      memberOfGroups in interface PSponsorshipBean
      Parameters:
      acct - the account to do the lookup for
      Returns:
      the number of groups this account is a member of
      Throws:
      RemoteException
    • getMembers

      public SponsorshipData[] getMembers(PModelHandle acct) throws RemoteException
      Returns the sponsorship data that was retrieved from doing a lookup on the current account. If the information was already found, then the cached value will be returned.
      Specified by:
      getMembers in interface PSponsorshipBean
      Parameters:
      acct - the account to do the lookup for
      Throws:
      RemoteException