public interface LibrarySelectionService
LibrarySelectionService interface.
| Modifier and Type | Field and Description | 
|---|---|
static String | 
NAME
Constant  
NAME="LibrarySelectionService" | 
| Modifier and Type | Method and Description | 
|---|---|
LibrarySelection | 
findByID(Integer id)
 findByID. 
 | 
List<LibrarySelection> | 
list()
 list. 
 | 
List<LibrarySelection> | 
list(Registration registration)
 list. 
 | 
void | 
setLibrarySelectionDAO(LibrarySelectionDAO dao)
 setLibrarySelectionDAO. 
 | 
LibrarySelection | 
updateDetached(LibrarySelection librarySelection)
 updateDetached. 
 | 
static final String NAME
NAME="LibrarySelectionService"void setLibrarySelectionDAO(LibrarySelectionDAO dao)
setLibrarySelectionDAO.
dao - a LibrarySelectionDAO object.List<LibrarySelection> list()
list.
List object.List<LibrarySelection> list(Registration registration)
list.
registration - a Registration object.List object.LibrarySelection findByID(Integer id)
findByID.
id - a Integer object.LibrarySelection object.LibrarySelection updateDetached(LibrarySelection librarySelection)
updateDetached.
librarySelection - a LibrarySelection object.LibrarySelection object.Copyright © 2015 SeqWare. All rights reserved.