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 AbstractService
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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, updateMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BaseReadOnlyService
countAll, getElementClassMethods inherited from interface SecurableBaseImmutableService
create, create, findOrCreate, remove, remove, removeMethods inherited from interface 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
-