@Repository public class UserSessionUrlDaoImpl extends BaseJpaDao implements UserSessionUrlDao
BaseJpaDao.NaturalIdQuery<T>logger, PERSISTENCE_UNIT_NAME| Constructor and Description |
|---|
UserSessionUrlDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
UserSessionUrlImpl |
createUserSessionUrl(Session session,
ConferenceUser user,
String url) |
void |
deleteOldSessionUrls(Session session,
ConferenceUser user) |
Set<UserSessionUrl> |
getAllUserSessionUrls() |
UserSessionUrlImpl |
getUserSessionUrlsBySessionAndUser(Session session,
ConferenceUser user) |
void |
setBlackboardUserDao(org.jasig.portlet.blackboardvcportlet.dao.impl.InternalConferenceUserDao blackboardUserDao) |
void |
setSessionDao(org.jasig.portlet.blackboardvcportlet.dao.impl.InternalSessionDao dao) |
createCachedQuery, createCriteriaQuery, createNaturalIdQuery, createParameterExpression, createParameterExpression, createQuery, getApplicationContext, getCacheRegionName, getEntityManager, getTransactionOperations, setApplicationContext, setEntityManager, setTransactionOperations@Autowired public void setSessionDao(org.jasig.portlet.blackboardvcportlet.dao.impl.InternalSessionDao dao)
@Autowired public void setBlackboardUserDao(org.jasig.portlet.blackboardvcportlet.dao.impl.InternalConferenceUserDao blackboardUserDao)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class BaseJpaDaoExceptionpublic Set<UserSessionUrl> getAllUserSessionUrls()
getAllUserSessionUrls in interface UserSessionUrlDaopublic UserSessionUrlImpl getUserSessionUrlsBySessionAndUser(Session session, ConferenceUser user)
getUserSessionUrlsBySessionAndUser in interface UserSessionUrlDao@Transactional public UserSessionUrlImpl createUserSessionUrl(Session session, ConferenceUser user, String url)
createUserSessionUrl in interface UserSessionUrlDao@Transactional public void deleteOldSessionUrls(Session session, ConferenceUser user)
deleteOldSessionUrls in interface UserSessionUrlDaoCopyright © 2016 Jasig. All Rights Reserved.