public interface PIAReservedResourcesBean extends Remote
Modifier and Type | Method and Description |
---|---|
PCurrency |
getAuthorizedAmount()
Gets total amount authorized/reserved/on hold for the account
|
List |
getReservationInfo()
Gets active reservation information for the account
|
void |
searchReservedResources(PModelHandle model)
Searches for active reservation information in Portal database
The results are available via getReservationInfo method.
|
void |
searchReservedResources(PModelHandle model,
ArrayList arrayBgPoids)
Searches for active reservation information for the selected AccountPoid and
for the mentioned array of BalanceGroups.
|
List getReservationInfo() throws RemoteException
RemoteException
PCurrency getAuthorizedAmount()
void searchReservedResources(PModelHandle model) throws RemoteException
model
- model handle for accountRemoteException
void searchReservedResources(PModelHandle model, ArrayList arrayBgPoids) throws RemoteException
model
- model handle for accountArraylist
- of BalanceGroupsRemoteException
Copyright © 2003, 2023, Oracle and/or its affiliates.