Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.model.NestedSetsTreeNodeModel

Packages that use NestedSetsTreeNodeModel
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portlet.asset.model   
 

Uses of NestedSetsTreeNodeModel in com.liferay.portal.service.persistence.impl
 

Classes in com.liferay.portal.service.persistence.impl with type parameters of type NestedSetsTreeNodeModel
 class NestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
           
 class PersistenceNestedSetsTreeManager<T extends NestedSetsTreeNodeModel>
           
 

Uses of NestedSetsTreeNodeModel in com.liferay.portlet.asset.model
 

Subinterfaces of NestedSetsTreeNodeModel in com.liferay.portlet.asset.model
 interface AssetCategory
          The extended model interface for the AssetCategory service.
 

Classes in com.liferay.portlet.asset.model that implement NestedSetsTreeNodeModel
 class AssetCategoryWrapper
           This class is a wrapper for AssetCategory.
 


Liferay 7.0-ce-b4