@Service public class AcademicsServiceImpl extends Object implements AcademicsService, org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
AcademicsServiceImpl() |
Modifier and Type | Method and Description |
---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
List<CareerImpl> |
getCareers(String termId) |
List<CatalogNumberImpl> |
getCatalogNumbers(String termId,
String subjectId) |
AcademicsDao |
getDao() |
org.apache.cxf.jaxrs.ext.MessageContext |
getMessageContext() |
SearchResult |
getSearchResults(Map<String,String[]> query) |
List<SectionImpl> |
getSearchResults(String termCode,
String careerId,
String subjectCode,
String instructor,
String searchCriteria,
String filterCriteria,
String showOpen,
String distributionReq,
String otherReq,
String keyword) |
SectionImpl |
getSection(String sectionUID) |
SectionImpl |
getSectionDetail(Section mySection) |
List<SectionImpl> |
getSections(String termId,
String subjectId,
String catalogNumber,
String careerId) |
List<SubjectImpl> |
getSubjects(String termId,
String careerId) |
TermImpl |
getTerm(String termId) |
List<TermImpl> |
getTerms() |
void |
setApplicationContext(org.springframework.context.ApplicationContext context) |
void |
setDao(AcademicsDao dao) |
void |
setMessageContext(org.apache.cxf.jaxrs.ext.MessageContext messageContext) |
public AcademicsServiceImpl()
public List<TermImpl> getTerms()
getTerms
in interface AcademicsService
public TermImpl getTerm(String termId)
getTerm
in interface AcademicsService
public List<CareerImpl> getCareers(String termId)
getCareers
in interface AcademicsService
public List<SubjectImpl> getSubjects(String termId, String careerId)
getSubjects
in interface AcademicsService
public List<CatalogNumberImpl> getCatalogNumbers(String termId, String subjectId)
getCatalogNumbers
in interface AcademicsService
public List<SectionImpl> getSections(String termId, String subjectId, String catalogNumber, String careerId)
getSections
in interface AcademicsService
public SectionImpl getSection(String sectionUID)
getSection
in interface AcademicsService
public SectionImpl getSectionDetail(Section mySection)
getSectionDetail
in interface AcademicsService
public List<SectionImpl> getSearchResults(String termCode, String careerId, String subjectCode, String instructor, String searchCriteria, String filterCriteria, String showOpen, String distributionReq, String otherReq, String keyword)
getSearchResults
in interface AcademicsService
public SearchResult getSearchResults(Map<String,String[]> query)
getSearchResults
in interface AcademicsService
public void setDao(AcademicsDao dao)
setDao
in interface AcademicsService
public AcademicsDao getDao()
getDao
in interface AcademicsService
public org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext context)
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
context
- the context to setpublic org.apache.cxf.jaxrs.ext.MessageContext getMessageContext()
public void setMessageContext(org.apache.cxf.jaxrs.ext.MessageContext messageContext)
messageContext
- the messageContext to setCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.