public interface PAcctTreeBean extends Remote
| Modifier and Type | Method and Description |
|---|---|
Object |
getTree()
returns the tree model built in update()
|
boolean |
isPayingAccount(PModelHandle acct)
Checks the acct passed has an paying bill unit
|
Object |
loadChildParents()
Builds a tree model of accounts that are parents
|
Object |
loadCompleteTree()
Builds a tree model of all accounts that are in hierarchy
|
Object getTree() throws RemoteException
RemoteExceptionObject loadChildParents() throws RemoteException
RemoteExceptionObject loadCompleteTree() throws RemoteException
RemoteExceptionboolean isPayingAccount(PModelHandle acct) throws RemoteException
RemoteExceptionCopyright © 2003, 2023, Oracle and/or its affiliates.