org.kuali.kfs.module.purap.document.validation.impl
Class PurchaseOrderAssignedUserValidation

java.lang.Object
  extended by org.kuali.kfs.sys.document.validation.ParameterizedValidation
      extended by org.kuali.kfs.sys.document.validation.GenericValidation
          extended by org.kuali.kfs.module.purap.document.validation.impl.PurchaseOrderAssignedUserValidation
All Implemented Interfaces:
Validation

public class PurchaseOrderAssignedUserValidation
extends GenericValidation


Constructor Summary
PurchaseOrderAssignedUserValidation()
           
 
Method Summary
protected  org.kuali.rice.kim.service.PersonService<org.kuali.rice.kim.bo.Person> getPersonService()
           
 boolean validate(AttributedDocumentEvent event)
          Validation to check that the assigned user exists in the system.
 
Methods inherited from class org.kuali.kfs.sys.document.validation.GenericValidation
setQuitOnFail, shouldQuitOnFail, stageValidation
 
Methods inherited from class org.kuali.kfs.sys.document.validation.ParameterizedValidation
getParameterProperties, populateParameterFromEvent, populateParametersFromEvent, setParameterProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PurchaseOrderAssignedUserValidation

public PurchaseOrderAssignedUserValidation()
Method Detail

validate

public boolean validate(AttributedDocumentEvent event)
Validation to check that the assigned user exists in the system.

Returns:
boolean false if the assigned user doesn't exist in the system.

getPersonService

protected org.kuali.rice.kim.service.PersonService<org.kuali.rice.kim.bo.Person> getPersonService()
Returns:
Returns the personService.


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.