@Service public class LibraryServiceImpl extends Object implements LibraryService
Constructor and Description |
---|
LibraryServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Sample |
findBySWAccession(Long swAccession)
Returns library matching given SeqWare Accession.
|
List<Sample> |
getLibraries()
Returns a complete list of libraries.
|
List<Sample> |
getLibraries(Map<String,String> attributes)
Returns a list of libraries that match all attributes provided in the give attributes Map.
|
public List<Sample> getLibraries()
getLibraries
in interface LibraryService
public List<Sample> getLibraries(Map<String,String> attributes)
getLibraries
in interface LibraryService
attributes
- A Map of attributes.public Sample findBySWAccession(Long swAccession)
findBySWAccession
in interface LibraryService
swAccession
- SeqWare Accession.Copyright © 2015 SeqWare. All rights reserved.