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