Interface GenericCuratableDao
- 
- All Superinterfaces:
- CuratableDao<Curatable>
 - All Known Implementing Classes:
- GenericCuratableDaoImpl
 
 public interface GenericCuratableDao extends CuratableDao<Curatable> Service that simplifies operation with curatable entities of unknown types.The main motivation of having this helper is to avoid having to check the type of the curatable entity before calling a specific service, generally either ArrayDesignServiceorExpressionExperimentService.- Author:
- poirigui
 
- 
- 
Method Summary- 
Methods inherited from interface ubic.gemma.persistence.service.common.auditAndSecurity.curation.CuratableDaoupdateCurationDetailsFromAuditEvent
 
- 
 
-