Class DisplayInactivationBlockersForm

java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.rice.kns.web.struts.form.DisplayInactivationBlockersForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.form.pojo.PojoForm

@Deprecated public class DisplayInactivationBlockersForm extends org.kuali.rice.kns.web.struts.form.KualiForm
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.kuali.rice.kns.web.struts.form.KualiForm

    org.kuali.rice.kns.web.struts.form.KualiForm.TabState
  • Field Summary

    Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm

    extraButtons

    Fields inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase

    requiredNonEditableProperties

    Fields inherited from class org.apache.struts.action.ActionForm

    multipartRequestHandler, servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    void
    populate(javax.servlet.http.HttpServletRequest request)
    Deprecated.
     
    void
    Deprecated.
     
    void
    setBusinessObjectClassName(String businessObjectClassName)
    Deprecated.
     
    void
    setPrimaryKeyFieldValues(Map<String,String> primaryKeyFieldValues)
    Deprecated.
     

    Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm

    addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInForm

    Methods inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase

    addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, customInitMaxUploadSizes, formatterClassForKeypath, formatValue, getActionEditablePropertiesGuid, getEditableProperties, getFormatter, getFormatterTypes, getIsNewForm, getMaxUploadSizes, getMethodToCallsToBypassSessionRetrievalForGETRequests, getParameter, getParameterValues, getPopulateEditableProperties, getPopulateEditablePropertiesGuid, getPropertyType, getRequiredNonEditableProperties, getStrutsActionMappingScope, getUnconvertedValues, getUnknownKeys, initMaxUploadSizes, isPropertyEditable, isPropertyNonEditableButRequired, populateForProperty, postprocessRequestParameters, processValidationFail, registerEditableProperty, registerIsNewForm, registerRequiredNonEditableProperty, registerStrutsActionMappingScope, setActionEditablePropertiesGuid, setFormatterType, setFormatterTypes, setPopulateEditablePropertiesGuid, setUnconvertedValues

    Methods inherited from class org.apache.struts.action.ActionForm

    getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DisplayInactivationBlockersForm

      public DisplayInactivationBlockersForm()
      Deprecated.
  • Method Details

    • populate

      public void populate(javax.servlet.http.HttpServletRequest request)
      Deprecated.
      Specified by:
      populate in interface org.kuali.rice.kns.web.struts.form.pojo.PojoForm
      Overrides:
      populate in class org.kuali.rice.kns.web.struts.form.KualiForm
    • getBusinessObjectClassName

      public String getBusinessObjectClassName()
      Deprecated.
    • setBusinessObjectClassName

      public void setBusinessObjectClassName(String businessObjectClassName)
      Deprecated.
    • getPrimaryKeyFieldValues

      public Map<String,String> getPrimaryKeyFieldValues()
      Deprecated.
    • setPrimaryKeyFieldValues

      public void setPrimaryKeyFieldValues(Map<String,String> primaryKeyFieldValues)
      Deprecated.
    • getBlockingValues

      public Map<String,List<String>> getBlockingValues()
      Deprecated.
    • setBlockingValues

      public void setBlockingValues(Map<String,List<String>> blockingValues)
      Deprecated.