Package com.portal.app.cc
Class PendingItemChargeObj
java.lang.Object
com.portal.app.cc.PendingItemChargeObj
This class is used to hold the tree table nodes.
-
Constructor Summary
ConstructorsConstructorDescriptionPendingItemChargeObj
(PendingItemChargeNode billInfoNode, PendingItemChargeNode loginNode, PendingItemChargeNode eventNode, FList itemCharge) Construtor for creating the object with the nodes. -
Method Summary
Modifier and TypeMethodDescriptionstatic ArrayList
<PendingItemChargeObj> getAllItemChargeObjs
(PModelHandle pmhItemCharge, Object[] billInfoData) This method is used to extract the nodes from the FList and bundle it as PendingItemChargeObjreturns the Bill Unit node
-
Constructor Details
-
PendingItemChargeObj
public PendingItemChargeObj(PendingItemChargeNode billInfoNode, PendingItemChargeNode loginNode, PendingItemChargeNode eventNode, FList itemCharge) Construtor for creating the object with the nodes.- Parameters:
billInfoNode
-loginNode
-eventNode
-itemCharge
-
-
-
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
returns the Bill Unit node- Returns:
- billUNode
-