public class PARItemDetailsPageBeanImpl extends PIAComponentCollectionBean implements PARItemDetailsPageBean
| Modifier and Type | Field and Description |
|---|---|
BigDecimal |
m_dAdjustedAmount |
BigDecimal |
m_dDisputedAmount |
BigDecimal |
m_dReceivedAmount |
BigDecimal |
m_dTransferredAmount |
BigDecimal |
m_dWriteoffAmount |
mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY| Constructor and Description |
|---|
PARItemDetailsPageBeanImpl() |
| 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 AR actions
|
PModelHandle |
getEventModelHandle(PModelHandle hRow)
Creates the Event modelhandle(of /event object) from the passed result model handle
|
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 dispute amounts.
|
BigDecimal |
getItemDueAmount()
Gets the Item due amounts.
|
String |
getItemNumber()
Gets the item number
|
PModelHandle |
getOtherItemModelHandle()
Returns the model handle for other items
|
BigDecimal |
getPaymentAmount()
Gets the payment amounts
|
PModelHandle |
getPaymentModelHandle()
Returns payments and reversals model handle
|
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.
|
addChild, getCollectedData, getSelectionDataFor, removeChild, updateaddRemoteListener, 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, unreferencedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModelpublic BigDecimal m_dWriteoffAmount
public BigDecimal m_dDisputedAmount
public BigDecimal m_dTransferredAmount
public BigDecimal m_dAdjustedAmount
public BigDecimal m_dReceivedAmount
public PARItemDetailsPageBeanImpl()
throws RemoteException
RemoteExceptionpublic PModelHandle performItemDetailsSearch(PModelHandle pmhItem) throws RemoteException
performItemDetailsSearch in interface PARItemDetailsPageBeanpmhItem: - The model handle that contains the list of ItemsiItemIndex: - Index of the cuurently selected bill in the balance tab.RemoteExceptionpublic PModelHandle getPaymentModelHandle()
getPaymentModelHandle in interface PARItemDetailsPageBeanpublic PModelHandle getARActionModelHandle()
getARActionModelHandle in interface PARItemDetailsPageBeanpublic PModelHandle getOtherItemModelHandle()
getOtherItemModelHandle in interface PARItemDetailsPageBeanpublic String getItemNumber()
getItemNumber in interface PARItemDetailsPageBeanpublic String getAccountNumber()
getAccountNumber in interface PARItemDetailsPageBeanpublic boolean isARAccount()
isARAccount in interface PARItemDetailsPageBeanpublic BigDecimal getItemAmount()
getItemAmount in interface PARItemDetailsPageBeanpublic BigDecimal getItemDueAmount()
getItemDueAmount in interface PARItemDetailsPageBeanpublic BigDecimal getItemDisputedAmount()
getItemDisputedAmount in interface PARItemDetailsPageBeanpublic BigDecimal getARActionAmount()
getARActionAmount in interface PARItemDetailsPageBeanpublic BigDecimal getPaymentAmount()
getPaymentAmount in interface PARItemDetailsPageBeanpublic BigDecimal getTaxAmount()
getTaxAmount in interface PARItemDetailsPageBeanpublic PModelHandle getEventPoids(PModelHandle[] modelHanArr)
getEventPoids in interface PARItemDetailsPageBeanpublic PModelHandle getEventModelHandle(PModelHandle hRow) throws RemoteException
hRow - RemoteExceptionpublic BigDecimal getSettlementAmount(PModelHandle mhItem) throws Exception
getSettlementAmount in interface PARItemDetailsPageBeanExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.