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