public interface PARActionDetailBean extends Remote
PARActionDetailPage and
class PARActionDetailAppliedToPage.| 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. |
PModelHandle getActionDetailModel(PModelHandle itemData) throws RemoteException
itemData - a PModelHandle value specifying the A/R
action itemPModelHandle value containing the fetched modelRemoteException - if an error occursVector getAppliedToData(PModelHandle handle, String billFormat, String itemFormat, int[] columnIndices) throws RemoteException
Vector to be set for a PIASpecSpreadSheet
component in PARActionDetailPage.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 VectorVector value containg the model for a
PIASpecSpreadSheet component in PARActionDetailPageRemoteException - if an error occursArrayList getPaymentItems(PModelHandle handle, String dateFormat) throws RemoteException
Vector to be set for a PIASpecSpreadSheet
component and the Payment Type in an ArrayList for PARPaymentDetailPage.handle - a PModelHandle value containing the fetched
model by function 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 occursPModelHandle convertToResourceIdDescription(PModelHandle detailModel) throws Exception
itemFlist - FListExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.