Liferay 7.0-ce-b4

com.liferay.portal.model
Interface TreeModel

All Known Subinterfaces:
DLFileEntry, DLFileShortcut, DLFileVersion, DLFolder, Group, Organization
All Known Implementing Classes:
DLFileEntryWrapper, DLFileShortcutWrapper, DLFileVersionWrapper, DLFolderWrapper, GroupWrapper, OrganizationWrapper

public interface TreeModel


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

Method Detail

buildTreePath

String buildTreePath()
                     throws PortalException
Throws:
PortalException

getPrimaryKeyObj

Serializable getPrimaryKeyObj()

getTreePath

String getTreePath()

updateTreePath

void updateTreePath(String treePath)

Liferay 7.0-ce-b4