@Exported public interface TreeDao extends DataAccessObject
| Modifier and Type | Method and Description |
|---|---|
List<TreeNodeBean> |
getChildrenNodes(String loadUrl)
Returns a list of tree nodes containing data for the children of a tree
node using its load URL.
|
List<AssetId> |
getImmediateChildren(String browseUrl)
Gets All of the immediate children of a node represented by its LoadURL.
|
getResponse, getService, setServiceList<TreeNodeBean> getChildrenNodes(String loadUrl) throws DataAccessException
loadUrl - the load URL associated with a tree node.DataAccessException - wraps any underlying exception caused during data access.List<AssetId> getImmediateChildren(String browseUrl) throws DataAccessException
browseUrl - A code String representing a node.
A loadUrl is of the following format:
command:label:loadURL
DataAccessException - wraps any exception underlying the service call.