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 LibrarySelectionService
dao
- a LibrarySelectionDAO
object.StudyTypeDAO
public List<LibrarySelection> list(Registration registration)
list.
list
in interface LibrarySelectionService
registration
- a Registration
object.List
object.public LibrarySelection findByID(Integer id)
findByID.
findByID
in interface LibrarySelectionService
id
- a Integer
object.LibrarySelection
object.public LibrarySelection updateDetached(LibrarySelection librarySelection)
updateDetached.
updateDetached
in interface LibrarySelectionService
librarySelection
- a LibrarySelection
object.LibrarySelection
object.public List<LibrarySelection> list()
list.
list
in interface LibrarySelectionService
List
object.Copyright © 2015 SeqWare. All rights reserved.