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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
    boolean
     
    protected String
    getMaintenanceActionUrl(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, validateSearchParameterWildcardAndOperators

    Methods 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, setViewDictionaryService

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      allowsMaintenanceNewOrCopyAction in interface org.kuali.rice.krad.lookup.Lookupable
      Overrides:
      allowsMaintenanceNewOrCopyAction in class org.kuali.rice.krad.lookup.LookupableImpl
    • allowsMaintenanceEditAction

      public boolean allowsMaintenanceEditAction(Object dataObject)
      Specified by:
      allowsMaintenanceEditAction in interface org.kuali.rice.krad.lookup.Lookupable
      Overrides:
      allowsMaintenanceEditAction in class org.kuali.rice.krad.lookup.LookupableImpl
    • allowsMaintenanceDeleteAction

      public boolean allowsMaintenanceDeleteAction(Object dataObject)
      Specified by:
      allowsMaintenanceDeleteAction in interface org.kuali.rice.krad.lookup.Lookupable
      Overrides:
      allowsMaintenanceDeleteAction in class org.kuali.rice.krad.lookup.LookupableImpl
    • getMaintenanceActionUrl

      protected String getMaintenanceActionUrl(org.kuali.rice.krad.lookup.LookupForm lookupForm, Object dataObject, String methodToCall, List<String> pkNames)
      Overrides:
      getMaintenanceActionUrl in class org.kuali.rice.krad.lookup.LookupableImpl