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