org.kuali.rice.kim.ldap
Class EntityAffiliationMapper
java.lang.Object
org.springframework.ldap.core.support.AbstractContextMapper
org.kuali.rice.kim.ldap.BaseMapper<List<EntityAffiliation>>
org.kuali.rice.kim.ldap.EntityAffiliationMapper
- All Implemented Interfaces:
- org.springframework.ldap.core.ContextMapper
public class EntityAffiliationMapper
- extends BaseMapper<List<EntityAffiliation>>
Maps LDAP Information to KIM Entity Affiliation
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class org.springframework.ldap.core.support.AbstractContextMapper |
mapFromContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityAffiliationMapper
public EntityAffiliationMapper()
getAffiliationTypeCodeForName
protected String getAffiliationTypeCodeForName(String affiliationName)
- Returns the affiliation type code for the given affiliation name. Returns null if the affiliation is not found
- Parameters:
affiliationName
-
- Returns:
- null if no matching affiliation is found
hasAffiliation
protected boolean hasAffiliation(List<EntityAffiliation.Builder> affiliations,
String affiliationCode)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.