Uses of Class
br.com.gestimoveis.gprojetos.model.StatusCliente
-
Packages that use StatusCliente Package Description br.com.gestimoveis.gprojetos.model br.com.gestimoveis.gprojetos.repositorios -
-
Uses of StatusCliente in br.com.gestimoveis.gprojetos.model
Methods in br.com.gestimoveis.gprojetos.model that return StatusCliente Modifier and Type Method Description StatusCliente
Cliente. getStatus()
static StatusCliente
StatusCliente. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StatusCliente[]
StatusCliente. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.gestimoveis.gprojetos.model with parameters of type StatusCliente Modifier and Type Method Description void
Cliente. setStatus(StatusCliente status)
-
Uses of StatusCliente in br.com.gestimoveis.gprojetos.repositorios
Methods in br.com.gestimoveis.gprojetos.repositorios with parameters of type StatusCliente Modifier and Type Method Description java.util.List<Cliente>
ClienteRepositorio. buscaporstatus(StatusCliente status)
java.util.List<Cliente>
ClienteRepositorio. buscarinativos(StatusCliente arguardando_contato, StatusCliente sem_simulacao, StatusCliente negado)
-