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