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