org.zeroexchange.dao.collaboration
Interface AssessmentDAO<T extends Assessment>

All Superinterfaces:
DAO<Integer,T>, IntegerPKDAO<T>
All Known Subinterfaces:
BusinessQualityDAO
All Known Implementing Classes:
AssessmentDAOImpl, BusinessQualityDAOImpl

public interface AssessmentDAO<T extends Assessment>
extends IntegerPKDAO<T>

The DAO operates with the assessment entities.

Author:
black

Method Summary
 
Methods inherited from interface org.zeroexchange.dao.DAO
getById, removeById, save
 



Copyright © 2013. All Rights Reserved.