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