Class DifferentialExpressionAnalysisReadServiceImpl

java.lang.Object
ubic.gemma.persistence.service.analysis.expression.diff.DifferentialExpressionAnalysisReadServiceImpl
All Implemented Interfaces:
DifferentialExpressionAnalysisReadService

@Service("differentialExpressionAnalysisReadService") public class DifferentialExpressionAnalysisReadServiceImpl extends Object implements DifferentialExpressionAnalysisReadService
Implementation of DifferentialExpressionAnalysisReadService.

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