Liferay 6.2-ce-ga5

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

Packages that use ContainerModel
com.liferay.portal.kernel.trash   
com.liferay.portlet.bookmarks.model   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.journal.model   
com.liferay.portlet.messageboards.model   
com.liferay.portlet.wiki.model   
 

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)
           
 ContainerModel TrashHandler.getParentContainerModel(long classPK)
          Returns the parent container model of the model entity with the primary key.
 ContainerModel BaseTrashHandler.getParentContainerModel(long classPK)
           
 ContainerModel TrashHandler.getParentContainerModel(TrashedModel trashedModel)
           
 ContainerModel BaseTrashHandler.getParentContainerModel(TrashedModel trashedModel)
           
 

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)
           
 List<ContainerModel> TrashHandler.getParentContainerModels(long classPK)
          Returns all the parent container models of the model entity with the primary key ordered by hierarchy.
 List<ContainerModel> BaseTrashHandler.getParentContainerModels(long classPK)
           
 

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

Subinterfaces of ContainerModel in com.liferay.portlet.bookmarks.model
 interface BookmarksFolder
          The extended model interface for the BookmarksFolder service.
 interface BookmarksFolderModel
          The base model interface for the BookmarksFolder service.
 

Classes in com.liferay.portlet.bookmarks.model that implement ContainerModel
 class BookmarksFolderWrapper
           This class is a wrapper for BookmarksFolder.
 

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.journal.model
 

Subinterfaces of ContainerModel in com.liferay.portlet.journal.model
 interface JournalFolder
          The extended model interface for the JournalFolder service.
 interface JournalFolderModel
          The base model interface for the JournalFolder service.
 

Classes in com.liferay.portlet.journal.model that implement ContainerModel
 class JournalFolderWrapper
           This class is a wrapper for JournalFolder.
 

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

Subinterfaces of ContainerModel in com.liferay.portlet.messageboards.model
 interface MBCategory
          The extended model interface for the MBCategory service.
 interface MBCategoryModel
          The base model interface for the MBCategory service.
 interface MBThread
          The extended model interface for the MBThread service.
 interface MBThreadModel
          The base model interface for the MBThread service.
 

Classes in com.liferay.portlet.messageboards.model that implement ContainerModel
 class MBCategoryWrapper
           This class is a wrapper for MBCategory.
 class MBThreadWrapper
           This class is a wrapper for MBThread.
 

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

Subinterfaces of ContainerModel in com.liferay.portlet.wiki.model
 interface WikiNode
          The extended model interface for the WikiNode service.
 interface WikiNodeModel
          The base model interface for the WikiNode service.
 

Classes in com.liferay.portlet.wiki.model that implement ContainerModel
 class WikiNodeWrapper
           This class is a wrapper for WikiNode.
 


Liferay 6.2-ce-ga5