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