Skip to content

Instantly share code, notes, and snippets.

/**
* This method is used by getAllBookUnitWithDepthRow()
*
* @param bookUnit
* @param delete
* @return List of bookunit with depth
*/
private List<BookUnitWithDepthRow> getAllBookUnitWithDepth(BookUnit bookUnit, boolean delete)
{
bookUnit = fetchBookUnitFromSessionBook(bookUnit);