public class PlatformFacadeREST extends AbstractFacade<Platform>
| Constructor and Description |
|---|
PlatformFacadeREST() |
| Modifier and Type | Method and Description |
|---|---|
String |
countREST() |
void |
create(Platform entity) |
void |
edit(Platform entity) |
Platform |
find(Integer id) |
List<Platform> |
findAll() |
List<Platform> |
findRange(Integer from,
Integer to) |
protected javax.persistence.EntityManager |
getEntityManager() |
void |
remove(Integer id) |
count, find, findRange, removepublic void create(Platform entity)
create in class AbstractFacade<Platform>public void edit(Platform entity)
edit in class AbstractFacade<Platform>public void remove(Integer id)
public List<Platform> findAll()
findAll in class AbstractFacade<Platform>public String countREST()
protected javax.persistence.EntityManager getEntityManager()
getEntityManager in class AbstractFacade<Platform>Copyright © 2015 SeqWare. All rights reserved.