| Package | Description |
|---|---|
| com.liferay.document.library.kernel.model | |
| com.liferay.exportimport.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 |
DLFileShortcutWrapper.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 |
DLFileShortcutModel.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 |
DLFileEntryWrapper.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
|
| Modifier and Type | Method and Description |
|---|---|
TrashHandler |
ExportImportConfigurationWrapper.getTrashHandler()
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
TrashHandler |
ExportImportConfigurationModel.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() |