|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TrashHandler in com.liferay.portal.kernel.portlet |
|---|
| Methods in com.liferay.portal.kernel.portlet that return types with arguments of type TrashHandler | |
|---|---|
List<TrashHandler> |
PortletBag.getTrashHandlerInstances()
|
| Uses of TrashHandler in com.liferay.portal.kernel.trash |
|---|
| Classes in com.liferay.portal.kernel.trash that implement TrashHandler | |
|---|---|
class |
BaseTrashHandler
Provides the base implementation of TrashHandler. |
| Methods in com.liferay.portal.kernel.trash that return TrashHandler | |
|---|---|
static TrashHandler |
TrashHandlerRegistryUtil.getTrashHandler(String className)
|
| Methods in com.liferay.portal.kernel.trash that return types with arguments of type TrashHandler | |
|---|---|
static List<TrashHandler> |
TrashHandlerRegistryUtil.getTrashHandlers()
|
| Methods in com.liferay.portal.kernel.trash with parameters of type TrashHandler | |
|---|---|
static void |
TrashHandlerRegistryUtil.register(TrashHandler trashHandler)
|
static void |
TrashHandlerRegistryUtil.unregister(TrashHandler trashHandler)
|
| Method parameters in com.liferay.portal.kernel.trash with type arguments of type TrashHandler | |
|---|---|
static void |
TrashHandlerRegistryUtil.register(List<TrashHandler> trashHandlers)
|
static void |
TrashHandlerRegistryUtil.unregister(List<TrashHandler> trashHandlers)
|
| Uses of TrashHandler in com.liferay.portal.model |
|---|
| Methods in com.liferay.portal.model that return TrashHandler | |
|---|---|
TrashHandler |
TrashedModel.getTrashHandler()
|
| Methods in com.liferay.portal.model that return types with arguments of type TrashHandler | |
|---|---|
List<TrashHandler> |
PortletWrapper.getTrashHandlerInstances()
Returns the trash handler instances of the portlet. |
List<TrashHandler> |
Portlet.getTrashHandlerInstances()
Returns the trash handler instances of the portlet. |
| Uses of TrashHandler in com.liferay.portal.model.impl |
|---|
| Methods in com.liferay.portal.model.impl that return types with arguments of type TrashHandler | |
|---|---|
List<TrashHandler> |
PortletImpl.getTrashHandlerInstances()
Returns the trash handler instances of the portlet. |
| Uses of TrashHandler in com.liferay.portlet |
|---|
| Methods in com.liferay.portlet that return types with arguments of type TrashHandler | |
|---|---|
List<TrashHandler> |
PortletBagImpl.getTrashHandlerInstances()
|
protected List<TrashHandler> |
PortletBagFactory.newTrashHandlerInstances(Portlet portlet)
|
| Constructor parameters in com.liferay.portlet with type arguments of type TrashHandler | |
|---|---|
PortletBagImpl(String portletName,
javax.servlet.ServletContext servletContext,
Portlet portletInstance,
ResourceBundleTracker resourceBundleTracker,
List<ConfigurationAction> configurationActionInstances,
List<Indexer> indexerInstances,
List<OpenSearch> openSearchInstances,
List<SchedulerEntry> schedulerEntryInstances,
FriendlyURLMapperTracker friendlyURLMapperTracker,
List<URLEncoder> urlEncoderInstances,
List<PortletDataHandler> portletDataHandlerInstances,
List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances,
List<TemplateHandler> templateHandlerInstances,
List<PortletLayoutListener> portletLayoutListenerInstances,
List<PollerProcessor> pollerProcessorInstances,
List<MessageListener> popMessageListenerInstances,
List<SocialActivityInterpreter> socialActivityInterpreterInstances,
List<SocialRequestInterpreter> socialRequestInterpreterInstances,
List<UserNotificationDefinition> userNotificationDefinitionInstances,
List<UserNotificationHandler> userNotificationHandlerInstances,
List<WebDAVStorage> webDAVStorageInstances,
List<Method> xmlRpcMethodInstances,
List<ControlPanelEntry> controlPanelEntryInstances,
List<AssetRendererFactory> assetRendererFactoryInstances,
List<AtomCollectionAdapter<?>> atomCollectionAdapters,
List<CustomAttributesDisplay> customAttributesDisplayInstances,
List<DDMDisplay> ddmDisplayInstances,
List<PermissionPropagator> permissionPropagatorInstances,
List<TrashHandler> trashHandlerInstances,
List<WorkflowHandler<?>> workflowHandlerInstances,
List<PreferencesValidator> preferencesValidatorInstances)
|
|
| Uses of TrashHandler in com.liferay.portlet.blogs.model |
|---|
| Methods in com.liferay.portlet.blogs.model that return TrashHandler | |
|---|---|
TrashHandler |
BlogsEntryModel.getTrashHandler()
Returns the trash handler for this blogs entry. |
TrashHandler |
BlogsEntryWrapper.getTrashHandler()
Returns the trash handler for this blogs entry. |
| Uses of TrashHandler in com.liferay.portlet.blogs.model.impl |
|---|
| Methods in com.liferay.portlet.blogs.model.impl that return TrashHandler | |
|---|---|
TrashHandler |
BlogsEntryModelImpl.getTrashHandler()
|
| Uses of TrashHandler in com.liferay.portlet.blogs.trash |
|---|
| Classes in com.liferay.portlet.blogs.trash that implement TrashHandler | |
|---|---|
class |
BlogsEntryTrashHandler
Implements trash handling for the blogs entry entity. |
| Uses of TrashHandler in com.liferay.portlet.documentlibrary.model |
|---|
| Methods in com.liferay.portlet.documentlibrary.model that return TrashHandler | |
|---|---|
TrashHandler |
DLFolderWrapper.getTrashHandler()
Returns the trash handler for this document library folder. |
TrashHandler |
DLFileShortcutModel.getTrashHandler()
Returns the trash handler for this document library file shortcut. |
TrashHandler |
DLFileShortcutWrapper.getTrashHandler()
Returns the trash handler for this document library file shortcut. |
TrashHandler |
DLFileEntryModel.getTrashHandler()
Returns the trash handler for this document library file entry. |
TrashHandler |
DLFolderModel.getTrashHandler()
Returns the trash handler for this document library folder. |
TrashHandler |
DLFileEntryWrapper.getTrashHandler()
Returns the trash handler for this document library file entry. |
| Uses of TrashHandler in com.liferay.portlet.documentlibrary.model.impl |
|---|
| Methods in com.liferay.portlet.documentlibrary.model.impl that return TrashHandler | |
|---|---|
TrashHandler |
DLFileShortcutModelImpl.getTrashHandler()
|
TrashHandler |
DLFileEntryModelImpl.getTrashHandler()
|
TrashHandler |
DLFolderModelImpl.getTrashHandler()
|
| Uses of TrashHandler in com.liferay.portlet.documentlibrary.trash |
|---|
| Classes in com.liferay.portlet.documentlibrary.trash that implement TrashHandler | |
|---|---|
class |
DLBaseTrashHandler
|
class |
DLFileEntryTrashHandler
Implements trash handling for the file entry entity. |
class |
DLFileShortcutTrashHandler
Implements trash handling for the file shortcut entity. |
class |
DLFolderTrashHandler
Implements trash handling for the folder entity. |
| Uses of TrashHandler in com.liferay.portlet.exportimport.model |
|---|
| Methods in com.liferay.portlet.exportimport.model that return TrashHandler | |
|---|---|
TrashHandler |
ExportImportConfigurationModel.getTrashHandler()
Returns the trash handler for this export import configuration. |
TrashHandler |
ExportImportConfigurationWrapper.getTrashHandler()
Returns the trash handler for this export import configuration. |
| Uses of TrashHandler in com.liferay.portlet.exportimport.model.impl |
|---|
| Methods in com.liferay.portlet.exportimport.model.impl that return TrashHandler | |
|---|---|
TrashHandler |
ExportImportConfigurationModelImpl.getTrashHandler()
|
| Uses of TrashHandler in com.liferay.portlet.exportimport.trash |
|---|
| Classes in com.liferay.portlet.exportimport.trash that implement TrashHandler | |
|---|---|
class |
ExportImportConfigurationTrashHandler
|
| Uses of TrashHandler in com.liferay.portlet.journal.model |
|---|
| Methods in com.liferay.portlet.journal.model that return TrashHandler | |
|---|---|
TrashHandler |
JournalArticleModel.getTrashHandler()
Returns the trash handler for this journal article. |
TrashHandler |
JournalFolderModel.getTrashHandler()
Returns the trash handler for this journal folder. |
TrashHandler |
JournalArticleWrapper.getTrashHandler()
Returns the trash handler for this journal article. |
TrashHandler |
JournalFolderWrapper.getTrashHandler()
Returns the trash handler for this journal folder. |
| Uses of TrashHandler in com.liferay.portlet.journal.model.impl |
|---|
| Methods in com.liferay.portlet.journal.model.impl that return TrashHandler | |
|---|---|
TrashHandler |
JournalArticleModelImpl.getTrashHandler()
|
TrashHandler |
JournalFolderModelImpl.getTrashHandler()
|
| Uses of TrashHandler in com.liferay.portlet.messageboards.model |
|---|
| Methods in com.liferay.portlet.messageboards.model that return TrashHandler | |
|---|---|
TrashHandler |
MBMessageModel.getTrashHandler()
Returns the trash handler for this message-boards message. |
TrashHandler |
MBThreadWrapper.getTrashHandler()
Returns the trash handler for this message boards thread. |
TrashHandler |
MBThreadModel.getTrashHandler()
Returns the trash handler for this message boards thread. |
TrashHandler |
MBCategoryModel.getTrashHandler()
Returns the trash handler for this message boards category. |
TrashHandler |
MBMessageWrapper.getTrashHandler()
Returns the trash handler for this message-boards message. |
TrashHandler |
MBCategoryWrapper.getTrashHandler()
Returns the trash handler for this message boards category. |
| Uses of TrashHandler in com.liferay.portlet.messageboards.model.impl |
|---|
| Methods in com.liferay.portlet.messageboards.model.impl that return TrashHandler | |
|---|---|
TrashHandler |
MBCategoryModelImpl.getTrashHandler()
|
TrashHandler |
MBThreadModelImpl.getTrashHandler()
|
TrashHandler |
MBMessageModelImpl.getTrashHandler()
|
| Uses of TrashHandler in com.liferay.portlet.messageboards.trash |
|---|
| Classes in com.liferay.portlet.messageboards.trash that implement TrashHandler | |
|---|---|
class |
MBCategoryTrashHandler
Implements trash handling for the message boards category entity. |
class |
MBMessageTrashHandler
Implements trash handling for message boards message entity. |
class |
MBThreadTrashHandler
Implements trash handling for message boards thread entity. |
| Uses of TrashHandler in com.liferay.portlet.trash.test |
|---|
| Methods in com.liferay.portlet.trash.test with parameters of type TrashHandler | |
|---|---|
protected long |
BaseTrashHandlerTestCase.getDeletionSystemEventCount(TrashHandler trashHandler,
long systemEventSetKey)
|
| Uses of TrashHandler in com.liferay.portlet.trash.util |
|---|
| Methods in com.liferay.portlet.trash.util with parameters of type TrashHandler | |
|---|---|
protected void |
TrashIndexer.processTrashHandlerExcludeQuery(SearchContext searchContext,
BooleanFilter fullQueryBooleanFilter,
TrashHandler trashHandler)
Deprecated. As of 7.0.0, added strictly to support backwards compatibility of getExcludeQuery(SearchContext) |
|
Liferay 7.0-ce-m6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||