Uses of Interface
org.kuali.rice.krad.inquiry.Inquirable

Packages that use Inquirable
edu.sampleu.travel.service   
org.kuali.rice.core.web.component   
org.kuali.rice.kew.impl.peopleflow   
org.kuali.rice.kew.rule.bo   
org.kuali.rice.kim.impl.responsibility   
org.kuali.rice.kim.impl.type   
org.kuali.rice.kim.inquiry   
org.kuali.rice.kns.datadictionary Copyright 2005-2011 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-2011 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.inquiry Inquiry framework interfaces and classes. 
org.kuali.rice.krad.uif.service   
org.kuali.rice.krad.uif.service.impl   
org.kuali.rice.krad.web.form   
 

Uses of Inquirable in edu.sampleu.travel.service
 

Classes in edu.sampleu.travel.service that implement Inquirable
 class FiscalOfficerInfoInquiryViewHelperServiceImpl
           
 

Uses of Inquirable in org.kuali.rice.core.web.component
 

Classes in org.kuali.rice.core.web.component that implement Inquirable
 class ComponentInquirableImpl
          Since ParameterDetailType can be either DataDictionary or DB based, we need a custom Inquirable to check both.
 

Uses of Inquirable in org.kuali.rice.kew.impl.peopleflow
 

Classes in org.kuali.rice.kew.impl.peopleflow that implement Inquirable
 class PeopleFlowInquirableImpl
          Custom view helper for the people flow inquiry view to retrieve the type attribute remotable fields
 

Uses of Inquirable in org.kuali.rice.kew.rule.bo
 

Classes in org.kuali.rice.kew.rule.bo that implement Inquirable
 class RuleBaseValuesInquirableImpl
          This is a description of what this class does - ewestfal don't forget to fill this in.
 class RuleDelegationInquirableImpl
          This is a description of what this class does - ewestfal don't forget to fill this in.
 

Uses of Inquirable in org.kuali.rice.kim.impl.responsibility
 

Classes in org.kuali.rice.kim.impl.responsibility that implement Inquirable
 class ResponsibilityInquirableImpl
           
 

Uses of Inquirable in org.kuali.rice.kim.impl.type
 

Classes in org.kuali.rice.kim.impl.type that implement Inquirable
 class KimTypeInquirableImpl
           
 

Uses of Inquirable in org.kuali.rice.kim.inquiry
 

Classes in org.kuali.rice.kim.inquiry that implement Inquirable
 class GroupInquirableImpl
          This is a description of what this class does - kellerj don't forget to fill this in.
 class PermissionInquirableImpl
          This is a description of what this class does - bhargavp don't forget to fill this in.
 class PersonInquirableImpl
          This is a description of what this class does - kellerj don't forget to fill this in.
 class RoleInquirableImpl
          This is a description of what this class does - bhargavp don't forget to fill this in.
 class RoleMemberInquirableImpl
          This is a description of what this class does - bhargavp don't forget to fill this in.
 

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

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

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

Method parameters in org.kuali.rice.kns.datadictionary with type arguments of type Inquirable
 void InquiryDefinition.setInquirableClass(Class<? extends Inquirable> inquirableClass)
          Deprecated. inquirableClass is required if a custom inquirable is required which will show additional data other than the business object attributes.
 

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

Subinterfaces of Inquirable in org.kuali.rice.kns.inquiry
 interface Inquirable
          Deprecated. 
 

Classes in org.kuali.rice.kns.inquiry that implement Inquirable
 class KualiInquirableImpl
          Kuali inquirable implementation.
 

Uses of Inquirable in org.kuali.rice.krad.inquiry
 

Classes in org.kuali.rice.krad.inquiry that implement Inquirable
 class InquirableImpl
          Implementation of the Inquirable interface that uses metadata from the data dictionary and performs a query against the database to retrieve the data object for inquiry
 

Uses of Inquirable in org.kuali.rice.krad.uif.service
 

Methods in org.kuali.rice.krad.uif.service that return Inquirable
 Inquirable ViewDictionaryService.getInquirable(Class<?> dataObjectClass, String viewName)
          Queries the dictionary to find the InquiryView configured for the data object class and returns the configured Inquirable for the view.
 

Uses of Inquirable in org.kuali.rice.krad.uif.service.impl
 

Methods in org.kuali.rice.krad.uif.service.impl that return Inquirable
 Inquirable ViewDictionaryServiceImpl.getInquirable(Class<?> dataObjectClass, String viewName)
           
 

Uses of Inquirable in org.kuali.rice.krad.web.form
 

Methods in org.kuali.rice.krad.web.form that return Inquirable
 Inquirable InquiryForm.getInquirable()
          Inquirable instance that will be used to perform the inquiry
 



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