org.kuali.kfs.module.cab.document.web.struts
Class GlLineForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.kuali.rice.kns.web.struts.pojo.PojoFormBase
          extended by org.kuali.rice.kns.web.struts.form.KualiForm
              extended by org.kuali.kfs.module.cab.document.web.struts.GlLineForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.pojo.PojoForm

public class GlLineForm
extends org.kuali.rice.kns.web.struts.form.KualiForm

See Also:
Serialized Form

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.pojo.PojoFormBase
requiredNonEditableProperties
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
GlLineForm()
           
 
Method Summary
 void addRequiredNonEditableProperties()
           
 CapitalAssetInformation getCapitalAssetInformation()
          Gets the capitalAssetInformation attribute.
 String getCurrDocNumber()
          Gets the currDocNumber attribute.
 boolean getIsNewForm()
           
 Long getPrimaryGlAccountId()
          Gets the primaryGlAccountId attribute.
 List<GeneralLedgerEntry> getRelatedGlEntries()
          Gets the relatedGlEntries attribute.
 GeneralLedgerEntry getRelatedGlEntry(int index)
          Initialize index for struts
 boolean isSelectAllGlEntries()
          Gets the selectAllGlEntries attribute.
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setCapitalAssetInformation(CapitalAssetInformation capitalAssetInformation)
          Sets the capitalAssetInformation attribute value.
 void setCurrDocNumber(String currDocNumber)
          Sets the currDocNumber attribute value.
 void setPrimaryGlAccountId(Long primaryGlAccountId)
          Sets the primaryGlAccountId attribute value.
 void setRelatedGlEntries(List<GeneralLedgerEntry> relatedGlEntries)
          Sets the relatedGlEntries attribute value.
 void setSelectAllGlEntries(boolean selectAllGlEntries)
          Sets the selectAllGlEntries attribute value.
 boolean shouldMethodToCallParameterBeUsed(String methodToCallParameterName, String methodToCallParameterValue, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populate, populateBackLocation, populateFieldLevelHelpEnabled, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldPropertyBePopulatedInForm
 
Methods inherited from class org.kuali.rice.kns.web.struts.pojo.PojoFormBase
addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, customInitMaxUploadSizes, formatterClassForKeypath, formatValue, getActionEditablePropertiesGuid, getEditableProperties, getFormatter, getFormatterTypes, 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 Detail

GlLineForm

public GlLineForm()
Method Detail

shouldMethodToCallParameterBeUsed

public boolean shouldMethodToCallParameterBeUsed(String methodToCallParameterName,
                                                 String methodToCallParameterValue,
                                                 javax.servlet.http.HttpServletRequest request)
Overrides:
shouldMethodToCallParameterBeUsed in class org.kuali.rice.kns.web.struts.form.KualiForm

addRequiredNonEditableProperties

public void addRequiredNonEditableProperties()
Specified by:
addRequiredNonEditableProperties in interface org.kuali.rice.kns.web.struts.pojo.PojoForm
Overrides:
addRequiredNonEditableProperties in class org.kuali.rice.kns.web.struts.form.KualiForm

getRelatedGlEntries

public List<GeneralLedgerEntry> getRelatedGlEntries()
Gets the relatedGlEntries attribute.

Returns:
Returns the relatedGlEntries.

setRelatedGlEntries

public void setRelatedGlEntries(List<GeneralLedgerEntry> relatedGlEntries)
Sets the relatedGlEntries attribute value.

Parameters:
relatedGlEntries - The relatedGlEntries to set.

getPrimaryGlAccountId

public Long getPrimaryGlAccountId()
Gets the primaryGlAccountId attribute.

Returns:
Returns the primaryGlAccountId.

setPrimaryGlAccountId

public void setPrimaryGlAccountId(Long primaryGlAccountId)
Sets the primaryGlAccountId attribute value.

Parameters:
primaryGlAccountId - The primaryGlAccountId to set.

getCapitalAssetInformation

public CapitalAssetInformation getCapitalAssetInformation()
Gets the capitalAssetInformation attribute.

Returns:
Returns the capitalAssetInformation.

setCapitalAssetInformation

public void setCapitalAssetInformation(CapitalAssetInformation capitalAssetInformation)
Sets the capitalAssetInformation attribute value.

Parameters:
capitalAssetInformation - The capitalAssetInformation to set.

getRelatedGlEntry

public GeneralLedgerEntry getRelatedGlEntry(int index)
Initialize index for struts

Parameters:
index - current
Returns:
value

isSelectAllGlEntries

public boolean isSelectAllGlEntries()
Gets the selectAllGlEntries attribute.

Returns:
Returns the selectAllGlEntries.

setSelectAllGlEntries

public void setSelectAllGlEntries(boolean selectAllGlEntries)
Sets the selectAllGlEntries attribute value.

Parameters:
selectAllGlEntries - The selectAllGlEntries to set.

getCurrDocNumber

public String getCurrDocNumber()
Gets the currDocNumber attribute.

Returns:
Returns the currDocNumber.

setCurrDocNumber

public void setCurrDocNumber(String currDocNumber)
Sets the currDocNumber attribute value.

Parameters:
currDocNumber - The currDocNumber to set.

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Overrides:
reset in class org.kuali.rice.kns.web.struts.form.KualiForm

getIsNewForm

public boolean getIsNewForm()
Specified by:
getIsNewForm in interface org.kuali.rice.kns.web.struts.pojo.PojoForm
Overrides:
getIsNewForm in class org.kuali.rice.kns.web.struts.pojo.PojoFormBase


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.