public abstract class PurchasingFormBase extends PurchasingAccountsPayableFormBase
Modifier and Type | Field and Description |
---|---|
protected PurApAccountingLine |
accountDistributionnewSourceLine |
protected Integer |
accountDistributionnextSourceLineNumber |
protected List<PurApAccountingLine> |
accountDistributionsourceAccountingLines |
protected boolean |
calculated |
protected String |
distributePurchasingCommodityCode |
protected String |
distributePurchasingCommodityDescription |
protected Boolean |
hideDistributeAccounts |
protected String |
initialZipCode |
protected org.apache.struts.upload.FormFile |
itemImportFile |
protected String |
locationBuildingFromLookup |
protected String |
locationCampusFromLookup |
protected CapitalAssetLocation |
newPurchasingCapitalAssetLocationLine |
protected PurApItem |
newPurchasingItemLine |
protected Boolean |
notOtherDeliveryBuilding |
protected BigDecimal |
totalPercentageOfAccountDistributionsourceAccountingLines |
readOnlyAccountDistributionMethod, summaryAccounts
editableAccounts, forcedLookupOptionalFields, hideDetails, newSourceLine, newTargetLine, sourceFile, targetFile
forcedReadOnlyFields
adHocActionRequestCodes, attachmentFile, documentActions, editingMode, suppressAllButtons
Constructor and Description |
---|
PurchasingFormBase()
Constructs a PurchasingFormBase instance and sets up the appropriately casted document.
|
addExtraButton, clearSummaryAccounts, getBaselineSourceAccountingLines, getDisbursementInfoUrl, getSummaryAccounts, isReadOnlyAccountDistributionMethod, populate, populateAccountingLinesForResponse, populateItemAccountingLines, refreshAccountSummmary, setReadOnlyAccountDistributionMethod, setSummaryAccounts, setupAccountDistributionMethod
createNewSourceAccountingLine, createNewTargetAccountingLine, customInitMaxUploadSizes, getAccountingLineImportInstructionsUrl, getCurrencyFormattedSourceTotal, getCurrencyFormattedTargetTotal, getEditableAccounts, getExcludedmethodToCall, getFinancialDocument, getForcedLookupOptionalFields, getHideDetails, getNewSourceLine, getNewTargetLine, getSourceFile, getTargetFile, harvestAccountingLines, isHideDetails, populateAccountingLine, populateAccountingLines, populateSourceAccountingLine, populateTargetAccountingLine, setEditableAccounts, setForcedLookupOptionalFields, setHideDetails, setNewSourceLine, setNewTargetLine, setSourceFile, setTargetFile, shouldMethodToCallParameterBeUsed
extendDocInfoToThreeColumns, generateErrorCorrectionButton, populateHeaderFields
discoverDocumentTypeName, formatReversalDate, getForcedReadOnlyFields, getTransactionalDocument, instantiateTransactionalDocumentByDocumentTypeName, populateEmptyMultiSelect, populateFalseCheckboxes, populationSpecialEmptyFields, setForcedReadOnlyFields
addRequiredNonEditableProperties, buildHtmlLink, getActionRequests, getActionRequestsRequiringApproval, getAdditionalScriptFile, getAdditionalScriptFiles, getAdHocActionRequestCodes, getAdHocRoutePerson, getAdHocRoutePersons, getAdHocRouteWorkgroup, getAdHocRouteWorkgroups, getAnnotation, getAttachmentFile, getBoNotes, getCommand, getDefaultDocumentTypeName, getDocId, getDocNum, getDocTypeName, getDocument, getDocumentActions, getDocumentHandlerUrl, getEditingMode, getFormKey, getInitiator, getInitiatorNetworkId, getMessageMapFromPreviousRequest, getNewAdHocRoutePerson, getNewAdHocRouteWorkgroup, getNewNote, getPersonInquiryUrlLink, getSelectedActionRequests, getStandardHeaderFields, getSuperUserAnnotation, getWorkflowDocument, hasDocumentId, initializeHeaderNavigationTabs, instantiateDocument, isDocumentEnRoute, isFormDocumentInitialized, isHasWorkflowDocument, isReturnToActionList, isStateAllowsApproveOrDisapprove, isStateAllowsApproveSingleActionRequest, isStateInitiatedFinalCancelled, isStateProcessedOrDisapproved, isSuperUserActionAvaliable, isSuperUserApproveDocumentAuthorized, isSuperUserApproveSingleActionRequestAuthorized, isSuperUserAuthorized, isSuperUserDisapproveDocumentAuthorized, isSuppressAllButtons, isUserDocumentInitiator, reset, setActionRequests, setAdditionalScriptFile, setAdditionalScriptFiles, setAdHocActionRequestCodes, setAdHocRoutePersons, setAdHocRouteWorkgroups, setAnnotation, setAttachmentFile, setBoNotes, setCommand, setDerivedValuesOnForm, setDocId, setDocNum, setDocTypeName, setDocument, setDocumentActions, setEditingMode, setFormKey, setMessageMapFromPreviousRequest, setNewAdHocRoutePerson, setNewAdHocRouteWorkgroup, setNewNote, setReturnToActionList, setSelectedActionRequests, setSuperUserAnnotation, setSuppressAllButtons, shouldPropertyBePopulatedInForm, validate
clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populateBackLocation, populateFieldLevelHelpEnabled, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates
addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, 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
protected Boolean notOtherDeliveryBuilding
protected Boolean hideDistributeAccounts
protected PurApItem newPurchasingItemLine
protected org.apache.struts.upload.FormFile itemImportFile
protected String distributePurchasingCommodityCode
protected String distributePurchasingCommodityDescription
protected boolean calculated
protected String initialZipCode
protected Integer accountDistributionnextSourceLineNumber
protected List<PurApAccountingLine> accountDistributionsourceAccountingLines
protected PurApAccountingLine accountDistributionnewSourceLine
protected CapitalAssetLocation newPurchasingCapitalAssetLocationLine
protected BigDecimal totalPercentageOfAccountDistributionsourceAccountingLines
protected String locationBuildingFromLookup
protected String locationCampusFromLookup
public PurchasingFormBase()
public Boolean getNotOtherDeliveryBuilding()
public void setNotOtherDeliveryBuilding(Boolean notOtherDeliveryBuilding)
public Boolean getHideDistributeAccounts()
public void setHideDistributeAccounts(Boolean hideDistributeAccounts)
public Integer getAccountDistributionnextSourceLineNumber()
public void setAccountDistributionnextSourceLineNumber(Integer accountDistributionnextSourceLineNumber)
public List<PurApAccountingLine> getAccountDistributionsourceAccountingLines()
public void setAccountDistributionsourceAccountingLines(List<PurApAccountingLine> accountDistributionAccountingLines)
public BigDecimal getTotalPercentageOfAccountDistributionsourceAccountingLines()
public void setTotalPercentageOfAccountDistributionsourceAccountingLines(BigDecimal total)
public PurApAccountingLine getAccountDistributionnewSourceLine()
public void setAccountDistributionnewSourceLine(PurApAccountingLine accountDistributionnewSourceLine)
public PurApItem getNewPurchasingItemLine()
public void setNewPurchasingItemLine(PurApItem newPurchasingItemLine)
public org.apache.struts.upload.FormFile getItemImportFile()
public void setItemImportFile(org.apache.struts.upload.FormFile itemImportFile)
public PurApAccountingLine getAccountDistributionsourceAccountingLine(int index)
index
- the index of the Account Distribution Source Accounting Line.public PurApItem getAndResetNewPurchasingItemLine()
public PurApItem setupNewPurchasingItemLine()
public PurApAccountingLineBase setupNewPurchasingAccountingLine()
public PurApAccountingLineBase setupNewAccountDistributionAccountingLine()
public void addAccountDistributionsourceAccountingLine(PurApAccountingLine line)
line
- the accounting line to add to the list.AccountingDocument.addSourceAccountingLine(SourceAccountingLine)
public String getDistributePurchasingCommodityCode()
public void setDistributePurchasingCommodityCode(String distributePurchasingCommodityCode)
public String getDistributePurchasingCommodityDescription()
public void setDistributePurchasingCommodityDescription(String distributePurchasingCommodityDescription)
public Class getItemCapitalAssetClass()
public Class getCapitalAssetLocationClass()
public CapitalAssetLocation setupNewPurchasingCapitalAssetLocationLine()
public void setNewPurchasingCapitalAssetLocationLine(CapitalAssetLocation newCapitalAssetLocationLine)
public CapitalAssetLocation getNewPurchasingCapitalAssetLocationLine()
public CapitalAssetLocation getAndResetNewPurchasingCapitalAssetLocationLine()
public void resetNewPurchasingCapitalAssetLocationLine()
public String getPurchasingItemCapitalAssetAvailability()
public String getPurchasingCapitalAssetSystemAvailability()
public String getPurchasingCapitalAssetSystemCommentsAvailability()
public String getPurchasingCapitalAssetSystemDescriptionAvailability()
public String getPurchasingCapitalAssetLocationAvailability()
public String getPurchasingCapitalAssetCountAssetNumberAvailability()
public List<org.kuali.rice.kns.web.ui.ExtraButton> getExtraButtons()
getExtraButtons
in class FinancialSystemTransactionalDocumentFormBase
KRAD Conversion: Customizing the addition of extra buttons
public String getLocationBuildingFromLookup()
public void setLocationBuildingFromLookup(String locationBuildingFromLookup)
public String getLocationCampusFromLookup()
public void setLocationCampusFromLookup(String locationCampusFromLookup)
public String getInitialZipCode()
public void setInitialZipCode(String initialZipCode)
public boolean isCalculated()
public void setCalculated(boolean calculated)
public boolean canUserCalculate()
protected void repopulateOverrides(AccountingLine line, String accountingLinePropertyName, Map parameterMap)
KualiAccountingDocumentFormBase
repopulateOverrides
in class KualiAccountingDocumentFormBase
line
- the line to repopulate override values foraccountingLinePropertyName
- the property path from the form to the accounting lineparameterMap
- the map of parameters that were sent in with the requestKualiAccountingDocumentFormBase.repopulateOverrides(org.kuali.ole.sys.businessobject.AccountingLine, java.lang.String, java.util.Map)
public String getLineItemImportInstructionsUrl()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.