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, loadValueObjectsByIds
create, create, findOrCreate, remove, remove, removeAllInBatch, save, save, update
countAll, find, findOrFail, load, load, loadAll, loadOrFail
Collection<BlatResult> findByBioSequence(BioSequence bioSequence)
@Secured(value="GROUP_USER") void remove(BlatResult blatResult)
BaseService
remove
in interface BaseService<BlatResult>
blatResult
- the entity to be removed.@Secured(value="GROUP_USER") void update(BlatResult blatResult)
BaseService
update
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.