Uses of Interface
org.kuali.rice.kns.rule.PromptBeforeValidation

Packages that use PromptBeforeValidation
org.kuali.rice.kns.datadictionary Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kns.rules Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kns.service Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kns.service.impl   
 

Uses of PromptBeforeValidation in org.kuali.rice.kns.datadictionary
 

Fields in org.kuali.rice.kns.datadictionary with type parameters of type PromptBeforeValidation
protected  Class<? extends PromptBeforeValidation> MaintenanceDocumentEntry.promptBeforeValidationClass
          Deprecated.  
protected  Class<? extends PromptBeforeValidation> TransactionalDocumentEntry.promptBeforeValidationClass
          Deprecated.  
 

Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type PromptBeforeValidation
 Class<? extends PromptBeforeValidation> MaintenanceDocumentEntry.getPromptBeforeValidationClass()
          Deprecated.  
 Class<? extends PromptBeforeValidation> TransactionalDocumentEntry.getPromptBeforeValidationClass()
          Deprecated.  
 Class<? extends PromptBeforeValidation> KNSDocumentEntry.getPromptBeforeValidationClass()
          Deprecated.  
 

Method parameters in org.kuali.rice.kns.datadictionary with type arguments of type PromptBeforeValidation
 void MaintenanceDocumentEntry.setPromptBeforeValidationClass(Class<? extends PromptBeforeValidation> preRulesCheckClass)
          Deprecated. The promptBeforeValidationClass element is the full class name of the java class which determines whether the user should be asked any questions prior to running validation.
 void TransactionalDocumentEntry.setPromptBeforeValidationClass(Class<? extends PromptBeforeValidation> preRulesCheckClass)
          Deprecated. The promptBeforeValidationClass element is the full class name of the java class which determines whether the user should be asked any questions prior to running validation.
 void KNSDocumentEntry.setPromptBeforeValidationClass(Class<? extends PromptBeforeValidation> preRulesCheckClass)
          Deprecated.  
 

Uses of PromptBeforeValidation in org.kuali.rice.kns.rules
 

Classes in org.kuali.rice.kns.rules that implement PromptBeforeValidation
 class PromptBeforeValidationBase
          This class simplifies requesting clarifying user input prior to applying business rules.
 

Uses of PromptBeforeValidation in org.kuali.rice.kns.service
 

Methods in org.kuali.rice.kns.service that return types with arguments of type PromptBeforeValidation
 Class<? extends PromptBeforeValidation> DataDictionaryService.getPromptBeforeValidationClass(String docTypeName)
          Deprecated.  
 

Uses of PromptBeforeValidation in org.kuali.rice.kns.service.impl
 

Methods in org.kuali.rice.kns.service.impl that return types with arguments of type PromptBeforeValidation
 Class<? extends PromptBeforeValidation> DataDictionaryServiceImpl.getPromptBeforeValidationClass(String docTypeName)
           
 



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