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) void
remove
(BlatAssociation blatAssociation) Removes the given entity from the persistent storage.Methods inherited from interface ubic.gemma.persistence.service.BaseImmutableService
create, findOrCreate, remove, remove
Methods inherited from interface ubic.gemma.persistence.service.BaseReadOnlyService
countAll, find, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAll
-
Method Details
-
create
Description copied from interface:BaseImmutableService
Creates the given entity in the persistent storage.- Specified by:
create
in interfaceBaseImmutableService<BlatAssociation>
- Parameters:
blatAssociation
- the entity to be created.- Returns:
- object referencing the persistent instance of the given entity.
-
remove
Description copied from interface:BaseImmutableService
Removes the given entity from the persistent storage.- Specified by:
remove
in interfaceBaseImmutableService<BlatAssociation>
- Parameters:
blatAssociation
- the entity to be removed.
-
find
-
find
-
findAndThaw
-