org.appfuse.dao
Interface LookupDao

All Superinterfaces:
Dao
All Known Implementing Classes:
LookupDaoHibernate

public interface LookupDao
extends Dao

Lookup Data Access Object (Dao) interface. This is used to lookup values in the database (i.e. for drop-downs).

View Source

Author:
Matt Raible

Method Summary
 List getRoles()
           
 
Methods inherited from interface org.appfuse.dao.Dao
getObject, getObjects, removeObject, saveObject
 

Method Detail

getRoles

List getRoles()


Copyright � 2002-2006