Package | Description |
---|---|
com.liferay.document.library.kernel.model | |
com.liferay.message.boards.kernel.model | |
com.liferay.portal.kernel.trash |
Modifier and Type | Interface and Description |
---|---|
interface |
DLFolder
The extended model interface for the DLFolder service.
|
interface |
DLFolderModel
The base model interface for the DLFolder service.
|
Modifier and Type | Class and Description |
---|---|
class |
DLFolderWrapper
This class is a wrapper for
DLFolder . |
Modifier and Type | Interface and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MBCategoryWrapper
This class is a wrapper for
MBCategory . |
class |
MBThreadWrapper
This class is a wrapper for
MBThread . |
Modifier and Type | Method and Description |
---|---|
ContainerModel |
BaseTrashHandler.getContainerModel(long containerModelId) |
ContainerModel |
TrashHandler.getContainerModel(long containerModelId)
Returns the container model with the primary key.
|
ContainerModel |
BaseTrashHandler.getParentContainerModel(long classPK) |
ContainerModel |
TrashHandler.getParentContainerModel(long classPK)
Returns the parent container model of the model entity with the primary
key.
|
ContainerModel |
BaseTrashHandler.getParentContainerModel(TrashedModel trashedModel) |
ContainerModel |
TrashHandler.getParentContainerModel(TrashedModel trashedModel) |
Modifier and Type | Method and Description |
---|---|
List<ContainerModel> |
BaseTrashHandler.getContainerModels(long classPK,
long containerModelId,
int start,
int end) |
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.getParentContainerModels(long classPK) |
List<ContainerModel> |
TrashHandler.getParentContainerModels(long classPK)
Returns all the parent container models of the model entity with the
primary key ordered by hierarchy.
|