Class CharacteristicReadServiceImpl

java.lang.Object
ubic.gemma.persistence.service.common.description.CharacteristicReadServiceImpl
All Implemented Interfaces:
CharacteristicReadService

@Service("characteristicReadService") public class CharacteristicReadServiceImpl extends Object implements CharacteristicReadService
Implementation of CharacteristicReadService.

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