Uses of Interface
com.liferay.portal.kernel.model.ContainerModel
Packages that use ContainerModel
-
Uses of ContainerModel in com.liferay.document.library.kernel.model
Subinterfaces of ContainerModel in com.liferay.document.library.kernel.modelModifier and TypeInterfaceDescriptioninterface
The extended model interface for the DLFolder service.interface
The base model interface for the DLFolder service.Classes in com.liferay.document.library.kernel.model that implement ContainerModel -
Uses of ContainerModel in com.liferay.portal.kernel.trash
Methods in com.liferay.portal.kernel.trash that return ContainerModelModifier and TypeMethodDescriptionTrashHandler.getContainerModel
(long containerModelId) Returns the container model with the primary key.TrashHandler.getParentContainerModel
(long classPK) Returns the parent container model of the model entity with the primary key.TrashHandler.getParentContainerModel
(TrashedModel trashedModel) Methods in com.liferay.portal.kernel.trash that return types with arguments of type ContainerModelModifier and TypeMethodDescriptionTrashHandler.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.TrashHandler.getParentContainerModels
(long classPK) Returns all the parent container models of the model entity with the primary key ordered by hierarchy.