public class LibrarySelectionServiceImpl extends Object implements LibrarySelectionService
LibrarySelectionServiceImpl class.
NAME| Constructor and Description |
|---|
LibrarySelectionServiceImpl()
Constructor for LibrarySelectionServiceImpl.
|
| 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.
|
public LibrarySelectionServiceImpl()
Constructor for LibrarySelectionServiceImpl.
public void setLibrarySelectionDAO(LibrarySelectionDAO dao)
setLibrarySelectionDAO.
Sets a private member variable with an instance of an implementation of StudyTypeDAO. This method is called by the Spring framework at run time.setLibrarySelectionDAO in interface LibrarySelectionServicedao - a LibrarySelectionDAO object.StudyTypeDAOpublic List<LibrarySelection> list(Registration registration)
list.
list in interface LibrarySelectionServiceregistration - a Registration object.List object.public LibrarySelection findByID(Integer id)
findByID.
findByID in interface LibrarySelectionServiceid - a Integer object.LibrarySelection object.public LibrarySelection updateDetached(LibrarySelection librarySelection)
updateDetached.
updateDetached in interface LibrarySelectionServicelibrarySelection - a LibrarySelection object.LibrarySelection object.public List<LibrarySelection> list()
list.
list in interface LibrarySelectionServiceList object.Copyright © 2015 SeqWare. All rights reserved.