Liferay 6.2.0-ce-m1

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

Packages that use ContainerModel
com.liferay.portal.kernel.trash   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
 

Uses of ContainerModel in com.liferay.portal.kernel.trash
 

Methods in com.liferay.portal.kernel.trash that return ContainerModel
 ContainerModel TrashHandler.getContainerModel(long containerModelId)
          Returns the container model with the primary key.
 ContainerModel BaseTrashHandler.getContainerModel(long containerModelId)
          Returns the container model with the primary key.
 

Methods in com.liferay.portal.kernel.trash that return types with arguments of type ContainerModel
 List<ContainerModel> TrashHandler.getContainerModels(long classPK, long containerModelId, int start, int end)
          Returns a range of all the container models that are children of the parent container model identified by the container model ID.
 List<ContainerModel> BaseTrashHandler.getContainerModels(long classPK, long containerModelId, int start, int end)
          Returns a range of all the container models that are children of the parent container model identified by the container model ID.
 

Uses of ContainerModel in com.liferay.portlet.documentlibrary.model
 

Subinterfaces of ContainerModel in com.liferay.portlet.documentlibrary.model
 interface DLFolder
          The extended model interface for the DLFolder service.
 interface DLFolderModel
          The base model interface for the DLFolder service.
 

Classes in com.liferay.portlet.documentlibrary.model that implement ContainerModel
 class DLFolderWrapper
           This class is a wrapper for DLFolder.
 

Uses of ContainerModel in com.liferay.portlet.documentlibrary.model.impl
 

Classes in com.liferay.portlet.documentlibrary.model.impl that implement ContainerModel
 class DLFolderBaseImpl
          The extended model base implementation for the DLFolder service.
 class DLFolderImpl
           
 class DLFolderModelImpl
          The base model implementation for the DLFolder service.
 


Liferay 6.2.0-ce-m1