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

Packages that use DictionaryValidationService
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.kim.type
 

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

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 MaintenanceDocumentRuleBase.getDictionaryValidationService()
           
protected  DictionaryValidationService DocumentRuleBase.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.
 

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

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



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