Class ExpressionExperimentSubSetReadServiceImpl

java.lang.Object
ubic.gemma.persistence.service.expression.experiment.ExpressionExperimentSubSetReadServiceImpl
All Implemented Interfaces:
ExpressionExperimentSubSetReadService

@Service("expressionExperimentSubSetReadService") public class ExpressionExperimentSubSetReadServiceImpl extends Object implements ExpressionExperimentSubSetReadService
Implementation of ExpressionExperimentSubSetReadService.

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