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, update
addRemoteListener, 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, unreferenced
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRemoteListener, getArrayRange, getModel, getRemoteListenerHandle, isLight, register, releaseRemoteListener, removeRemoteListener, setModel
public BigDecimal m_dWriteoffAmount
public BigDecimal m_dDisputedAmount
public BigDecimal m_dTransferredAmount
public BigDecimal m_dAdjustedAmount
public BigDecimal m_dReceivedAmount
public PARItemDetailsPageBeanImpl() throws RemoteException
RemoteException
public PModelHandle performItemDetailsSearch(PModelHandle pmhItem) throws RemoteException
performItemDetailsSearch
in interface PARItemDetailsPageBean
pmhItem:
- The model handle that contains the list of ItemsiItemIndex:
- Index of the cuurently selected bill in the balance tab.RemoteException
public PModelHandle getPaymentModelHandle()
getPaymentModelHandle
in interface PARItemDetailsPageBean
public PModelHandle getARActionModelHandle()
getARActionModelHandle
in interface PARItemDetailsPageBean
public PModelHandle getOtherItemModelHandle()
getOtherItemModelHandle
in interface PARItemDetailsPageBean
public String getItemNumber()
getItemNumber
in interface PARItemDetailsPageBean
public String getAccountNumber()
getAccountNumber
in interface PARItemDetailsPageBean
public boolean isARAccount()
isARAccount
in interface PARItemDetailsPageBean
public BigDecimal getItemAmount()
getItemAmount
in interface PARItemDetailsPageBean
public BigDecimal getItemDueAmount()
getItemDueAmount
in interface PARItemDetailsPageBean
public BigDecimal getItemDisputedAmount()
getItemDisputedAmount
in interface PARItemDetailsPageBean
public BigDecimal getARActionAmount()
getARActionAmount
in interface PARItemDetailsPageBean
public BigDecimal getPaymentAmount()
getPaymentAmount
in interface PARItemDetailsPageBean
public BigDecimal getTaxAmount()
getTaxAmount
in interface PARItemDetailsPageBean
public PModelHandle getEventPoids(PModelHandle[] modelHanArr)
getEventPoids
in interface PARItemDetailsPageBean
public PModelHandle getEventModelHandle(PModelHandle hRow) throws RemoteException
hRow
- RemoteException
public BigDecimal getSettlementAmount(PModelHandle mhItem) throws Exception
getSettlementAmount
in interface PARItemDetailsPageBean
Exception
Copyright © 2003, 2023, Oracle and/or its affiliates.