public interface AcademicsService
Modifier and Type | Method and Description |
---|---|
List<? extends Career> |
getCareers(String termId) |
List<? extends CatalogNumber> |
getCatalogNumbers(String termId,
String subjectId) |
AcademicsDao |
getDao() |
SearchResult |
getSearchResults(Map<String,String[]> query) |
List<? extends Section> |
getSearchResults(String termId,
String careerId,
String subjectId,
String instructor,
String searchCriteria,
String filterCriteria,
String showOpen,
String distributionReq,
String otherReq,
String keyword) |
Section |
getSection(String sectionUID) |
Section |
getSectionDetail(Section section) |
List<? extends Section> |
getSections(String termId,
String subjectId,
String catalogNumber,
String careerId) |
List<? extends Subject> |
getSubjects(String termId,
String careerId) |
Term |
getTerm(String termId) |
List<? extends Term> |
getTerms() |
void |
setDao(AcademicsDao dao) |
void setDao(AcademicsDao dao)
AcademicsDao getDao()
List<? extends Career> getCareers(String termId)
List<? extends Subject> getSubjects(String termId, String careerId)
List<? extends CatalogNumber> getCatalogNumbers(String termId, String subjectId)
List<? extends Section> getSections(String termId, String subjectId, String catalogNumber, String careerId)
Section getSection(String sectionUID)
Section getSectionDetail(Section section)
List<? extends Section> getSearchResults(String termId, String careerId, String subjectId, String instructor, String searchCriteria, String filterCriteria, String showOpen, String distributionReq, String otherReq, String keyword)
SearchResult getSearchResults(Map<String,String[]> query)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.