public class KraPessimisticLockLookupableHelperServiceImpl
extends org.kuali.rice.kns.lookup.PessimisticLockLookupableHelperServiceImpl
getSearchResults(Map),
Serialized FormACTION_URLS_CHILDREN_END, ACTION_URLS_CHILDREN_SEPARATOR, ACTION_URLS_CHILDREN_STARTER, ACTION_URLS_EMPTY, ACTION_URLS_SEPARATOR, backLocation, businessObjectAuthorizationService, businessObjectClass, businessObjectDictionaryService, businessObjectMetaDataService, businessObjectService, configurationService, dataDictionaryService, docFormKey, docNum, encryptionService, fieldConversions, forceLookupResultFieldInquiryCache, inquirableClassCache, kualiInquirable, lookupResultsService, lookupService, maintenanceDocumentDictionaryService, noLookupResultFieldInquiryCache, parameters, parameterService, persistenceStructureService, readOnlyFieldsList, referencesToRefresh, resultColumns, RESULTS_DEFAULT_MAX_COLUMN_LENGTH, rows, sequenceAccessorService, TITLE_ACTION_URL_PREPENDTEXT_PROPERTY, TITLE_RETURN_URL_PREPENDTEXT_PROPERTY| Constructor and Description |
|---|
KraPessimisticLockLookupableHelperServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMultiCampusPrincipalName(Map<String,String> fieldValues)
Modifies the principal name to multicampus format if multicampus mode is on.
|
protected void |
addSingleDayDateRange(Map<String,String> fieldValues)
This method looks for the generated time value in the fieldValues map and
modifies the value to be a rice recognized date range.
|
protected String |
buildDateRange(String leftDate,
String rightDate)
Builds a rice recognizable date range.
|
MultiCampusIdentityService |
getMultiCampusIdentityService() |
protected String |
getNextDateString(Date d)
Creates a string representing of the date passed in incremented by 1 day in a
format.
|
List<? extends org.kuali.rice.krad.bo.BusinessObject> |
getSearchResults(Map<String,String> fieldValues)
This method modifies the field values for the following condition.
|
void |
setMultiCampusIdentityService(MultiCampusIdentityService multiCampusIdentityService) |
void |
validateSearchParameters(Map fieldValues) |
getCustomActionUrls, getRowsaddToReturnHref, allowsMaintenanceDeleteAction, allowsMaintenanceEditAction, allowsMaintenanceNewOrCopyAction, allowsNewOrCopyAction, applyConditionalLogicForFieldDisplay, applyFieldAuthorizationsFromNestedLookups, checkForAdditionalFields, getActionUrlHref, getActionUrls, getActionUrlTitleText, getBackLocation, getBusinessObjectAuthorizationService, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getBusinessObjectService, getColumnMaxLength, getColumns, getConditionallyHiddenPropertyNames, getConditionallyReadOnlyPropertyNames, getConditionallyRequiredPropertyNames, getCurrentSearchFieldValue, getDataDictionaryService, getDefaultSortColumns, getDocFormKey, getDocNum, getEmptyActionUrls, getEmptyAnchorHtmlData, getEncryptionService, getExtraField, getInquiryUrl, getKualiConfigurationService, getKualiInquirable, getLookupResultsService, getLookupService, getMaintenanceDocumentDictionaryService, getMaintenanceDocumentTypeName, getMaintenanceUrl, getParameters, getParameters, getParameterService, getParametersFromPrimaryKey, getPersistenceStructureService, getPrimaryKeyFieldLabels, getPropertyClass, getReadOnlyFieldsList, getReferencesToRefresh, getReturnAnchorHtmlData, getReturnHref, getReturnHref, getReturnInputHtmlData, getReturnKeys, getReturnLocation, getReturnUrl, getReturnUrl, getSearchResultsUnbounded, getSequenceAccessorService, getSupplementalMenuBar, getTitle, getUrlData, getUrlData, isResultReturnable, isSearchUsingOnlyPrimaryKeyValues, maskValueIfNecessary, performClear, performCustomAction, performLookup, setBackLocation, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setBusinessObjectService, setDataDictionaryService, setDocFormKey, setDocNum, setEncryptionService, setFieldConversions, setKualiInquirable, setLookupResultsService, setLookupService, setMaintenanceDocumentDictionaryService, setParameters, setParameterService, setParameterService, setPersistenceStructureService, setReadOnlyFieldsList, setReferencesToRefresh, setRows, setSequenceAccessorService, shouldDisplayHeaderNonMaintActions, shouldDisplayLookupCriteria, validateSearchParameterWildcardAndOperatorspublic KraPessimisticLockLookupableHelperServiceImpl()
public List<? extends org.kuali.rice.krad.bo.BusinessObject> getSearchResults(Map<String,String> fieldValues)
getSearchResults in interface org.kuali.rice.kns.lookup.LookupableHelperServicegetSearchResults in class org.kuali.rice.kns.lookup.PessimisticLockLookupableHelperServiceImplpublic void validateSearchParameters(Map fieldValues)
validateSearchParameters in interface org.kuali.rice.kns.lookup.LookupableHelperServicevalidateSearchParameters in class org.kuali.rice.kns.lookup.PessimisticLockLookupableHelperServiceImplprotected void addMultiCampusPrincipalName(Map<String,String> fieldValues)
fieldValues - the values to map to modifyprotected void addSingleDayDateRange(Map<String,String> fieldValues)
For example: if the the time is 01/01/2009 then it will be modified to be 01/01/2009..01/02/2009.
fieldValues - the values to map to modify.protected String getNextDateString(Date d)
d - the dateprotected String buildDateRange(String leftDate, String rightDate)
leftDate - the date on the leftrightDate - the date on the rightpublic MultiCampusIdentityService getMultiCampusIdentityService()
public void setMultiCampusIdentityService(MultiCampusIdentityService multiCampusIdentityService)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.