Class AgendaLookupableHelperServiceImpl
java.lang.Object
org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
org.kuali.rice.krad.lookup.LookupableImpl
org.kuali.rice.krms.impl.repository.AgendaLookupableHelperServiceImpl
- All Implemented Interfaces:
Serializable,org.kuali.rice.krad.lookup.Lookupable,org.kuali.rice.krad.uif.service.ViewHelperService
public class AgendaLookupableHelperServiceImpl
extends org.kuali.rice.krad.lookup.LookupableImpl
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanallowsMaintenanceDeleteAction(Object dataObject) booleanallowsMaintenanceEditAction(Object dataObject) booleanprotected StringgetMaintenanceActionUrl(org.kuali.rice.krad.lookup.LookupForm lookupForm, Object dataObject, String methodToCall, List<String> pkNames) Methods inherited from class org.kuali.rice.krad.lookup.LookupableImpl
buildMaintenanceActionLink, buildMultiValueSelectField, buildReturnUrlForResult, executeSearch, generateLookupResultsMessages, getCriteriaFieldsForValidation, getCriteriaLabel, getDataObjectAuthorizationService, getDataObjectClass, getDocumentDictionaryService, getEncryptionService, getLookupService, getMaintenanceDocumentTypeName, getReturnKeyValues, getReturnUrl, getReturnUrlParameters, getSearchCriteriaConstraint, getSearchResults, getSearchResultsForEBO, getTranslatedReturnKeyValues, identifyWildcardDisabledFields, isCriteriaRequired, isCriteriaSecure, isCriteriaWildcardDisabled, isResultReturnable, performClear, performSearch, processSearchCriteria, setDataObjectAuthorizationService, setDataObjectClass, setDocumentDictionaryService, setEncryptionService, setLookupService, sortSearchResults, validateSearchParameterConstraint, validateSearchParameters, validateSearchParameterWildcardAndOperatorsMethods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
addCustomContainerComponents, addLine, applyDefaultValues, applyDefaultValuesForCollectionLine, buildGrowlScript, buildInquiryLink, containsDuplicateLine, extractNewValuesAndAssign, extractSingleValue, filterByReturnedFieldConversions, getConfigurationService, getCurrentPersonContactId, getDataDictionaryService, getDataObjectService, getDefaultValueForField, getExpressionEvaluatorFactory, getLegacyDataAdapter, getViewDictionaryService, isDuplicateLine, linkAddedLine, logAndThrowRuntime, performAddLineValidation, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performCustomViewFinalize, performCustomViewInitialization, performDeleteLineValidation, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterEditLine, processAfterSaveLine, processAndAddLineObject, processBeforeAddLine, processBeforeEditLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionCloseEditLineDialog, processCollectionDeleteLine, processCollectionEditLine, processCollectionRetrieveEditLineDialog, processCollectionSaveLine, processMultipleValueLookupResults, refreshReference, refreshReferences, retrieveEditModesAndActionFlags, setConfigurationService, setDataDictionaryService, setDataObjectService, setElementContext, setExpressionEvaluatorFactory, setLegacyDataAdapter, setViewContext, setViewDictionaryServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.uif.service.ViewHelperService
addCustomContainerComponents, applyDefaultValues, applyDefaultValuesForCollectionLine, buildGrowlScript, buildInquiryLink, getDefaultValueForField, getExpressionEvaluatorFactory, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performCustomViewFinalize, performCustomViewInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterEditLine, processAfterSaveLine, processAndAddLineObject, processBeforeAddLine, processBeforeEditLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionCloseEditLineDialog, processCollectionDeleteLine, processCollectionEditLine, processCollectionRetrieveEditLineDialog, processCollectionSaveLine, processMultipleValueLookupResults, refreshReference, refreshReferences, retrieveEditModesAndActionFlags, setElementContext, setViewContext
-
Constructor Details
-
AgendaLookupableHelperServiceImpl
public AgendaLookupableHelperServiceImpl()
-
-
Method Details
-
allowsMaintenanceNewOrCopyAction
public boolean allowsMaintenanceNewOrCopyAction()- Specified by:
allowsMaintenanceNewOrCopyActionin interfaceorg.kuali.rice.krad.lookup.Lookupable- Overrides:
allowsMaintenanceNewOrCopyActionin classorg.kuali.rice.krad.lookup.LookupableImpl
-
allowsMaintenanceEditAction
- Specified by:
allowsMaintenanceEditActionin interfaceorg.kuali.rice.krad.lookup.Lookupable- Overrides:
allowsMaintenanceEditActionin classorg.kuali.rice.krad.lookup.LookupableImpl
-
allowsMaintenanceDeleteAction
- Specified by:
allowsMaintenanceDeleteActionin interfaceorg.kuali.rice.krad.lookup.Lookupable- Overrides:
allowsMaintenanceDeleteActionin classorg.kuali.rice.krad.lookup.LookupableImpl
-
getMaintenanceActionUrl
protected String getMaintenanceActionUrl(org.kuali.rice.krad.lookup.LookupForm lookupForm, Object dataObject, String methodToCall, List<String> pkNames) - Overrides:
getMaintenanceActionUrlin classorg.kuali.rice.krad.lookup.LookupableImpl
-