Class PendingItemChargeObj

java.lang.Object
com.portal.app.cc.PendingItemChargeObj

public class PendingItemChargeObj extends Object
This class is used to hold the tree table nodes.
  • Constructor Details

  • Method Details

    • getAllItemChargeObjs

      public static ArrayList<PendingItemChargeObj> getAllItemChargeObjs(PModelHandle pmhItemCharge, Object[] billInfoData) throws EBufException
      This method is used to extract the nodes from the FList and bundle it as PendingItemChargeObj
      Parameters:
      pmhItemCharge - , PModelHandle of the nodes.
      billInfoData - , Array Contains information about the bill units.
      Returns:
      ArrayList, contains PendingItemChargeObj
      Throws:
      EBufException
    • getBillUnitNode

      public PendingItemChargeNode getBillUnitNode()
      returns the Bill Unit node
      Returns:
      billUNode