| Method that will Display Grocery List Data | by passing Grocery_id |
Method, that will display hidden departments( status hidden) | by passing grocery_id |
Add if(ultimate)then display only grocery from basic templates | |
| Method that will Attach grocery list to user | by passing user_id, grocery_id |
| Clone list with all data to a new grocery list record | |
| Display page with clone Form | |
| Remove Grocery list from user account | by passing user_id, grocery_id |
| Create New, Empty Grocery List inside the user account | by passing user_id. Will return a new grocery_id |
| page with Method, that will display all grocery lists, related to user | by passing user_id |
| Method that will update the grocery list name | by passing updated name and grocery_id |
| Display shopping list (ingredients list group by department) | by passing grocery_id, department_id, maybe user_id |