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 Person
DBControllerPerson. 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 void
DBControllerPerson. 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 Person
CurrentUser. getUser()
Methods in lukas.wais.smart.mirror.model with parameters of type Person Modifier and Type Method Description void
CurrentUser. setUser(Person person)
This methods sets the current user.