public class OlePatronLookupableImpl extends OleLookupableImpl
| Modifier and Type | Field and Description |
|---|---|
static int |
count |
| Constructor and Description |
|---|
OlePatronLookupableImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getActionUrlHref(org.kuali.rice.krad.web.form.LookupForm lookupForm,
Object dataObject,
String methodToCall,
List<String> pkNames)
This method is to override the maintenance mapping
|
protected Map<String,org.kuali.rice.krad.uif.field.InputField> |
getCriteriaFieldsForValidation(org.kuali.rice.krad.uif.view.LookupView lookupView,
org.kuali.rice.krad.web.form.LookupForm form)
This method will validate the criteria fields
|
String |
getFileName()
This method will return view bill link name for create bill.
|
String |
getPatronBillUrl(String patronId,
String firstName,
String lastName)
This method will return the url for create bill link in patron record.
|
String |
getUrl()
This method will return url for view link in patron record.
|
boolean |
isWildCardMatches(String word,
String wildCardString) |
Collection<?> |
performSearch(org.kuali.rice.krad.web.form.LookupForm form,
Map<String,String> searchCriteria,
boolean bounded)
This method will populate the search criteria and return the search results
|
adjustCriteriaForNestedEBOs, allowsMaintenanceDeleteAction, allowsMaintenanceEditAction, allowsMaintenanceNewOrCopyAction, generateErrorMessageForResults, generateLookupResultsMessages, getDataObjectAuthorizationService, getDataObjectClass, getDataObjectMetaDataService, getDocumentDictionaryService, getEncryptionService, getLookupService, getMaintenanceActionLink, getMaintenanceDocumentTypeName, getReturnKeys, getReturnUrl, getReturnUrlForResults, getReturnUrlParameters, getSearchResults, getSearchResultsForEBO, initSuppressAction, isResultReturnable, performClear, performInitialization, processSearchCriteria, setConfigurationService, setDataObjectAuthorizationService, setDataObjectClass, setDataObjectMetaDataService, setDocumentDictionaryService, setEncryptionService, setLookupService, setMultiValueLookupSelect, sortSearchResults, validateSearchParameters, validateSearchParameterWildcardAndOperatorsaddCustomContainerComponents, addLine, adjustIdIfNecessary, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildExportTableData, buildExportTableRow, buildGrowlScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getBusinessObjectService, getCommonContext, getConfigurationService, getDataDictionaryService, getExportTableFormatOptions, getExpressionEvaluator, getPersistenceService, getPersistenceStructureService, 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, refreshReferences, retrieveEditModesAndActionFlags, runComponentModifiers, setBusinessObjectService, setDataDictionaryService, setExpressionEvaluator, setPersistenceService, setPersistenceStructureService, setViewContext, setViewDictionaryService, spawnSubLifecyle, syncClientSideStateForComponentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyDefaultValuesForCollectionLine, buildExportTableData, buildInquiryLink, cleanViewAfterRender, getCommonContext, getExpressionEvaluator, performApplyModel, performComponentInitialization, performComponentLifecycle, performFinalize, populateViewFromRequestParameters, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults, refreshReferences, spawnSubLifecylepublic static int count
public OlePatronLookupableImpl()
public Collection<?> performSearch(org.kuali.rice.krad.web.form.LookupForm form, Map<String,String> searchCriteria, boolean bounded)
performSearch in interface org.kuali.rice.krad.lookup.LookupableperformSearch in class OleLookupableImplform - searchCriteria - bounded - Lookupable.performSearch(org.kuali.rice.krad.web.form.LookupForm, java.util.Map<java.lang.String, java.lang.String>, boolean)protected Map<String,org.kuali.rice.krad.uif.field.InputField> getCriteriaFieldsForValidation(org.kuali.rice.krad.uif.view.LookupView lookupView, org.kuali.rice.krad.web.form.LookupForm form)
getCriteriaFieldsForValidation in class OleLookupableImpllookupView - form - protected String getActionUrlHref(org.kuali.rice.krad.web.form.LookupForm lookupForm, Object dataObject, String methodToCall, List<String> pkNames)
getActionUrlHref in class OleLookupableImpllookupForm - dataObject - methodToCall - pkNames - public String getUrl()
public String getFileName()
public String getPatronBillUrl(String patronId, String firstName, String lastName)
public boolean isWildCardMatches(String word, String wildCardString)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.