public interface AcademicsService
Modifier and Type | Method and Description |
---|---|
List<Career> |
getCareers(String termId) |
List<CatalogNumber> |
getCatalogNumbers(String termId,
String subjectId) |
SearchResult |
getClassSearchResults(String data) |
AcademicsDao |
getDao() |
SearchResult |
getKeywordSearch(String termId,
String keyword) |
SearchResult |
getSearchResults(Map<String,String[]> query) |
Section |
getSection(String sectionUID) |
Section |
getSectionDetail(Section section) |
Section |
getSectionDetail(String termId,
String careerId,
String subjectId,
String catalogNumber,
String sectionNumber) |
List<Section> |
getSections(String termId,
String subjectId,
String catalogNumber,
String careerId) |
List<Subject> |
getSubjects(String termId,
String careerId) |
Term |
getTerm(String termId) |
List<Term> |
getTerms() |
void |
setDao(AcademicsDao dao) |
void setDao(AcademicsDao dao)
AcademicsDao getDao()
List<Career> getCareers(String termId)
List<Subject> getSubjects(String termId, String careerId)
List<CatalogNumber> getCatalogNumbers(String termId, String subjectId)
List<Section> getSections(String termId, String subjectId, String catalogNumber, String careerId)
Section getSection(String sectionUID)
Section getSectionDetail(Section section)
Section getSectionDetail(String termId, String careerId, String subjectId, String catalogNumber, String sectionNumber)
SearchResult getClassSearchResults(String data)
SearchResult getKeywordSearch(String termId, String keyword)
SearchResult getSearchResults(Map<String,String[]> query)
Copyright © 2011–2015 The Kuali Foundation. All rights reserved.