org.kuali.rice.kim.ldap
Class EntityMapper

java.lang.Object
  extended by org.springframework.ldap.core.support.AbstractContextMapper
      extended by org.kuali.rice.kim.ldap.BaseMapper<Entity>
          extended by org.kuali.rice.kim.ldap.EntityMapper
All Implemented Interfaces:
org.springframework.ldap.core.ContextMapper

public class EntityMapper
extends BaseMapper<Entity>

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
EntityMapper()
           
 
Method Summary
protected  EntityAffiliation.Builder getAffiliation(String affiliationCodes, Entity.Builder person)
          Finds and returns affiliation id of the persons affiliation that matches the affilication code
 EntityAffiliationMapper getAffiliationMapper()
          Gets the value of affiliationMapper
 EntityNameMapper getDefaultNameMapper()
          Gets the value of defaultNameMapper
 EntityEmploymentMapper getEmploymentMapper()
          Gets the value of employmentMapper
 EntityTypeContactInfoMapper getEntityTypeContactInfoMapper()
          Gets the value of entityTypeMapper
 void setAffiliationMapper(EntityAffiliationMapper argAffiliationMapper)
          Sets the value of affiliationMapper
 void setDefaultNameMapper(EntityNameMapper defaultNameMapper)
          Sets the value of defaultNameMapper
 void setEmploymentMapper(EntityEmploymentMapper employmentMapper)
          Sets the value of employmentMapper
 void setEntityTypeContactInfoMapper(EntityTypeContactInfoMapper entityTypeContactInfoMapper)
          Sets the value of entityTypeMapper
 
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

EntityMapper

public EntityMapper()
Method Detail

getAffiliation

protected EntityAffiliation.Builder getAffiliation(String affiliationCodes,
                                                   Entity.Builder person)
Finds and returns affiliation id of the persons affiliation that matches the affilication code

Parameters:
affiliationCode -
person -
Returns:

getAffiliationMapper

public final EntityAffiliationMapper getAffiliationMapper()
Gets the value of affiliationMapper

Returns:
the value of affiliationMapper

setAffiliationMapper

public final void setAffiliationMapper(EntityAffiliationMapper argAffiliationMapper)
Sets the value of affiliationMapper

Parameters:
argAffiliationMapper - Value to assign to this.affiliationMapper

getEntityTypeContactInfoMapper

public final EntityTypeContactInfoMapper getEntityTypeContactInfoMapper()
Gets the value of entityTypeMapper

Returns:
the value of entityTypeMapper

setEntityTypeContactInfoMapper

public final void setEntityTypeContactInfoMapper(EntityTypeContactInfoMapper entityTypeContactInfoMapper)
Sets the value of entityTypeMapper

Parameters:
argEntityTypeMapper - Value to assign to this.entityTypeMapper

getDefaultNameMapper

public final EntityNameMapper getDefaultNameMapper()
Gets the value of defaultNameMapper

Returns:
the value of defaultNameMapper

setDefaultNameMapper

public final void setDefaultNameMapper(EntityNameMapper defaultNameMapper)
Sets the value of defaultNameMapper

Parameters:
argDefaultNameMapper - Value to assign to this.defaultNameMapper

getEmploymentMapper

public final EntityEmploymentMapper getEmploymentMapper()
Gets the value of employmentMapper

Returns:
the value of employmentMapper

setEmploymentMapper

public final void setEmploymentMapper(EntityEmploymentMapper employmentMapper)
Sets the value of employmentMapper

Parameters:
argEmploymentMapper - Value to assign to this.employmentMapper


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