public class PSponsorshipSetupBeanImpl extends PIAComponentCollectionBean implements PSponsorshipSetupBean
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY
Constructor and Description |
---|
PSponsorshipSetupBeanImpl()
Creates an instance of this controller class.
|
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.
|
addChild, getCollectedData, getSelectionDataFor, removeChild, update
addRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getRemoteListenerHandle, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferenced
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
public PSponsorshipSetupBeanImpl() throws RemoteException
RemoteException
public Object[] getSponsorOwner(PModelHandle acct, String acctNo, boolean branded) throws RemoteException
getSponsorOwner
in interface PSponsorshipSetupBean
acct
- current accountacctNo
- the account number for the sponsor ownerbranded
- if true, branding is enabledRemoteException
public PModelHandle[] getGroupDetails(PModelHandle group) throws RemoteException
getGroupDetails
in interface PSponsorshipSetupBean
group
- a handle to the sponsor groupRemoteException
public void setSponsorGroups(SponsorshipData[] data, PModelHandle pm) throws RemoteException
setSponsorGroups
in interface PSponsorshipSetupBean
data
- an array of sponsorship datapm
- the model used to create the new accountRemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.