Provides a tree model of the heirarchy of comments, for a given
com.ivata.groupware.business.library.item.LibraryItemBean library item .
In ivata groupware, this tree control is displayed using
com.ivata.groupware.web.tag.webgui.TreeTag TreeTag .
This is a wrapper class which wraps the remote class
CommentTreeModelRemote CommentTreeModelRemote , handles any
RemoteException and implements interfaces required
by the client application.
Note: This class provides data from
CommentTreeModelBean CommentTreeModelBean . |