public interface LibrarySourceDAO
LibrarySourceDAO interface.
| Modifier and Type | Method and Description |
|---|---|
LibrarySource |
findByID(Integer id)
findByID.
|
List<LibrarySource> |
list()
list.
|
List<LibrarySource> |
list(Registration registration)
list.
|
LibrarySource |
updateDetached(LibrarySource librarySource)
updateDetached.
|
List<LibrarySource> list()
list.
List object.List<LibrarySource> list(Registration registration)
list.
registration - a Registration object.List object.LibrarySource findByID(Integer id)
findByID.
id - a Integer object.LibrarySource object.LibrarySource updateDetached(LibrarySource librarySource)
updateDetached.
librarySource - a LibrarySource object.LibrarySource object.Copyright © 2015 SeqWare. All rights reserved.