Class BackdoorForm

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.BackdoorForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.form.pojo.PojoForm

@Deprecated public class BackdoorForm extends org.kuali.rice.kns.web.struts.form.KualiForm
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
A Struts ActionForm for the BackdoorAction.
Author:
Kuali Rice Team (rice.collab@kuali.org)
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.
     
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    void
    setBackdoorId(String backdoorId)
    Deprecated.
     
    void
    setBackdoorLinksBackdoorLogin(String backdoorLinksBackdoorLogin)
    Deprecated.
     
    void
    Deprecated.
     
    void
    Deprecated.
     
    void
    setLinkTarget(String linkTarget)
    Deprecated.
     
    void
    setMethodToCall(String methodToCall)
    Deprecated.
     
    void
    setShowBackdoorLogin(Boolean showBackdoorLogin)
    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, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populate, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, 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

    • BackdoorForm

      public BackdoorForm()
      Deprecated.
  • Method Details

    • getBackdoorId

      public String getBackdoorId()
      Deprecated.
    • setBackdoorId

      public void setBackdoorId(String backdoorId)
      Deprecated.
    • getMethodToCall

      public String getMethodToCall()
      Deprecated.
      Overrides:
      getMethodToCall in class org.kuali.rice.kns.web.struts.form.KualiForm
    • setMethodToCall

      public void setMethodToCall(String methodToCall)
      Deprecated.
      Overrides:
      setMethodToCall in class org.kuali.rice.kns.web.struts.form.KualiForm
    • getIsAdmin

      public Boolean getIsAdmin()
      Deprecated.
    • setIsAdmin

      public void setIsAdmin(Boolean isAdmin)
      Deprecated.
    • getShowBackdoorLogin

      public Boolean getShowBackdoorLogin()
      Deprecated.
    • setShowBackdoorLogin

      public void setShowBackdoorLogin(Boolean showBackdoorLogin)
      Deprecated.
    • getLinkTarget

      public String getLinkTarget()
      Deprecated.
    • setLinkTarget

      public void setLinkTarget(String linkTarget)
      Deprecated.
    • getGraphic

      public String getGraphic()
      Deprecated.
    • setGraphic

      public void setGraphic(String choice)
      Deprecated.
    • getBackdoorLinksBackdoorLogin

      public String getBackdoorLinksBackdoorLogin()
      Deprecated.
    • setBackdoorLinksBackdoorLogin

      public void setBackdoorLinksBackdoorLogin(String backdoorLinksBackdoorLogin)
      Deprecated.