Class ContactServiceImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractService<Contact>
ubic.gemma.persistence.service.common.auditAndSecurity.ContactServiceImpl
- All Implemented Interfaces:
BaseImmutableService<Contact>
,BaseReadOnlyService<Contact>
,BaseService<Contact>
,ContactService
- 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, 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.BaseImmutableService
create, create, remove, remove
Methods inherited from interface ubic.gemma.persistence.service.BaseReadOnlyService
countAll, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAll
Methods inherited from interface ubic.gemma.persistence.service.BaseService
save, save, update
Methods inherited from interface ubic.gemma.persistence.service.common.auditAndSecurity.ContactService
find, findOrCreate, remove, update
-
Constructor Details
-
ContactServiceImpl
-