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:
-
Field Summary
Fields inherited from class ubic.gemma.persistence.service.AbstractService
log -
Constructor Summary
Constructors -
Method Summary
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, loadOrFail, loadOrFail, remove, remove, remove, save, save, streamAll, streamAll, update, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ubic.gemma.persistence.service.BaseReadOnlyService
countAll, getElementClass, loadOrFail, loadOrFailMethods inherited from interface ubic.gemma.persistence.service.common.auditAndSecurity.SecurableBaseImmutableService
create, create, findOrCreate, remove, remove, removeMethods inherited from interface ubic.gemma.persistence.service.common.auditAndSecurity.SecurableBaseReadOnlyService
find, findOrFail, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAll
-
Constructor Details
-
ProtocolServiceImpl
-
-
Method Details
-
findByName
- Specified by:
findByNamein interfaceProtocolService
-
loadAllUniqueByName
- Specified by:
loadAllUniqueByNamein interfaceProtocolService
-