Uses of Interface
org.kuali.rice.kns.rule.PromptBeforeValidation
Packages that use PromptBeforeValidation
Package
Description
-
Uses of PromptBeforeValidation in org.kuali.rice.kns.datadictionary
Fields in org.kuali.rice.kns.datadictionary with type parameters of type PromptBeforeValidationModifier and TypeFieldDescriptionprotected Class<? extends PromptBeforeValidation> MaintenanceDocumentEntry.promptBeforeValidationClassDeprecated.protected Class<? extends PromptBeforeValidation> TransactionalDocumentEntry.promptBeforeValidationClassDeprecated.Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type PromptBeforeValidationModifier and TypeMethodDescriptionClass<? extends PromptBeforeValidation> KNSDocumentEntry.getPromptBeforeValidationClass()Deprecated.Class<? extends PromptBeforeValidation> MaintenanceDocumentEntry.getPromptBeforeValidationClass()Deprecated.Class<? extends PromptBeforeValidation> TransactionalDocumentEntry.getPromptBeforeValidationClass()Deprecated.Method parameters in org.kuali.rice.kns.datadictionary with type arguments of type PromptBeforeValidationModifier and TypeMethodDescriptionvoidKNSDocumentEntry.setPromptBeforeValidationClass(Class<? extends PromptBeforeValidation> preRulesCheckClass) Deprecated.voidMaintenanceDocumentEntry.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.voidTransactionalDocumentEntry.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. -
Uses of PromptBeforeValidation in org.kuali.rice.kns.rules
Classes in org.kuali.rice.kns.rules that implement PromptBeforeValidationModifier and TypeClassDescriptionclassDeprecated.Only used in KNS classes, use KRAD. -
Uses of PromptBeforeValidation in org.kuali.rice.kns.service
Methods in org.kuali.rice.kns.service that return types with arguments of type PromptBeforeValidationModifier and TypeMethodDescriptionClass<? extends PromptBeforeValidation> DataDictionaryService.getPromptBeforeValidationClass(String docTypeName) Deprecated.