Package | Description |
---|---|
com.whitestein.lsps.human.context |
Classes that represents human-oriented model objects in java code.
|
com.whitestein.lsps.orgstructure | |
com.whitestein.lsps.orgstructure.entity |
Persistent entities for the Organizational Structure.
|
com.whitestein.lsps.os |
Services for person management, person-role mapping, and role querying.
|
com.whitestein.lsps.os.dto |
Data transfer objects for person management services.
|
Modifier and Type | Method and Description |
---|---|
protected PersonEntity |
ToJoinTodoListQueryCommon.getPersonEntity(ExternalRecordHolder holder) |
Modifier and Type | Method and Description |
---|---|
Person |
PersonConverter.convert(PersonEntity person)
Converts a person according to the given substitution level.
|
Modifier and Type | Method and Description |
---|---|
List<Person> |
PersonConverter.convert(Collection<? extends PersonEntity> persons)
Converts a person according to the given substitution level.
|
Modifier and Type | Method and Description |
---|---|
PersonEntity |
PersonSubstitutionChange.getAddedSubstitute()
Returns added substitute.
|
PersonEntity |
PersonChange.getPerson()
Returns person.
|
PersonEntity |
PersonSubstitutionChange.getRemovedSubstitute()
Returns removed substitute.
|
Constructor and Description |
---|
PersonActiveChange(PersonEntity person,
boolean active)
Creates new instance.
|
PersonChange(PersonEntity person)
Creates new instance.
|
PersonRoleChange(PersonEntity person,
Role added,
Role removed)
Creates new instance.
|
PersonSubstitutionActiveChange(PersonEntity person,
boolean isActive)
Returns new instance
|
PersonSubstitutionChange(PersonEntity person,
PersonEntity addedSubstitute,
PersonEntity removedSubstitute)
Returns new instance.
|
Modifier and Type | Method and Description |
---|---|
Set<? extends PersonEntity> |
PersonEntity.getActivelySubstituted()
All actively substituted by the person.
|
Set<? extends PersonEntity> |
PersonEntity.getActiveSubstitutes()
All active substitutes of the person.
|
Set<? extends PersonEntity> |
PersonEntity.getDirectlySubstituted()
Direct substituted of the person.
|
Set<? extends PersonEntity> |
PersonEntity.getDirectSubstitutes()
Direct substitutes of the person.
|
Modifier and Type | Class and Description |
---|---|
class |
Person
Object representing a person with details, roles and substitutions.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.