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 billsRemoteException
PModelHandle getPaymentModelHandle() throws RemoteException
RemoteException
PModelHandle getARActionModelHandle() throws RemoteException
RemoteException
PModelHandle getOtherItemModelHandle() throws RemoteException
RemoteException
String getAccountNumber() throws RemoteException
RemoteException
String getItemNumber() throws RemoteException
RemoteException
BigDecimal getItemAmount() throws RemoteException
RemoteException
boolean isARAccount() throws RemoteException
RemoteException
BigDecimal getItemDueAmount() throws RemoteException
RemoteException
BigDecimal getItemDisputedAmount() throws RemoteException
RemoteException
BigDecimal getARActionAmount() throws RemoteException
RemoteException
BigDecimal getPaymentAmount() throws RemoteException
RemoteException
BigDecimal getTaxAmount()
PModelHandle getEventPoids(PModelHandle[] modelHanArr)
BigDecimal getSettlementAmount(PModelHandle mhItem) throws Exception
Exception
Copyright © 2003, 2023, Oracle and/or its affiliates.