org.kuali.kfs.coa.businessobject.inquiry
Class OrganizationReversionInquirable

java.lang.Object
  extended by org.kuali.rice.kns.inquiry.KualiInquirableImpl
      extended by org.kuali.kfs.sys.businessobject.inquiry.KfsInquirableImpl
          extended by org.kuali.kfs.coa.businessobject.inquiry.OrganizationReversionInquirable
All Implemented Interfaces:
org.kuali.rice.kns.inquiry.Inquirable

public class OrganizationReversionInquirable
extends KfsInquirableImpl


Field Summary
 
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
OrganizationReversionInquirable()
           
 
Method Summary
 List<org.kuali.rice.kns.web.ui.Section> getSections(org.kuali.rice.kns.bo.BusinessObject bo)
          Overridden to take out details with inactive categories
protected  boolean shouldIncludeField(org.kuali.rice.kns.web.ui.Field field)
          Determines if the given field should be included in the updated row, once we take out inactive categories
 
Methods inherited from class org.kuali.kfs.sys.businessobject.inquiry.KfsInquirableImpl
getInquiryUrl
 
Methods inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl
addAdditionalSections, createTitleText, getBusinessObject, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getBusinessObjectService, getDataDictionaryService, getEncryptionService, getHtmlMenuBar, getHyperLink, getHyperLink, getInactiveRecordDisplay, getInquiryUrlForPrimaryKeys, getKualiConfigurationService, getLookupService, getPersistenceStructureService, 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
 

Constructor Detail

OrganizationReversionInquirable

public OrganizationReversionInquirable()
Method Detail

getSections

public List<org.kuali.rice.kns.web.ui.Section> getSections(org.kuali.rice.kns.bo.BusinessObject bo)
Overridden to take out details with inactive categories

Specified by:
getSections in interface org.kuali.rice.kns.inquiry.Inquirable
Overrides:
getSections in class org.kuali.rice.kns.inquiry.KualiInquirableImpl
See Also:
KualiInquirableImpl.getSections(org.kuali.rice.kns.bo.BusinessObject)

shouldIncludeField

protected boolean shouldIncludeField(org.kuali.rice.kns.web.ui.Field field)
Determines if the given field should be included in the updated row, once we take out inactive categories

Parameters:
field - the field to check
Returns:
true if the field should be included (ie, it doesn't describe an organization reversion with an inactive category); false otherwise


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