Class DifferentialExpressionResultReadServiceImpl

java.lang.Object
ubic.gemma.persistence.service.analysis.expression.diff.DifferentialExpressionResultReadServiceImpl
All Implemented Interfaces:
DifferentialExpressionResultReadService

@Service("differentialExpressionResultReadService") public class DifferentialExpressionResultReadServiceImpl extends Object implements DifferentialExpressionResultReadService
Implementation of DifferentialExpressionResultReadService.

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