Class ProtocolServiceImpl
- java.lang.Object
-
- ubic.gemma.persistence.service.AbstractService<Protocol>
-
- ubic.gemma.persistence.service.common.protocol.ProtocolServiceImpl
-
- All Implemented Interfaces:
BaseService<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
-
Methods inherited from class ubic.gemma.persistence.service.AbstractService
countAll, create, create, find, findOrCreate, load, load, loadAll, remove, remove, remove, removeAll, save, save, 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.BaseService
countAll, create, create, load, load, remove, removeAll, save, save
-
Methods inherited from interface ubic.gemma.persistence.service.common.protocol.ProtocolService
find, findOrCreate, loadAll, remove, remove, update, update
-
-
-
-
Constructor Detail
-
ProtocolServiceImpl
@Autowired public ProtocolServiceImpl(ProtocolDao protocolDao)
-
-