Uses of Interface
org.springframework.ldap.core.simple.ParameterizedContextMapper

Packages that use ParameterizedContextMapper
org.springframework.ldap.core.simple Simplification layer over LdapTemplate for Java 5 and above. 
 

Uses of ParameterizedContextMapper in org.springframework.ldap.core.simple
 

Classes in org.springframework.ldap.core.simple that implement ParameterizedContextMapper
 class AbstractParameterizedContextMapper<T>
          Abstract superclass that may be used instead of implementing ParameterizedContextMapper directly.
 

Methods in org.springframework.ldap.core.simple with parameters of type ParameterizedContextMapper
<T> T
SimpleLdapTemplate.lookup(String dn, ParameterizedContextMapper<T> mapper)
           
<T> T
SimpleLdapOperations.lookup(String dn, ParameterizedContextMapper<T> mapper)
          Perform a lookup of the specified DN and map the result using the mapper.
<T> List<T>
SimpleLdapTemplate.search(String base, String filter, ParameterizedContextMapper<T> mapper)
           
<T> List<T>
SimpleLdapOperations.search(String base, String filter, ParameterizedContextMapper<T> mapper)
          Search for a List of type T using the supplied filter and link ParametrizedContextMapper.
<T> List<T>
SimpleLdapTemplate.search(String base, String filter, SearchControls controls, ParameterizedContextMapper<T> mapper, DirContextProcessor processor)
           
<T> List<T>
SimpleLdapOperations.search(String base, String filter, SearchControls controls, ParameterizedContextMapper<T> mapper, DirContextProcessor processor)
          Search for a List of type T using the supplied filter, SearchControls, DirContextProcessor and ParametrizedContextMapper.
 



Copyright © 2006-2009 Spring Framework. All Rights Reserved.