Uses of Class
ca.bccdcphl.sequencingruns.model.aggregates.SequencingInstrumentNanopore
-
Packages that use SequencingInstrumentNanopore Package Description ca.bccdcphl.sequencingruns.assembler ca.bccdcphl.sequencingruns.repositories ca.bccdcphl.sequencingruns.service -
-
Uses of SequencingInstrumentNanopore in ca.bccdcphl.sequencingruns.assembler
Methods in ca.bccdcphl.sequencingruns.assembler with parameters of type SequencingInstrumentNanopore Modifier and Type Method Description SequencingInstrumentNanoporeDTO
SequencingInstrumentNanoporeAssembler. toModel(SequencingInstrumentNanopore instrument)
-
Uses of SequencingInstrumentNanopore in ca.bccdcphl.sequencingruns.repositories
Methods in ca.bccdcphl.sequencingruns.repositories with type parameters of type SequencingInstrumentNanopore Modifier and Type Method Description <S extends SequencingInstrumentNanopore>
SSequencingInstrumentNanoporeRepository. save(S instrument)
<S extends SequencingInstrumentNanopore>
List<S>SequencingInstrumentNanoporeRepository. saveAll(Iterable<S> instruments)
Methods in ca.bccdcphl.sequencingruns.repositories that return types with arguments of type SequencingInstrumentNanopore Modifier and Type Method Description List<SequencingInstrumentNanopore>
SequencingInstrumentNanoporeRepository. findAll()
List<SequencingInstrumentNanopore>
SequencingInstrumentNanoporeRepository. findAllById(Iterable<Long> ids)
Optional<SequencingInstrumentNanopore>
SequencingInstrumentNanoporeRepository. findById(Long id)
Optional<SequencingInstrumentNanopore>
SequencingInstrumentNanoporeRepository. findByInstrumentId(String instrumentId)
Methods in ca.bccdcphl.sequencingruns.repositories with parameters of type SequencingInstrumentNanopore Modifier and Type Method Description void
SequencingInstrumentNanoporeRepository. delete(SequencingInstrumentNanopore instrument)
Method parameters in ca.bccdcphl.sequencingruns.repositories with type arguments of type SequencingInstrumentNanopore Modifier and Type Method Description void
SequencingInstrumentNanoporeRepository. deleteAll(Iterable<? extends SequencingInstrumentNanopore> instruments)
-
Uses of SequencingInstrumentNanopore in ca.bccdcphl.sequencingruns.service
Methods in ca.bccdcphl.sequencingruns.service that return SequencingInstrumentNanopore Modifier and Type Method Description SequencingInstrumentNanopore
SequencingInstrumentNanoporeService. createInstrument(String instrumentId, String type, String model)
SequencingInstrumentNanopore
SequencingInstrumentNanoporeService. updateStatus(String instrumentId, String status)
Methods in ca.bccdcphl.sequencingruns.service that return types with arguments of type SequencingInstrumentNanopore Modifier and Type Method Description Optional<SequencingInstrumentNanopore>
SequencingInstrumentNanoporeService. getInstrumentById(String instrumentId)
Iterable<SequencingInstrumentNanopore>
SequencingInstrumentNanoporeService. getInstruments()
-