|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.kfs.module.cab.document.web.struts.GlLineForm
public class GlLineForm
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 |
---|
public GlLineForm()
Method Detail |
---|
public boolean shouldMethodToCallParameterBeUsed(String methodToCallParameterName, String methodToCallParameterValue, javax.servlet.http.HttpServletRequest request)
shouldMethodToCallParameterBeUsed
in class org.kuali.rice.kns.web.struts.form.KualiForm
public void addRequiredNonEditableProperties()
addRequiredNonEditableProperties
in interface org.kuali.rice.kns.web.struts.pojo.PojoForm
addRequiredNonEditableProperties
in class org.kuali.rice.kns.web.struts.form.KualiForm
public List<GeneralLedgerEntry> getRelatedGlEntries()
public void setRelatedGlEntries(List<GeneralLedgerEntry> relatedGlEntries)
relatedGlEntries
- The relatedGlEntries to set.public Long getPrimaryGlAccountId()
public void setPrimaryGlAccountId(Long primaryGlAccountId)
primaryGlAccountId
- The primaryGlAccountId to set.public CapitalAssetInformation getCapitalAssetInformation()
public void setCapitalAssetInformation(CapitalAssetInformation capitalAssetInformation)
capitalAssetInformation
- The capitalAssetInformation to set.public GeneralLedgerEntry getRelatedGlEntry(int index)
index
- current
public boolean isSelectAllGlEntries()
public void setSelectAllGlEntries(boolean selectAllGlEntries)
selectAllGlEntries
- The selectAllGlEntries to set.public String getCurrDocNumber()
public void setCurrDocNumber(String currDocNumber)
currDocNumber
- The currDocNumber to set.public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
reset
in class org.kuali.rice.kns.web.struts.form.KualiForm
public boolean getIsNewForm()
getIsNewForm
in interface org.kuali.rice.kns.web.struts.pojo.PojoForm
getIsNewForm
in class org.kuali.rice.kns.web.struts.pojo.PojoFormBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |