Uses of Class
br.com.gestimoveis.gprojetos.model.Corretor
-
Packages that use Corretor Package Description br.com.gestimoveis.gprojetos.controller br.com.gestimoveis.gprojetos.model br.com.gestimoveis.gprojetos.repositorios -
-
Uses of Corretor in br.com.gestimoveis.gprojetos.controller
Methods in br.com.gestimoveis.gprojetos.controller with parameters of type Corretor Modifier and Type Method Description java.lang.String
CorretorController. cadastrar(Corretor corretor)
Cadastro de corretores.java.lang.String
CorretorController. editar(Corretor corretor, java.lang.Long id)
Salva a edição de um corretor e redireciona para a página corretores -
Uses of Corretor in br.com.gestimoveis.gprojetos.model
Constructors in br.com.gestimoveis.gprojetos.model with parameters of type Corretor Constructor Description UserDetailsImpl(Corretor corretor)
-
Uses of Corretor in br.com.gestimoveis.gprojetos.repositorios
Methods in br.com.gestimoveis.gprojetos.repositorios that return types with arguments of type Corretor Modifier and Type Method Description java.util.List<Corretor>
CorretorRepositorio. buscarPorUsuario(java.lang.String usuario)
java.util.List<Corretor>
CorretorRepositorio. buscarPorUsuarioExceto(java.lang.String usuario)
java.util.Optional<Corretor>
CorretorRepositorio. findByEmail(java.lang.String email)
java.util.List<Corretor>
CorretorRepositorio. findByUsuario(java.lang.String usuario)
-