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   
com.liferay.portlet.asset.model.impl   
 

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.
 

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

Classes in com.liferay.portlet.asset.model.impl that implement NestedSetsTreeNodeModel
 class AssetCategoryBaseImpl
          The extended model base implementation for the AssetCategory service.
 class AssetCategoryImpl
           
 


Liferay 7.0-ce-b4