Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.03 KB

00-recycle-bin-intro.markdown

File metadata and controls

23 lines (18 loc) · 1.03 KB
header-id
recycle-bin

Recycle Bin

[TOC levels=1-4]

How many times have you deleted something only to realize it was a mistake? Does the app you're working on have a delete function? If so, you can add the ability to move items into a recycle bin. Have you been looking for an easy way to implement this capability in your app? Fortunately, you can, with Liferay's Recycle Bin.

The Recycle Bin tutorials use code from Liferay's Jukebox Portlet to demonstrate implementing the Recycle Bin in an app. The Jukebox Portlet plugin encompasses three portlets: Songs, Albums, and Artists. These portlets work together, letting the Jukebox user upload songs to the portal. You can categorize the songs by album and artist. You can move the Jukebox portlet's songs and albums to and from the Recycle Bin.

Using the Jukebox Portlet as an example, you'll learn to implement recycling capabilities in your application.