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

Packages that use EntityAffiliation.Builder
org.kuali.rice.kim.api.identity.affiliation Copyright 2005-2013 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-2013 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-2013 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.ldap   
 

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

Methods in org.kuali.rice.kim.api.identity.affiliation that return EntityAffiliation.Builder
static EntityAffiliation.Builder EntityAffiliation.Builder.create()
           
static EntityAffiliation.Builder EntityAffiliation.Builder.create(EntityAffiliationContract contract)
           
 

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

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

Methods in org.kuali.rice.kim.api.identity.employment with parameters of type EntityAffiliation.Builder
 void EntityEmployment.Builder.setEntityAffiliation(EntityAffiliation.Builder entityAffiliation)
           
 

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

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

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

Methods in org.kuali.rice.kim.api.identity.entity with parameters of type EntityAffiliation.Builder
 void EntityDefault.Builder.setDefaultAffiliation(EntityAffiliation.Builder defaultAffiliation)
           
 

Method parameters in org.kuali.rice.kim.api.identity.entity with type arguments of type EntityAffiliation.Builder
 void Entity.Builder.setAffiliations(List<EntityAffiliation.Builder> affiliations)
           
 void EntityDefault.Builder.setAffiliations(List<EntityAffiliation.Builder> affiliations)
           
 

Uses of EntityAffiliation.Builder in org.kuali.rice.kim.ldap
 

Methods in org.kuali.rice.kim.ldap that return EntityAffiliation.Builder
protected  EntityAffiliation.Builder EntityMapper.getAffiliation(String affiliationCodes, Entity.Builder person)
          Finds and returns affiliation id of the persons affiliation that matches the affilication code
 

Method parameters in org.kuali.rice.kim.ldap with type arguments of type EntityAffiliation.Builder
protected  boolean EntityAffiliationMapper.hasAffiliation(List<EntityAffiliation.Builder> affiliations, String affiliationCode)
           
 



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