Class CompoundServiceImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractService<Compound>
ubic.gemma.persistence.service.expression.biomaterial.CompoundServiceImpl
- All Implemented Interfaces:
BaseImmutableService<Compound>,BaseReadOnlyService<Compound>,BaseService<Compound>,CompoundService
@Service
public class CompoundServiceImpl
extends AbstractService<Compound>
implements CompoundService
Spring Service base class for CompoundService, provides access to all services and entities referenced
by this service.
- 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.BaseImmutableService
create, create, remove, removeMethods inherited from interface ubic.gemma.persistence.service.BaseReadOnlyService
countAll, find, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAllMethods inherited from interface ubic.gemma.persistence.service.expression.biomaterial.CompoundService
findOrCreate, remove
-
Constructor Details
-
CompoundServiceImpl
-