public interface PersonEntity extends EntityWithId<String>
Modifier and Type | Method and Description |
---|---|
Set<? extends PersonEntity> |
getActivelySubstituted()
All actively substituted by the person.
|
Set<? extends PersonEntity> |
getActiveSubstitutes()
All active substitutes of the person.
|
Map<String,String> |
getDetails()
Person's details.
|
Set<? extends PersonEntity> |
getDirectlySubstituted()
Direct substituted of the person.
|
Set<? extends PersonEntity> |
getDirectSubstitutes()
Direct substitutes of the person.
|
String |
getEmail()
Email.
|
Long |
getEntityVersion()
Version of the person entity.
|
String |
getFirstName()
First name
|
String |
getLastName()
Last name.
|
String |
getLoginName()
Login name.
|
String |
getPhone()
Phone
|
Set<String> |
getRights()
Rights for the person.
|
Set<RoleUnitName> |
getRoleUnitNames()
Role unit names for the person.
|
boolean |
isActive()
Returns true if the person is active.
|
boolean |
isSubstitutionActive()
Returns true if the substitution is active.
|
getId
String getLoginName()
String getFirstName()
String getLastName()
String getEmail()
String getPhone()
boolean isActive()
Long getEntityVersion()
boolean isSubstitutionActive()
Set<? extends PersonEntity> getDirectSubstitutes()
Set<? extends PersonEntity> getDirectlySubstituted()
Set<? extends PersonEntity> getActiveSubstitutes()
Set<? extends PersonEntity> getActivelySubstituted()
Set<RoleUnitName> getRoleUnitNames()
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.