- Enclosing class:
- AcademicCalendarViewHelperServiceImpl
public class AcademicCalendarViewHelperServiceImpl.SimplifiedAcademicTermWrapper
extends Object
A light-weighted inner class to perform term wrapper sorting based on start date when doing acal validation.
We want to keep the original order of term wrappers in acalForm for dirty field processing. However, We will
have to sort the term wrapper list for correctly displaying warning/error messages during acal validation. We
have this light-weighted inner class just for sorting the term wrapper list inside acal validation while keep
the original term wrapper list in acalForm untouched.