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 ArrayDesignService or ExpressionExperimentService.

Author:
poirigui