org.kuali.rice.kim.ldap
Class EntityDefaultMapper

java.lang.Object
  extended by org.springframework.ldap.core.support.AbstractContextMapper
      extended by org.kuali.rice.kim.ldap.EntityDefaultMapper
All Implemented Interfaces:
org.springframework.ldap.core.ContextMapper

public class EntityDefaultMapper
extends org.springframework.ldap.core.support.AbstractContextMapper

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

Constructor Summary
EntityDefaultMapper()
           
 
Method Summary
 Object doMapFromContext(org.springframework.ldap.core.DirContextOperations context)
           
 EntityAffiliationMapper getAffiliationMapper()
          Gets the value of affiliationMapper
 Constants getConstants()
          Gets the value of constants
 EntityNameMapper getDefaultNameMapper()
          Gets the value of defaultNameMapper
 EntityEmploymentMapper getEmploymentMapper()
          Gets the value of employmentMapper
 EntityTypeContactInfoMapper getEntityTypeMapper()
          Gets the value of entityTypeMapper
 void setAffiliationMapper(EntityAffiliationMapper argAffiliationMapper)
          Sets the value of affiliationMapper
 void setConstants(Constants argConstants)
          Sets the value of constants
 void setDefaultNameMapper(EntityNameMapper argDefaultNameMapper)
          Sets the value of defaultNameMapper
 void setEmploymentMapper(EntityEmploymentMapper argEmploymentMapper)
          Sets the value of employmentMapper
 void setEntityTypeMapper(EntityTypeContactInfoMapper argEntityTypeMapper)
          Sets the value of entityTypeMapper
 
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

EntityDefaultMapper

public EntityDefaultMapper()
Method Detail

doMapFromContext

public Object doMapFromContext(org.springframework.ldap.core.DirContextOperations context)
Specified by:
doMapFromContext in class org.springframework.ldap.core.support.AbstractContextMapper

getConstants

public final Constants getConstants()
Gets the value of constants

Returns:
the value of constants

setConstants

public final void setConstants(Constants argConstants)
Sets the value of constants

Parameters:
argConstants - Value to assign to this.constants

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

getEntityTypeMapper

public final EntityTypeContactInfoMapper getEntityTypeMapper()
Gets the value of entityTypeMapper

Returns:
the value of entityTypeMapper

setEntityTypeMapper

public final void setEntityTypeMapper(EntityTypeContactInfoMapper argEntityTypeMapper)
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 argDefaultNameMapper)
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 argEmploymentMapper)
Sets the value of employmentMapper

Parameters:
argEmploymentMapper - Value to assign to this.employmentMapper


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