library_catalog  
| Vars | |
| books | List of all programmatic books, automatically generated upon New() | 
|---|---|
| categories | List of all book categories, automatically generated upon New() | 
| flagged_books | Lists of all reported books in the current round | 
| report_types | List of all report categories, automatically generated upon New() | 
| Procs | |
| get_book_category_by_id | External proc that Returns a book library_category datum that matches the provided cat_id | 
| get_programmatic_book_by_id | External proc that Returns a report programmaticbook datum that matches the provided bookid | 
| get_report_category_by_id | External proc that Returns a report library_category datum that matches the provided cat_id | 
Var Details
books  
List of all programmatic books, automatically generated upon New()
categories  
List of all book categories, automatically generated upon New()
flagged_books  
Lists of all reported books in the current round
report_types  
List of all report categories, automatically generated upon New()
Proc Details
get_book_category_by_id
External proc that Returns a book library_category datum that matches the provided cat_id
get_programmatic_book_by_id
External proc that Returns a report programmaticbook datum that matches the provided bookid
get_report_category_by_id
External proc that Returns a report library_category datum that matches the provided cat_id