Interface ProtocolService
-
- All Superinterfaces:
BaseImmutableService<Protocol>
,BaseReadOnlyService<Protocol>
,SecurableBaseImmutableService<Protocol>
,SecurableBaseReadOnlyService<Protocol>
- All Known Implementing Classes:
ProtocolServiceImpl
public interface ProtocolService extends SecurableBaseImmutableService<Protocol>
- Author:
- kelsey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Protocol
findByName(String protocolName)
List<Protocol>
loadAllUniqueByName()
-
Methods inherited from interface ubic.gemma.persistence.service.BaseReadOnlyService
countAll, getElementClass
-
Methods inherited from interface ubic.gemma.persistence.service.common.auditAndSecurity.SecurableBaseImmutableService
create, create, findOrCreate, remove, remove, remove
-
Methods inherited from interface ubic.gemma.persistence.service.common.auditAndSecurity.SecurableBaseReadOnlyService
find, findOrFail, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAll
-
-