public interface PSponsorshipSetupBean extends Remote
Modifier and Type | Method and Description |
---|---|
PModelHandle[] |
getGroupDetails(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.
|
Object[] getSponsorOwner(PModelHandle acct, String acctNo, boolean branded) throws RemoteException
acct
- current accountacctNo
- the account number for the sponsor ownerbranded
- if true, branding is enabledRemoteException
PModelHandle[] getGroupDetails(PModelHandle group) throws RemoteException
group
- a handle to the sponsor groupRemoteException
void setSponsorGroups(SponsorshipData[] data, PModelHandle pm) throws RemoteException
data
- an array of sponsorship datapm
- the model used to create the new accountRemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.