Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface TreeModel

All Known Subinterfaces:
BookmarksEntry, BookmarksFolder, DLFileEntry, DLFileShortcut, DLFileVersion, DLFolder, Group, JournalArticle, JournalFolder, Organization
All Known Implementing Classes:
BookmarksEntryBaseImpl, BookmarksEntryImpl, BookmarksEntryWrapper, BookmarksFolderBaseImpl, BookmarksFolderImpl, BookmarksFolderWrapper, DLFileEntryBaseImpl, DLFileEntryImpl, DLFileEntryWrapper, DLFileShortcutBaseImpl, DLFileShortcutImpl, DLFileShortcutWrapper, DLFileVersionBaseImpl, DLFileVersionImpl, DLFileVersionWrapper, DLFolderBaseImpl, DLFolderImpl, DLFolderWrapper, GroupBaseImpl, GroupImpl, GroupWrapper, JournalArticleBaseImpl, JournalArticleImpl, JournalArticleWrapper, JournalFolderBaseImpl, JournalFolderImpl, JournalFolderWrapper, OrganizationBaseImpl, OrganizationImpl, OrganizationWrapper

public interface TreeModel


Method Summary
 String buildTreePath()
           
 Serializable getPrimaryKeyObj()
           
 String getTreePath()
           
 void updateTreePath(String treePath)
           
 

Method Detail

buildTreePath

String buildTreePath()
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

getPrimaryKeyObj

Serializable getPrimaryKeyObj()

getTreePath

String getTreePath()

updateTreePath

void updateTreePath(String treePath)
                    throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5