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

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

public class PurApLineForm
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
PurApLineForm()
           
 
Method Summary
 void addRequiredNonEditableProperties()
           
 int getActionItemAssetIndex()
          Gets the actionItemAssetIndex attribute.
 int getActionPurApDocIndex()
          Gets the actionPurApDocIndex attribute.
 String getDocHandlerForwardLink()
          Return Asset Global forwarding URL.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 String getMergeDesc()
          Gets the mergeDesc attribute.
 org.kuali.rice.kns.util.KualiDecimal getMergeQty()
          Gets the mergeQty attribute.
 String getPurApContactEmailAddress()
          Gets the purApContactEmailAddress attribute.
 String getPurApContactPhoneNumber()
          Gets the purApContactPhoneNumber attribute.
 PurchasingAccountsPayableDocument getPurApDoc(int index)
           
 List<PurchasingAccountsPayableDocument> getPurApDocs()
          Gets the purApDocs attribute.
 Integer getPurchaseOrderIdentifier()
          Gets the purchaseOrderIdentifier attribute.
 String getPurchaseOrderInquiryUrl()
          Gets the purchaseOrderInquiryUrl attribute.
 Integer getRequisitionIdentifier()
          Gets the requisitionIdentifier attribute.
 boolean isSelectAll()
           
 void populate(javax.servlet.http.HttpServletRequest request)
           
 void setActionItemAssetIndex(int actionItemAssetIndex)
          Sets the actionItemAssetIndex attribute value.
 void setActionPurApDocIndex(int actionPurApDocIndex)
          Sets the actionPurApDocIndex attribute value.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute value.
 void setMergeDesc(String mergeDesc)
          Sets the mergeDesc attribute value.
 void setMergeQty(org.kuali.rice.kns.util.KualiDecimal mergeQty)
          Sets the mergeQty attribute value.
 void setPurApContactEmailAddress(String purApContactEmailAddress)
          Sets the purApContactEmailAddress attribute value.
 void setPurApContactPhoneNumber(String purApContactPhoneNumber)
          Sets the purApContactPhoneNumber attribute value.
 void setPurApDocs(List<PurchasingAccountsPayableDocument> purApDocs)
          Sets the purApDocs attribute value.
 void setPurchaseOrderIdentifier(Integer purchaseOrderIdentifier)
          Sets the purchaseOrderIdentifier attribute value.
 void setRequisitionIdentifier(Integer requisitionIdentifier)
          Sets the requisitionIdentifier attribute value.
 void setSelectAll(boolean selectAll)
           
 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, populateBackLocation, populateFieldLevelHelpEnabled, reset, 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, 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 Detail

PurApLineForm

public PurApLineForm()
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

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber.

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute value.

Parameters:
documentNumber - The documentNumber to set.

getRequisitionIdentifier

public Integer getRequisitionIdentifier()
Gets the requisitionIdentifier attribute.

Returns:
Returns the requisitionIdentifier.

setRequisitionIdentifier

public void setRequisitionIdentifier(Integer requisitionIdentifier)
Sets the requisitionIdentifier attribute value.

Parameters:
requisitionIdentifier - The requisitionIdentifier to set.

getMergeQty

public org.kuali.rice.kns.util.KualiDecimal getMergeQty()
Gets the mergeQty attribute.

Returns:
Returns the mergeQty.

setMergeQty

public void setMergeQty(org.kuali.rice.kns.util.KualiDecimal mergeQty)
Sets the mergeQty attribute value.

Parameters:
mergeQty - The mergeQty to set.

getMergeDesc

public String getMergeDesc()
Gets the mergeDesc attribute.

Returns:
Returns the mergeDesc.

setMergeDesc

public void setMergeDesc(String mergeDesc)
Sets the mergeDesc attribute value.

Parameters:
mergeDesc - The mergeDesc to set.

getPurApContactEmailAddress

public String getPurApContactEmailAddress()
Gets the purApContactEmailAddress attribute.

Returns:
Returns the purApContactEmailAddress.

setPurApContactEmailAddress

public void setPurApContactEmailAddress(String purApContactEmailAddress)
Sets the purApContactEmailAddress attribute value.

Parameters:
purApContactEmailAddress - The purApContactEmailAddress to set.

getPurApContactPhoneNumber

public String getPurApContactPhoneNumber()
Gets the purApContactPhoneNumber attribute.

Returns:
Returns the purApContactPhoneNumber.

setPurApContactPhoneNumber

public void setPurApContactPhoneNumber(String purApContactPhoneNumber)
Sets the purApContactPhoneNumber attribute value.

Parameters:
purApContactPhoneNumber - The purApContactPhoneNumber to set.

getActionPurApDocIndex

public int getActionPurApDocIndex()
Gets the actionPurApDocIndex attribute.

Returns:
Returns the actionPurApDocIndex.

setActionPurApDocIndex

public void setActionPurApDocIndex(int actionPurApDocIndex)
Sets the actionPurApDocIndex attribute value.

Parameters:
actionPurApDocIndex - The actionPurApDocIndex to set.

getActionItemAssetIndex

public int getActionItemAssetIndex()
Gets the actionItemAssetIndex attribute.

Returns:
Returns the actionItemAssetIndex.

setActionItemAssetIndex

public void setActionItemAssetIndex(int actionItemAssetIndex)
Sets the actionItemAssetIndex attribute value.

Parameters:
actionItemAssetIndex - The actionItemAssetIndex to set.

getPurchaseOrderIdentifier

public Integer getPurchaseOrderIdentifier()
Gets the purchaseOrderIdentifier attribute.

Returns:
Returns the purchaseOrderIdentifier.

setPurchaseOrderIdentifier

public void setPurchaseOrderIdentifier(Integer purchaseOrderIdentifier)
Sets the purchaseOrderIdentifier attribute value.

Parameters:
purchaseOrderIdentifier - The purchaseOrderIdentifier to set.

getPurApDocs

public List<PurchasingAccountsPayableDocument> getPurApDocs()
Gets the purApDocs attribute.

Returns:
Returns the purApDocs.

setPurApDocs

public void setPurApDocs(List<PurchasingAccountsPayableDocument> purApDocs)
Sets the purApDocs attribute value.

Parameters:
purApDocs - The purApDocs to set.

getPurchaseOrderInquiryUrl

public String getPurchaseOrderInquiryUrl()
Gets the purchaseOrderInquiryUrl attribute.

Returns:
Returns the purchaseOrderInquiryUrl.

populate

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

isSelectAll

public boolean isSelectAll()

setSelectAll

public void setSelectAll(boolean selectAll)

getDocHandlerForwardLink

public String getDocHandlerForwardLink()
Return Asset Global forwarding URL.

Parameters:
request -
documentNumber -
Returns:

getPurApDoc

public PurchasingAccountsPayableDocument getPurApDoc(int index)


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