Class ProtocolReadServiceImpl

java.lang.Object
ubic.gemma.persistence.service.common.protocol.ProtocolReadServiceImpl
All Implemented Interfaces:
ProtocolReadService

@Service("protocolReadService") public class ProtocolReadServiceImpl extends Object implements ProtocolReadService
Implementation of ProtocolReadService.

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