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 LibrarySourceServicedao - a LibrarySourceDAO object.StudyTypeDAOpublic List<LibrarySource> list(Registration registration)
list.
list in interface LibrarySourceServiceregistration - a Registration object.List object.public LibrarySource findByID(Integer id)
findByID.
findByID in interface LibrarySourceServiceid - a Integer object.LibrarySource object.public LibrarySource updateDetached(LibrarySource librarySource)
updateDetached.
updateDetached in interface LibrarySourceServicelibrarySource - a LibrarySource object.LibrarySource object.public List<LibrarySource> list()
list.
list in interface LibrarySourceServiceList object.Copyright © 2015 SeqWare. All rights reserved.