public class UserData extends Object
| Type | Property and Description |
|---|---|
javafx.beans.property.BooleanProperty |
admin |
javafx.beans.property.StringProperty |
firstname |
javafx.beans.property.StringProperty |
lastName |
javafx.beans.property.StringProperty |
mail |
javafx.beans.property.BooleanProperty |
occupant |
javafx.beans.property.StringProperty |
phone |
javafx.beans.property.StringProperty |
userName |
| Constructor and Description |
|---|
UserData()
UserData for non-existing-user.
|
UserData(rst.domotic.unit.UnitConfigType.UnitConfig unitConfig) |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.BooleanProperty |
adminProperty() |
static UserData |
currentUser() |
boolean |
equals(Object o) |
javafx.beans.property.StringProperty |
firstnameProperty() |
String |
getFirstname()
Gets the value of the property firstname.
|
List<rst.domotic.unit.UnitConfigType.UnitConfig> |
getGroups() |
String |
getLastName()
Gets the value of the property lastName.
|
String |
getMail()
Gets the value of the property mail.
|
String |
getOriginalUserName() |
String |
getPhone()
Gets the value of the property phone.
|
rst.domotic.unit.user.UserConfigType.UserConfig |
getUserConfig() |
String |
getUserId() |
String |
getUserName()
Gets the value of the property userName.
|
int |
hashCode() |
boolean |
hasUserId() |
boolean |
isAdmin()
Gets the value of the property admin.
|
boolean |
isOccupant()
Gets the value of the property occupant.
|
boolean |
isUnsaved() |
javafx.beans.property.StringProperty |
lastNameProperty() |
javafx.beans.property.StringProperty |
mailProperty() |
javafx.beans.property.BooleanProperty |
occupantProperty() |
javafx.beans.property.StringProperty |
phoneProperty() |
javafx.beans.property.StringProperty |
userNameProperty() |
public javafx.beans.property.StringProperty phoneProperty
getPhone()public javafx.beans.property.StringProperty userNameProperty
getUserName()public javafx.beans.property.StringProperty mailProperty
getMail()public javafx.beans.property.StringProperty firstnameProperty
getFirstname()public javafx.beans.property.StringProperty lastNameProperty
getLastName()public javafx.beans.property.BooleanProperty occupantProperty
isOccupant()public javafx.beans.property.BooleanProperty adminProperty
isAdmin()public UserData()
public UserData(rst.domotic.unit.UnitConfigType.UnitConfig unitConfig)
throws org.openbase.jul.exception.CouldNotPerformException,
InterruptedException,
TimeoutException,
ExecutionException
org.openbase.jul.exception.CouldNotPerformExceptionInterruptedExceptionTimeoutExceptionExecutionExceptionpublic static UserData currentUser() throws org.openbase.jul.exception.CouldNotPerformException, InterruptedException, TimeoutException, ExecutionException
org.openbase.jul.exception.CouldNotPerformExceptionInterruptedExceptionTimeoutExceptionExecutionExceptionpublic boolean isUnsaved()
public String getUserId()
public boolean hasUserId()
public String getPhone()
public javafx.beans.property.StringProperty phoneProperty()
getPhone()public String getUserName()
public javafx.beans.property.StringProperty userNameProperty()
getUserName()public String getMail()
public javafx.beans.property.StringProperty mailProperty()
getMail()public String getFirstname()
public javafx.beans.property.StringProperty firstnameProperty()
getFirstname()public String getLastName()
public javafx.beans.property.StringProperty lastNameProperty()
getLastName()public boolean isOccupant()
public javafx.beans.property.BooleanProperty occupantProperty()
isOccupant()public rst.domotic.unit.user.UserConfigType.UserConfig getUserConfig()
public boolean isAdmin()
public javafx.beans.property.BooleanProperty adminProperty()
isAdmin()public List<rst.domotic.unit.UnitConfigType.UnitConfig> getGroups()
public String getOriginalUserName()
Copyright © 2015–2018 openbase.org. All rights reserved.