Class TermSpecificationInquiryHelperServiceImpl

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

public class TermSpecificationInquiryHelperServiceImpl extends org.kuali.rice.kns.inquiry.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:
  • 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.kuali.rice.krad.data.DataObjectService
     
    retrieveDataObject(Map fieldValues)
    Fetches the TermSpecificationBo for the given id, and manually adds ContextBos for display
    void
    setDataObjectService(org.kuali.rice.krad.data.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, canViewInquiryNoteAttachment, getAlternateKeysForClass, getDataDictionaryService, getDataObjectAuthorizationService, getDataObjectClass, getKualiModuleService, getLegacyDataAdapter, getPermissionService, retrieveKeySetFromMap, setDataObjectClass

    Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl

    addCustomContainerComponents, addLine, applyDefaultValues, applyDefaultValuesForCollectionLine, buildGrowlScript, buildInquiryLink, containsDuplicateLine, extractNewValuesAndAssign, extractSingleValue, filterByReturnedFieldConversions, getConfigurationService, getCurrentPersonContactId, getDefaultValueForField, getExpressionEvaluatorFactory, getViewDictionaryService, isDuplicateLine, linkAddedLine, logAndThrowRuntime, performAddLineValidation, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performCustomViewFinalize, performCustomViewInitialization, performDeleteLineValidation, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterEditLine, processAfterSaveLine, processAndAddLineObject, processBeforeAddLine, processBeforeEditLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionCloseEditLineDialog, processCollectionDeleteLine, processCollectionEditLine, processCollectionRetrieveEditLineDialog, processCollectionSaveLine, processMultipleValueLookupResults, refreshReference, refreshReferences, retrieveEditModesAndActionFlags, setConfigurationService, setDataDictionaryService, setElementContext, 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, canViewInquiryNoteAttachment, getDataObjectClass, setDataObjectClass
  • Constructor Details

    • TermSpecificationInquiryHelperServiceImpl

      public TermSpecificationInquiryHelperServiceImpl()
  • Method Details

    • retrieveDataObject

      public TermSpecificationBo retrieveDataObject(Map fieldValues)
      Fetches the TermSpecificationBo for the given id, and manually adds ContextBos for display
      Specified by:
      retrieveDataObject in interface org.kuali.rice.krad.inquiry.Inquirable
      Overrides:
      retrieveDataObject in class org.kuali.rice.kns.inquiry.KualiInquirableImpl
      Parameters:
      fieldValues - the search fields
      Returns:
      the TermSpecificationBo with any contexts mapped by contextValidTerms added
    • getDataObjectService

      public org.kuali.rice.krad.data.DataObjectService getDataObjectService()
      Overrides:
      getDataObjectService in class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
    • setDataObjectService

      public void setDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService)
      Overrides:
      setDataObjectService in class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl