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