Class BioAssayReadServiceImpl

java.lang.Object
ubic.gemma.persistence.service.expression.bioAssay.BioAssayReadServiceImpl
All Implemented Interfaces:
BioAssayReadService

@Service("bioAssayReadService") public class BioAssayReadServiceImpl extends Object implements BioAssayReadService
Implementation of BioAssayReadService.

All public methods are @Transactional(readOnly = true). ACL enforcement is the responsibility of the facade BioAssayService 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: