org.kuali.rice.kim.ldap
Class EntityAffiliationMapper

java.lang.Object
  extended by org.springframework.ldap.core.support.AbstractContextMapper
      extended by org.kuali.rice.kim.ldap.BaseMapper<List<EntityAffiliation>>
          extended by 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)

Constructor Summary
EntityAffiliationMapper()
           
 
Method Summary
protected  String getAffiliationTypeCodeForName(String affiliationName)
          Returns the affiliation type code for the given affiliation name.
protected  boolean hasAffiliation(List<EntityAffiliation.Builder> affiliations, String affiliationCode)
           
 
Methods inherited from class org.kuali.rice.kim.ldap.BaseMapper
doMapFromContext, getConstants, setConstants
 
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
 

Constructor Detail

EntityAffiliationMapper

public EntityAffiliationMapper()
Method Detail

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-2013 The Kuali Foundation. All Rights Reserved.