Interface PSponsorshipBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PSponsorshipBeanImpl

public interface PSponsorshipBean extends Remote
Generic interface for handling sponsorship within customer center.
Version:
%version: 1 % %date_modified: Thu Jun 07 10:16:48 2001 %
Author:
mgaines
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the sponsorship data that was retrieved from doing a lookup on the current account.
    int
    This method will do a lookup on the given account to see if it's a member of any sponsor groups.
  • Method Details

    • memberOfGroups

      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.
      Parameters:
      acct - the account to do the lookup for
      Returns:
      the number of groups this account is a member of
      Throws:
      RemoteException
    • getMembers

      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.
      Parameters:
      acct - the account to do the lookup for
      Throws:
      RemoteException