Interface PARUnappliedPageBean

All Superinterfaces:
Remote
All Known Implementing Classes:
PARUnappliedPageBeanImpl

public interface PARUnappliedPageBean extends Remote
Interface for Controller class PARAllocateBeanImpl
  • Method Details

    • getUnallocatedItems

      ArrayList getUnallocatedItems(int nIncludeChildren, PModelHandle hAcct, PModelHandle hArAcct) throws RemoteException
      Call PortalOp.AR_GET_ACCT_ACTION_ITEMS to get a list of All Unallocated A/R items for given account
      Parameters:
      nIncludeChildren - Flag to indicate if amounts from child account(s) should (1) or should not (0) be included
      hAcct - The account
      hArAcct - The account's A/R parent
      Returns:
      These items are returned in an ArrayList containing 2 model handles:
      • model handle for payments,
      • model handle for adjustments
      Throws:
      RemoteException
    • getUnallocatedItems

      ArrayList getUnallocatedItems(int nIncludeChildren, PModelHandle hAcct, PModelHandle hArAcct, boolean allBills) throws RemoteException
      Call PortalOp.AR_GET_ACCT_ACTION_ITEMS to get a list of All Unallocated A/R items for given account
      Parameters:
      nIncludeChildren - Flag to indicate if amounts from child account(s) should (1) or should not (0) be included
      hAcct - The account
      hArAcct - The account's A/R parent
      allBills - If true then this method will return all the unallocated A/R items of the account
      Returns:
      These items are returned in an ArrayList containing 2 model handles:
      • model handle for payments,
      • model handle for adjustments
      Throws:
      RemoteException
    • getAllActionItems

      PModelHandle getAllActionItems(int nIncludeChildren, PModelHandle hAcct, PModelHandle hArAcct, int nThreshold, PARActionItemSearchData searchData) throws RemoteException
      Call PortalOp.AR_GET_ACCT_ACTION_ITEMS to get a list of All A/R action items for given account
      Parameters:
      nIncludeChildren - Flag to indicate if amounts from child account(s) should (1) or should not (0) be included
      hAcct - The account
      hArAcct - The account's A/R parent
      nThreshold - Max threshold numbers of Action items to return
      searchData - the search criteria data or null
      Returns:
      model handle for all A/R action items, can be null if threshold value exceeded
      Throws:
      RemoteException
    • getActionItemNumber

      int getActionItemNumber() throws RemoteException
      Throws:
      RemoteException