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