|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeDao
The Tree Data Access Object is the interface providing access to tree related data.
Method Summary | |
---|---|
java.util.List<TreeNodeBean> |
getChildrenNodes(java.lang.String loadUrl)
Returns a list of tree nodes containing data for the children of a tree node using its load URL. |
java.util.List<AssetId> |
getImmediateChildren(java.lang.String browseUrl)
Gets All of the immediate children of a node represented by its LoadURL. |
Methods inherited from interface com.fatwire.services.dao.DataAccessObject |
---|
getResponse, getService, setService |
Method Detail |
---|
java.util.List<TreeNodeBean> getChildrenNodes(java.lang.String loadUrl) throws DataAccessException
Returns a list of tree nodes containing data for the children of a tree node using its load URL. TODO Performance and scalability
loadUrl
- the load URL associated with a tree node.
DataAccessException
- wraps any underlying exception caused during data access.TreeNodeBean
java.util.List<AssetId> getImmediateChildren(java.lang.String browseUrl) throws DataAccessException
loadUrl
- A String
representing a node.
A loadUrl is of the following format:
command:label:loadURL
List
of TreeNode
objects
ServiceException
- wraps any exception underlying the service call.
DataAccessException
TreeNodeBean}
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |