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: