public class PIAPaymentFieldBeanImpl extends PIAFieldBean implements PIAPaymentFieldBean
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY
NONSUBORDINATE, SUBORDINATE, UNKNOWN
Constructor and Description |
---|
PIAPaymentFieldBeanImpl() |
Modifier and Type | Method and Description |
---|---|
int[] |
getPaymentMethodIndices()
Retrieves default method of payment information.
|
int |
getSubordinateStatus()
Indicates whether payment method is subordinate of another billing
group.
|
void |
update(int reason,
Object data)
Determines if the account is in a hierarchy
|
getDataDescriptor, getLightData, getRemoteListenerHandle, getSelectionDataFor, propertyChange, setLightData
getAssociatedClass, getDisplayFieldDescription, getDisplaySpec, getField, getFieldSpec, getModelFieldDescription, releaseSpecifications, revertToPrimary, setAssociatedClass, setDisplayFieldDescription, setField, setModelFieldDescription, togglePrimaryToSecondary
addRemoteListener, closeSecContext, createClientException, distributeEventToListeners, fireModelChangeEvent, getAppController, getArrayRange, getContext, getField, getField, getField, getFieldWithRestriction, getFieldWithRestriction, getFieldWithRestriction, getModel, getSecContext, handleDistributeToListener, isLight, register, releaseContext, releaseRemoteListener, removeRemoteListener, setField, setField, setModel, unreferenced
public PIAPaymentFieldBeanImpl() throws RemoteException
RemoteException
public void update(int reason, Object data) throws RemoteException
update
in class PIAFieldBean
reason
- data
- RemoteException
public int[] getPaymentMethodIndices() throws RemoteException
getPaymentMethodIndices
in interface PIAPaymentFieldBean
RemoteException
public int getSubordinateStatus() throws RemoteException
getSubordinateStatus
in interface PIAPaymentFieldBean
NONSUBORDINATE
if it is non-subordinate,
SUBORDINATE
if it is subordinate, and
UNKNOWN
if there is no way to determine
(for example, this widget is being used during account
creation and so there is nothing to test against).RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.