org.riotfamily.riot.list
Class RiotDaoService

java.lang.Object
  extended by org.riotfamily.riot.list.RiotDaoService

public class RiotDaoService
extends Object

Since:
6.5
Author:
Felix Gnass [fgnass at neteye dot de]

Constructor Summary
RiotDaoService()
           
 
Method Summary
 RiotDao getDao(String listId)
           
 String getDefaultListId(Class<?> entityClass)
           
 void setListRepository(ListRepository listRepository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RiotDaoService

public RiotDaoService()
Method Detail

setListRepository

public void setListRepository(ListRepository listRepository)

getDao

public RiotDao getDao(String listId)

getDefaultListId

public String getDefaultListId(Class<?> entityClass)