Interface ProtocolDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Protocol
findByName(String protocolName)
List<Protocol>
loadAllUniqueByName()
Load all protocols that are unique by name.-
Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, find, findOrCreate, getElementClass, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, update, update
-
-