Class DatabaseEntryReadServiceImpl

java.lang.Object
ubic.gemma.persistence.service.common.description.DatabaseEntryReadServiceImpl
All Implemented Interfaces:
DatabaseEntryReadService

@Service("databaseEntryReadService") public class DatabaseEntryReadServiceImpl extends Object implements DatabaseEntryReadService
Implementation of DatabaseEntryReadService.

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