Interface BioAssayDao
- All Superinterfaces:
BaseDao<BioAssay>,BaseVoEnabledDao<BioAssay,,BioAssayValueObject> FilteringDao<BioAssay>,FilteringVoEnabledDao<BioAssay,BioAssayValueObject>
- All Known Implementing Classes:
BioAssayDaoImpl
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionfindBioAssayDimensions(BioAssay bioAssay) findByAccession(String accession) findByShortName(String shortName) getBioAssaySets(BioAssay bioAssay) loadValueObjects(Collection<BioAssay> entities, Map<ArrayDesign, ArrayDesignValueObject> ad2vo, Map<BioAssay, BioAssay> assay2sourceAssayMap, boolean basic, boolean allFactorValues) Methods inherited from interface ubic.gemma.persistence.service.BaseDao
countAll, create, create, find, findOrCreate, getElementClass, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, update, updateMethods inherited from interface ubic.gemma.persistence.service.BaseVoEnabledDao
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIdsMethods inherited from interface ubic.gemma.persistence.service.FilteringDao
count, getFilter, getFilter, getFilter, getFilter, getFilter, getFilter, getFilterableProperties, getFilterablePropertyAllowedValues, getFilterablePropertyDescription, getFilterablePropertyType, getSort, isFilterablePropertyDeprecated, isFilterablePropertyUsingSubquery, load, load, loadIdsMethods inherited from interface ubic.gemma.persistence.service.FilteringVoEnabledDao
loadValueObjects, loadValueObjects
-
Method Details
-
findByShortName
-
findBioAssayDimensions
-
findByAccession
-
getBioAssaySets
-
loadValueObjects
List<BioAssayValueObject> loadValueObjects(Collection<BioAssay> entities, @Nullable Map<ArrayDesign, ArrayDesignValueObject> ad2vo, @Nullable Map<BioAssay, BioAssay> assay2sourceAssayMap, boolean basic, boolean allFactorValues) - See Also:
-