Uses of Class
org.jasig.services.persondir.support.QueryType

Packages that use QueryType
org.jasig.services.persondir.support   
org.jasig.services.persondir.support.jdbc   
org.jasig.services.persondir.support.ldap   
 

Uses of QueryType in org.jasig.services.persondir.support
 

Methods in org.jasig.services.persondir.support that return QueryType
static QueryType QueryType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryType[] QueryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of QueryType in org.jasig.services.persondir.support.jdbc
 

Methods in org.jasig.services.persondir.support.jdbc that return QueryType
 QueryType AbstractJdbcPersonAttributeDao.getQueryType()
           
 

Methods in org.jasig.services.persondir.support.jdbc with parameters of type QueryType
 void AbstractJdbcPersonAttributeDao.setQueryType(QueryType queryType)
          Type of logical operator to use when joining WHERE clause components
 

Uses of QueryType in org.jasig.services.persondir.support.ldap
 

Methods in org.jasig.services.persondir.support.ldap that return QueryType
 QueryType LdapPersonAttributeDao.getQueryType()
           
 

Methods in org.jasig.services.persondir.support.ldap with parameters of type QueryType
 void LdapPersonAttributeDao.setQueryType(QueryType queryType)
          Type of logical operator to use when joining WHERE clause components
 



Copyright © 2012 Jasig. All Rights Reserved.