com.rapidtransform.core.dao
Interface ValidValueDAO

All Superinterfaces:
DAO, GenericDAO<ValidValue,java.lang.Long>
All Known Implementing Classes:
ValidValueDAOHibernate

public interface ValidValueDAO
extends GenericDAO<ValidValue,java.lang.Long>

Author:
Steve

Method Summary
 java.util.Collection<ValidValue> findEnabled()
          Returns a collection of enabled valid values.
 
Methods inherited from interface com.rapidtransform.core.dao.GenericDAO
findAll, findById, findByType, remove, save
 

Method Detail

findEnabled

java.util.Collection<ValidValue> findEnabled()
Returns a collection of enabled valid values.

Returns: