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