Package com.portal.app.cc.comp
Interface PAcctTreeBean
- All Superinterfaces:
Remote
- All Known Implementing Classes:
PAcctTreeBeanImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetTree()
returns the tree model built in update()boolean
isPayingAccount
(PModelHandle acct) Checks the acct passed has an paying bill unitBuilds a tree model of accounts that are parentsBuilds a tree model of all accounts that are in hierarchy
-
Method Details
-
getTree
returns the tree model built in update()- Throws:
RemoteException
-
loadChildParents
Builds a tree model of accounts that are parents- Returns:
- A hashtable that can be used to set the tree model
- Throws:
RemoteException
-
loadCompleteTree
Builds a tree model of all accounts that are in hierarchy- Returns:
- A hashtable that can be used to set the tree model
- Throws:
RemoteException
-
isPayingAccount
Checks the acct passed has an paying bill unit- Returns:
- A boolean true if account is paying account else false
- Throws:
RemoteException
-