|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.rice.kns.document.DocumentBase
org.kuali.rice.kns.document.TransactionalDocumentBase
org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase
org.kuali.kfs.sys.document.LedgerPostingDocumentBase
org.kuali.kfs.sys.document.GeneralLedgerPostingDocumentBase
org.kuali.kfs.sys.document.AccountingDocumentBase
org.kuali.kfs.module.purap.document.PurchasingAccountsPayableDocumentBase
org.kuali.kfs.module.purap.document.AccountsPayableDocumentBase
public abstract class AccountsPayableDocumentBase
Accounts Payable Document Base
Field Summary | |
---|---|
protected Timestamp |
accountsPayableApprovalTimestamp
|
protected String |
accountsPayableProcessorIdentifier
|
protected Bank |
bank
|
protected String |
bankCode
|
protected String |
chartOfAccountsCode
|
protected boolean |
closePurchaseOrderIndicator
|
protected boolean |
continuationAccountIndicator
|
protected String |
debitCreditCodeForGLEntries
|
protected Timestamp |
extractedTimestamp
|
protected boolean |
generateEncumbranceEntries
|
protected boolean |
holdIndicator
|
protected String |
lastActionPerformedByPersonId
|
protected static org.apache.log4j.Logger |
LOG
|
protected String |
noteLine1Text
|
protected String |
noteLine2Text
|
protected String |
noteLine3Text
|
protected PurApItemUseTax |
offsetUseTax
|
protected String |
organizationCode
|
protected CampusParameter |
processingCampus
|
protected String |
processingCampusCode
|
protected PurchaseOrderDocument |
purchaseOrderDocument
|
protected Integer |
purchaseOrderIdentifier
|
protected boolean |
reopenPurchaseOrderIndicator
|
protected boolean |
unmatchedOverride
|
Fields inherited from class org.kuali.kfs.sys.document.AccountingDocumentBase |
---|
dataDictionaryEntry, nextSourceLineNumber, nextTargetLineNumber, sourceAccountingLineClass, sourceAccountingLines, targetAccountingLineClass, targetAccountingLines |
Fields inherited from class org.kuali.kfs.sys.document.GeneralLedgerPostingDocumentBase |
---|
generalLedgerPendingEntries |
Fields inherited from class org.kuali.kfs.sys.document.LedgerPostingDocumentBase |
---|
accountingPeriod, accountingPeriodService, checkPostingYearForCopy, dataDictionaryService, dateTimeService, postingPeriodCode, postingYear |
Fields inherited from class org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase |
---|
documentHeader |
Fields inherited from class org.kuali.rice.kns.document.DocumentBase |
---|
documentBusinessObject, documentNumber |
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
AccountsPayableDocumentBase()
Constructs a AccountsPayableDocumentBase |
Method Summary | |
---|---|
boolean |
approvalAtAccountsPayableReviewAllowed()
Determines if approval is an option during review. |
boolean |
customizeOffsetGeneralLedgerPendingEntry(GeneralLedgerPendingEntrySourceDetail accountingLine,
GeneralLedgerPendingEntry explicitEntry,
GeneralLedgerPendingEntry offsetEntry)
|
abstract boolean |
documentHasNoImagesAttached()
Checks all documents notes for attachments and to be overriden by sub class |
void |
doRouteLevelChange(org.kuali.rice.kew.dto.DocumentRouteLevelChangeDTO levelChangeEvent)
|
boolean |
generateGeneralLedgerPendingEntries(GeneralLedgerPendingEntrySourceDetail glpeSourceDetail,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper,
PurApItemUseTax offsetUseTax)
|
Timestamp |
getAccountsPayableApprovalTimestamp()
|
String |
getAccountsPayableProcessorIdentifier()
|
AccountsPayableItem |
getAPItemFromPOItem(PurchaseOrderItem poi)
|
Bank |
getBank()
|
String |
getBankCode()
|
String |
getChartOfAccountsCode()
|
String |
getDebitCreditCodeForGLEntries()
|
String |
getDocumentChartOfAccountsCodeForSearching()
|
String |
getDocumentOrganizationCodeForSearching()
|
abstract AccountsPayableDocumentSpecificService |
getDocumentSpecificService()
|
String |
getDocumentType()
|
boolean |
getExtractedIndicatorForSearching()
|
Timestamp |
getExtractedTimestamp()
|
abstract org.kuali.rice.kns.util.KualiDecimal |
getGrandTotal()
Retrieves grand total amount for document. |
String |
getHoldIndicatorForResult()
|
abstract org.kuali.rice.kns.util.KualiDecimal |
getInitialAmount()
Returns the amount entered on the initial screen. |
Class |
getItemClass()
Returns the Item Class. |
String |
getLastActionPerformedByPersonId()
|
String |
getLastActionPerformedByPersonName()
Retrieves the person name for the last person to perform an action on the document. |
org.kuali.rice.kim.bo.Person |
getLastActionPerformedByUser()
Retrieves the universal user object for the last person to perform an action on the document. |
abstract PurapWorkflowConstants.NodeDetails |
getNodeDetailEnum(String nodeName)
Retrieves node details object based on name. |
String |
getNoteLine1Text()
|
String |
getNoteLine2Text()
|
String |
getNoteLine3Text()
|
String |
getOrganizationCode()
|
abstract String |
getPoDocumentTypeForAccountsPayableDocumentCancel()
Helper method to be called from custom prepare for save and to be overriden by sub class. |
CampusParameter |
getProcessingCampus()
|
String |
getProcessingCampusCode()
|
String |
getProcessingCampusCodeForSearch()
|
PurchasingAccountsPayableDocument |
getPurApSourceDocumentIfPossible()
Returns the source of this Purchasing Accounts Payable Document if exists. |
String |
getPurApSourceDocumentLabelIfPossible()
Returns the label of the source of this Purchasing Accounts Payable Document if exists. |
PurchaseOrderDocument |
getPurchaseOrderDocument()
|
Integer |
getPurchaseOrderIdentifier()
|
org.kuali.rice.kns.util.KualiDecimal |
getTotalRemitTax()
This method returns the amount of tax to remit to the vendor |
protected abstract boolean |
isAttachmentRequired()
Checks whether an attachment is required |
boolean |
isClosePurchaseOrderIndicator()
|
boolean |
isContinuationAccountIndicator()
|
boolean |
isExtracted()
Determines if document has been extracted. |
boolean |
isGenerateEncumbranceEntries()
|
boolean |
isHoldIndicator()
|
boolean |
isHoldIndicatorForSearching()
|
boolean |
isReopenPurchaseOrderIndicator()
|
boolean |
isUnmatchedOverride()
|
void |
populateDocumentForRouting()
|
void |
prepareForSave(org.kuali.rice.kns.rule.event.KualiDocumentEvent event)
Calls a custom prepare for save method, as the super class does GL entry creation that causes problems with AP documents. |
abstract boolean |
processNodeChange(String newNodeName,
String oldNodeName)
Hook to allow processing after a route level is passed. |
protected void |
removeGeneralLedgerPendingEntries()
Overriding to stop the deleting of general ledger entries. |
boolean |
requiresAccountsPayableReviewRouting()
Determines if review route node is required. |
abstract void |
saveDocumentFromPostProcessing()
Hook point to allow processing after a save. |
void |
setAccountsPayableApprovalTimestamp(Timestamp accountsPayableApprovalTimestamp)
|
void |
setAccountsPayableProcessorIdentifier(String accountsPayableProcessorIdentifier)
|
void |
setBank(Bank bank)
|
void |
setBankCode(String bankCode)
|
void |
setChartOfAccountsCode(String chartOfAccountsCode)
|
void |
setClosePurchaseOrderIndicator(boolean closePurchaseOrderIndicator)
|
void |
setContinuationAccountIndicator(boolean continuationAccountIndicator)
|
void |
setDebitCreditCodeForGLEntries(String debitCreditCodeForGLEntries)
|
void |
setExtractedTimestamp(Timestamp extractedTimestamp)
|
void |
setGenerateEncumbranceEntries(boolean generateEncumbranceEntries)
|
void |
setGrandTotal(org.kuali.rice.kns.util.KualiDecimal total)
|
void |
setHoldIndicator(boolean holdIndicator)
|
void |
setLastActionPerformedByPersonId(String lastActionPerformedByPersonId)
|
void |
setLineItemTotal(org.kuali.rice.kns.util.KualiDecimal total)
|
void |
setNoteLine1Text(String noteLine1Text)
|
void |
setNoteLine2Text(String noteLine2Text)
|
void |
setNoteLine3Text(String noteLine3Text)
|
void |
setOrganizationCode(String organizationCode)
|
void |
setProcessingCampus(CampusParameter processingCampus)
Deprecated. |
void |
setProcessingCampusCode(String processingCampusCode)
|
void |
setPurchaseOrderDocument(PurchaseOrderDocument purchaseOrderDocument)
|
void |
setPurchaseOrderIdentifier(Integer purchaseOrderIdentifier)
|
void |
setReopenPurchaseOrderIndicator(boolean reopenPurchaseOrderIndicator)
|
void |
setUnmatchedOverride(boolean unmatchedOverride)
|
boolean |
shouldGiveErrorForEmptyAccountsProration()
|
void |
updateExtendedPriceOnItems()
|
Methods inherited from class org.kuali.kfs.sys.document.LedgerPostingDocumentBase |
---|
createInitialAccountingPeriod, getAccountingPeriod, getAccountingPeriodService, getDataDictionaryService, getDateTimeService, getFinancialDocumentTypeCode, getPostingPeriodCode, getPostingYear, retrieveCurrentAccountingPeriod, setAccountingPeriod, setPostingPeriodCode |
Methods inherited from class org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase |
---|
answerSplitNodeQuestion, getDocumentHeader, prepareForSave, setDocumentHeader |
Methods inherited from class org.kuali.rice.kns.document.TransactionalDocumentBase |
---|
getAllowsCopy, isSessionDocument |
Methods inherited from class org.kuali.rice.kns.document.DocumentBase |
---|
addCopyErrorDocumentNote, addPessimisticLock, afterLookup, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, createPropertySerializabilityEvaluator, doActionTaken, getAdHocRoutePersons, getAdHocRouteWorkgroups, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentBusinessObject, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNonLockingActionTakenCodes, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, logErrors, postProcessSave, refresh, refreshIfEmpty, refreshPessimisticLocks, refreshReferenceObject, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentNumber, setNewDocumentHeader, setPessimisticLocks, toString, toStringBuilder, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization |
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.kfs.sys.document.GeneralLedgerPostingDocument |
---|
checkSufficientFunds, getGeneralLedgerPendingEntries, getGeneralLedgerPendingEntry, getPendingLedgerEntriesForSufficientFundsChecking, setGeneralLedgerPendingEntries |
Methods inherited from interface org.kuali.kfs.sys.document.LedgerPostingDocument |
---|
getAccountingPeriod, getPostingPeriodCode, getPostingYear, setAccountingPeriod, setPostingPeriodCode, setPostingYear |
Methods inherited from interface org.kuali.kfs.sys.document.FinancialSystemTransactionalDocument |
---|
answerSplitNodeQuestion, getDocumentHeader |
Methods inherited from interface org.kuali.rice.kns.document.Document |
---|
addPessimisticLock, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteStatusChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAllowsCopy, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentBusinessObject, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getPessimisticLocks, getWorkflowEngineDocumentIdsToLock, getXmlForRouteReport, postProcessSave, prepareForSave, processAfterRetrieve, refreshPessimisticLocks, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization |
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject |
---|
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow, refresh |
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware |
---|
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate |
Methods inherited from interface org.kuali.kfs.sys.document.GeneralLedgerPendingEntrySource |
---|
addPendingEntry, clearAnyGeneralLedgerPendingEntries, generateDocumentGeneralLedgerPendingEntries, generateGeneralLedgerPendingEntries, getDocumentHeader, getFinancialDocumentTypeCode, getGeneralLedgerPendingEntryAmountForDetail, getGeneralLedgerPendingEntrySourceDetails, getPostingYear, isDebit |
Field Detail |
---|
protected static org.apache.log4j.Logger LOG
protected Timestamp accountsPayableApprovalTimestamp
protected String lastActionPerformedByPersonId
protected String accountsPayableProcessorIdentifier
protected boolean holdIndicator
protected Timestamp extractedTimestamp
protected Integer purchaseOrderIdentifier
protected String processingCampusCode
protected String noteLine1Text
protected String noteLine2Text
protected String noteLine3Text
protected boolean continuationAccountIndicator
protected boolean closePurchaseOrderIndicator
protected boolean reopenPurchaseOrderIndicator
protected String bankCode
protected boolean unmatchedOverride
protected String chartOfAccountsCode
protected String organizationCode
protected boolean generateEncumbranceEntries
protected String debitCreditCodeForGLEntries
protected PurApItemUseTax offsetUseTax
protected CampusParameter processingCampus
protected transient PurchaseOrderDocument purchaseOrderDocument
protected Bank bank
Constructor Detail |
---|
public AccountsPayableDocumentBase()
Method Detail |
---|
public void setLineItemTotal(org.kuali.rice.kns.util.KualiDecimal total)
public void setGrandTotal(org.kuali.rice.kns.util.KualiDecimal total)
protected void removeGeneralLedgerPendingEntries()
removeGeneralLedgerPendingEntries
in class GeneralLedgerPostingDocumentBase
GeneralLedgerPostingDocumentBase.removeGeneralLedgerPendingEntries()
public boolean requiresAccountsPayableReviewRouting()
AccountsPayableDocument
requiresAccountsPayableReviewRouting
in interface AccountsPayableDocument
AccountsPayableDocument.requiresAccountsPayableReviewRouting()
public boolean approvalAtAccountsPayableReviewAllowed()
AccountsPayableDocument
approvalAtAccountsPayableReviewAllowed
in interface AccountsPayableDocument
AccountsPayableDocument.approvalAtAccountsPayableReviewAllowed()
protected abstract boolean isAttachmentRequired()
public abstract boolean documentHasNoImagesAttached()
public void populateDocumentForRouting()
populateDocumentForRouting
in interface org.kuali.rice.kns.document.Document
populateDocumentForRouting
in class org.kuali.rice.kns.document.DocumentBase
DocumentBase.populateDocumentForRouting()
public void prepareForSave(org.kuali.rice.kns.rule.event.KualiDocumentEvent event)
prepareForSave
in interface org.kuali.rice.kns.document.Document
prepareForSave
in class PurchasingAccountsPayableDocumentBase
PurchasingAccountsPayableDocumentBase.prepareForSave(org.kuali.rice.kns.rule.event.KualiDocumentEvent)
public abstract String getPoDocumentTypeForAccountsPayableDocumentCancel()
public void doRouteLevelChange(org.kuali.rice.kew.dto.DocumentRouteLevelChangeDTO levelChangeEvent)
doRouteLevelChange
in interface org.kuali.rice.kns.document.Document
doRouteLevelChange
in class org.kuali.rice.kns.document.DocumentBase
org.kuali.rice.kns.document.DocumentBase#handleRouteLevelChange(org.kuali.rice.kew.clientapp.vo.DocumentRouteLevelChangeDTO)
public abstract boolean processNodeChange(String newNodeName, String oldNodeName)
newNodeName
- - current route leveloldNodeName
- - previous route level
public abstract PurapWorkflowConstants.NodeDetails getNodeDetailEnum(String nodeName)
nodeName
- - route level
public abstract void saveDocumentFromPostProcessing()
public Integer getPurchaseOrderIdentifier()
getPurchaseOrderIdentifier
in interface AccountsPayableDocument
public void setPurchaseOrderIdentifier(Integer purchaseOrderIdentifier)
setPurchaseOrderIdentifier
in interface AccountsPayableDocument
public String getAccountsPayableProcessorIdentifier()
getAccountsPayableProcessorIdentifier
in interface AccountsPayableDocument
public void setAccountsPayableProcessorIdentifier(String accountsPayableProcessorIdentifier)
setAccountsPayableProcessorIdentifier
in interface AccountsPayableDocument
public String getLastActionPerformedByPersonId()
getLastActionPerformedByPersonId
in interface AccountsPayableDocument
public void setLastActionPerformedByPersonId(String lastActionPerformedByPersonId)
setLastActionPerformedByPersonId
in interface AccountsPayableDocument
public String getProcessingCampusCode()
getProcessingCampusCode
in interface AccountsPayableDocument
public void setProcessingCampusCode(String processingCampusCode)
setProcessingCampusCode
in interface AccountsPayableDocument
public Timestamp getAccountsPayableApprovalTimestamp()
getAccountsPayableApprovalTimestamp
in interface AccountsPayableDocument
public void setAccountsPayableApprovalTimestamp(Timestamp accountsPayableApprovalTimestamp)
setAccountsPayableApprovalTimestamp
in interface AccountsPayableDocument
public Timestamp getExtractedTimestamp()
getExtractedTimestamp
in interface AccountsPayableDocument
public void setExtractedTimestamp(Timestamp extractedTimestamp)
setExtractedTimestamp
in interface AccountsPayableDocument
public boolean isHoldIndicator()
isHoldIndicator
in interface AccountsPayableDocument
public void setHoldIndicator(boolean holdIndicator)
setHoldIndicator
in interface AccountsPayableDocument
public String getNoteLine1Text()
getNoteLine1Text
in interface AccountsPayableDocument
public void setNoteLine1Text(String noteLine1Text)
setNoteLine1Text
in interface AccountsPayableDocument
public String getNoteLine2Text()
getNoteLine2Text
in interface AccountsPayableDocument
public void setNoteLine2Text(String noteLine2Text)
setNoteLine2Text
in interface AccountsPayableDocument
public String getNoteLine3Text()
getNoteLine3Text
in interface AccountsPayableDocument
public void setNoteLine3Text(String noteLine3Text)
setNoteLine3Text
in interface AccountsPayableDocument
public CampusParameter getProcessingCampus()
getProcessingCampus
in interface AccountsPayableDocument
public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
public String getOrganizationCode()
public void setOrganizationCode(String organizationCode)
public boolean isGenerateEncumbranceEntries()
public void setGenerateEncumbranceEntries(boolean generateEncumbranceEntries)
public PurchaseOrderDocument getPurchaseOrderDocument()
getPurchaseOrderDocument
in interface AccountsPayableDocument
AccountsPayableDocument.getPurchaseOrderDocument()
public void setPurchaseOrderDocument(PurchaseOrderDocument purchaseOrderDocument)
setPurchaseOrderDocument
in interface AccountsPayableDocument
AccountsPayableDocument.setPurchaseOrderDocument(org.kuali.kfs.module.purap.document.PurchaseOrderDocument)
public boolean isClosePurchaseOrderIndicator()
public void setClosePurchaseOrderIndicator(boolean closePurchaseOrderIndicator)
public boolean isReopenPurchaseOrderIndicator()
public void setReopenPurchaseOrderIndicator(boolean reopenPurchaseOrderIndicator)
public String getBankCode()
public void setBankCode(String bankCode)
public Bank getBank()
public void setBank(Bank bank)
public void setProcessingCampus(CampusParameter processingCampus)
processingCampus
- public org.kuali.rice.kim.bo.Person getLastActionPerformedByUser()
public String getLastActionPerformedByPersonName()
public String getDebitCreditCodeForGLEntries()
public void setDebitCreditCodeForGLEntries(String debitCreditCodeForGLEntries)
public boolean isUnmatchedOverride()
isUnmatchedOverride
in interface AccountsPayableDocument
public void setUnmatchedOverride(boolean unmatchedOverride)
setUnmatchedOverride
in interface AccountsPayableDocument
public boolean getExtractedIndicatorForSearching()
public boolean isHoldIndicatorForSearching()
public abstract org.kuali.rice.kns.util.KualiDecimal getGrandTotal()
AccountsPayableDocument
getGrandTotal
in interface AccountsPayableDocument
AccountsPayableDocument.getGrandTotal()
public abstract org.kuali.rice.kns.util.KualiDecimal getInitialAmount()
AccountsPayableDocument
getInitialAmount
in interface AccountsPayableDocument
AccountsPayableDocument.getInitialAmount()
public boolean isContinuationAccountIndicator()
isContinuationAccountIndicator
in interface AccountsPayableDocument
public void setContinuationAccountIndicator(boolean continuationAccountIndicator)
setContinuationAccountIndicator
in interface AccountsPayableDocument
public boolean isExtracted()
AccountsPayableDocument
isExtracted
in interface AccountsPayableDocument
public abstract AccountsPayableDocumentSpecificService getDocumentSpecificService()
getDocumentSpecificService
in interface AccountsPayableDocument
public AccountsPayableItem getAPItemFromPOItem(PurchaseOrderItem poi)
getAPItemFromPOItem
in interface AccountsPayableDocument
public Class getItemClass()
PurchasingAccountsPayableDocument
getItemClass
in interface PurapItemOperations
getItemClass
in interface PurchasingAccountsPayableDocument
getItemClass
in class PurchasingAccountsPayableDocumentBase
PurchasingAccountsPayableDocumentBase.getItemClass()
public PurchasingAccountsPayableDocument getPurApSourceDocumentIfPossible()
PurchasingAccountsPayableDocument
getPurApSourceDocumentIfPossible
in interface PurchasingAccountsPayableDocument
getPurApSourceDocumentIfPossible
in class PurchasingAccountsPayableDocumentBase
PurchasingAccountsPayableDocumentBase.getPurApSourceDocumentIfPossible()
public String getPurApSourceDocumentLabelIfPossible()
PurchasingAccountsPayableDocument
getPurApSourceDocumentLabelIfPossible
in interface PurchasingAccountsPayableDocument
getPurApSourceDocumentLabelIfPossible
in class PurchasingAccountsPayableDocumentBase
PurchasingAccountsPayableDocumentBase.getPurApSourceDocumentLabelIfPossible()
public void updateExtendedPriceOnItems()
public org.kuali.rice.kns.util.KualiDecimal getTotalRemitTax()
AccountsPayableDocument
getTotalRemitTax
in interface AccountsPayableDocument
org.kuali.kfs.module.purap.document.AccountsPayableDocument#getTotalRemitAmount()
public boolean customizeOffsetGeneralLedgerPendingEntry(GeneralLedgerPendingEntrySourceDetail accountingLine, GeneralLedgerPendingEntry explicitEntry, GeneralLedgerPendingEntry offsetEntry)
customizeOffsetGeneralLedgerPendingEntry
in class AccountingDocumentBase
public boolean generateGeneralLedgerPendingEntries(GeneralLedgerPendingEntrySourceDetail glpeSourceDetail, GeneralLedgerPendingEntrySequenceHelper sequenceHelper, PurApItemUseTax offsetUseTax)
generateGeneralLedgerPendingEntries
in interface AccountsPayableDocument
public String getHoldIndicatorForResult()
public String getProcessingCampusCodeForSearch()
public String getDocumentChartOfAccountsCodeForSearching()
public String getDocumentOrganizationCodeForSearching()
public String getDocumentType()
public boolean shouldGiveErrorForEmptyAccountsProration()
shouldGiveErrorForEmptyAccountsProration
in interface PurchasingAccountsPayableDocument
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |