public class GradeAlertServiceImpl extends Object implements GradeAlertService, org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
GradeAlertServiceImpl() |
Modifier and Type | Method and Description |
---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
GradesPostedNoticeDao |
getDao() |
org.apache.cxf.jaxrs.ext.MessageContext |
getMessageContext() |
String |
publishGradeAlerts(List<String> uniqnameList) |
void |
setApplicationContext(org.springframework.context.ApplicationContext context) |
void |
setDao(GradesPostedNoticeDao dao) |
void |
setMessageContext(org.apache.cxf.jaxrs.ext.MessageContext messageContext) |
public GradeAlertServiceImpl()
@Policies(value=@Policy(uri="#UsernamePasswordPolicy",placement=BINDING_OPERATION_INPUT)) public String publishGradeAlerts(List<String> uniqnameList)
publishGradeAlerts
in interface GradeAlertService
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 setpublic GradesPostedNoticeDao getDao()
public void setDao(GradesPostedNoticeDao dao)
Copyright © 2011–2014 The Kuali Foundation. All rights reserved.