Package | Description |
---|---|
com.liferay.blogs.kernel.model | |
com.liferay.document.library.kernel.model | |
com.liferay.exportimport.kernel.model | |
com.liferay.message.boards.kernel.model | |
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.portlet |
This package defines the kernel portlet interfaces and classes.
|
com.liferay.portal.kernel.trash |
Modifier and Type | Method and Description |
---|---|
TrashHandler |
BlogsEntryWrapper.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
TrashHandler |
BlogsEntryModel.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
Modifier and Type | Method and Description |
---|---|
TrashHandler |
DLFileShortcutModel.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
TrashHandler |
DLFileShortcutWrapper.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
TrashHandler |
DLFolderWrapper.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
TrashHandler |
DLFolderModel.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
TrashHandler |
DLFileEntryModel.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
TrashHandler |
DLFileEntryWrapper.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
Modifier and Type | Method and Description |
---|---|
TrashHandler |
ExportImportConfigurationModel.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
TrashHandler |
ExportImportConfigurationWrapper.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
Modifier and Type | Method and Description |
---|---|
TrashHandler |
MBMessageModel.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
TrashHandler |
MBThreadWrapper.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
TrashHandler |
MBCategoryWrapper.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
TrashHandler |
MBThreadModel.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
TrashHandler |
MBMessageWrapper.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
TrashHandler |
MBCategoryModel.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
Modifier and Type | Method and Description |
---|---|
TrashHandler |
TrashedModel.getTrashHandler() |
Modifier and Type | Method and Description |
---|---|
List<TrashHandler> |
Portlet.getTrashHandlerInstances()
Returns the trash handler instances of the portlet.
|
List<TrashHandler> |
PortletWrapper.getTrashHandlerInstances()
Returns the trash handler instances of the portlet.
|
Modifier and Type | Method and Description |
---|---|
List<TrashHandler> |
PortletBag.getTrashHandlerInstances() |
Modifier and Type | Class and Description |
---|---|
class |
BaseTrashHandler
Provides the base implementation of
TrashHandler . |
Modifier and Type | Method and Description |
---|---|
static TrashHandler |
TrashHandlerRegistryUtil.getTrashHandler(String className) |
Modifier and Type | Method and Description |
---|---|
static List<TrashHandler> |
TrashHandlerRegistryUtil.getTrashHandlers() |
Modifier and Type | Method and Description |
---|---|
static void |
TrashHandlerRegistryUtil.register(TrashHandler trashHandler) |
static void |
TrashHandlerRegistryUtil.unregister(TrashHandler trashHandler) |
Modifier and Type | Method and Description |
---|---|
static void |
TrashHandlerRegistryUtil.register(List<TrashHandler> trashHandlers) |
static void |
TrashHandlerRegistryUtil.unregister(List<TrashHandler> trashHandlers) |