Package com.portal.app.ccare.comp
Interface PARAccountAdjBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PARAccountAdjBeanImpl
Interface for Controller class PARAccountAdjBeanImpl
-
Method Summary
Modifier and TypeMethodDescriptionadjustAccount
(ArrayList alist, PModelHandle hAcct) Perform account level adjustment for currency and non-currency resource CallPortalOp.BILL_ACCOUNT_ADJUSTMENT
for currency CallPortalOp.BILL_DEBIT
for non-currencyvoid
chargeCC
(ArrayList alist, PModelHandle hAcct) Immediately charge to the account's credit card CallPortalOp.BILL_COLLECT
convertToModel
(Vector vec) Converts the non currency data vector to PModelHandleConverts the modelhandle date to vectorgetBalanaceData
(FList inFlist) return balance information for given accountgetBalanaceGroupData
(FList inFlist) return balance groups for given accountgetBillInfoData
(FList inFlist) return billinfo information for given accountgetCurrencyResources
(PModelHandle hAcct, int[] naCurr) return currency type resourcereturn reason code for given reason typevoid
setCreditLimit
(ArrayList alist, PModelHandle hAcct) Set credit limit for currency and non-currency resources CallPortalOp.BILL_SET_LIMIT_AND_CR
-
Method Details
-
adjustAccount
Perform account level adjustment for currency and non-currency resource CallPortalOp.BILL_ACCOUNT_ADJUSTMENT
for currency CallPortalOp.BILL_DEBIT
for non-currency- Parameters:
aList
- ArrayList containing data to perform this operationhArAcct
- Handle for the AR account poid- Throws:
RemoteException
-
setCreditLimit
Set credit limit for currency and non-currency resources CallPortalOp.BILL_SET_LIMIT_AND_CR
- Parameters:
aList
- ArrayList containing data to perform this operationhArAcct
- Handle for the AR account poid- Throws:
RemoteException
-
chargeCC
Immediately charge to the account's credit card CallPortalOp.BILL_COLLECT
- Parameters:
aList
- ArrayList containing data to perform this operationhArAcct
- Handle for the AR account poid- Throws:
RemoteException
-
getCurrencyResources
return currency type resource- Throws:
RemoteException
-
getReasonCodes
return reason code for given reason type- Throws:
RemoteException
-
getBalanaceGroupData
return balance groups for given account- Throws:
RemoteException
-
getBalanaceData
return balance information for given account- Throws:
RemoteException
-
getBillInfoData
return billinfo information for given account- Throws:
RemoteException
-
convertToModel
Converts the non currency data vector to PModelHandle- Parameters:
vec
- Vector- Returns:
- PModelHandle
-
convertToVector
Converts the modelhandle date to vector- Parameters:
mh
- PModelHandle- Returns:
- Vector
-