org.promotego.dao.interfaces
Interface ValidationRecordDao

All Superinterfaces:
Dao<ValidationRecord>
All Known Implementing Classes:
HibernateValidationRecordDao

public interface ValidationRecordDao
extends Dao<ValidationRecord>


Method Summary
 ValidationRecord getRecordByValidationKey(java.lang.String validationKey)
           
 
Methods inherited from interface org.promotego.dao.interfaces.Dao
create, create, delete, deleteAll, findAll, getById, getCount, reattach, saveOrUpdate, update
 

Method Detail

getRecordByValidationKey

ValidationRecord getRecordByValidationKey(java.lang.String validationKey)


Copyright © 2007. All Rights Reserved.