|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.core.api.mo.AbstractDataTransferObject org.kuali.rice.kim.api.identity.entity.Entity
public final class Entity
Nested Class Summary | |
---|---|
static class |
Entity.Builder
A builder which can be used to construct Entity instances. |
static class |
Entity.Cache
|
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject |
---|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public List<Principal> getPrincipals()
EntityContract
EntityContract
's principals
getPrincipals
in interface EntityContract
PrincipalContract
s for this EntityContract
.
The returned List will never be null, an empty List will be assigned and returned if needed.public List<EntityTypeContactInfo> getEntityTypeContactInfos()
EntityContract
EntityContract
's identity types
getEntityTypeContactInfos
in interface EntityContract
EntityTypeContactInfoContract
S for this EntityContract
.
The returned List will never be null, an empty List will be assigned and returned if needed.public List<EntityExternalIdentifier> getExternalIdentifiers()
EntityContract
EntityContract
's external identifiers
getExternalIdentifiers
in interface EntityContract
EntityExternalIdentifierContract
S for this EntityContract
.
The returned List will never be null, an empty List will be assigned and returned if needed.public List<EntityAffiliation> getAffiliations()
EntityContract
EntityContract
's affiliations
getAffiliations
in interface EntityContract
EntityAffiliationContract
S for this EntityContract
.
The returned List will never be null, an empty List will be assigned and returned if needed.public List<EntityName> getNames()
EntityContract
EntityContract
's names
getNames
in interface EntityContract
EntityNameContract
S for this EntityContract
.
The returned List will never be null, an empty List will be assigned and returned if needed.public List<EntityEmployment> getEmploymentInformation()
EntityContract
EntityContract
's employment information List
getEmploymentInformation
in interface EntityContract
EntityEmploymentContract
S for this EntityContract
.
The returned List will never be null, an empty List will be assigned and returned if needed.public EntityPrivacyPreferences getPrivacyPreferences()
EntityContract
EntityContract
's privacy preferences
getPrivacyPreferences
in interface EntityContract
EntityPrivacyPreferences
for this EntityContract
,
or null if none has been assigned.public EntityBioDemographics getBioDemographics()
EntityContract
EntityContract
's demographic information
getBioDemographics
in interface EntityContract
EntityBioDemographicsContract
for this EntityContract
,
or null if none has been assigned.public List<EntityCitizenship> getCitizenships()
EntityContract
EntityContract
's citizenship information
getCitizenships
in interface EntityContract
EntityCitizenshipContract
s for this EntityContract
.
The returned List will never be null, an empty List will be assigned and returned if needed.public EntityEmployment getPrimaryEmployment()
EntityContract
EntityContract
's employment information
getPrimaryEmployment
in interface EntityContract
EntityEmploymentContract
for this EntityContract
,
or null if none has been assigned.public EntityAffiliation getDefaultAffiliation()
EntityContract
EntityContract
's default affiliation
getDefaultAffiliation
in interface EntityContract
EntityAffiliationContract
for the identity. If no default is defined, then
it returns the first one found. If none are defined, it returns null.public EntityExternalIdentifier getEntityExternalIdentifier(String externalIdentifierTypeCode)
EntityContract
EntityContract
's external identifier for the given type code
getEntityExternalIdentifier
in interface EntityContract
externalIdentifierTypeCode
- the type code
EntityExternalIdentifierContract
for this EntityContract
, or null if none has been assigned.public EntityNameContract getDefaultName()
EntityContract
EntityContract
's default name
getDefaultName
in interface EntityContract
EntityNameContract
record for the identity. If no default is defined, then
it returns the first one found. If none are defined, it returns null.public List<EntityEthnicity> getEthnicities()
EntityContract
EntityContract
's ethnicities
getEthnicities
in interface EntityContract
EntityEthnicityContract
S for this EntityContract
.
The returned List will never be null, an empty List will be assigned and returned if needed.public List<EntityResidency> getResidencies()
EntityContract
EntityContract
's residencies
getResidencies
in interface EntityContract
EntityResidencyContract
S for this EntityContract
.
The returned List will never be null, an empty List will be assigned and returned if needed.public List<EntityVisa> getVisas()
EntityContract
EntityContract
's visas
getVisas
in interface EntityContract
EntityVisaContract
S for this EntityContract
.
The returned List will never be null, an empty List will be assigned and returned if needed.public Long getVersionNumber()
Versioned
getVersionNumber
in interface Versioned
public String getObjectId()
GloballyUnique
getObjectId
in interface GloballyUnique
public boolean isActive()
Inactivatable
isActive
in interface Inactivatable
public String getId()
Identifiable
getId
in interface Identifiable
public EntityTypeContactInfo getEntityTypeContactInfoByTypeCode(String entityTypeCode)
EntityContract
EntityContract
's identity type for the given type code
getEntityTypeContactInfoByTypeCode
in interface EntityContract
entityTypeCode
- the type code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |