Uses of Class
org.kuali.rice.kim.api.identity.affiliation.EntityAffiliation

Packages that use EntityAffiliation
org.kuali.rice.kim.api.identity Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.api.identity.affiliation Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.api.identity.employment Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.api.identity.entity Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.impl.identity   
org.kuali.rice.kim.service.impl   
 

Uses of EntityAffiliation in org.kuali.rice.kim.api.identity
 

Methods in org.kuali.rice.kim.api.identity that return EntityAffiliation
 EntityAffiliation IdentityService.addAffiliationToEntity(EntityAffiliation affiliation)
          This will create a EntityAffiliation exactly like the affiliation passed in.
 EntityAffiliation IdentityService.inactivateAffiliation(String id)
          This will inactivate a EntityAffiliation with the id passed in.
 EntityAffiliation IdentityService.updateAffiliation(EntityAffiliation affiliation)
          This will update a EntityAffiliation exactly like the affiliation passed in.
 

Methods in org.kuali.rice.kim.api.identity with parameters of type EntityAffiliation
 EntityAffiliation IdentityService.addAffiliationToEntity(EntityAffiliation affiliation)
          This will create a EntityAffiliation exactly like the affiliation passed in.
 EntityAffiliation IdentityService.updateAffiliation(EntityAffiliation affiliation)
          This will update a EntityAffiliation exactly 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
 EntityAffiliation EntityAffiliation.Builder.build()
           
 

Uses of EntityAffiliation in org.kuali.rice.kim.api.identity.employment
 

Methods in org.kuali.rice.kim.api.identity.employment that return EntityAffiliation
 EntityAffiliation EntityEmployment.getEntityAffiliation()
           
 

Uses of EntityAffiliation in org.kuali.rice.kim.api.identity.entity
 

Methods in org.kuali.rice.kim.api.identity.entity that return EntityAffiliation
 EntityAffiliation Entity.getDefaultAffiliation()
           
 EntityAffiliation EntityDefault.getDefaultAffiliation()
           
 

Methods in org.kuali.rice.kim.api.identity.entity that return types with arguments of type EntityAffiliation
 List<EntityAffiliation> Entity.getAffiliations()
           
 List<EntityAffiliation> EntityDefault.getAffiliations()
           
 

Constructors in org.kuali.rice.kim.api.identity.entity with parameters of type EntityAffiliation
EntityDefault(String entityId, EntityName name, List<Principal> principals, List<EntityTypeContactInfoDefault> entityTypes, List<EntityAffiliation> affiliations, EntityAffiliation defaultAffiliation, EntityEmployment employment, List<EntityExternalIdentifier> externalIdentifiers, EntityPrivacyPreferences privacyPreferences, boolean active)
           
 

Constructor parameters in org.kuali.rice.kim.api.identity.entity with type arguments of type EntityAffiliation
EntityDefault(String entityId, EntityName name, List<Principal> principals, List<EntityTypeContactInfoDefault> entityTypes, List<EntityAffiliation> affiliations, EntityAffiliation defaultAffiliation, EntityEmployment employment, List<EntityExternalIdentifier> externalIdentifiers, EntityPrivacyPreferences privacyPreferences, boolean active)
           
 

Uses of EntityAffiliation in org.kuali.rice.kim.impl.identity
 

Methods in org.kuali.rice.kim.impl.identity that return EntityAffiliation
 EntityAffiliation IdentityServiceImpl.addAffiliationToEntity(EntityAffiliation affiliation)
           
 EntityAffiliation IdentityCurrentAndArchivedServiceImpl.addAffiliationToEntity(EntityAffiliation affiliation)
           
 EntityAffiliation IdentityServiceImpl.inactivateAffiliation(String id)
           
 EntityAffiliation IdentityCurrentAndArchivedServiceImpl.inactivateAffiliation(String id)
           
 EntityAffiliation IdentityServiceImpl.updateAffiliation(EntityAffiliation affiliation)
           
 EntityAffiliation IdentityCurrentAndArchivedServiceImpl.updateAffiliation(EntityAffiliation affiliation)
           
 

Methods in org.kuali.rice.kim.impl.identity with parameters of type EntityAffiliation
 EntityAffiliation IdentityServiceImpl.addAffiliationToEntity(EntityAffiliation affiliation)
           
 EntityAffiliation IdentityCurrentAndArchivedServiceImpl.addAffiliationToEntity(EntityAffiliation affiliation)
           
 EntityAffiliation IdentityServiceImpl.updateAffiliation(EntityAffiliation affiliation)
           
 EntityAffiliation IdentityCurrentAndArchivedServiceImpl.updateAffiliation(EntityAffiliation affiliation)
           
 

Uses of EntityAffiliation in org.kuali.rice.kim.service.impl
 

Method parameters in org.kuali.rice.kim.service.impl with type arguments of type EntityAffiliation
protected  List<PersonDocumentAffiliation> LdapUiDocumentServiceImpl.loadAffiliations(List<EntityAffiliation> affiliations, List<EntityEmployment> empInfos)
           
protected  List<PersonDocumentAffiliation> UiDocumentServiceImpl.loadAffiliations(List<EntityAffiliation> affiliations, List<EntityEmployment> empInfos)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.