com.liferay.portal.model
Interface TreeModel

All Known Subinterfaces:
BookmarksEntry, BookmarksFolder, DLFileEntry, DLFileShortcut, DLFileVersion, DLFolder, Group, JournalArticle, JournalFolder, Organization
All Known Implementing Classes:
BookmarksEntryWrapper, BookmarksFolderWrapper, DLFileEntryWrapper, DLFileShortcutWrapper, DLFileVersionWrapper, DLFolderWrapper, GroupWrapper, JournalArticleWrapper, JournalFolderWrapper, OrganizationWrapper

public interface TreeModel

Author:
Shinn Lok

Method Summary
 java.lang.String buildTreePath()
           
 java.io.Serializable getPrimaryKeyObj()
           
 java.lang.String getTreePath()
           
 void updateTreePath(java.lang.String treePath)
           
 

Method Detail

buildTreePath

java.lang.String buildTreePath()
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

getPrimaryKeyObj

java.io.Serializable getPrimaryKeyObj()

getTreePath

java.lang.String getTreePath()

updateTreePath

void updateTreePath(java.lang.String treePath)
                    throws SystemException
Throws:
SystemException