org.kuali.rice.kim.ldap
Class EntityAddressMapper

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

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

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

Constructor Summary
EntityAddressMapper()
           
 
Method Summary
 Object doMapFromContext(org.springframework.ldap.core.DirContextOperations context)
           
protected  Object doMapFromContext(org.springframework.ldap.core.DirContextOperations context, boolean isdefault)
           
 Constants getConstants()
          Gets the value of constants
 EntityAddress.Builder mapFromContext(org.springframework.ldap.core.DirContextOperations context)
           
 EntityAddress.Builder mapFromContext(org.springframework.ldap.core.DirContextOperations context, boolean isdefault)
           
 void setConstants(Constants argConstants)
          Sets the value of constants
 
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

EntityAddressMapper

public EntityAddressMapper()
Method Detail

mapFromContext

public EntityAddress.Builder mapFromContext(org.springframework.ldap.core.DirContextOperations context,
                                            boolean isdefault)

mapFromContext

public EntityAddress.Builder mapFromContext(org.springframework.ldap.core.DirContextOperations context)

doMapFromContext

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

doMapFromContext

protected Object doMapFromContext(org.springframework.ldap.core.DirContextOperations context,
                                  boolean isdefault)

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 © 2004-2011 The Kuali Foundation. All Rights Reserved.