public class LibrarySourceServiceImpl extends Object implements LibrarySourceService
LibrarySourceServiceImpl class.
NAME
Constructor and Description |
---|
LibrarySourceServiceImpl()
Constructor for LibrarySourceServiceImpl.
|
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.
|
public LibrarySourceServiceImpl()
Constructor for LibrarySourceServiceImpl.
public void setLibrarySourceDAO(LibrarySourceDAO dao)
setLibrarySourceDAO.
Sets a private member variable with an instance of an implementation of StudyTypeDAO. This method is called by the Spring framework at run time.setLibrarySourceDAO
in interface LibrarySourceService
dao
- a LibrarySourceDAO
object.StudyTypeDAO
public List<LibrarySource> list(Registration registration)
list.
list
in interface LibrarySourceService
registration
- a Registration
object.List
object.public LibrarySource findByID(Integer id)
findByID.
findByID
in interface LibrarySourceService
id
- a Integer
object.LibrarySource
object.public LibrarySource updateDetached(LibrarySource librarySource)
updateDetached.
updateDetached
in interface LibrarySourceService
librarySource
- a LibrarySource
object.LibrarySource
object.public List<LibrarySource> list()
list.
list
in interface LibrarySourceService
List
object.Copyright © 2015 SeqWare. All rights reserved.