Package com.portal.app.ccare.comp
Interface PSponsorshipSetupBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PSponsorshipSetupBeanImpl
Generic interface for handling sponsorship setup within customer center.
- Version:
- %version: 3 % %date_modified: Tue Sep 04 12:08:20 2001 %
-
Method Summary
Modifier and TypeMethodDescriptiongetGroupDetails
(PModelHandle group) Returns the detail information about the given sponsor group.Object[]
getSponsorOwner
(PModelHandle acct, String acctNo, boolean branded) Return information about the sponsor owner account given the acount number.void
setSponsorGroups
(SponsorshipData[] data, PModelHandle pm) Modifies the given model handle to include sponsor group information for the new account.
-
Method Details
-
getSponsorOwner
Return information about the sponsor owner account given the acount number. If the given account object is non-null, then the search needs to be narrowed to a single db search rather than a global search.- Parameters:
acct
- current accountacctNo
- the account number for the sponsor ownerbranded
- if true, branding is enabled- Returns:
- the sponsor owner account
- Throws:
RemoteException
-
getGroupDetails
Returns the detail information about the given sponsor group.- Parameters:
group
- a handle to the sponsor group- Returns:
- an array of detail data or null if there are no details
- Throws:
RemoteException
-
setSponsorGroups
Modifies the given model handle to include sponsor group information for the new account.- Parameters:
data
- an array of sponsorship datapm
- the model used to create the new account- Throws:
RemoteException
-