Interface BioAssayDao
-
- All Superinterfaces:
BaseDao<BioAssay>,BaseVoEnabledDao<BioAssay,BioAssayValueObject>,FilteringDao<BioAssay>,FilteringVoEnabledDao<BioAssay,BioAssayValueObject>
- All Known Implementing Classes:
BioAssayDaoImpl
public interface BioAssayDao extends FilteringVoEnabledDao<BioAssay,BioAssayValueObject>
- See Also:
BioAssay
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<BioAssayDimension>findBioAssayDimensions(BioAssay bioAssay)Collection<BioAssay>findByAccession(String accession)BioAssayfindByShortName(String shortName)Collection<BioAssaySet>getBioAssaySets(BioAssay bioAssay)List<BioAssayValueObject>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, getIdentifierPropertyName, load, load, loadAll, loadReference, loadReference, reload, reload, remove, remove, remove, save, save, streamAll, streamAll, update, update
-
Methods inherited from interface ubic.gemma.persistence.service.BaseVoEnabledDao
loadAllValueObjects, loadValueObject, loadValueObjectById, loadValueObjects, loadValueObjectsByIds
-
Methods inherited from interface ubic.gemma.persistence.service.FilteringDao
count, getFilter, getFilter, getFilter, getFilter, getFilter, getFilter, getFilterableProperties, getFilterablePropertyAllowedValues, getFilterablePropertyDescription, getFilterablePropertyIsUsingSubquery, getFilterablePropertyType, getSort, load, load, loadIds
-
Methods inherited from interface ubic.gemma.persistence.service.FilteringVoEnabledDao
loadValueObjects, loadValueObjects
-
-
-
-
Method Detail
-
findBioAssayDimensions
Collection<BioAssayDimension> findBioAssayDimensions(BioAssay bioAssay)
-
findByAccession
Collection<BioAssay> findByAccession(String accession)
-
getBioAssaySets
Collection<BioAssaySet> getBioAssaySets(BioAssay bioAssay)
-
loadValueObjects
List<BioAssayValueObject> loadValueObjects(Collection<BioAssay> entities, @Nullable Map<ArrayDesign,ArrayDesignValueObject> ad2vo, @Nullable Map<BioAssay,BioAssay> assay2sourceAssayMap, boolean basic, boolean allFactorValues)
-
-