Uses of Class
org.kuali.rice.kim.api.identity.affiliation.EntityAffiliation
Packages that use EntityAffiliation
Package
Description
-
Uses of EntityAffiliation in org.kuali.rice.kim.api.identity
Methods in org.kuali.rice.kim.api.identity that return EntityAffiliationModifier and TypeMethodDescriptionIdentityService.addAffiliationToEntity(EntityAffiliation affiliation) This will create aEntityAffiliationexactly like the affiliation passed in.IdentityService.inactivateAffiliation(String id) This will inactivate aEntityAffiliationwith the id passed in.IdentityService.updateAffiliation(EntityAffiliation affiliation) This will update aEntityAffiliationexactly like the affiliation passed in.Methods in org.kuali.rice.kim.api.identity with parameters of type EntityAffiliationModifier and TypeMethodDescriptionIdentityService.addAffiliationToEntity(EntityAffiliation affiliation) This will create aEntityAffiliationexactly like the affiliation passed in.IdentityService.updateAffiliation(EntityAffiliation affiliation) This will update aEntityAffiliationexactly like the affiliation passed in. -
Uses of EntityAffiliation in org.kuali.rice.kim.api.identity.affiliation
Methods in org.kuali.rice.kim.api.identity.affiliation that return EntityAffiliation -
Uses of EntityAffiliation in org.kuali.rice.kim.api.identity.employment
Methods in org.kuali.rice.kim.api.identity.employment that return EntityAffiliation -
Uses of EntityAffiliation in org.kuali.rice.kim.api.identity.entity
Methods in org.kuali.rice.kim.api.identity.entity that return EntityAffiliationModifier and TypeMethodDescriptionEntity.getDefaultAffiliation()EntityDefault.getDefaultAffiliation()Methods in org.kuali.rice.kim.api.identity.entity that return types with arguments of type EntityAffiliationConstructors in org.kuali.rice.kim.api.identity.entity with parameters of type EntityAffiliationModifierConstructorDescriptionEntityDefault(String entityId, EntityName name, List<Principal> principals, List<EntityTypeContactInfoDefault> entityTypes, List<EntityAffiliation> affiliations, EntityAffiliation defaultAffiliation, EntityEmployment employment, List<EntityExternalIdentifier> externalIdentifiers, EntityPrivacyPreferences privacyPreferences, boolean active)