org.kuali.ole.location.inquiry
Class OleLocationSummaryInquirable

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.ole.location.inquiry.OleLocationSummaryInquirable
All Implemented Interfaces:
Serializable, org.kuali.rice.krad.inquiry.Inquirable, org.kuali.rice.krad.uif.service.ViewHelperService

public class OleLocationSummaryInquirable
extends org.kuali.rice.kns.inquiry.KualiInquirableImpl

The OleLocationSummaryInquirable class is used to return the failed Url and Filename of the ingest summary record.

See Also:
Serialized Form

Field Summary
 Object object
           
 
Fields inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl
businessObjectAuthorizationService, businessObjectDictionaryService, businessObjectMetaDataService, businessObjectService, encryptionService, inactiveRecordDisplay, INQUIRY_TITLE_PREFIX, lookupService, persistenceStructureService
 
Fields inherited from class org.kuali.rice.krad.inquiry.InquirableImpl
dataObjectClass, SUPER_CLASS_TRANSLATOR_LIST
 
Constructor Summary
OleLocationSummaryInquirable()
           
 
Method Summary
 String getFileName()
          This method returns an null string or a fileName string from the OleLocationIngestSummaryRecord object
 String getUrl()
          This method returns an url string to download an attachment based on the OleLocationSummaryId
 Object retrieveDataObject(Map parameters)
          This method returns an object based on the parameters passed to it.
 
Methods inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl
addAdditionalSections, createTitleText, getBusinessObject, getBusinessObjectAuthorizationService, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getBusinessObjectService, getEncryptionService, getHtmlMenuBar, getHyperLink, getHyperLink, getInactiveRecordDisplay, getInquiryUrl, getInquiryUrlForPrimaryKeys, getKualiConfigurationService, getLookupService, getPersistenceStructureService, getSections, getShowInactiveRecords, getTitle, setBusinessObjectAuthorizationService, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setEncryptionService, setLookupService, setPersistenceStructureService, setShowInactiveRecords
 
Methods inherited from class org.kuali.rice.krad.inquiry.InquirableImpl
buildInquirableLink, getAlternateKeysForClass, getConfigurationService, getDataDictionaryService, getDataObjectAuthorizationService, getDataObjectClass, getDataObjectMetaDataService, getKualiModuleService, retrieveKeySetFromMap, setDataObjectClass
 
Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
addClientSideStateForComponent, addCustomContainerComponents, addLine, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getCommonContext, getExpressionEvaluatorService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeMethodFinalizer, logAndThrowRuntime, performAddLineValidation, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, performInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAnyRemoteFieldsHolder, processBeforeAddLine, processCollectionAddLine, processCollectionDeleteLine, processMultipleValueLookupResults, retrieveEditModesAndActionFlags, runComponentModifiers, setDataDictionaryService, setExpressionEvaluatorService, setViewContext, setViewDictionaryService, syncClientSideStateForComponent
 
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, setDataObjectClass
 

Field Detail

object

public Object object
Constructor Detail

OleLocationSummaryInquirable

public OleLocationSummaryInquirable()
Method Detail

retrieveDataObject

public Object retrieveDataObject(Map parameters)
This method returns an object based on the parameters passed to it.

Specified by:
retrieveDataObject in interface org.kuali.rice.krad.inquiry.Inquirable
Overrides:
retrieveDataObject in class org.kuali.rice.kns.inquiry.KualiInquirableImpl
Parameters:
parameters -
Returns:
object

getUrl

public String getUrl()
This method returns an url string to download an attachment based on the OleLocationSummaryId

Returns:
url

getFileName

public String getFileName()
This method returns an null string or a fileName string from the OleLocationIngestSummaryRecord object

Returns:
null / fileName string


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