@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 AcademicsAuthService
public List<SectionImpl> getClassSchedule(String termId, String careerId)
getClassSchedule
in interface AcademicsAuthService
public List<SectionImpl> getClassSchedule(javax.servlet.http.HttpServletRequest request, String termId, String careerId)
getClassSchedule
in interface AcademicsAuthService
public String getGradeAlertOpt(String uid)
getGradeAlertOpt
in interface AcademicsAuthService
public boolean updateGradeAlertOpt(String opt)
updateGradeAlertOpt
in interface AcademicsAuthService
public UserDao getUserDao()
public void setUserDao(UserDao userDao)
public AcademicsDao getDao()
getDao
in interface AcademicsAuthService
public void setDao(AcademicsDao dao)
setDao
in interface AcademicsAuthService
dao
- the dao to setpublic org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext context)
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
applicationContext
- 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.