Interface RawExpressionDataVectorService
- All Superinterfaces:
BaseReadOnlyService<RawExpressionDataVector>
,BulkExpressionDataVectorService<RawExpressionDataVector>
- All Known Implementing Classes:
RawExpressionDataVectorServiceImpl
public interface RawExpressionDataVectorService
extends BulkExpressionDataVectorService<RawExpressionDataVector>
- Author:
- Paul
-
Method Summary
Modifier and TypeMethodDescriptionfind
(Collection<CompositeSequence> designElements, QuantitationType quantitationType) Loads object with given ID.Methods inherited from interface ubic.gemma.persistence.service.BaseReadOnlyService
countAll, find, findOrFail, getElementClass, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAll
Methods inherited from interface ubic.gemma.persistence.service.expression.bioAssayData.BulkExpressionDataVectorService
find, find, find, findAndThaw, findAndThaw, findAndThaw, thaw
-
Method Details
-
load
Description copied from interface:BaseReadOnlyService
Loads object with given ID.- Specified by:
load
in interfaceBaseReadOnlyService<RawExpressionDataVector>
- Parameters:
id
- the ID of entity to be loaded.- Returns:
- the entity with matching ID, or null if the entity does not exist or if the passed ID was null
-
find
@Secured({"IS_AUTHENTICATED_ANONYMOUSLY","AFTER_ACL_DATA_VECTOR_COLLECTION_READ"}) Collection<RawExpressionDataVector> find(Collection<CompositeSequence> designElements, QuantitationType quantitationType)
-