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