Class RawExpressionDataVectorServiceImpl
java.lang.Object
ubic.gemma.persistence.service.AbstractService<RawExpressionDataVector>
ubic.gemma.persistence.service.expression.bioAssayData.AbstractBulkExpressionDataVectorService<RawExpressionDataVector>
ubic.gemma.persistence.service.expression.bioAssayData.RawExpressionDataVectorServiceImpl
- All Implemented Interfaces:
BaseImmutableService<RawExpressionDataVector>,BaseReadOnlyService<RawExpressionDataVector>,BaseService<RawExpressionDataVector>,BulkExpressionDataVectorService<RawExpressionDataVector>,RawExpressionDataVectorService
@Service
public class RawExpressionDataVectorServiceImpl
extends AbstractBulkExpressionDataVectorService<RawExpressionDataVector>
implements RawExpressionDataVectorService
Provides methods that can be applied to both RawExpressionDataVector and ProcessedExpressionDataVector
-
Field Summary
Fields inherited from class ubic.gemma.persistence.service.AbstractService
log -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionfind(Collection<CompositeSequence> designElements, QuantitationType quantitationType) Methods inherited from class ubic.gemma.persistence.service.expression.bioAssayData.AbstractBulkExpressionDataVectorService
find, find, find, findAndThaw, findAndThaw, findAndThaw, thawMethods inherited from class ubic.gemma.persistence.service.AbstractService
countAll, create, create, ensureInSession, ensureInSession, find, findOrCreate, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, remove, remove, remove, save, save, streamAll, streamAll, update, updateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ubic.gemma.persistence.service.BaseReadOnlyService
countAll, find, findOrFail, getElementClass, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAllMethods inherited from interface ubic.gemma.persistence.service.expression.bioAssayData.BulkExpressionDataVectorService
find, find, find, findAndThaw, findAndThaw, findAndThaw, thawMethods inherited from interface ubic.gemma.persistence.service.expression.bioAssayData.RawExpressionDataVectorService
load
-
Constructor Details
-
RawExpressionDataVectorServiceImpl
-
-
Method Details
-
find
@Transactional(readOnly=true) public Collection<RawExpressionDataVector> find(Collection<CompositeSequence> designElements, QuantitationType quantitationType) - Specified by:
findin interfaceRawExpressionDataVectorService
-