public interface AnnotationAssociationService extends BaseService<AnnotationAssociation>
| Modifier and Type | Method and Description |
|---|---|
AnnotationAssociation |
create(AnnotationAssociation annotationAssociation)
Creates the given entity in the persistent storage.
|
Collection<AnnotationAssociation> |
find(BioSequence bioSequence) |
Collection<AnnotationAssociation> |
find(Gene gene) |
void |
remove(AnnotationAssociation annotationAssociation)
Removes the given entity from the persistent storage.
|
void |
remove(Collection<AnnotationAssociation> anCollection)
Removes all the given entities from persistent storage.
|
Collection<AnnotationValueObject> |
removeRootTerms(Collection<AnnotationValueObject> associations) |
void |
update(AnnotationAssociation annotationAssociation)
Updates the given entity in the persistent storage.
|
void |
update(Collection<AnnotationAssociation> anCollection)
Updates all entities in the given collection in the persistent storage.
|
create, findOrCreate, remove, removeAllInBatch, save, savecountAll, find, findOrFail, load, load, loadAll, loadOrFail@Secured(value="GROUP_USER") AnnotationAssociation create(AnnotationAssociation annotationAssociation)
BaseServicecreate in interface BaseService<AnnotationAssociation>annotationAssociation - the entity to be created.@Secured(value="GROUP_USER") void remove(Collection<AnnotationAssociation> anCollection)
BaseServiceremove in interface BaseService<AnnotationAssociation>anCollection - the entities to be removed.@Secured(value="GROUP_USER") void remove(AnnotationAssociation annotationAssociation)
BaseServiceremove in interface BaseService<AnnotationAssociation>annotationAssociation - the entity to be removed.@Secured(value="GROUP_USER") void update(Collection<AnnotationAssociation> anCollection)
BaseServiceupdate in interface BaseService<AnnotationAssociation>anCollection - the entities to be updated.@Secured(value="GROUP_USER") void update(AnnotationAssociation annotationAssociation)
BaseServiceupdate in interface BaseService<AnnotationAssociation>annotationAssociation - the entity to be updated.Collection<AnnotationAssociation> find(BioSequence bioSequence)
Collection<AnnotationAssociation> find(Gene gene)
Collection<AnnotationValueObject> removeRootTerms(Collection<AnnotationValueObject> associations)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.