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

Packages that use InquiryRestrictions
org.kuali.rice.kns.document.authorization 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   
org.kuali.rice.kns.web.ui 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. 
 

Uses of InquiryRestrictions in org.kuali.rice.kns.document.authorization
 

Classes in org.kuali.rice.kns.document.authorization that implement InquiryRestrictions
 class InquiryOrMaintenanceDocumentRestrictionsBase
          Deprecated. Only used in KNS classes, use KRAD.
 class MaintenanceDocumentRestrictionsBase
          Deprecated. Only used in KNS classes, use KRAD.
 

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

Methods in org.kuali.rice.kns.service that return InquiryRestrictions
 InquiryRestrictions BusinessObjectAuthorizationService.getInquiryRestrictions(BusinessObject businessObject, Person user)
          Deprecated.  
 

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

Methods in org.kuali.rice.kns.service.impl that return InquiryRestrictions
 InquiryRestrictions BusinessObjectAuthorizationServiceImpl.getInquiryRestrictions(BusinessObject businessObject, Person user)
          Deprecated.  
 

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

Uses of InquiryRestrictions in org.kuali.rice.kns.web.ui
 

Methods in org.kuali.rice.kns.web.ui with parameters of type InquiryRestrictions
protected static void SectionBridge.applyInquiryFieldAuthorizations(Field field, InquiryRestrictions inquiryRestrictions)
          Deprecated.  
static Section SectionBridge.toSection(Inquirable inquirable, InquirySectionDefinition sd, BusinessObject o, InquiryRestrictions auths)
          Deprecated. This method creates a Section for display on an Inquiry Screen.
 



Copyright © 2005–2014 The Kuali Foundation. All rights reserved.