Package com.deusto.coffeestack.service
Interface ProveedorService
- All Known Implementing Classes:
ProveedorServiceImpl
public interface ProveedorService
-
Method Summary
Modifier and TypeMethodDescriptionactualizar(Long id, ProveedorCreateRequest request) voidcambiarEstado(Long id, boolean activo) crear(ProveedorCreateRequest request) voidorg.springframework.data.domain.Page<ProveedorResponse> listar(org.springframework.data.domain.Pageable pageable) obtenerPorId(Long id)
-
Method Details
-
listar
org.springframework.data.domain.Page<ProveedorResponse> listar(org.springframework.data.domain.Pageable pageable) -
obtenerPorId
-
crear
-
actualizar
-
cambiarEstado
-
eliminar
-