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