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, 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 PARActionDetailBeanImpl() throws RemoteException
RemoteException
public PModelHandle getActionDetailModel(PModelHandle itemData) throws RemoteException
getActionDetailModel
in interface PARActionDetailBean
itemData
- 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 PARActionDetailBean
handle
- 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 Vector
Vector
value containg the model for a
PIASpecSpreadSheet
component in PARActionDetailPage
RemoteException
- if an error occurspublic ArrayList getPaymentItems(PModelHandle handle, String dateFormat) throws RemoteException
PARActionDetailBean
Vector
to be set for a PIASpecSpreadSheet
component and the Payment Type in an ArrayList for PARPaymentDetailPage
.getPaymentItems
in interface PARActionDetailBean
handle
- 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
PARPaymentDetailPage
RemoteException
- if an error occurspublic PModelHandle convertToResourceIdDescription(PModelHandle detailModel) throws Exception
convertToResourceIdDescription
in interface PARActionDetailBean
itemFlist
- FListException
Copyright © 2003, 2023, Oracle and/or its affiliates.