Class BibliographicReferenceReadServiceImpl

java.lang.Object
ubic.gemma.persistence.service.common.description.BibliographicReferenceReadServiceImpl
All Implemented Interfaces:
BibliographicReferenceReadService

@Service("bibliographicReferenceReadService") @ParametersAreNonnullByDefault public class BibliographicReferenceReadServiceImpl extends Object implements BibliographicReferenceReadService
Implementation of BibliographicReferenceReadService.

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