Package edu.ucsb.cs156.courses.services
Class IsStaleService
java.lang.Object
edu.ucsb.cs156.courses.services.IsStaleService
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintbooleanCheck if the data is stale for a given subject area and quarter
- 
Constructor Details- 
IsStaleServicepublic IsStaleService()
 
- 
- 
Method Details- 
getCourseDataStaleThresholdMinutespublic int getCourseDataStaleThresholdMinutes()
- 
isStaleCheck if the data is stale for a given subject area and quarter- Parameters:
- subjectArea- e.g. CMPSC
- quarterYYYYQ- e.g. 20221 for Winter 2022
- Returns:
- true if the data is stale, false otherwise
- Throws:
- Exception
 
 
-