Uses of Interface
org.kuali.rice.kim.api.identity.affiliation.EntityAffiliationContract

Packages that use EntityAffiliationContract
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   
 

Uses of EntityAffiliationContract in org.kuali.rice.kim.api.identity.affiliation
 

Classes in org.kuali.rice.kim.api.identity.affiliation that implement EntityAffiliationContract
 class EntityAffiliation
           
static class EntityAffiliation.Builder
          A builder which can be used to construct EntityAffiliation instances.
 

Methods in org.kuali.rice.kim.api.identity.affiliation with parameters of type EntityAffiliationContract
static EntityAffiliation.Builder EntityAffiliation.Builder.create(EntityAffiliationContract contract)
           
 

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

Methods in org.kuali.rice.kim.api.identity.employment that return EntityAffiliationContract
 EntityAffiliationContract EntityEmploymentContract.getEntityAffiliation()
          Gets this EntityEmploymentContract's identity affiliation.
 

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

Methods in org.kuali.rice.kim.api.identity.entity that return EntityAffiliationContract
 EntityAffiliationContract EntityContract.getDefaultAffiliation()
          Gets this EntityContract's default affiliation
 

Methods in org.kuali.rice.kim.api.identity.entity that return types with arguments of type EntityAffiliationContract
 List<? extends EntityAffiliationContract> EntityContract.getAffiliations()
          Gets this EntityContract's affiliations
 

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

Fields in org.kuali.rice.kim.impl.identity with type parameters of type EntityAffiliationContract
protected  List<? extends EntityAffiliationContract> PersonImpl.affiliations
           
 

Methods in org.kuali.rice.kim.impl.identity that return types with arguments of type EntityAffiliationContract
 List<? extends EntityAffiliationContract> PersonImpl.getAffiliations()
           
 



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