public interface LibraryStrategyService
LibraryStrategyService interface.
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
Constant
NAME="LibraryStrategyService" |
| 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.
|
static final String NAME
NAME="LibraryStrategyService"void setLibraryStrategyDAO(LibraryStrategyDAO dao)
setLibraryStrategyDAO.
dao - a LibraryStrategyDAO object.List<LibraryStrategy> list()
list.
List object.List<LibraryStrategy> list(Registration registration)
list.
registration - a Registration object.List object.LibraryStrategy findByID(Integer id)
findByID.
id - a Integer object.LibraryStrategy object.LibraryStrategy updateDetached(LibraryStrategy strategy)
updateDetached.
strategy - a LibraryStrategy object.LibraryStrategy object.Copyright © 2015 SeqWare. All rights reserved.