public class LibraryStrategyServiceImpl extends Object implements LibraryStrategyService
LibraryStrategyServiceImpl class.
NAME| Constructor and Description |
|---|
LibraryStrategyServiceImpl()
Constructor for LibraryStrategyServiceImpl.
|
| Modifier and Type | Method and Description |
|---|---|
LibraryStrategy |
findByID(Integer id)
findByID.
|
List<LibraryStrategy> |
list()
list.
|
List<LibraryStrategy> |
list(Registration registration)
list.
|
void |
setLibraryStrategyDAO(LibraryStrategyDAO dao)
setLibraryStrategyDAO.
|
LibraryStrategy |
updateDetached(LibraryStrategy strategy)
updateDetached.
|
public LibraryStrategyServiceImpl()
Constructor for LibraryStrategyServiceImpl.
public void setLibraryStrategyDAO(LibraryStrategyDAO dao)
setLibraryStrategyDAO.
Sets a private member variable with an instance of an implementation of StudyTypeDAO. This method is called by the Spring framework at run time.setLibraryStrategyDAO in interface LibraryStrategyServicedao - a LibraryStrategyDAO object.StudyTypeDAOpublic List<LibraryStrategy> list(Registration registration)
list.
list in interface LibraryStrategyServiceregistration - a Registration object.List object.public LibraryStrategy findByID(Integer id)
findByID.
findByID in interface LibraryStrategyServiceid - a Integer object.LibraryStrategy object.public LibraryStrategy updateDetached(LibraryStrategy strategy)
updateDetached.
updateDetached in interface LibraryStrategyServicestrategy - a LibraryStrategy object.LibraryStrategy object.public List<LibraryStrategy> list()
list.
list in interface LibraryStrategyServiceList object.Copyright © 2015 SeqWare. All rights reserved.