Interface BlatAssociationService
- All Superinterfaces:
BaseImmutableService<BlatAssociation>,BaseReadOnlyService<BlatAssociation>
- All Known Implementing Classes:
BlatAssociationServiceImpl
- Author:
- kelsey
-
Method Summary
Modifier and TypeMethodDescriptioncreate(BlatAssociation blatAssociation) Creates the given entity in the persistent storage.find(BioSequence bioSequence) findAndThaw(BioSequence bioSequence) voidremove(BlatAssociation blatAssociation) Removes the given entity from the persistent storage.Methods inherited from interface ubic.gemma.persistence.service.BaseImmutableService
create, findOrCreate, remove, removeMethods inherited from interface ubic.gemma.persistence.service.BaseReadOnlyService
countAll, find, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAll
-
Method Details
-
create
Description copied from interface:BaseImmutableServiceCreates the given entity in the persistent storage.- Specified by:
createin interfaceBaseImmutableService<BlatAssociation>- Parameters:
blatAssociation- the entity to be created.- Returns:
- object referencing the persistent instance of the given entity.
-
remove
Description copied from interface:BaseImmutableServiceRemoves the given entity from the persistent storage.- Specified by:
removein interfaceBaseImmutableService<BlatAssociation>- Parameters:
blatAssociation- the entity to be removed.
-
find
-
find
-
findAndThaw
-