public interface BlatResultService extends BaseVoEnabledService<BlatResult,BlatResultValueObject>
| Modifier and Type | Method and Description |
|---|---|
Collection<BlatResult> |
findByBioSequence(BioSequence bioSequence) |
void |
remove(BlatResult blatResult)
Removes the given entity from the persistent storage.
|
BlatResult |
thaw(BlatResult blatResult) |
Collection<BlatResult> |
thaw(Collection<BlatResult> blatResults) |
void |
update(BlatResult blatResult)
Updates the given entity in the persistent storage.
|
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIdscreate, create, findOrCreate, remove, remove, removeAllInBatch, save, save, updatecountAll, find, findOrFail, load, load, loadAll, loadOrFailCollection<BlatResult> findByBioSequence(BioSequence bioSequence)
@Secured(value="GROUP_USER") void remove(BlatResult blatResult)
BaseServiceremove in interface BaseService<BlatResult>blatResult - the entity to be removed.@Secured(value="GROUP_USER") void update(BlatResult blatResult)
BaseServiceupdate in interface BaseService<BlatResult>blatResult - the entity to be updated.BlatResult thaw(BlatResult blatResult)
Collection<BlatResult> thaw(Collection<BlatResult> blatResults)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.