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) GetsVectorto be set for aPIASpecSpreadSheetcomponent inPARActionDetailPage.getPaymentItems(PModelHandle handle, String dateFormat) GetsVectorto be set for aPIASpecSpreadSheetcomponent 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- aPModelHandlevalue specifying the A/R action item- Returns:
- a
PModelHandlevalue containing the fetched model - Throws:
RemoteException- if an error occurs
-
getAppliedToData
Vector getAppliedToData(PModelHandle handle, String billFormat, String itemFormat, int[] columnIndices) throws RemoteException GetsVectorto be set for aPIASpecSpreadSheetcomponent inPARActionDetailPage.- Parameters:
handle- aPModelHandlevalue containing the fetched model by functiongetActionDetailModel(com.portal.bas.PModelHandle)billFormat- aStringvalue specifying the message format to be used for bill numberitemFormat- aStringvalue 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
Vectorvalue containg the model for aPIASpecSpreadSheetcomponent inPARActionDetailPage - Throws:
RemoteException- if an error occurs
-
getPaymentItems
GetsVectorto be set for aPIASpecSpreadSheetcomponent and the Payment Type in an ArrayList forPARPaymentDetailPage.- Parameters:
handle- aPModelHandlevalue containing the fetched model by functiongetActionDetailModel(com.portal.bas.PModelHandle)dateFormat- aStringvalue specifying the message format to be used for Date- Returns:
- a
ArrayListvalue 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
-