Uses of Class
lukas.wais.smart.mirror.model.Person
| Package | Description |
|---|---|
| lukas.wais.smart.mirror.controller | |
| lukas.wais.smart.mirror.model |
-
Uses of Person in lukas.wais.smart.mirror.controller
Methods in lukas.wais.smart.mirror.controller that return Person Modifier and Type Method Description static PersonDBControllerPerson. selectPerson(java.lang.String iD)Select all the information of a person for the corresponding ID.Methods in lukas.wais.smart.mirror.controller that return types with arguments of type Person Modifier and Type Method Description static java.util.List<Person>DBControllerPerson. selectAllPersons()Select all the information of the persons in the table SM_USERS.Methods in lukas.wais.smart.mirror.controller with parameters of type Person Modifier and Type Method Description voidDBControllerPerson. insertPerson(Person person)Insert a new person to the table SM_USERS. -
Uses of Person in lukas.wais.smart.mirror.model
Methods in lukas.wais.smart.mirror.model that return Person Modifier and Type Method Description PersonCurrentUser. getUser()Methods in lukas.wais.smart.mirror.model with parameters of type Person Modifier and Type Method Description voidCurrentUser. setUser(Person person)This methods sets the current user.