public interface PARAccountAdjBean extends Remote
| Modifier and Type | Method and Description |
|---|---|
String |
adjustAccount(ArrayList alist,
PModelHandle hAcct)
Perform account level adjustment for currency and non-currency resource
Call
PortalOp.BILL_ACCOUNT_ADJUSTMENT for currency
Call PortalOp.BILL_DEBIT for non-currency |
void |
chargeCC(ArrayList alist,
PModelHandle hAcct)
Immediately charge to the account's credit card
Call
PortalOp.BILL_COLLECT |
PModelHandle |
convertToModel(Vector vec)
Converts the non currency data vector to PModelHandle
|
Vector |
convertToVector(PModelHandle mh)
Converts the modelhandle date to vector
|
FList |
getBalanaceData(FList inFlist)
return balance information for given account
|
FList |
getBalanaceGroupData(FList inFlist)
return balance groups for given account
|
FList |
getBillInfoData(FList inFlist)
return billinfo information for given account
|
Vector |
getCurrencyResources(PModelHandle hAcct,
int[] naCurr)
return currency type resource
|
ReasonCodeData[] |
getReasonCodes(ArrayList al)
return reason code for given reason type
|
void |
setCreditLimit(ArrayList alist,
PModelHandle hAcct)
Set credit limit for currency and non-currency resources
Call
PortalOp.BILL_SET_LIMIT_AND_CR |
String adjustAccount(ArrayList alist, PModelHandle hAcct) throws RemoteException
PortalOp.BILL_ACCOUNT_ADJUSTMENT for currency
Call PortalOp.BILL_DEBIT for non-currencyaList - ArrayList containing data to perform this operationhArAcct - Handle for the AR account poidRemoteExceptionvoid setCreditLimit(ArrayList alist, PModelHandle hAcct) throws RemoteException
PortalOp.BILL_SET_LIMIT_AND_CRaList - ArrayList containing data to perform this operationhArAcct - Handle for the AR account poidRemoteExceptionvoid chargeCC(ArrayList alist, PModelHandle hAcct) throws RemoteException
PortalOp.BILL_COLLECTaList - ArrayList containing data to perform this operationhArAcct - Handle for the AR account poidRemoteExceptionVector getCurrencyResources(PModelHandle hAcct, int[] naCurr) throws RemoteException
RemoteExceptionReasonCodeData[] getReasonCodes(ArrayList al) throws RemoteException
RemoteExceptionFList getBalanaceGroupData(FList inFlist) throws RemoteException
RemoteExceptionFList getBalanaceData(FList inFlist) throws RemoteException
RemoteExceptionFList getBillInfoData(FList inFlist) throws RemoteException
RemoteExceptionPModelHandle convertToModel(Vector vec)
vec - VectorVector convertToVector(PModelHandle mh)
mh - PModelHandleCopyright © 2003, 2023, Oracle and/or its affiliates.