Uses of Interface
org.kuali.rice.krad.service.DictionaryValidationService

Packages that use DictionaryValidationService
org.kuali.rice.kns.datadictionary.validation 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.kim.type 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.krad.rules   
org.kuali.rice.krad.service Core service interfaces. 
org.kuali.rice.krad.service.impl Core service implementations. 
 

Uses of DictionaryValidationService in org.kuali.rice.kns.datadictionary.validation
 

Methods in org.kuali.rice.kns.datadictionary.validation that return DictionaryValidationService
protected  DictionaryValidationService AttributeValidatingTypeServiceBase.getDictionaryValidationService()
           
 

Uses of DictionaryValidationService in org.kuali.rice.kns.kim.type
 

Methods in org.kuali.rice.kns.kim.type that return DictionaryValidationService
protected  DictionaryValidationService DataDictionaryTypeServiceBase.getDictionaryValidationService()
           
 

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

Subinterfaces of DictionaryValidationService in org.kuali.rice.kns.service
 interface DictionaryValidationService
          Deprecated. 
 

Uses of DictionaryValidationService in org.kuali.rice.krad.rules
 

Methods in org.kuali.rice.krad.rules that return DictionaryValidationService
protected  DictionaryValidationService DocumentRuleBase.getDictionaryValidationService()
           
protected  DictionaryValidationService MaintenanceDocumentRuleBase.getDictionaryValidationService()
           
 

Methods in org.kuali.rice.krad.rules with parameters of type DictionaryValidationService
 void MaintenanceDocumentRuleBase.setDictionaryValidationService(DictionaryValidationService dictionaryValidationService)
           
 

Uses of DictionaryValidationService in org.kuali.rice.krad.service
 

Methods in org.kuali.rice.krad.service that return DictionaryValidationService
static DictionaryValidationService KRADServiceLocatorWeb.getDictionaryValidationService()
           
 

Uses of DictionaryValidationService in org.kuali.rice.krad.service.impl
 

Classes in org.kuali.rice.krad.service.impl that implement DictionaryValidationService
 class DictionaryValidationServiceImpl
          Validates Documents, Business Objects, and Attributes against the data dictionary.
 

Fields in org.kuali.rice.krad.service.impl declared as DictionaryValidationService
protected  DictionaryValidationService ViewValidationServiceImpl.dictionaryValidationService
           
 

Methods in org.kuali.rice.krad.service.impl that return DictionaryValidationService
 DictionaryValidationService KualiRuleServiceImpl.getDictionaryValidationService()
           
 DictionaryValidationService ViewValidationServiceImpl.getDictionaryValidationService()
           
 

Methods in org.kuali.rice.krad.service.impl with parameters of type DictionaryValidationService
 void KualiRuleServiceImpl.setDictionaryValidationService(DictionaryValidationService dictionaryValidationService)
           
 void ViewValidationServiceImpl.setDictionaryValidationService(DictionaryValidationService dictionaryValidationService)
           
 



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