|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TrashHandlerRegistry
Represents the interface for registering handlers for those entities that can be moved to Trash.
The entities that can be registered are:
com.liferay.portlet.blogs.trash.BlogsEntryTrashHandler
Method Summary | |
---|---|
TrashHandler |
getTrashHandler(String className)
Returns the trash handler associated with the class name. |
List<TrashHandler> |
getTrashHandlers()
Returns all of the trash handlers. |
void |
register(TrashHandler trashHandler)
Registers the trash handler. |
void |
unregister(TrashHandler trashHandler)
Unregisters the trash handler. |
Method Detail |
---|
TrashHandler getTrashHandler(String className)
className
- class name of the TrashHandler
List<TrashHandler> getTrashHandlers()
void register(TrashHandler trashHandler)
trashHandler
- the TrashHandler to registervoid unregister(TrashHandler trashHandler)
trashHandler
- the trash handler to unregister
|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |