org.kuali.rice.kim.inquiry
Class PersonInquirableImpl

java.lang.Object
  extended by org.kuali.rice.kns.inquiry.KualiInquirableImpl
      extended by org.kuali.rice.kim.inquiry.PersonInquirableImpl
All Implemented Interfaces:
Inquirable

public class PersonInquirableImpl
extends KualiInquirableImpl

This is a description of what this class does - kellerj don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
(package private)  PersonService<Person> personService
           
 
Fields inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl
businessObjectClass, businessObjectDictionaryService, businessObjectMetaDataService, businessObjectService, dataDictionaryService, encryptionService, inactiveRecordDisplay, INQUIRY_TITLE_PREFIX, kualiConfigurationService, lookupService, persistenceStructureService, SUPER_CLASS_TRANSLATOR_LIST
 
Constructor Summary
PersonInquirableImpl()
           
 
Method Summary
 BusinessObject getBusinessObject(Map fieldValues)
          This overridden method ...
 PersonService<Person> getPersonService()
           
 
Methods inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl
addAdditionalSections, createTitleText, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getBusinessObjectService, getDataDictionaryService, getEncryptionService, getHtmlMenuBar, getHyperLink, getHyperLink, getInactiveRecordDisplay, getInquiryUrl, getInquiryUrlForPrimaryKeys, getKualiConfigurationService, getLookupService, getPersistenceStructureService, getSections, getShowInactiveRecords, getTitle, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setDataDictionaryService, setEncryptionService, setKualiConfigurationService, setLookupService, setPersistenceStructureService, setShowInactiveRecords
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

personService

PersonService<Person> personService
Constructor Detail

PersonInquirableImpl

public PersonInquirableImpl()
Method Detail

getBusinessObject

public BusinessObject getBusinessObject(Map fieldValues)
This overridden method ...

Specified by:
getBusinessObject in interface Inquirable
Overrides:
getBusinessObject in class KualiInquirableImpl
See Also:
KualiInquirableImpl.getBusinessObject(java.util.Map)

getPersonService

public PersonService<Person> getPersonService()


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