public interface LibrarySourceService
LibrarySourceService interface.
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
Constant
NAME="LibrarySourceService" |
| Modifier and Type | Method and Description |
|---|---|
LibrarySource |
findByID(Integer id)
findByID.
|
List<LibrarySource> |
list()
list.
|
List<LibrarySource> |
list(Registration registration)
list.
|
void |
setLibrarySourceDAO(LibrarySourceDAO dao)
setLibrarySourceDAO.
|
LibrarySource |
updateDetached(LibrarySource librarySource)
updateDetached.
|
static final String NAME
NAME="LibrarySourceService"void setLibrarySourceDAO(LibrarySourceDAO dao)
setLibrarySourceDAO.
dao - a LibrarySourceDAO object.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.