Package com.portal.app.cc.comp
Interface PIAPaymentFieldBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PIAPaymentFieldBeanImpl
Remote interface for PIAPaymentField controller.
This controller is used to determine if the current account is
in a hierarchy (which means Subordinate should be a payment option)
and it is used to retrieve the system supported payment types.
- Version:
- %version: 2 % %date_modified: Sun May 27 18:24:53 2001 %
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionint[]
Retrieves default method of payment information.int
Indicates whether payment method is subordinate of another billing group.
-
Field Details
-
UNKNOWN
static final int UNKNOWN- See Also:
-
NONSUBORDINATE
static final int NONSUBORDINATE- See Also:
-
SUBORDINATE
static final int SUBORDINATE- See Also:
-
-
Method Details
-
getPaymentMethodIndices
Retrieves default method of payment information.- Returns:
- array of "payment method" indices
- Throws:
RemoteException
-
getSubordinateStatus
Indicates whether payment method is subordinate of another billing group.- Returns:
NONSUBORDINATE
if it is non-subordinate,SUBORDINATE
if it is subordinate, andUNKNOWN
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).- Throws:
RemoteException
-