org.kuali.rice.kim.ldap
Class BaseMapper<T>
java.lang.Object
org.springframework.ldap.core.support.AbstractContextMapper
org.kuali.rice.kim.ldap.BaseMapper<T>
- All Implemented Interfaces:
- org.springframework.ldap.core.ContextMapper
- Direct Known Subclasses:
- EntityAddressMapper, EntityAffiliationMapper, EntityDefaultMapper, EntityEmailMapper, EntityEmploymentMapper, EntityMapper, EntityNameMapper, EntityNamePrincipalNameMapper, EntityPhoneMapper, EntityPrivacyPreferencesMapper, EntityTypeContactInfoDefaultMapper, EntityTypeContactInfoMapper, PrincipalMapper
public abstract class BaseMapper<T>
- extends org.springframework.ldap.core.support.AbstractContextMapper
Base abstract class for mapping abstract data transfer objects from Kuali Rice into
Spring LDAP.
- 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 |
BaseMapper
public BaseMapper()
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
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.