Uses of Class
com.nelioalves.cursomc.dto.ProdutoDTO
-
Packages that use ProdutoDTO Package Description com.nelioalves.cursomc.resources -
-
Uses of ProdutoDTO in com.nelioalves.cursomc.resources
Methods in com.nelioalves.cursomc.resources that return types with arguments of type ProdutoDTO Modifier and Type Method Description org.springframework.http.ResponseEntity<org.springframework.data.domain.Page<ProdutoDTO>>ProdutoResource. search(String nome, String categorias, Integer page, Integer linesPerPage, String direction, String ordeBy)Procura por Produtos e os retornam em uma página(Page)
-