org.jasig.portal.portlets.lookup
Class PersonQueryValidator

java.lang.Object
  extended by org.jasig.portal.portlets.lookup.PersonQueryValidator

public class PersonQueryValidator
extends Object

Validator for PersonQuery

Version:
$Revision$
Author:
Eric Dalquist

Constructor Summary
PersonQueryValidator()
           
 
Method Summary
 IPersonLookupHelper getPersonLookupHelper()
           
 void setPersonLookupHelper(IPersonLookupHelper personLookupHelper)
          IPersonLookupHelper to use for getting configuration and query information from for validation.
 void validatePersonLookup(PersonQuery personQuery, org.springframework.binding.message.MessageContext context)
          Ensures all passed attributes are part of the valid query attribute set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonQueryValidator

public PersonQueryValidator()
Method Detail

getPersonLookupHelper

public IPersonLookupHelper getPersonLookupHelper()

setPersonLookupHelper

public void setPersonLookupHelper(IPersonLookupHelper personLookupHelper)
IPersonLookupHelper to use for getting configuration and query information from for validation.


validatePersonLookup

public void validatePersonLookup(PersonQuery personQuery,
                                 org.springframework.binding.message.MessageContext context)
Ensures all passed attributes are part of the valid query attribute set.



Copyright © 2010 Jasig. All Rights Reserved.