public class AcademicsDaoImpl extends Object implements AcademicsDao, org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
AcademicsDaoImpl() |
Modifier and Type | Method and Description |
---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
List<Career> |
getCareers(Map<String,String> query) |
List<CatalogNumber> |
getCatalogNumbers(Map<String,String> query) |
List<Section> |
getMyClassSchedule(Map<String,String> query) |
SearchResult |
getSearchResults(Map<String,String[]> query) |
Section |
getSectionDetail(Section section) |
Section |
getSectionDetail(String termId,
String careerId,
String subjectId,
String catalogNumber,
String sectionNumber) |
List<Section> |
getSections(Map<String,String> query) |
List<Subject> |
getSubjects(Map<String,String> query) |
List<Term> |
getTerms() |
List<Term> |
getTerms(Map<String,String> query) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setCareers(List<Career> careers) |
void |
setSubjects(List<Subject> subjects) |
void |
setTerms(List<Term> terms) |
public AcademicsDaoImpl()
public List<Term> getTerms()
getTerms
in interface AcademicsDao
public List<Term> getTerms(Map<String,String> query)
getTerms
in interface AcademicsDao
public void setTerms(List<Term> terms)
setTerms
in interface AcademicsDao
terms
- the terms to setpublic List<Career> getCareers(Map<String,String> query)
getCareers
in interface AcademicsDao
public void setCareers(List<Career> careers)
setCareers
in interface AcademicsDao
careers
- the careers to setpublic List<Subject> getSubjects(Map<String,String> query)
getSubjects
in interface AcademicsDao
public void setSubjects(List<Subject> subjects)
setSubjects
in interface AcademicsDao
subjects
- the subjects to setpublic List<CatalogNumber> getCatalogNumbers(Map<String,String> query)
getCatalogNumbers
in interface AcademicsDao
public List<Section> getSections(Map<String,String> query)
getSections
in interface AcademicsDao
public Section getSectionDetail(String termId, String careerId, String subjectId, String catalogNumber, String sectionNumber)
getSectionDetail
in interface AcademicsDao
public Section getSectionDetail(Section section)
getSectionDetail
in interface AcademicsDao
public SearchResult getSearchResults(Map<String,String[]> query)
getSearchResults
in interface AcademicsDao
public List<Section> getMyClassSchedule(Map<String,String> query)
getMyClassSchedule
in interface AcademicsDao
public org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
applicationContext
- the applicationContext to setCopyright © 2011–2014 The Kuali Foundation. All rights reserved.