Package com.deusto.coffeestack.service
Interface InsumoService
- All Known Implementing Classes:
InsumoServiceImpl
public interface InsumoService
-
Method Summary
Modifier and TypeMethodDescriptionactualizar(Long id, InsumoUpdateRequest request) crear(InsumoCreateRequest request) voiddesactivar(Long id) org.springframework.data.domain.Page<InsumoResponse> listar(org.springframework.data.domain.Pageable pageable) obtenerPorId(Long id)
-
Method Details
-
listar
org.springframework.data.domain.Page<InsumoResponse> listar(org.springframework.data.domain.Pageable pageable) -
obtenerPorId
-
crear
-
actualizar
-
desactivar
-