@Service public class AcademicsAuthServiceImpl extends Object implements AcademicsAuthService, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
AcademicsAuthServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
List<SectionImpl> |
getClassSchedule(javax.servlet.http.HttpServletRequest request,
String termId,
String careerId) |
List<SectionImpl> |
getClassSchedule(String termId,
String careerId) |
AcademicsDao |
getDao()
}
|
String |
getGradeAlertOpt(String uid) |
org.apache.cxf.jaxrs.ext.MessageContext |
getMessageContext() |
List<TermImpl> |
getTerms() |
UserDao |
getUserDao() |
void |
setApplicationContext(org.springframework.context.ApplicationContext context) |
void |
setDao(AcademicsDao dao) |
void |
setMessageContext(org.apache.cxf.jaxrs.ext.MessageContext messageContext) |
void |
setUserDao(UserDao userDao) |
boolean |
updateGradeAlertOpt(String opt) |
public AcademicsAuthServiceImpl()
public List<TermImpl> getTerms()
getTerms in interface AcademicsAuthServicepublic List<SectionImpl> getClassSchedule(String termId, String careerId)
getClassSchedule in interface AcademicsAuthServicepublic List<SectionImpl> getClassSchedule(javax.servlet.http.HttpServletRequest request, String termId, String careerId)
getClassSchedule in interface AcademicsAuthServicepublic String getGradeAlertOpt(String uid)
getGradeAlertOpt in interface AcademicsAuthServicepublic boolean updateGradeAlertOpt(String opt)
updateGradeAlertOpt in interface AcademicsAuthServicepublic UserDao getUserDao()
public void setUserDao(UserDao userDao)
public AcademicsDao getDao()
getDao in interface AcademicsAuthServicepublic void setDao(AcademicsDao dao)
setDao in interface AcademicsAuthServicedao - the dao to setpublic org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext context)
setApplicationContext in interface org.springframework.context.ApplicationContextAwareapplicationContext - the applicationContext 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.