Uses of Interface
org.kuali.rice.kns.inquiry.InquiryAuthorizer

Packages that use InquiryAuthorizer
org.kuali.rice.kns.datadictionary Copyright 2005-2014 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.inquiry Copyright 2005-2014 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-2014 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   
 

Uses of InquiryAuthorizer in org.kuali.rice.kns.datadictionary
 

Fields in org.kuali.rice.kns.datadictionary with type parameters of type InquiryAuthorizer
protected  Class<? extends InquiryAuthorizer> InquiryDefinition.authorizerClass
          Deprecated.  
 

Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type InquiryAuthorizer
 Class<? extends InquiryAuthorizer> InquiryDefinition.getAuthorizerClass()
          Deprecated.  
 

Method parameters in org.kuali.rice.kns.datadictionary with type arguments of type InquiryAuthorizer
 void InquiryDefinition.setAuthorizerClass(Class<? extends InquiryAuthorizer> authorizerClass)
          Deprecated.  
 

Uses of InquiryAuthorizer in org.kuali.rice.kns.inquiry
 

Classes in org.kuali.rice.kns.inquiry that implement InquiryAuthorizer
 class InquiryAuthorizerBase
           
 

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

Methods in org.kuali.rice.kns.service that return InquiryAuthorizer
<T extends BusinessObject>
InquiryAuthorizer
BusinessObjectDictionaryService.getInquiryAuthorizer(Class<T> businessObjectClass)
          Deprecated.  
 

Uses of InquiryAuthorizer in org.kuali.rice.kns.service.impl
 

Methods in org.kuali.rice.kns.service.impl that return InquiryAuthorizer
<T extends BusinessObject>
InquiryAuthorizer
BusinessObjectDictionaryServiceImpl.getInquiryAuthorizer(Class<T> businessObjectClass)
          Deprecated.  
 

Methods in org.kuali.rice.kns.service.impl with parameters of type InquiryAuthorizer
protected  void BusinessObjectAuthorizationServiceImpl.addInquirableItemRestrictions(Collection sectionDefinitions, InquiryAuthorizer authorizer, InquiryRestrictions restrictions, BusinessObject primaryBusinessObject, BusinessObject businessObject, String propertyPrefix, Person user)
          Deprecated.  
 



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