public class PARActionDetailBeanImpl extends PIAComponentCollectionBean implements PARActionDetailBean
PARActionDetailBean.mFList, mRemoteListeners, UPDATE_CLIENT, UPDATE_MODEL_CHANGE, UPDATE_NEW_MODEL, UPDATE_PROPERTY| Constructor and Description |
|---|
PARActionDetailBeanImpl() |
| Modifier and Type | Method and Description |
|---|---|
PModelHandle |
convertToResourceIdDescription(PModelHandle detailModel)
converts the resource id to resource description
|
PModelHandle |
getActionDetailModel(PModelHandle itemData)
Gets action detail model given A/R action item, this model including
general information for the action item, and 'applied to' and/or 'applied
from' details.
|
Vector |
getAppliedToData(PModelHandle handle,
String billFormat,
String itemFormat,
int[] columnIndices)
Gets
Vector to be set for a PIASpecSpreadSheet
component in PARActionDetailPage. |
ArrayList |
getPaymentItems(PModelHandle handle,
String dateFormat)
Gets
Vector to be set for a PIASpecSpreadSheet
component and the Payment Type in an ArrayList for PARPaymentDetailPage. |
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 PARActionDetailBeanImpl()
throws RemoteException
RemoteExceptionpublic PModelHandle getActionDetailModel(PModelHandle itemData) throws RemoteException
getActionDetailModel in interface PARActionDetailBeanitemData - a PModelHandle value specifying the A/R
action itemPModelHandle value containing the fetched modelRemoteException - if an error occurspublic Vector getAppliedToData(PModelHandle handle, String billFormat, String itemFormat, int[] columnIndices) throws RemoteException
Vector to be set for a PIASpecSpreadSheet
component in PARActionDetailPage.getAppliedToData in interface PARActionDetailBeanhandle - a PModelHandle value containing the fetched
model by function getActionDetailModel(com.portal.bas.PModelHandle)billFormat - a String value specifying the message format to
be used for bill numberitemFormat - a String value specifying the message format to
be used for item name and item numbercolumnIndices - an int[] value specifying the order of
data put in the return VectorVector value containg the model for a
PIASpecSpreadSheet component in PARActionDetailPageRemoteException - if an error occurspublic ArrayList getPaymentItems(PModelHandle handle, String dateFormat) throws RemoteException
PARActionDetailBeanVector to be set for a PIASpecSpreadSheet
component and the Payment Type in an ArrayList for PARPaymentDetailPage.getPaymentItems in interface PARActionDetailBeanhandle - a PModelHandle value containing the fetched
model by function PARActionDetailBean.getActionDetailModel(com.portal.bas.PModelHandle)dateFormat - a String value specifying the message format to
be used for DateArrayList value containg the Payment Type string and the Vector for
PARPaymentDetailPageRemoteException - if an error occurspublic PModelHandle convertToResourceIdDescription(PModelHandle detailModel) throws Exception
convertToResourceIdDescription in interface PARActionDetailBeanitemFlist - FListExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.