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