public interface PARItemDetailsPageBean extends Remote
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountNumber()
Gets the account number
|
BigDecimal |
getARActionAmount()
Gets the ARAction amounts, not including payments
|
PModelHandle |
getARActionModelHandle()
Returns the model handle for all AR action
|
PModelHandle |
getEventPoids(PModelHandle[] modelHanArr)
Collects only event poid and make a model handle out of it and returns
|
BigDecimal |
getItemAmount()
Gets the Item amounts.
|
BigDecimal |
getItemDisputedAmount()
Gets the Item disputed amounts.
|
BigDecimal |
getItemDueAmount()
Gets the Item Due amounts.
|
String |
getItemNumber()
Gets the Item number
|
PModelHandle |
getOtherItemModelHandle()
Returns the model handle for all other items
|
BigDecimal |
getPaymentAmount()
Gets the payment amounts
|
PModelHandle |
getPaymentModelHandle()
Returns the model handle for all payment
|
BigDecimal |
getSettlementAmount(PModelHandle mhItem) |
BigDecimal |
getTaxAmount()
Gets the Tax amount
|
boolean |
isARAccount()
Check if it is an araccount
|
PModelHandle |
performItemDetailsSearch(PModelHandle pmhItem)
Converts the model handle to an flist and with the given index finds the Item and
retrieves the Item poid.
|
PModelHandle performItemDetailsSearch(PModelHandle pmhItem) throws RemoteException
pmhItem: - The model handle that contains the list of billsRemoteExceptionPModelHandle getPaymentModelHandle() throws RemoteException
RemoteExceptionPModelHandle getARActionModelHandle() throws RemoteException
RemoteExceptionPModelHandle getOtherItemModelHandle() throws RemoteException
RemoteExceptionString getAccountNumber() throws RemoteException
RemoteExceptionString getItemNumber() throws RemoteException
RemoteExceptionBigDecimal getItemAmount() throws RemoteException
RemoteExceptionboolean isARAccount()
throws RemoteException
RemoteExceptionBigDecimal getItemDueAmount() throws RemoteException
RemoteExceptionBigDecimal getItemDisputedAmount() throws RemoteException
RemoteExceptionBigDecimal getARActionAmount() throws RemoteException
RemoteExceptionBigDecimal getPaymentAmount() throws RemoteException
RemoteExceptionBigDecimal getTaxAmount()
PModelHandle getEventPoids(PModelHandle[] modelHanArr)
BigDecimal getSettlementAmount(PModelHandle mhItem) throws Exception
ExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.