public interface BioMaterialDao extends BaseVoEnabledDao<BioMaterial,BioMaterialValueObject>
BioMaterial
Modifier and Type | Method and Description |
---|---|
BioMaterial |
copy(BioMaterial bioMaterial) |
Collection<BioMaterial> |
findByExperiment(ExpressionExperiment experiment) |
Collection<BioMaterial> |
findByFactorValue(FactorValue fv) |
ExpressionExperiment |
getExpressionExperiment(Long bioMaterialId) |
void |
thaw(BioMaterial bioMaterial) |
Collection<BioMaterial> |
thaw(Collection<BioMaterial> bioMaterials) |
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIds
BioMaterial copy(BioMaterial bioMaterial)
Collection<BioMaterial> findByExperiment(ExpressionExperiment experiment)
Collection<BioMaterial> findByFactorValue(FactorValue fv)
ExpressionExperiment getExpressionExperiment(Long bioMaterialId)
bioMaterialId
- biomaterial idvoid thaw(BioMaterial bioMaterial)
Collection<BioMaterial> thaw(Collection<BioMaterial> bioMaterials)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.