Package org.kuali.rice.kns.lookup
Class PessimisticLockLookupableHelperServiceImpl
java.lang.Object
org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
org.kuali.rice.kns.lookup.PessimisticLockLookupableHelperServiceImpl
- All Implemented Interfaces:
Serializable,LookupableHelperService
@Deprecated
public class PessimisticLockLookupableHelperServiceImpl
extends AbstractLookupableHelperServiceImpl
Deprecated.
Only used by KNS classes, use KRAD.
This class is the lookup helper for
PessimisticLock objects- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Field Summary
Fields inherited from class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
ACTION_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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCustomActionUrls(BusinessObject businessObject, List pkNames) Deprecated.Hides the applicable links when the PessimisticLock is not owned by the current usergetRows()Deprecated.This overridden method checks whether the user is an admin user according toPessimisticLockService.isPessimisticLockAdminUser(Person)and if the user is not an admin user the user field is set to Read Only and the lookup fieldList<? extends BusinessObject> getSearchResults(Map<String, String> fieldValues) Deprecated.This method implementation is used to search for objectsvoidvalidateSearchParameters(Map<String, String> fieldValues) Deprecated.Methods inherited from class org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
addToReturnHref, 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, getSearchResultsActualSizeKnown, 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, validateSearchParameterWildcardAndOperators
-
Constructor Details
-
PessimisticLockLookupableHelperServiceImpl
public PessimisticLockLookupableHelperServiceImpl()Deprecated.
-
-
Method Details
-
getCustomActionUrls
Deprecated.Hides the applicable links when the PessimisticLock is not owned by the current user- Specified by:
getCustomActionUrlsin interfaceLookupableHelperService- Overrides:
getCustomActionUrlsin classAbstractLookupableHelperServiceImpl- See Also:
-
getRows
Deprecated.This overridden method checks whether the user is an admin user according toPessimisticLockService.isPessimisticLockAdminUser(Person)and if the user is not an admin user the user field is set to Read Only and the lookup field- Specified by:
getRowsin interfaceLookupableHelperService- Overrides:
getRowsin classAbstractLookupableHelperServiceImpl- See Also:
-
getSearchResults
Deprecated.This method implementation is used to search for objects- Specified by:
getSearchResultsin interfaceLookupableHelperService- Specified by:
getSearchResultsin classAbstractLookupableHelperServiceImpl- See Also:
-
validateSearchParameters
Deprecated.- Specified by:
validateSearchParametersin interfaceLookupableHelperService- Overrides:
validateSearchParametersin classAbstractLookupableHelperServiceImpl
-