@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 LibraryServicepublic List<Sample> getLibraries(Map<String,String> attributes)
getLibraries in interface LibraryServiceattributes - A Map of attributes.public Sample findBySWAccession(Long swAccession)
findBySWAccession in interface LibraryServiceswAccession - SeqWare Accession.Copyright © 2015 SeqWare. All rights reserved.