public interface PlatformService
PlatformService interface.
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
Constant
NAME="PlatformService" |
| Modifier and Type | Method and Description |
|---|---|
Platform |
findByID(Integer id)
findByID.
|
List<Platform> |
list()
list.
|
List<Platform> |
list(Registration registration)
list.
|
void |
setPlatformDAO(PlatformDAO platformDAO)
setPlatformDAO.
|
Platform |
updateDetached(Platform platform)
updateDetached.
|
static final String NAME
NAME="PlatformService"void setPlatformDAO(PlatformDAO platformDAO)
setPlatformDAO.
platformDAO - a PlatformDAO object.List<Platform> list(Registration registration)
list.
registration - a Registration object.List object.Copyright © 2015 SeqWare. All rights reserved.