Package com.portal.app.ccare.comp
Interface PIAReservedResourcesBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PIAReservedResourcesBeanImpl
Controller interface for Reserved resources.
-
Method Summary
Modifier and TypeMethodDescriptionGets total amount authorized/reserved/on hold for the accountGets active reservation information for the accountvoid
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.
-
Method Details
-
getReservationInfo
Gets active reservation information for the account- Returns:
- list of active reservations
- Throws:
RemoteException
-
getAuthorizedAmount
PCurrency getAuthorizedAmount()Gets total amount authorized/reserved/on hold for the account- Returns:
- total amount authorized/reserved/on hold for the account
-
searchReservedResources
Searches for active reservation information in Portal database The results are available via getReservationInfo method.- Parameters:
model
- model handle for account- Throws:
RemoteException
-
searchReservedResources
Searches for active reservation information for the selected AccountPoid and for the mentioned array of BalanceGroups. The results are available via getReservationInfo method.- Parameters:
model
- model handle for accountArraylist
- of BalanceGroups- Throws:
RemoteException
-