Package com.portal.app.ccare.comp
Interface PARItemDetailsPageBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PARItemDetailsPageBeanImpl
-
Method Summary
Modifier and TypeMethodDescriptionGets the account numberGets the ARAction amounts, not including paymentsReturns the model handle for all AR actiongetEventPoids
(PModelHandle[] modelHanArr) Collects only event poid and make a model handle out of it and returnsGets the Item amounts.Gets the Item disputed amounts.Gets the Item Due amounts.Gets the Item numberReturns the model handle for all other itemsGets the payment amountsReturns the model handle for all paymentgetSettlementAmount
(PModelHandle mhItem) Gets the Tax amountboolean
Check if it is an araccountperformItemDetailsSearch
(PModelHandle pmhItem) Converts the model handle to an flist and with the given index finds the Item and retrieves the Item poid.
-
Method Details
-
performItemDetailsSearch
Converts the model handle to an flist and with the given index finds the Item and retrieves the Item poid. Then performs the opcode to get the Item details- Parameters:
pmhItem
- : The model handle that contains the list of bills- Throws:
RemoteException
-
getPaymentModelHandle
Returns the model handle for all payment- Returns:
- Model handle for all payment
- Throws:
RemoteException
-
getARActionModelHandle
Returns the model handle for all AR action- Returns:
- model handle for all AR action
- Throws:
RemoteException
-
getOtherItemModelHandle
Returns the model handle for all other items- Returns:
- model handle for all other Items
- Throws:
RemoteException
-
getAccountNumber
Gets the account number- Returns:
- the account number of this item
- Throws:
RemoteException
-
getItemNumber
Gets the Item number- Returns:
- the item number
- Throws:
RemoteException
-
getItemAmount
Gets the Item amounts.- Returns:
- the item amount
- Throws:
RemoteException
-
isARAccount
Check if it is an araccount- Returns:
- true if it is an araccount
- Throws:
RemoteException
-
getItemDueAmount
Gets the Item Due amounts.- Returns:
- the item due amount
- Throws:
RemoteException
-
getItemDisputedAmount
Gets the Item disputed amounts.- Returns:
- the item disputed amount
- Throws:
RemoteException
-
getARActionAmount
Gets the ARAction amounts, not including payments- Throws:
RemoteException
-
getPaymentAmount
Gets the payment amounts- Returns:
- total payment amount applied to this item
- Throws:
RemoteException
-
getTaxAmount
BigDecimal getTaxAmount()Gets the Tax amount- Returns:
- Taxa amount applied to this item
-
getEventPoids
Collects only event poid and make a model handle out of it and returns- Returns:
- model handale of event poids
-
getSettlementAmount
- Returns:
- returns the only open item dispute amount
- Throws:
Exception
-