public interface PPaymentPanelBean
Modifier and Type | Method and Description |
---|---|
void |
clearPaymenthMethods()
clear the payment methods
|
FList |
getAllBillInfos()
get all existing bill units
|
Vector |
getAllParentBills()
get all parent bills
|
FList |
getAllPayinfo()
get all payinfo information
|
FList |
getArBillinfo(Poid arPoid)
get AR bill Info for given Poid
|
HashMap |
getBillinfoSelection() |
Hashtable |
getBillInProgressEstimate()
Returns Bill In Progress Estimate Details
|
SparseArray |
getCCInfo(Poid ccPoid)
get Credit Card Info
|
SparseArray |
getDDInfo(Poid ddPoid)
get Debit card information
|
Poid |
getDefaultPayinfoObj()
get Default PayInfo object
|
Poid[] |
getExistingPayinfo()
get Existing Pay Info
|
SparseArray |
getInvInfo(Poid invPoid)
get Invoice information details
|
PModelHandle |
getModelHandle()
get the model handle.
|
Hashtable |
getParentBillUnitHT()
get parent bill units
|
Vector |
getPayMethod()
Getter method for payMethod
|
String |
getPayMethod(int idx) |
Poid |
getPayMethodPoid(int idx)
get payment method of selected row
|
Vector |
getPayMethods()
get payment methods
|
Vector |
getPayTypes()
get payment types
|
HashMap |
getSelection()
get payment method of all bill units
|
boolean |
isInHierarchy()
check is account is hierarchy
|
void |
refreshBillInProgressModel()
update the bill in progress model with current selected payments
|
void |
refreshPaymentMethodModel(BalanceGroupTreeTable balanceTreeTable)
update the payment model with current selected payments
|
void |
refreshPaymentSetupModel()
update the payment setup model with current selected payments
|
void |
resetSelections() |
void |
setDefaultBillUnit(String defBU)
get default bill unit
|
void |
setModelHandle(PModelHandle mHandle)
to set the model handle.
|
Poid[] |
setNewPaymentMethod(Vector item)
set new payment method when new payment option has been made
|
void |
setPayMethod(Vector payMethod)
Setter method for payMethod
|
void |
setRemoteData(PPaymentPageBean rem) |
void |
updateBillinfoSelection(String key,
String value) |
void |
updateHierarchyPayMethod() |
void |
updateSelection(String key,
String value)
update the Bill Unit and payment method with currently selected data
|
void |
updateTempSelection(String key,
String value) |
Poid getDefaultPayinfoObj()
Poid[] getExistingPayinfo()
FList getAllBillInfos()
FList getArBillinfo(Poid arPoid)
arPoid
- PoidSparseArray getCCInfo(Poid ccPoid)
ccPoid
- PoidSparseArray getDDInfo(Poid ddPoid)
ddPoid
- Poidvoid refreshPaymentSetupModel()
void refreshBillInProgressModel()
void refreshPaymentMethodModel(BalanceGroupTreeTable balanceTreeTable)
balanceTreeTable
- BalanceGroupTreeTablePoid[] setNewPaymentMethod(Vector item)
item
- Vectorvoid clearPaymenthMethods()
Poid getPayMethodPoid(int idx)
idx
- intboolean isInHierarchy()
SparseArray getInvInfo(Poid invPoid)
invPoid
- PoidFList getAllPayinfo()
Vector getAllParentBills()
Hashtable getParentBillUnitHT()
void updateSelection(String key, String value)
key
- Stringvalue
- StringHashMap getSelection()
Vector getPayMethods()
Vector getPayTypes()
String getPayMethod(int idx)
idx
- intHashMap getBillinfoSelection()
void updateBillinfoSelection(String key, String value)
key
- Stringvalue
- Stringvoid setDefaultBillUnit(String defBU)
defBU
- Stringvoid setRemoteData(PPaymentPageBean rem)
rem
- PPaymentPageBeanvoid updateTempSelection(String key, String value)
key
- Stringvalue
- Stringvoid updateHierarchyPayMethod()
Hashtable getBillInProgressEstimate()
void resetSelections()
void setModelHandle(PModelHandle mHandle)
mHandle
- PModelHandlePModelHandle getModelHandle()
Vector getPayMethod()
void setPayMethod(Vector payMethod)
payMethod
- Copyright © 2003, 2023, Oracle and/or its affiliates.