Class ProtocolServiceImpl
- java.lang.Object
-
- ubic.gemma.persistence.service.AbstractService<Protocol>
-
- ubic.gemma.persistence.service.common.protocol.ProtocolServiceImpl
-
- All Implemented Interfaces:
BaseImmutableService<Protocol>
,BaseReadOnlyService<Protocol>
,BaseService<Protocol>
,SecurableBaseImmutableService<Protocol>
,SecurableBaseReadOnlyService<Protocol>
,ProtocolService
@Service public class ProtocolServiceImpl extends AbstractService<Protocol> implements ProtocolService
- Author:
- keshav, pavlidis
- See Also:
ProtocolService
-
-
Field Summary
-
Fields inherited from class ubic.gemma.persistence.service.AbstractService
log
-
-
Constructor Summary
Constructors Constructor Description ProtocolServiceImpl(ProtocolDao protocolDao)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Protocol
findByName(String protocolName)
List<Protocol>
loadAllUniqueByName()
-
Methods inherited from class ubic.gemma.persistence.service.AbstractService
countAll, create, create, ensureInSession, ensureInSession, find, findOrCreate, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, remove, remove, remove, save, save, streamAll, streamAll, update, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
ProtocolServiceImpl
@Autowired public ProtocolServiceImpl(ProtocolDao protocolDao)
-
-
Method Detail
-
findByName
@Transactional(readOnly=true) public Protocol findByName(String protocolName)
- Specified by:
findByName
in interfaceProtocolService
-
loadAllUniqueByName
@Transactional(readOnly=true) public List<Protocol> loadAllUniqueByName()
- Specified by:
loadAllUniqueByName
in interfaceProtocolService
-
-