public interface EstadoDocumentoFacadeLocal
Modifier and Type | Method and Description |
---|---|
int |
count() |
void |
create(EstadoDocumento estadoDocumento) |
void |
edit(EstadoDocumento estadoDocumento) |
EstadoDocumento |
find(java.lang.Object id) |
java.util.List<EstadoDocumento> |
findAll() |
java.util.List<EstadoDocumento> |
findRange(int[] range) |
void |
remove(EstadoDocumento estadoDocumento) |
void create(EstadoDocumento estadoDocumento)
void edit(EstadoDocumento estadoDocumento)
void remove(EstadoDocumento estadoDocumento)
EstadoDocumento find(java.lang.Object id)
java.util.List<EstadoDocumento> findAll()
java.util.List<EstadoDocumento> findRange(int[] range)
int count()