org.kuali.kfs.module.purap.document.validation.impl
Class PurchaseOrderAssignedUserValidation
java.lang.Object
org.kuali.kfs.sys.document.validation.ParameterizedValidation
org.kuali.kfs.sys.document.validation.GenericValidation
org.kuali.kfs.module.purap.document.validation.impl.PurchaseOrderAssignedUserValidation
- All Implemented Interfaces:
- Validation
public class PurchaseOrderAssignedUserValidation
- extends GenericValidation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PurchaseOrderAssignedUserValidation
public PurchaseOrderAssignedUserValidation()
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.