Package com.portal.app.ccare.comp
Interface PARActionDetailBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PARActionDetailBeanImpl
Controller for class
PARActionDetailPage
and
class PARActionDetailAppliedToPage.
- Version:
- %version: 5 % %date_modified: Wed May 09 11:06:48 2001 %
- Author:
- simonw
-
Method Summary
Modifier and TypeMethodDescriptionconvertToResourceIdDescription
(PModelHandle detailModel) converts the resource id to resource descriptiongetActionDetailModel
(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.getAppliedToData
(PModelHandle handle, String billFormat, String itemFormat, int[] columnIndices) GetsVector
to be set for aPIASpecSpreadSheet
component inPARActionDetailPage
.getPaymentItems
(PModelHandle handle, String dateFormat) GetsVector
to be set for aPIASpecSpreadSheet
component and the Payment Type in an ArrayList forPARPaymentDetailPage
.
-
Method Details
-
getActionDetailModel
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.- Parameters:
itemData
- aPModelHandle
value specifying the A/R action item- Returns:
- a
PModelHandle
value containing the fetched model - Throws:
RemoteException
- if an error occurs
-
getAppliedToData
Vector getAppliedToData(PModelHandle handle, String billFormat, String itemFormat, int[] columnIndices) throws RemoteException GetsVector
to be set for aPIASpecSpreadSheet
component inPARActionDetailPage
.- Parameters:
handle
- aPModelHandle
value containing the fetched model by functiongetActionDetailModel(com.portal.bas.PModelHandle)
billFormat
- aString
value specifying the message format to be used for bill numberitemFormat
- aString
value specifying the message format to be used for item name and item numbercolumnIndices
- anint[]
value specifying the order of data put in the returnVector
- Returns:
- a
Vector
value containg the model for aPIASpecSpreadSheet
component inPARActionDetailPage
- Throws:
RemoteException
- if an error occurs
-
getPaymentItems
GetsVector
to be set for aPIASpecSpreadSheet
component and the Payment Type in an ArrayList forPARPaymentDetailPage
.- Parameters:
handle
- aPModelHandle
value containing the fetched model by functiongetActionDetailModel(com.portal.bas.PModelHandle)
dateFormat
- aString
value specifying the message format to be used for Date- Returns:
- a
ArrayList
value containg the Payment Type string and the Vector forPARPaymentDetailPage
- Throws:
RemoteException
- if an error occurs
-
convertToResourceIdDescription
converts the resource id to resource description- Parameters:
itemFlist
- FList- Returns:
- Vector
- Throws:
Exception
-