@Repository public class TopicDaoImpl extends Object implements TopicDao
Constructor and Description |
---|
TopicDaoImpl() |
Modifier and Type | Method and Description |
---|---|
javax.persistence.EntityManager |
getEntityManager() |
Topic |
getTopic(long topicId)
Gets a specific topic
|
List<Topic> |
getTopics()
Gets all topics
|
Topic |
saveTopic(Topic topic)
Persists a topic
|
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
public TopicDaoImpl()
public javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
public List<Topic> getTopics()
TopicDao
public Topic getTopic(long topicId)
TopicDao
Copyright © 2011–2015 The Kuali Foundation. All rights reserved.