@Repository public class GradesPostedNoticeDaoImpl extends Object implements GradesPostedNoticeDao, org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
GradesPostedNoticeDaoImpl() |
Modifier and Type | Method and Description |
---|---|
Long |
countUnsentGradeNotices() |
Properties |
getAcademicsProperties() |
org.springframework.context.ApplicationContext |
getApplicationContext() |
javax.persistence.EntityManager |
getEntityManager() |
List<? extends GradesPostedNotice> |
getGradesToProcess(boolean getAll) |
Properties |
getKmeProperties() |
GradesPostedNotice |
loadGradesPostedNotice(Long id) |
Long |
saveGradesPostedNotice(GradesPostedNotice gradespostednotice) |
void |
setAcademicsProperties(Properties academicsProperties) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
void |
setKmeProperties(Properties kmeProperties) |
boolean |
uploadGradesPostedNotice(List<String> gradereadylist) |
public GradesPostedNoticeDaoImpl()
@Transactional public boolean uploadGradesPostedNotice(List<String> gradereadylist)
uploadGradesPostedNotice
in interface GradesPostedNoticeDao
@Transactional public Long saveGradesPostedNotice(GradesPostedNotice gradespostednotice)
saveGradesPostedNotice
in interface GradesPostedNoticeDao
public GradesPostedNotice loadGradesPostedNotice(Long id)
loadGradesPostedNotice
in interface GradesPostedNoticeDao
public Long countUnsentGradeNotices()
countUnsentGradeNotices
in interface GradesPostedNoticeDao
@Transactional public List<? extends GradesPostedNotice> getGradesToProcess(boolean getAll)
getGradesToProcess
in interface GradesPostedNoticeDao
public org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
applicationContext
- the applicationContext to setpublic javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
public Properties getKmeProperties()
public void setKmeProperties(Properties kmeProperties)
public Properties getAcademicsProperties()
public void setAcademicsProperties(Properties academicsProperties)
Copyright © 2011–2014 The Kuali Foundation. All rights reserved.