public class PInstantPaymentBeanImpl extends PIAComponentCollectionBean implements PInstantPaymentBean
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY
Constructor and Description |
---|
PInstantPaymentBeanImpl() |
Modifier and Type | Method and Description |
---|---|
com.portal.app.util.CustomerValErrorData[] |
applyVoucherDetails(PModelHandle accModel,
Poid billinfoPoid,
Poid balanceGroupPoid,
String voucher_id,
String voucher_pin,
boolean allocateNow)
This method does the smae function as doVoucherPayment .
|
com.portal.app.util.CustomerValErrorData[] |
doCreditCardPayment(PModelHandle payModel,
PModelHandle accModel,
BillinfoNode billinfo,
boolean allocateNow)
put your documentation comment here
|
com.portal.app.util.CustomerValErrorData[] |
doOnFlilePayment(PModelHandle payModel,
PModelHandle accModel,
BillinfoNode billinfo,
boolean allocateNow) |
com.portal.app.util.CustomerValErrorData[] |
doVoucherPayment(PModelHandle voucherModel,
PModelHandle accModel,
BillinfoNode billinfo,
boolean allocateNow)
put your documentation comment here
|
Object |
getBEIDDescription(int index) |
SparseArray |
getBillInfo(PModelHandle acctMH) |
FList |
getModelData() |
HashMap |
getModelDataForBillInfo(PModelHandle accModel,
Poid BillinfoPoid,
Poid AcctPoid) |
boolean |
isCurrency(int id) |
FList |
searchVoucher(PModelHandle payModel,
PModelHandle accModel) |
ArrayList |
searchVoucherDetails(PModelHandle accModel,
Poid billinfoPoid,
Poid balanceGroupPoid,
String voucher_id,
String voucher_pin)
This method does the same function as searchVoucher().
|
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 PInstantPaymentBeanImpl() throws RemoteException
RemoteException
public FList getModelData() throws RemoteException
getModelData
in interface PInstantPaymentBean
RemoteException
public HashMap getModelDataForBillInfo(PModelHandle accModel, Poid BillinfoPoid, Poid AcctPoid) throws RemoteException
getModelDataForBillInfo
in interface PInstantPaymentBean
accModel
- AccPoid
- billinfoPoid
- RemoteException
public Object getBEIDDescription(int index) throws RemoteException
RemoteException
public boolean isCurrency(int id) throws RemoteException
RemoteException
public SparseArray getBillInfo(PModelHandle acctMH) throws RemoteException
acctMH
- RemoteException
public FList searchVoucher(PModelHandle payModel, PModelHandle accModel) throws RemoteException
searchVoucher
in interface PInstantPaymentBean
payModel
- accModel
- billinfoPoid
- RemoteException
public ArrayList searchVoucherDetails(PModelHandle accModel, Poid billinfoPoid, Poid balanceGroupPoid, String voucher_id, String voucher_pin) throws RemoteException
searchVoucherDetails
in interface PInstantPaymentBean
accModel
- billinfoPoid
- billinfoPoid
- balanceGroupPoid
- voucher_id
- voucher_pin
- RemoteException
public com.portal.app.util.CustomerValErrorData[] doCreditCardPayment(PModelHandle payModel, PModelHandle accModel, BillinfoNode billinfo, boolean allocateNow) throws RemoteException
doCreditCardPayment
in interface PInstantPaymentBean
payModel
- RemoteException
public com.portal.app.util.CustomerValErrorData[] applyVoucherDetails(PModelHandle accModel, Poid billinfoPoid, Poid balanceGroupPoid, String voucher_id, String voucher_pin, boolean allocateNow) throws RemoteException
applyVoucherDetails
in interface PInstantPaymentBean
accModel
- billinfoPoid
- billinfoPoid
- balanceGroupPoid
- voucher_id
- voucher_pin
- RemoteException
public com.portal.app.util.CustomerValErrorData[] doVoucherPayment(PModelHandle voucherModel, PModelHandle accModel, BillinfoNode billinfo, boolean allocateNow) throws RemoteException
doVoucherPayment
in interface PInstantPaymentBean
payModel
- RemoteException
public com.portal.app.util.CustomerValErrorData[] doOnFlilePayment(PModelHandle payModel, PModelHandle accModel, BillinfoNode billinfo, boolean allocateNow) throws RemoteException
doOnFlilePayment
in interface PInstantPaymentBean
payModel
- accModel
- billinfoPoid
- allocateNow
- RemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.