|
||||||||||
| 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.module.ar.document.PaymentApplicationDocument
public class PaymentApplicationDocument
| Field Summary | |
|---|---|
protected AccountsReceivableDocumentHeader |
accountsReceivableDocumentHeader
|
protected org.kuali.rice.kns.service.BusinessObjectService |
boService
|
protected CashControlDetail |
cashControlDetail
|
protected org.kuali.rice.kns.service.DocumentService |
docService
|
protected FinancialSystemUserService |
fsUserService
|
protected String |
hiddenFieldForErrors
|
protected CustomerInvoiceDocumentService |
invoiceDocService
|
protected List<InvoicePaidApplied> |
invoicePaidApplieds
|
protected static String |
LAUNCHED_FROM_BATCH
|
protected static org.apache.log4j.Logger |
LOG
|
protected Collection<NonAppliedDistribution> |
nonAppliedDistributions
|
protected NonAppliedHolding |
nonAppliedHolding
|
protected NonAppliedHoldingService |
nonAppliedHoldingService
|
protected ArrayList<NonAppliedHolding> |
nonAppliedHoldingsForCustomer
|
protected Collection<NonInvoicedDistribution> |
nonInvoicedDistributions
|
protected List<NonInvoiced> |
nonInvoiceds
|
protected PaymentApplicationDocumentService |
paymentApplicationDocumentService
|
| 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 | |
|---|---|
PaymentApplicationDocument()
|
|
| Method Summary | |
|---|---|
Map<String,org.kuali.rice.kns.util.KualiDecimal> |
allocateFundsFromUnappliedControls(List<NonAppliedHolding> nonAppliedHoldings,
org.kuali.rice.kns.util.KualiDecimal amountToBeApplied)
Walks through the nonAppliedHoldings passed in (the control docs) and allocates how the funding should be allocated. |
boolean |
answerSplitNodeQuestion(String nodeName)
|
List |
buildListOfDeletionAwareLists()
|
void |
createDistributions()
|
protected List<GeneralLedgerPendingEntry> |
createPendingEntries(GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
|
void |
doRouteStatusChange(org.kuali.rice.kew.dto.DocumentRouteStatusChangeDTO statusChangeEvent)
Override to call super and then iterate over all GLPEs and update the approved code appropriately. |
boolean |
generateDocumentGeneralLedgerPendingEntries(GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
Creates any GeneralLedgerPostingEntry's that are based on a document, not those based on GeneralLedgerPendingEntrySourceDetail entries |
boolean |
generateGeneralLedgerPendingEntries(GeneralLedgerPendingEntrySourceDetail glpeSourceDetail,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
Generates any number of general ledger pending entries from a given general ledger pending entry source detail and adds them to this general ledger pending entry source |
AccountsReceivableDocumentHeader |
getAccountsReceivableDocumentHeader()
|
protected org.kuali.rice.kns.service.BusinessObjectService |
getBoService()
|
CashControlDetail |
getCashControlDetail()
|
CashControlDocument |
getCashControlDocument()
|
Map<String,org.kuali.rice.kns.util.KualiDecimal> |
getDistributionsFromControlDocuments()
Collects and returns the combined distributions from NonInvoiced/NonAr and Unapplied. |
protected org.kuali.rice.kns.service.DocumentService |
getDocService()
|
protected FinancialSystemUserService |
getFsUserService()
|
org.kuali.rice.kns.util.KualiDecimal |
getGeneralLedgerPendingEntryAmountForDetail(GeneralLedgerPendingEntrySourceDetail glpeSourceDetail)
A method to determine what the actual amount, based off of a GeneralLedgerPendingEntrySourceDetail, should be for the resultant GeneralLedgerPendingEntry |
List<GeneralLedgerPendingEntrySourceDetail> |
getGeneralLedgerPendingEntrySourceDetails()
Returns a list of any GeneralLedgerPostables this helper has, to create GeneralLedgerPendingEntries |
String |
getHiddenFieldForErrors()
|
String |
getInvoiceAppliedCustomerName()
This method is defined to assist in the custom search implementation. |
String |
getInvoiceAppliedCustomerNumber()
This method is defined to assist in the custom search implementation. |
protected CustomerInvoiceDocumentService |
getInvoiceDocService()
|
protected List<String> |
getInvoiceNumbersToUpdateOnFinal()
This method is used ONLY for handleRouteStatus change and other postProcessor related tasks (like getWorkflowEngineDocumentIdsToLock()) and should not otherwise be used. |
InvoicePaidApplied |
getInvoicePaidApplied(int index)
This method retrieves a specific applied payment from the list, by array index |
List<InvoicePaidApplied> |
getInvoicePaidApplieds()
|
protected ObjectCode |
getInvoiceReceivableObjectCode(InvoicePaidApplied invoicePaidApplied)
This method gets an ObjectCode from an invoice document. |
List<CustomerInvoiceDocument> |
getInvoicesPaidAgainst()
This method is very specialized for a specific use. |
org.kuali.rice.kns.util.KualiDecimal |
getNonAppliedControlAvailableUnappliedAmount()
This method calculates the total amount available to be applied from previously unapplied funds for the associated customer. |
Collection<NonAppliedDistribution> |
getNonAppliedDistributions()
|
NonAppliedHolding |
getNonAppliedHolding()
|
org.kuali.rice.kns.util.KualiDecimal |
getNonAppliedHoldingAmount()
|
protected NonAppliedHoldingService |
getNonAppliedHoldingService()
|
Collection<NonAppliedHolding> |
getNonAppliedHoldingsForCustomer()
Retrieves the NonApplied Holdings that are the Controls for this PaymentApplication. |
List<NonAppliedHolding> |
getNonAppliedHoldingsUsedAsControls()
|
org.kuali.rice.kns.util.KualiDecimal |
getNonArTotal()
|
NonInvoiced |
getNonInvoiced(int index)
This method retrieves a specific non invoiced payment from the list, by array index |
Collection<NonInvoicedDistribution> |
getNonInvoicedDistributions()
|
List<NonInvoiced> |
getNonInvoiceds()
|
PaymentApplicationDocumentService |
getPaymentApplicationDocumentService()
|
List<PaymentApplicationDocument> |
getPaymentApplicationDocumentsUsedAsControlDocuments()
This is a very specialized method, that is only intended to be used once the document is in a Final/Approved state. |
String |
getPaymentNumber()
Returns the PaymentMediumIdentifier on the associated CashControlDetail, if one exists, otherwise returns null. |
org.kuali.rice.kns.util.KualiDecimal |
getSumOfInvoicePaidApplieds()
|
org.kuali.rice.kns.util.KualiDecimal |
getSumOfNonAppliedDistributions()
|
org.kuali.rice.kns.util.KualiDecimal |
getSumOfNonInvoicedDistributions()
|
org.kuali.rice.kns.util.KualiDecimal |
getSumOfNonInvoiceds()
|
org.kuali.rice.kns.util.KualiDecimal |
getTotalApplied()
This method returns the total amount allocated against the cash control total. |
org.kuali.rice.kns.util.KualiDecimal |
getTotalFromControl()
This method calculates the total amount available to be applied on this document. |
org.kuali.rice.kns.util.KualiDecimal |
getUnallocatedBalance()
This method subtracts the sum of the invoice paid applieds, non-ar and unapplied totals from the outstanding amount received via the cash control document. |
String |
getUnappliedCustomerName()
This method is defined to assist in the custom search implementation. |
String |
getUnappliedCustomerNumber()
This method is defined to assist in the custom search implementation. |
List<Long> |
getWorkflowEngineDocumentIdsToLock()
|
boolean |
hasCashControlDetail()
|
boolean |
hasCashControlDocument()
|
boolean |
isApproved()
|
boolean |
isDebit(GeneralLedgerPendingEntrySourceDetail postable)
This method determines if the passed in GeneralLedgerPendingEntrySourceDetail is a debit or not. |
boolean |
isFinal()
|
protected boolean |
launchedFromBatch()
|
void |
prepareForSave(org.kuali.rice.kns.rule.event.KualiDocumentEvent event)
|
void |
setAccountsReceivableDocumentHeader(AccountsReceivableDocumentHeader accountsReceivableDocumentHeader)
|
void |
setCashControlDetail(CashControlDetail cashControlDetail)
|
void |
setHiddenFieldForErrors(String hiddenFieldForErrors)
|
void |
setInvoicePaidApplieds(List<InvoicePaidApplied> appliedPayments)
|
void |
setNonAppliedDistributions(Collection<NonAppliedDistribution> nonAppliedDistributions)
|
void |
setNonAppliedHolding(NonAppliedHolding nonAppliedHolding)
|
void |
setNonAppliedHoldingsForCustomer(ArrayList<NonAppliedHolding> nonApplieds)
Warning, this property is not ever persisted to the database, and is only used during workflow processing (since its been serialized) and during presentation of the document on the webapp. |
void |
setNonInvoicedDistributions(Collection<NonInvoicedDistribution> nonInvoicedDistributions)
|
void |
setNonInvoiceds(List<NonInvoiced> nonInvoiceds)
|
| Methods inherited from class org.kuali.kfs.sys.document.LedgerPostingDocumentBase |
|---|
createInitialAccountingPeriod, getAccountingPeriod, getAccountingPeriodService, getDataDictionaryService, getDateTimeService, getFinancialDocumentTypeCode, getPostingPeriodCode, getPostingYear, retrieveCurrentAccountingPeriod, setAccountingPeriod, setPostingPeriodCode, setPostingYear |
| Methods inherited from class org.kuali.kfs.sys.document.FinancialSystemTransactionalDocumentBase |
|---|
getDocumentHeader, prepareForSave, processAfterRetrieve, 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, doRouteLevelChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentBusinessObject, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getNonLockingActionTakenCodes, getPessimisticLocks, getXmlForRouteReport, logErrors, populateDocumentForRouting, postProcessSave, refresh, refreshIfEmpty, refreshPessimisticLocks, refreshReferenceObject, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentNumber, setNewDocumentHeader, setPessimisticLocks, toString, toStringBuilder, toStringMapper, 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, refreshNonUpdateableReferences, 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.GeneralLedgerPendingEntrySource |
|---|
addPendingEntry, clearAnyGeneralLedgerPendingEntries, getDocumentHeader, getFinancialDocumentTypeCode, getPostingYear |
| 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 |
|---|
getDocumentHeader |
| Methods inherited from interface org.kuali.rice.kns.document.Document |
|---|
addPessimisticLock, afterWorkflowEngineProcess, beforeWorkflowEngineProcess, doActionTaken, doRouteLevelChange, generateSaveEvents, getAdHocRoutePersons, getAdHocRouteWorkgroups, getAllowsCopy, getBasePathToDocumentDuringSerialization, getCustomLockDescriptor, getDocumentBusinessObject, getDocumentNumber, getDocumentPropertySerizabilityEvaluator, getDocumentTitle, getLockClearningMethodNames, getPessimisticLocks, getXmlForRouteReport, populateDocumentForRouting, postProcessSave, prepareForSave, processAfterRetrieve, refreshPessimisticLocks, serializeDocumentToXml, setAdHocRoutePersons, setAdHocRouteWorkgroups, setDocumentHeader, setDocumentNumber, useCustomLockDescriptors, validateBusinessRules, wrapDocumentWithMetadataForXmlSerialization |
| Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject |
|---|
addNote, 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 |
| Field Detail |
|---|
protected static org.apache.log4j.Logger LOG
protected static final String LAUNCHED_FROM_BATCH
protected String hiddenFieldForErrors
protected List<InvoicePaidApplied> invoicePaidApplieds
protected List<NonInvoiced> nonInvoiceds
protected Collection<NonInvoicedDistribution> nonInvoicedDistributions
protected Collection<NonAppliedDistribution> nonAppliedDistributions
protected NonAppliedHolding nonAppliedHolding
protected AccountsReceivableDocumentHeader accountsReceivableDocumentHeader
protected transient PaymentApplicationDocumentService paymentApplicationDocumentService
protected transient CashControlDetail cashControlDetail
protected transient FinancialSystemUserService fsUserService
protected transient CustomerInvoiceDocumentService invoiceDocService
protected transient org.kuali.rice.kns.service.DocumentService docService
protected transient NonAppliedHoldingService nonAppliedHoldingService
protected transient org.kuali.rice.kns.service.BusinessObjectService boService
protected ArrayList<NonAppliedHolding> nonAppliedHoldingsForCustomer
| Constructor Detail |
|---|
public PaymentApplicationDocument()
| Method Detail |
|---|
public String getPaymentNumber()
public boolean hasCashControlDocument()
public CashControlDocument getCashControlDocument()
org.kuali.rice.kew.exception.WorkflowExceptionpublic boolean hasCashControlDetail()
public CashControlDetail getCashControlDetail()
org.kuali.rice.kew.exception.WorkflowExceptionpublic void setCashControlDetail(CashControlDetail cashControlDetail)
public org.kuali.rice.kns.util.KualiDecimal getTotalFromControl()
public org.kuali.rice.kns.util.KualiDecimal getNonAppliedControlAvailableUnappliedAmount()
public org.kuali.rice.kns.util.KualiDecimal getSumOfInvoicePaidApplieds()
public org.kuali.rice.kns.util.KualiDecimal getSumOfNonInvoiceds()
public org.kuali.rice.kns.util.KualiDecimal getSumOfNonInvoicedDistributions()
public org.kuali.rice.kns.util.KualiDecimal getSumOfNonAppliedDistributions()
public org.kuali.rice.kns.util.KualiDecimal getNonAppliedHoldingAmount()
public org.kuali.rice.kns.util.KualiDecimal getTotalApplied()
public org.kuali.rice.kns.util.KualiDecimal getUnallocatedBalance()
org.kuali.rice.kew.exception.WorkflowExceptionpublic org.kuali.rice.kns.util.KualiDecimal getNonArTotal()
public boolean isFinal()
public boolean isApproved()
public List<CustomerInvoiceDocument> getInvoicesPaidAgainst()
public List<PaymentApplicationDocument> getPaymentApplicationDocumentsUsedAsControlDocuments()
public List<NonAppliedHolding> getNonAppliedHoldingsUsedAsControls()
public List<InvoicePaidApplied> getInvoicePaidApplieds()
public void setInvoicePaidApplieds(List<InvoicePaidApplied> appliedPayments)
public List<NonInvoiced> getNonInvoiceds()
public void setNonInvoiceds(List<NonInvoiced> nonInvoiceds)
public Collection<NonInvoicedDistribution> getNonInvoicedDistributions()
public void setNonInvoicedDistributions(Collection<NonInvoicedDistribution> nonInvoicedDistributions)
public Collection<NonAppliedDistribution> getNonAppliedDistributions()
public void setNonAppliedDistributions(Collection<NonAppliedDistribution> nonAppliedDistributions)
public NonAppliedHolding getNonAppliedHolding()
public void setNonAppliedHolding(NonAppliedHolding nonAppliedHolding)
public AccountsReceivableDocumentHeader getAccountsReceivableDocumentHeader()
public void setAccountsReceivableDocumentHeader(AccountsReceivableDocumentHeader accountsReceivableDocumentHeader)
public InvoicePaidApplied getInvoicePaidApplied(int index)
index - the index of the applied payment to retrieve
public NonInvoiced getNonInvoiced(int index)
index - the index of the non invoiced payment to retrieve
protected ObjectCode getInvoiceReceivableObjectCode(InvoicePaidApplied invoicePaidApplied)
throws org.kuali.rice.kew.exception.WorkflowException
invoicePaidApplied -
org.kuali.rice.kew.exception.WorkflowException
protected List<GeneralLedgerPendingEntry> createPendingEntries(GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
throws org.kuali.rice.kew.exception.WorkflowException
sequenceHelper -
org.kuali.rice.kew.exception.WorkflowExceptionpublic boolean generateDocumentGeneralLedgerPendingEntries(GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
GeneralLedgerPendingEntrySource
generateDocumentGeneralLedgerPendingEntries in interface GeneralLedgerPendingEntrySourcesequenceHelper - a sequence helper for the method to create more general ledger pending entries
GeneralLedgerPendingEntrySource.generateDocumentGeneralLedgerPendingEntries(org.kuali.kfs.sys.businessobject.GeneralLedgerPendingEntrySequenceHelper)
public boolean generateGeneralLedgerPendingEntries(GeneralLedgerPendingEntrySourceDetail glpeSourceDetail,
GeneralLedgerPendingEntrySequenceHelper sequenceHelper)
GeneralLedgerPendingEntrySource
generateGeneralLedgerPendingEntries in interface GeneralLedgerPendingEntrySourceglpeSourceDetail - the source detail line to generate general ledger pending entries forsequenceHelper - the sequence helper which will assign sequence number to generated general ledger pending entries
public org.kuali.rice.kns.util.KualiDecimal getGeneralLedgerPendingEntryAmountForDetail(GeneralLedgerPendingEntrySourceDetail glpeSourceDetail)
GeneralLedgerPendingEntrySource
getGeneralLedgerPendingEntryAmountForDetail in interface GeneralLedgerPendingEntrySourceglpeSourceDetail - the detail line from the general ledger pending entry source to find an amount for
public List<GeneralLedgerPendingEntrySourceDetail> getGeneralLedgerPendingEntrySourceDetails()
GeneralLedgerPendingEntrySource
getGeneralLedgerPendingEntrySourceDetails in interface GeneralLedgerPendingEntrySourcepublic boolean isDebit(GeneralLedgerPendingEntrySourceDetail postable)
GeneralLedgerPendingEntrySource
isDebit in interface GeneralLedgerPendingEntrySourceprotected List<String> getInvoiceNumbersToUpdateOnFinal()
public List<Long> getWorkflowEngineDocumentIdsToLock()
getWorkflowEngineDocumentIdsToLock in interface org.kuali.rice.kns.document.DocumentgetWorkflowEngineDocumentIdsToLock in class org.kuali.rice.kns.document.DocumentBasepublic void doRouteStatusChange(org.kuali.rice.kew.dto.DocumentRouteStatusChangeDTO statusChangeEvent)
GeneralLedgerPostingDocumentBase
doRouteStatusChange in interface org.kuali.rice.kns.document.DocumentdoRouteStatusChange in class GeneralLedgerPostingDocumentBaseDocument#doRouteStatusChange()public List buildListOfDeletionAwareLists()
buildListOfDeletionAwareLists in interface org.kuali.rice.kns.bo.PersistableBusinessObjectbuildListOfDeletionAwareLists in class org.kuali.rice.kns.bo.PersistableBusinessObjectBasepublic void prepareForSave(org.kuali.rice.kns.rule.event.KualiDocumentEvent event)
prepareForSave in interface org.kuali.rice.kns.document.DocumentprepareForSave in class GeneralLedgerPostingDocumentBasepublic PaymentApplicationDocumentService getPaymentApplicationDocumentService()
protected FinancialSystemUserService getFsUserService()
protected CustomerInvoiceDocumentService getInvoiceDocService()
protected org.kuali.rice.kns.service.DocumentService getDocService()
protected NonAppliedHoldingService getNonAppliedHoldingService()
protected org.kuali.rice.kns.service.BusinessObjectService getBoService()
public String getHiddenFieldForErrors()
public void setHiddenFieldForErrors(String hiddenFieldForErrors)
public Collection<NonAppliedHolding> getNonAppliedHoldingsForCustomer()
public void setNonAppliedHoldingsForCustomer(ArrayList<NonAppliedHolding> nonApplieds)
nonApplieds - public Map<String,org.kuali.rice.kns.util.KualiDecimal> getDistributionsFromControlDocuments()
public Map<String,org.kuali.rice.kns.util.KualiDecimal> allocateFundsFromUnappliedControls(List<NonAppliedHolding> nonAppliedHoldings,
org.kuali.rice.kns.util.KualiDecimal amountToBeApplied)
public void createDistributions()
public boolean answerSplitNodeQuestion(String nodeName)
throws UnsupportedOperationException
answerSplitNodeQuestion in interface FinancialSystemTransactionalDocumentanswerSplitNodeQuestion in class FinancialSystemTransactionalDocumentBaseUnsupportedOperationExceptionFinancialSystemTransactionalDocumentBase.answerSplitNodeQuestion(java.lang.String)protected boolean launchedFromBatch()
public String getUnappliedCustomerNumber()
public String getUnappliedCustomerName()
public String getInvoiceAppliedCustomerNumber()
public String getInvoiceAppliedCustomerName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||