org.kuali.ole.license.lookup
Class OleLicenseRequestLookupableImpl

java.lang.Object
  extended by org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
      extended by org.kuali.rice.krad.lookup.LookupableImpl
          extended by org.kuali.ole.license.lookup.OleLicenseRequestLookupableImpl
All Implemented Interfaces:
Serializable, org.kuali.rice.krad.lookup.Lookupable, org.kuali.rice.krad.uif.service.ViewHelperService

public class OleLicenseRequestLookupableImpl
extends org.kuali.rice.krad.lookup.LookupableImpl

OleLicenseRequestLookupableImpl is the view helper service class for Ole License Request Document

See Also:
Serialized Form

Constructor Summary
OleLicenseRequestLookupableImpl()
           
 
Method Summary
protected  String getActionUrlHref(org.kuali.rice.krad.web.form.LookupForm lookupForm, Object dataObject, String methodToCall, List<String> pkNames)
          This method returns action URL as oleLicenseRequest.
 OleLicenseRequestService getOleLicenseRequestservice()
          This method returns the OleLicenseRequestService object
 String getReturnLocation()
          Gets the returnLocation attribute.
 Collection<?> performSearch(org.kuali.rice.krad.web.form.LookupForm form, Map<String,String> criteria, boolean bounded)
          This method performs the search for license request based on the search criterias
 void setReturnLocation(String returnLocation)
          Sets the returnLocation attribute value.
 String viewParticularDocument(Object object)
          This method returns the url for viewing the Requisition Document
 
Methods inherited from class org.kuali.rice.krad.lookup.LookupableImpl
adjustCriteriaForNestedEBOs, allowsMaintenanceDeleteAction, allowsMaintenanceEditAction, allowsMaintenanceNewOrCopyAction, getCriteriaFieldsForValidation, getDataObjectAuthorizationService, getDataObjectClass, getDataObjectMetaDataService, getDocumentDictionaryService, getEncryptionService, getLookupService, getMaintenanceActionLink, getMaintenanceDocumentTypeName, getReturnKeys, getReturnUrl, getReturnUrlForResults, getReturnUrlParameters, getSearchResults, getSearchResultsForEBO, isResultReturnable, performClear, performInitialization, processSearchCriteria, setConfigurationService, setDataObjectAuthorizationService, setDataObjectClass, setDataObjectMetaDataService, setDocumentDictionaryService, setEncryptionService, setLookupService, setMultiValueLookupSelect, sortSearchResults, validateSearchParameters, validateSearchParameterWildcardAndOperators
 
Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
addClientSideStateForComponent, addCustomContainerComponents, addLine, adjustIdIfNecessary, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildGrowlScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getCommonContext, getConfigurationService, getDataDictionaryService, getExpressionEvaluatorService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeMethodFinalizer, logAndThrowRuntime, performAddLineValidation, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterSaveLine, processAnyRemoteFieldsHolder, processBeforeAddLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, 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.uif.service.ViewHelperService
applyDefaultValuesForCollectionLine, buildInquiryLink, cleanViewAfterRender, performApplyModel, performComponentInitialization, performComponentLifecycle, performFinalize, populateViewFromRequestParameters, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults
 

Constructor Detail

OleLicenseRequestLookupableImpl

public OleLicenseRequestLookupableImpl()
Method Detail

getReturnLocation

public String getReturnLocation()
Gets the returnLocation attribute.

Returns:
Returns the returnLocation

setReturnLocation

public void setReturnLocation(String returnLocation)
Sets the returnLocation attribute value.

Parameters:
returnLocation - The returnLocation to set.

getActionUrlHref

protected String getActionUrlHref(org.kuali.rice.krad.web.form.LookupForm lookupForm,
                                  Object dataObject,
                                  String methodToCall,
                                  List<String> pkNames)
This method returns action URL as oleLicenseRequest.

Overrides:
getActionUrlHref in class org.kuali.rice.krad.lookup.LookupableImpl
Parameters:
lookupForm -
dataObject -
methodToCall -
pkNames -
Returns:
String

performSearch

public Collection<?> performSearch(org.kuali.rice.krad.web.form.LookupForm form,
                                   Map<String,String> criteria,
                                   boolean bounded)
This method performs the search for license request based on the search criterias

Specified by:
performSearch in interface org.kuali.rice.krad.lookup.Lookupable
Overrides:
performSearch in class org.kuali.rice.krad.lookup.LookupableImpl
Parameters:
form -
criteria -
bounded -
Returns:

viewParticularDocument

public String viewParticularDocument(Object object)
This method returns the url for viewing the Requisition Document

Parameters:
object -
Returns:
url

getOleLicenseRequestservice

public OleLicenseRequestService getOleLicenseRequestservice()
This method returns the OleLicenseRequestService object

Returns:


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