Class BioMaterialReadServiceImpl

java.lang.Object
ubic.gemma.persistence.service.expression.biomaterial.BioMaterialReadServiceImpl
All Implemented Interfaces:
BioMaterialReadService

@Service("bioMaterialReadService") public class BioMaterialReadServiceImpl extends Object implements BioMaterialReadService
Implementation of BioMaterialReadService.

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