Class BlatAssociationReadServiceImpl
java.lang.Object
ubic.gemma.persistence.service.genome.sequenceAnalysis.BlatAssociationReadServiceImpl
- All Implemented Interfaces:
BlatAssociationReadService
@Service("blatAssociationReadService")
public class BlatAssociationReadServiceImpl
extends Object
implements BlatAssociationReadService
Implementation of
BlatAssociationReadService.
All public methods are @Transactional(readOnly = true). ACL
enforcement is the responsibility of the facade
BlatAssociationService interface -- this class is unsecured at the
AOP boundary on purpose, so intra-gemma-core callers can bypass
duplicate ACL checks once authenticated.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind(BioSequence bioSequence) findAndThaw(BioSequence bioSequence)
-
Constructor Details
-
BlatAssociationReadServiceImpl
-
-
Method Details
-
find
- Specified by:
findin interfaceBlatAssociationReadService
-
find
- Specified by:
findin interfaceBlatAssociationReadService
-
findAndThaw
@Transactional(readOnly=true) public Collection<BlatAssociation> findAndThaw(BioSequence bioSequence) - Specified by:
findAndThawin interfaceBlatAssociationReadService
-