Java Doc for PurchasingAccountsPayableDocumentBase.java in  » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » module » purap » document » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » Kuali Financial System » org.kuali.module.purap.document 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.kuali.kfs.document.AccountingDocumentBase
   org.kuali.module.purap.document.PurchasingAccountsPayableDocumentBase

All known Subclasses:   org.kuali.module.purap.document.PurchasingDocumentBase,  org.kuali.module.purap.document.AccountsPayableDocumentBase,
PurchasingAccountsPayableDocumentBase
abstract public class PurchasingAccountsPayableDocumentBase extends AccountingDocumentBase implements PurchasingAccountsPayableDocument,AmountTotaling(Code)
Base class for Purchasing-Accounts Payable Documents.


Field Summary
public  booleanallowDeleteAwareCollection
    
public transient  String[]belowTheLineTypes
    

Constructor Summary
public  PurchasingAccountsPayableDocumentBase()
     Default constructor to be overiden.

Method Summary
public  voidaddItem(PurApItem item)
    
public  ListbuildListOfDeletionAwareLists()
    
public  voidcustomPrepareForSave(KualiDocumentEvent event)
     Allows child PO classes to customize the prepareForSave method.
public  voiddeleteItem(int lineNum)
    
public  booleandocumentPerformsSufficientFundsCheck()
     PURAP documents are all overriding this method to return false because sufficient funds checking should not be performed on route of any PURAP documents.
protected  booleandocumentWillStopInRouteNode(String routeNodeName)
     Populate the document for routing to the specified node.
Parameters:
  routeNodeName - the specified node to route to.
public  List<SourceAccountingLine>getAccountsForRouting()
    
public  IntegergetAccountsPayablePurchasingDocumentLinkIdentifier()
    
public  String[]getBelowTheLineTypes()
    
public  PurApItemgetItem(int pos)
    
public  PurApItemgetItemByLineNumber(int lineNumber)
     Iterates through the items of the document and returns the item with the line number equal to the number given, or null if a match is not found.
Parameters:
  lineNumber - line number to match on.
abstract public  ClassgetItemClass()
    
public  intgetItemLinePosition()
    
public  ListgetItems()
    
public  BooleangetOverrideWorkflowButtons()
    
public  List<CreditMemoView>getPaymentHistoryCreditMemoViews()
     Gets the Payment History Credit Memo Views for this document.
public  List<PaymentRequestView>getPaymentHistoryPaymentRequestViews()
     Gets the Payment History Payment Request Views for this document.
protected  ListgetPersistedSourceAccountingLinesForComparison()
    
abstract public  PurchasingAccountsPayableDocumentgetPurApSourceDocumentIfPossible()
    
abstract public  StringgetPurApSourceDocumentLabelIfPossible()
    
public  IntegergetPurapDocumentIdentifier()
    
public  List<CreditMemoView>getRelatedCreditMemoViews()
    
public  List<PaymentRequestView>getRelatedPaymentRequestViews()
    
public  List<PurchaseOrderView>getRelatedPurchaseOrderViews()
    
public  List<RequisitionView>getRelatedRequisitionViews()
    
protected  ListgetSourceAccountingLinesForComparison()
    
public  StatusgetStatus()
    
public  StringgetStatusCode()
    
public  KualiDecimalgetTotalDollarAmount()
    
public  KualiDecimalgetTotalDollarAmountAboveLineItems()
     Computes the total dollar amount of all above the line items.
public  KualiDecimalgetTotalDollarAmountAboveLineItems(String[] excludedTypes)
     Computes the total dollar amount of all above the line items with the specified item types excluded.
Parameters:
  excludedTypes - the types of items to be excluded.
public  KualiDecimalgetTotalDollarAmountAllItems()
     Computes the total dollar amount of all items.
public  KualiDecimalgetTotalDollarAmountAllItems(String[] excludedTypes)
    
public  KualiDecimalgetTotalDollarAmountWithExclusions(String[] excludedTypes, boolean includeBelowTheLine)
     Computes the total dollar amount with the specified item types and possibly below the line items excluded.
Parameters:
  excludedTypes - the types of items to be excluded.
Parameters:
  includeBelowTheLine - indicates whether below the line items shall be included.
public  IntegergetVendorAddressGeneratedIdentifier()
    
public  StringgetVendorCityName()
    
public  CountrygetVendorCountry()
    
public  StringgetVendorCountryCode()
    
public  StringgetVendorCustomerNumber()
    
public  VendorDetailgetVendorDetail()
    
public  IntegergetVendorDetailAssignedIdentifier()
    
public  IntegergetVendorHeaderGeneratedIdentifier()
    
public  StringgetVendorLine1Address()
    
public  StringgetVendorLine2Address()
    
public  StringgetVendorName()
    
public  StringgetVendorNumber()
     Returns the vendor number for this document.
public  StringgetVendorPostalCode()
    
public  StringgetVendorStateCode()
    
public  booleanisDocumentStoppedInRouteNode(NodeDetails nodeDetails)
    
public  voiditemSwap(int positionFrom, int positionTo)
    
protected  voidlogAndThrowRuntimeException(String errorMessage)
     Records the specified error message into the Log file and throws a runtime exception.
protected  voidlogAndThrowRuntimeException(String errorMessage, Exception e)
     Records the specified error message into the Log file and throws the specified runtime exception.
public  voidpopulateDocumentForRouting()
    
public  voidprepareForSave(KualiDocumentEvent event)
    
public  voidrenumberItems(int start)
    
public  voidsetAccountsForRouting(List<SourceAccountingLine> accountsForRouting)
    
public  voidsetAccountsPayablePurchasingDocumentLinkIdentifier(Integer accountsPayablePurchasingDocumentLinkIdentifier)
    
public  voidsetItems(List items)
    
public  voidsetOverrideWorkflowButtons(Boolean overrideWorkflowButtons)
    
public  voidsetPurapDocumentIdentifier(Integer identifier)
    
public  voidsetStatus(Status status)
    
public  voidsetStatusCode(String statusCode)
    
public  voidsetTotalDollarAmount(KualiDecimal amount)
    
public  voidsetVendorAddressGeneratedIdentifier(Integer vendorAddressGeneratedIdentifier)
    
public  voidsetVendorCityName(String vendorCityName)
    
public  voidsetVendorCountry(Country vendorCountry)
     Added only to allow for org.kuali.module.purap.util.PurApObjectUtils class to work correctly.
public  voidsetVendorCountryCode(String vendorCountryCode)
    
public  voidsetVendorCustomerNumber(String vendorCustomerNumber)
    
public  voidsetVendorDetail(VendorDetail vendorDetail)
    
public  voidsetVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier)
    
public  voidsetVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)
    
public  voidsetVendorLine1Address(String vendorLine1Address)
    
public  voidsetVendorLine2Address(String vendorLine2Address)
    
public  voidsetVendorName(String vendorName)
    
public  voidsetVendorNumber(String vendorNumber)
    
public  voidsetVendorPostalCode(String vendorPostalCode)
    
public  voidsetVendorStateCode(String vendorStateCode)
    
public  voidtemplateVendorAddress(VendorAddress vendorAddress)
    
protected  LinkedHashMaptoStringMapper()
    

Field Detail
allowDeleteAwareCollection
public boolean allowDeleteAwareCollection(Code)



belowTheLineTypes
public transient String[] belowTheLineTypes(Code)




Constructor Detail
PurchasingAccountsPayableDocumentBase
public PurchasingAccountsPayableDocumentBase()(Code)
Default constructor to be overiden.




Method Detail
addItem
public void addItem(PurApItem item)(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.addItem(PurApItem item)



buildListOfDeletionAwareLists
public List buildListOfDeletionAwareLists()(Code)

See Also:   org.kuali.kfs.document.AccountingDocumentBase.buildListOfDeletionAwareLists



customPrepareForSave
public void customPrepareForSave(KualiDocumentEvent event)(Code)
Allows child PO classes to customize the prepareForSave method. Most of the subclasses need to call the super's method to get the GL entry creation, but they each need to do different things to prepare for those entries to be created. This is only for PO since it has children classes that need different prep work for GL creation.
Parameters:
  event - the event involved in this action.



deleteItem
public void deleteItem(int lineNum)(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.deleteItem(int lineNum)



documentPerformsSufficientFundsCheck
public boolean documentPerformsSufficientFundsCheck()(Code)
PURAP documents are all overriding this method to return false because sufficient funds checking should not be performed on route of any PURAP documents. Only the Purchase Order performs a sufficient funds check and it is manually forced during routing.
See Also:   org.kuali.kfs.document.GeneralLedgerPostingDocumentBase.documentPerformsSufficientFundsCheck



documentWillStopInRouteNode
protected boolean documentWillStopInRouteNode(String routeNodeName)(Code)
Populate the document for routing to the specified node.
Parameters:
  routeNodeName - the specified node to route to. false.



getAccountsForRouting
public List<SourceAccountingLine> getAccountsForRouting()(Code)



getAccountsPayablePurchasingDocumentLinkIdentifier
public Integer getAccountsPayablePurchasingDocumentLinkIdentifier()(Code)



getBelowTheLineTypes
public String[] getBelowTheLineTypes()(Code)



getItem
public PurApItem getItem(int pos)(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.getItem(int pos)



getItemByLineNumber
public PurApItem getItemByLineNumber(int lineNumber)(Code)
Iterates through the items of the document and returns the item with the line number equal to the number given, or null if a match is not found.
Parameters:
  lineNumber - line number to match on. the PurchasingAp Item if a match is found, else null.



getItemClass
abstract public Class getItemClass()(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.getItemClass



getItemLinePosition
public int getItemLinePosition()(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.getItemLinePosition



getItems
public List getItems()(Code)



getOverrideWorkflowButtons
public Boolean getOverrideWorkflowButtons()(Code)



getPaymentHistoryCreditMemoViews
public List<CreditMemoView> getPaymentHistoryCreditMemoViews()(Code)
Gets the Payment History Credit Memo Views for this document. the list of Payment History Credit Memo Views.



getPaymentHistoryPaymentRequestViews
public List<PaymentRequestView> getPaymentHistoryPaymentRequestViews()(Code)
Gets the Payment History Payment Request Views for this document. the list of Payment History Payment Request Views.



getPersistedSourceAccountingLinesForComparison
protected List getPersistedSourceAccountingLinesForComparison()(Code)

See Also:   org.kuali.kfs.document.AccountingDocumentBase.getPersistedSourceAccountingLinesForComparison



getPurApSourceDocumentIfPossible
abstract public PurchasingAccountsPayableDocument getPurApSourceDocumentIfPossible()(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.getPurApSourceDocumentIfPossible



getPurApSourceDocumentLabelIfPossible
abstract public String getPurApSourceDocumentLabelIfPossible()(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.getPurApSourceDocumentLabelIfPossible



getPurapDocumentIdentifier
public Integer getPurapDocumentIdentifier()(Code)



getRelatedCreditMemoViews
public List<CreditMemoView> getRelatedCreditMemoViews()(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.getRelatedCreditMemoViews



getRelatedPaymentRequestViews
public List<PaymentRequestView> getRelatedPaymentRequestViews()(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.getRelatedPaymentRequestViews



getRelatedPurchaseOrderViews
public List<PurchaseOrderView> getRelatedPurchaseOrderViews()(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.getRelatedPurchaseOrderViews



getRelatedRequisitionViews
public List<RequisitionView> getRelatedRequisitionViews()(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.getRelatedRequisitionViews



getSourceAccountingLinesForComparison
protected List getSourceAccountingLinesForComparison()(Code)

See Also:   org.kuali.kfs.document.AccountingDocumentBase.getSourceAccountingLinesForComparison



getStatus
public Status getStatus()(Code)



getStatusCode
public String getStatusCode()(Code)



getTotalDollarAmount
public KualiDecimal getTotalDollarAmount()(Code)

See Also:   org.kuali.kfs.document.AccountingDocumentBase.getTotalDollarAmount



getTotalDollarAmountAboveLineItems
public KualiDecimal getTotalDollarAmountAboveLineItems()(Code)
Computes the total dollar amount of all above the line items. the total dollar amount of all above the line items.



getTotalDollarAmountAboveLineItems
public KualiDecimal getTotalDollarAmountAboveLineItems(String[] excludedTypes)(Code)
Computes the total dollar amount of all above the line items with the specified item types excluded.
Parameters:
  excludedTypes - the types of items to be excluded. the total dollar amount of all above the line items with the specified item types excluded..



getTotalDollarAmountAllItems
public KualiDecimal getTotalDollarAmountAllItems()(Code)
Computes the total dollar amount of all items. the total dollar amount of all items.



getTotalDollarAmountAllItems
public KualiDecimal getTotalDollarAmountAllItems(String[] excludedTypes)(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.getTotalDollarAmountAllItems(String[] excludedTypes)



getTotalDollarAmountWithExclusions
public KualiDecimal getTotalDollarAmountWithExclusions(String[] excludedTypes, boolean includeBelowTheLine)(Code)
Computes the total dollar amount with the specified item types and possibly below the line items excluded.
Parameters:
  excludedTypes - the types of items to be excluded.
Parameters:
  includeBelowTheLine - indicates whether below the line items shall be included. the total dollar amount with the specified item types excluded.



getVendorAddressGeneratedIdentifier
public Integer getVendorAddressGeneratedIdentifier()(Code)



getVendorCityName
public String getVendorCityName()(Code)



getVendorCountry
public Country getVendorCountry()(Code)



getVendorCountryCode
public String getVendorCountryCode()(Code)



getVendorCustomerNumber
public String getVendorCustomerNumber()(Code)



getVendorDetail
public VendorDetail getVendorDetail()(Code)



getVendorDetailAssignedIdentifier
public Integer getVendorDetailAssignedIdentifier()(Code)



getVendorHeaderGeneratedIdentifier
public Integer getVendorHeaderGeneratedIdentifier()(Code)



getVendorLine1Address
public String getVendorLine1Address()(Code)



getVendorLine2Address
public String getVendorLine2Address()(Code)



getVendorName
public String getVendorName()(Code)



getVendorNumber
public String getVendorNumber()(Code)
Returns the vendor number for this document. the vendor number for this document.
See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.getVendorNumber



getVendorPostalCode
public String getVendorPostalCode()(Code)



getVendorStateCode
public String getVendorStateCode()(Code)



isDocumentStoppedInRouteNode
public boolean isDocumentStoppedInRouteNode(NodeDetails nodeDetails)(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.isDocumentStoppedInRouteNode(NodeDetails nodeDetails)



itemSwap
public void itemSwap(int positionFrom, int positionTo)(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.itemSwap(int positionFromint positionTo)



logAndThrowRuntimeException
protected void logAndThrowRuntimeException(String errorMessage)(Code)
Records the specified error message into the Log file and throws a runtime exception.
Parameters:
  errorMessage - the error message to be logged.



logAndThrowRuntimeException
protected void logAndThrowRuntimeException(String errorMessage, Exception e)(Code)
Records the specified error message into the Log file and throws the specified runtime exception.
Parameters:
  errorMessage - the specified error message.
Parameters:
  e - the specified runtime exception.



populateDocumentForRouting
public void populateDocumentForRouting()(Code)

See Also:   org.kuali.core.document.DocumentBase.populateDocumentForRouting



prepareForSave
public void prepareForSave(KualiDocumentEvent event)(Code)

See Also:   org.kuali.core.document.DocumentBase.prepareForSave



renumberItems
public void renumberItems(int start)(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.renumberItems(int start)



setAccountsForRouting
public void setAccountsForRouting(List<SourceAccountingLine> accountsForRouting)(Code)



setAccountsPayablePurchasingDocumentLinkIdentifier
public void setAccountsPayablePurchasingDocumentLinkIdentifier(Integer accountsPayablePurchasingDocumentLinkIdentifier)(Code)



setItems
public void setItems(List items)(Code)



setOverrideWorkflowButtons
public void setOverrideWorkflowButtons(Boolean overrideWorkflowButtons)(Code)



setPurapDocumentIdentifier
public void setPurapDocumentIdentifier(Integer identifier)(Code)



setStatus
public void setStatus(Status status)(Code)



setStatusCode
public void setStatusCode(String statusCode)(Code)



setTotalDollarAmount
public void setTotalDollarAmount(KualiDecimal amount)(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.setTotalDollarAmount(KualiDecimal amount)



setVendorAddressGeneratedIdentifier
public void setVendorAddressGeneratedIdentifier(Integer vendorAddressGeneratedIdentifier)(Code)



setVendorCityName
public void setVendorCityName(String vendorCityName)(Code)



setVendorCountry
public void setVendorCountry(Country vendorCountry)(Code)
Added only to allow for org.kuali.module.purap.util.PurApObjectUtils class to work correctly.



setVendorCountryCode
public void setVendorCountryCode(String vendorCountryCode)(Code)



setVendorCustomerNumber
public void setVendorCustomerNumber(String vendorCustomerNumber)(Code)



setVendorDetail
public void setVendorDetail(VendorDetail vendorDetail)(Code)



setVendorDetailAssignedIdentifier
public void setVendorDetailAssignedIdentifier(Integer vendorDetailAssignedIdentifier)(Code)



setVendorHeaderGeneratedIdentifier
public void setVendorHeaderGeneratedIdentifier(Integer vendorHeaderGeneratedIdentifier)(Code)



setVendorLine1Address
public void setVendorLine1Address(String vendorLine1Address)(Code)



setVendorLine2Address
public void setVendorLine2Address(String vendorLine2Address)(Code)



setVendorName
public void setVendorName(String vendorName)(Code)



setVendorNumber
public void setVendorNumber(String vendorNumber)(Code)



setVendorPostalCode
public void setVendorPostalCode(String vendorPostalCode)(Code)



setVendorStateCode
public void setVendorStateCode(String vendorStateCode)(Code)



templateVendorAddress
public void templateVendorAddress(VendorAddress vendorAddress)(Code)

See Also:   org.kuali.module.purap.document.PurchasingAccountsPayableDocument.templateVendorAddress(VendorAddress)



toStringMapper
protected LinkedHashMap toStringMapper()(Code)

See Also:   org.kuali.core.bo.BusinessObjectBase.toStringMapper



Fields inherited from org.kuali.kfs.document.AccountingDocumentBase
protected Integer nextSourceLineNumber(Code)(Java Doc)
protected Integer nextTargetLineNumber(Code)(Java Doc)
protected List sourceAccountingLines(Code)(Java Doc)
protected List targetAccountingLines(Code)(Java Doc)

Methods inherited from org.kuali.kfs.document.AccountingDocumentBase
public void addSourceAccountingLine(SourceAccountingLine line)(Code)(Java Doc)
public void addTargetAccountingLine(TargetAccountingLine line)(Code)(Java Doc)
public List buildListOfDeletionAwareLists()(Code)(Java Doc)
protected void copyAccountingLines(boolean isErrorCorrection)(Code)(Java Doc)
public List generateSaveEvents()(Code)(Java Doc)
public AccountingLineParser getAccountingLineParser()(Code)(Java Doc)
public Integer getNextSourceLineNumber()(Code)(Java Doc)
public Integer getNextTargetLineNumber()(Code)(Java Doc)
protected List getPersistedSourceAccountingLinesForComparison()(Code)(Java Doc)
protected List getPersistedTargetAccountingLinesForComparison()(Code)(Java Doc)
public SourceAccountingLine getSourceAccountingLine(int index)(Code)(Java Doc)
public Class getSourceAccountingLineClass()(Code)(Java Doc)
public String getSourceAccountingLineEntryName()(Code)(Java Doc)
public List getSourceAccountingLines()(Code)(Java Doc)
protected List getSourceAccountingLinesForComparison()(Code)(Java Doc)
public String getSourceAccountingLinesSectionTitle()(Code)(Java Doc)
public KualiDecimal getSourceTotal()(Code)(Java Doc)
public TargetAccountingLine getTargetAccountingLine(int index)(Code)(Java Doc)
public Class getTargetAccountingLineClass()(Code)(Java Doc)
public String getTargetAccountingLineEntryName()(Code)(Java Doc)
public List getTargetAccountingLines()(Code)(Java Doc)
protected List getTargetAccountingLinesForComparison()(Code)(Java Doc)
public String getTargetAccountingLinesSectionTitle()(Code)(Java Doc)
public KualiDecimal getTargetTotal()(Code)(Java Doc)
public KualiDecimal getTotalDollarAmount()(Code)(Java Doc)
public void prepareForSave(KualiDocumentEvent event)(Code)(Java Doc)
public void setNextSourceLineNumber(Integer nextLineNumber)(Code)(Java Doc)
public void setNextTargetLineNumber(Integer nextLineNumber)(Code)(Java Doc)
public void setSourceAccountingLines(List sourceLines)(Code)(Java Doc)
public void setTargetAccountingLines(List targetLines)(Code)(Java Doc)
public void toCopy() throws WorkflowException(Code)(Java Doc)
public void toErrorCorrection() throws WorkflowException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.