| Package | Description |
|---|---|
| org.kuali.rice.kns.datadictionary |
Copyright 2005-2018 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-2018 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-2018 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends PromptBeforeValidation> |
TransactionalDocumentEntry.promptBeforeValidationClass
Deprecated.
|
protected Class<? extends PromptBeforeValidation> |
MaintenanceDocumentEntry.promptBeforeValidationClass
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends PromptBeforeValidation> |
TransactionalDocumentEntry.getPromptBeforeValidationClass()
Deprecated.
|
Class<? extends PromptBeforeValidation> |
MaintenanceDocumentEntry.getPromptBeforeValidationClass()
Deprecated.
|
Class<? extends PromptBeforeValidation> |
KNSDocumentEntry.getPromptBeforeValidationClass()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
KNSDocumentEntry.setPromptBeforeValidationClass(Class<? extends PromptBeforeValidation> preRulesCheckClass)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PromptBeforeValidationBase
Deprecated.
Only used in KNS classes, use KRAD.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends PromptBeforeValidation> |
DataDictionaryService.getPromptBeforeValidationClass(String docTypeName)
Deprecated.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.