Package com.portal.app.ccare.comp
Interface PSponsorshipBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PSponsorshipBeanImpl
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 TypeMethodDescriptiongetMembers
(PModelHandle acct) Returns the sponsorship data that was retrieved from doing a lookup on the current account.int
memberOfGroups
(PModelHandle acct) This method will do a lookup on the given account to see if it's a member of any sponsor groups.
-
Method Details
-
memberOfGroups
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
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
-