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 poidRemoteException
void setCreditLimit(ArrayList alist, PModelHandle hAcct) throws RemoteException
PortalOp.BILL_SET_LIMIT_AND_CR
aList
- ArrayList containing data to perform this operationhArAcct
- Handle for the AR account poidRemoteException
void chargeCC(ArrayList alist, PModelHandle hAcct) throws RemoteException
PortalOp.BILL_COLLECT
aList
- ArrayList containing data to perform this operationhArAcct
- Handle for the AR account poidRemoteException
Vector getCurrencyResources(PModelHandle hAcct, int[] naCurr) throws RemoteException
RemoteException
ReasonCodeData[] getReasonCodes(ArrayList al) throws RemoteException
RemoteException
FList getBalanaceGroupData(FList inFlist) throws RemoteException
RemoteException
FList getBalanaceData(FList inFlist) throws RemoteException
RemoteException
FList getBillInfoData(FList inFlist) throws RemoteException
RemoteException
PModelHandle convertToModel(Vector vec)
vec
- VectorVector convertToVector(PModelHandle mh)
mh
- PModelHandleCopyright © 2003, 2023, Oracle and/or its affiliates.