org.kuali.rice.krms.impl.repository
Class TermSpecificationInquiryHelperServiceImpl

java.lang.Object
  extended by org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
      extended by org.kuali.rice.krad.inquiry.InquirableImpl
          extended by org.kuali.rice.kns.inquiry.KualiInquirableImpl
              extended by org.kuali.rice.krms.impl.repository.TermSpecificationInquiryHelperServiceImpl
All Implemented Interfaces:
Serializable, Inquirable, ViewHelperService

public class TermSpecificationInquiryHelperServiceImpl
extends KualiInquirableImpl

Helper service to assist with fetching TermSpecificationBos that have all the properties needed for display

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl
businessObjectAuthorizationService, businessObjectDictionaryService, businessObjectMetaDataService, encryptionService, inactiveRecordDisplay, INQUIRY_TITLE_PREFIX, lookupService
 
Fields inherited from class org.kuali.rice.krad.inquiry.InquirableImpl
dataObjectClass, SUPER_CLASS_TRANSLATOR_LIST
 
Constructor Summary
TermSpecificationInquiryHelperServiceImpl()
           
 
Method Summary
 DataObjectService getDataObjectService()
           
 TermSpecificationBo retrieveDataObject(Map fieldValues)
          Fetches the TermSpecificationBo for the given id, and manually adds ContextBos for display
 void setDataObjectService(DataObjectService dataObjectService)
           
 
Methods inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl
addAdditionalSections, createTitleText, getBusinessObject, getBusinessObjectAuthorizationService, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getEncryptionService, getHtmlMenuBar, getHyperLink, getHyperLink, getInactiveRecordDisplay, getInquiryUrl, getInquiryUrlForPrimaryKeys, getKualiConfigurationService, getLookupService, getSections, getShowInactiveRecords, getTitle, setBusinessObjectAuthorizationService, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setEncryptionService, setLookupService, setShowInactiveRecords
 
Methods inherited from class org.kuali.rice.krad.inquiry.InquirableImpl
buildInquirableLink, copy, getAlternateKeysForClass, getDataDictionaryService, getDataObjectAuthorizationService, getDataObjectClass, getKualiModuleService, getLegacyDataAdapter, retrieveKeySetFromMap, setDataObjectClass
 
Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
addCustomContainerComponents, addLine, applyDefaultValues, applyDefaultValuesForCollectionLine, buildGrowlScript, buildInquiryLink, getConfigurationService, getDefaultValueForField, getExpressionEvaluatorFactory, getViewDictionaryService, linkAddedLine, logAndThrowRuntime, performAddLineValidation, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performCustomViewFinalize, performCustomViewInitialization, performDeleteLineValidation, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterSaveLine, processAndAddLineObject, processBeforeAddLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults, refreshReference, refreshReferences, retrieveEditModesAndActionFlags, setConfigurationService, setDataDictionaryService, setExpressionEvaluatorFactory, setLegacyDataAdapter, setViewContext, setViewDictionaryService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.inquiry.Inquirable
buildInquirableLink, getDataObjectClass, setDataObjectClass
 

Constructor Detail

TermSpecificationInquiryHelperServiceImpl

public TermSpecificationInquiryHelperServiceImpl()
Method Detail

retrieveDataObject

public TermSpecificationBo retrieveDataObject(Map fieldValues)
Fetches the TermSpecificationBo for the given id, and manually adds ContextBos for display

Specified by:
retrieveDataObject in interface Inquirable
Overrides:
retrieveDataObject in class KualiInquirableImpl
Parameters:
fieldValues - the search fields
Returns:
the TermSpecificationBo with any contexts mapped by contextValidTerms added
See Also:
Inquirable.retrieveDataObject(java.util.Map)

getDataObjectService

public DataObjectService getDataObjectService()
Overrides:
getDataObjectService in class ViewHelperServiceImpl

setDataObjectService

public void setDataObjectService(DataObjectService dataObjectService)
Overrides:
setDataObjectService in class ViewHelperServiceImpl


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