Package | Description |
---|---|
org.kuali.rice.kns.datadictionary |
Copyright 2005-2012 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-2012 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-2012 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 |
Modifier and Type | Field and Description |
---|---|
protected Class<? extends PromptBeforeValidation> |
MaintenanceDocumentEntry.promptBeforeValidationClass
Deprecated.
|
protected Class<? extends PromptBeforeValidation> |
DocumentEntry.promptBeforeValidationClass
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends PromptBeforeValidation> |
MaintenanceDocumentEntry.getPromptBeforeValidationClass()
Deprecated.
|
Class<? extends PromptBeforeValidation> |
DocumentEntry.getPromptBeforeValidationClass()
Deprecated.
|
Class<? extends PromptBeforeValidation> |
KNSDocumentEntry.getPromptBeforeValidationClass()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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 |
DocumentEntry.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.
|
Modifier and Type | Class and Description |
---|---|
class |
PromptBeforeValidationBase
This class simplifies requesting clarifying user input prior to applying business rules.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends PromptBeforeValidation> |
DataDictionaryService.getPromptBeforeValidationClass(String docTypeName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends PromptBeforeValidation> |
DataDictionaryServiceImpl.getPromptBeforeValidationClass(String docTypeName) |
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.