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:
BookmarksEntryWrapper, BookmarksFolderWrapper, DLFileEntryWrapper, DLFileShortcutWrapper, DLFileVersionWrapper, DLFolderWrapper, GroupWrapper, JournalArticleWrapper, JournalFolderWrapper, 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