public class AgendaLookupableHelperServiceImpl extends LookupableImpl
| Constructor and Description | 
|---|
| AgendaLookupableHelperServiceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | allowsMaintenanceDeleteAction(Object dataObject)Determines if given data object has associated maintenance document that allows delete maintenance
 actions. | 
| boolean | allowsMaintenanceEditAction(Object dataObject)Determines if given data object has associated maintenance document that allows edit maintenance
 actions | 
| boolean | allowsMaintenanceNewOrCopyAction()Determines if given data object has associated maintenance document that allows new or copy
 maintenance
 actions | 
| protected String | getActionUrlHref(LookupForm lookupForm,
                                Object dataObject,
                                String methodToCall,
                                List<String> pkNames)Generates a URL to perform a maintenance action on the given result data object | 
adjustCriteriaForNestedEBOs, getConfigurationService, getCriteriaFieldsForValidation, getDataObjectAuthorizationService, getDataObjectClass, getDataObjectMetaDataService, getDefaultSortAttributeNames, getDocumentDictionaryService, getEncryptionService, getFieldConversions, getLookupService, getMaintenanceActionLink, getMaintenanceDocumentTypeName, getParameters, getReadOnlyFieldsList, getReturnKeys, getReturnUrl, getReturnUrlForResults, getReturnUrlParameters, getSearchResults, getSearchResultsForEBO, initializeLookupViewHelperService, initSuppressAction, isResultReturnable, isSortAscending, performClear, performInitialization, performSearch, populateViewFromRequestParameters, processSearchCriteria, setConfigurationService, setDataObjectAuthorizationService, setDataObjectClass, setDataObjectMetaDataService, setDefaultSortAttributeNames, setDocumentDictionaryService, setEncryptionService, setFieldConversions, setLookupService, setMultiValueLookupSelect, setParameters, setReadOnlyFieldsList, setSortAscending, validateSearchParameters, validateSearchParameterWildcardAndOperatorsaddClientSideStateForComponent, addCustomContainerComponents, addLine, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getCommonContext, getDataDictionaryService, getExpressionEvaluatorService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeMethodFinalizer, logAndThrowRuntime, performAddLineValidation, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, populateDefaultValueForField, processAfterAddLine, processAfterDeleteLine, processAnyRemoteFieldsHolder, processBeforeAddLine, processCollectionAddLine, processCollectionDeleteLine, processMultipleValueLookupResults, retrieveEditModesAndActionFlags, runComponentModifiers, setDataDictionaryService, setExpressionEvaluatorService, setViewContext, setViewDictionaryService, syncClientSideStateForComponentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyDefaultValuesForCollectionLine, buildInquiryLink, cleanViewAfterRender, performApplyModel, performComponentInitialization, performComponentLifecycle, performFinalize, processCollectionAddLine, processCollectionDeleteLine, processMultipleValueLookupResultspublic AgendaLookupableHelperServiceImpl()
public boolean allowsMaintenanceNewOrCopyAction()
LookupableImplallowsMaintenanceNewOrCopyAction in class LookupableImplpublic boolean allowsMaintenanceEditAction(Object dataObject)
LookupableImplallowsMaintenanceEditAction in class LookupableImplpublic boolean allowsMaintenanceDeleteAction(Object dataObject)
LookupableImplallowsMaintenanceDeleteAction in class LookupableImplprotected String getActionUrlHref(LookupForm lookupForm, Object dataObject, String methodToCall, List<String> pkNames)
LookupableImplWill build a URL containing keys of the data object to invoke the given maintenance action method within the maintenance controller
getActionUrlHref in class LookupableImpldataObject - - data object instance for the line to build the maintenance action link formethodToCall - - method name on the maintenance controller that should be invokedpkNames - - list of primary key field names for the data object whose key/value pairs will be added to
 the maintenance linkCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.