@Repository public class SessionTelephonyDaoImpl extends BaseJpaDao implements SessionTelephonyDao
BaseJpaDao.NaturalIdQuery<T>logger, PERSISTENCE_UNIT_NAME| Constructor and Description |
|---|
SessionTelephonyDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
SessionTelephonyImpl |
createOrUpdateTelephony(BlackboardSessionTelephonyResponse telephonyResponse) |
void |
deleteTelephony(long sessionId) |
Set<SessionTelephony> |
getAllTelephony() |
SessionTelephonyImpl |
getSessionTelephony(long telephonyId) |
SessionTelephony |
getSessionTelephony(Session session) |
void |
setSessionDao(org.jasig.portlet.blackboardvcportlet.dao.impl.InternalSessionDao sessionDao) |
void |
updateSessionTelephony(SessionTelephony telephony) |
createCachedQuery, createCriteriaQuery, createNaturalIdQuery, createParameterExpression, createParameterExpression, createQuery, getApplicationContext, getCacheRegionName, getEntityManager, getTransactionOperations, setApplicationContext, setEntityManager, setTransactionOperations@Autowired public void setSessionDao(org.jasig.portlet.blackboardvcportlet.dao.impl.InternalSessionDao sessionDao)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class BaseJpaDaoExceptionpublic Set<SessionTelephony> getAllTelephony()
getAllTelephony in interface SessionTelephonyDaopublic SessionTelephonyImpl getSessionTelephony(long telephonyId)
getSessionTelephony in interface SessionTelephonyDao@Transactional public SessionTelephonyImpl createOrUpdateTelephony(BlackboardSessionTelephonyResponse telephonyResponse)
createOrUpdateTelephony in interface SessionTelephonyDao@Transactional public void updateSessionTelephony(SessionTelephony telephony)
updateSessionTelephony in interface SessionTelephonyDao@Transactional public void deleteTelephony(long sessionId)
deleteTelephony in interface SessionTelephonyDao@Transactional public SessionTelephony getSessionTelephony(Session session)
getSessionTelephony in interface SessionTelephonyDaoCopyright © 2016 Jasig. All Rights Reserved.