Uses of Class
org.kuali.rice.kim.api.identity.personal.EntityEthnicity

Packages that use EntityEthnicity
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.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.api.identity.personal 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 EntityEthnicity in org.kuali.rice.kim.api.identity
 

Methods in org.kuali.rice.kim.api.identity that return EntityEthnicity
 EntityEthnicity IdentityService.addEthnicityToEntity(EntityEthnicity ethnicity)
          This will create a EntityEthnicity exactly like the ethnicity passed in.
 EntityEthnicity IdentityService.updateEthnicity(EntityEthnicity ethnicity)
          This will update a EntityEthnicity exactly like the ethnicity passed in.
 

Methods in org.kuali.rice.kim.api.identity with parameters of type EntityEthnicity
 EntityEthnicity IdentityService.addEthnicityToEntity(EntityEthnicity ethnicity)
          This will create a EntityEthnicity exactly like the ethnicity passed in.
 EntityEthnicity IdentityService.updateEthnicity(EntityEthnicity ethnicity)
          This will update a EntityEthnicity exactly like the ethnicity passed in.
 

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

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

Uses of EntityEthnicity in org.kuali.rice.kim.api.identity.personal
 

Methods in org.kuali.rice.kim.api.identity.personal that return EntityEthnicity
 EntityEthnicity EntityEthnicity.Builder.build()
           
 

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

Methods in org.kuali.rice.kim.impl.identity that return EntityEthnicity
 EntityEthnicity IdentityServiceImpl.addEthnicityToEntity(EntityEthnicity ethnicity)
           
 EntityEthnicity IdentityCurrentAndArchivedServiceImpl.addEthnicityToEntity(EntityEthnicity ethnicity)
           
 EntityEthnicity IdentityServiceImpl.updateEthnicity(EntityEthnicity ethnicity)
           
 EntityEthnicity IdentityCurrentAndArchivedServiceImpl.updateEthnicity(EntityEthnicity ethnicity)
           
 

Methods in org.kuali.rice.kim.impl.identity with parameters of type EntityEthnicity
 EntityEthnicity IdentityServiceImpl.addEthnicityToEntity(EntityEthnicity ethnicity)
           
 EntityEthnicity IdentityCurrentAndArchivedServiceImpl.addEthnicityToEntity(EntityEthnicity ethnicity)
           
 EntityEthnicity IdentityServiceImpl.updateEthnicity(EntityEthnicity ethnicity)
           
 EntityEthnicity IdentityCurrentAndArchivedServiceImpl.updateEthnicity(EntityEthnicity ethnicity)
           
 



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