@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()
TopicDaopublic Topic getTopic(long topicId)
TopicDaoCopyright © 2011–2015 The Kuali Foundation. All rights reserved.