Interface PIAReservedResourcesBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PIAReservedResourcesBeanImpl

public interface PIAReservedResourcesBean extends Remote
Controller interface for Reserved resources.
  • Method Details

    • getReservationInfo

      List getReservationInfo() throws RemoteException
      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

      void searchReservedResources(PModelHandle model) throws RemoteException
      Searches for active reservation information in Portal database The results are available via getReservationInfo method.
      Parameters:
      model - model handle for account
      Throws:
      RemoteException
    • searchReservedResources

      void searchReservedResources(PModelHandle model, ArrayList arrayBgPoids) throws RemoteException
      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 account
      Arraylist - of BalanceGroups
      Throws:
      RemoteException