Class CompoundServiceImpl

java.lang.Object
ubic.gemma.persistence.service.AbstractService<Compound>
ubic.gemma.persistence.service.expression.biomaterial.CompoundServiceImpl
All Implemented Interfaces:
BaseImmutableService<Compound>, BaseReadOnlyService<Compound>, BaseService<Compound>, CompoundService

@Service public class CompoundServiceImpl extends AbstractService<Compound> implements CompoundService

Spring Service base class for CompoundService, provides access to all services and entities referenced by this service.

See Also:
  • Constructor Details

    • CompoundServiceImpl

      @Autowired public CompoundServiceImpl(CompoundDao compoundDao)