Java Doc for PurchasingAccountsPayableDocument.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.module.purap.document.PurchasingAccountsPayableDocument

All known Subclasses:   org.kuali.module.purap.document.PurchasingAccountsPayableDocumentBase,
PurchasingAccountsPayableDocument
public interface PurchasingAccountsPayableDocument extends AccountingDocument(Code)
Interface for Purchasing-Accounts Payable Documents.




Method Summary
public  voidaddItem(PurApItem item)
     Adds the specified item to this document.
public  voiddeleteItem(int lineNum)
     Deletes the specified item from this document.
public  IntegergetAccountsPayablePurchasingDocumentLinkIdentifier()
    
public  String[]getBelowTheLineTypes()
     Gets all below the line item types.
public  PurApItemgetItem(int pos)
     Gets the item at the specified index.
Parameters:
  pos - the specified index.
public  ClassgetItemClass()
     Returns the Item Class.
public  intgetItemLinePosition()
     Determines the item line position if the user did not specify the line number on an above the line items before clicking on the add button.
public  List<PurApItem>getItems()
    
public  PurchasingAccountsPayableDocumentgetPurApSourceDocumentIfPossible()
     Returns the source of this Purchasing Accounts Payable Document if exists.
public  StringgetPurApSourceDocumentLabelIfPossible()
     Returns the label of the source of this Purchasing Accounts Payable Document if exists.
public  IntegergetPurapDocumentIdentifier()
    
public  List<CreditMemoView>getRelatedCreditMemoViews()
     Gets the related Credit Memo Views for this document.
public  List<PaymentRequestView>getRelatedPaymentRequestViews()
     Gets the related Payment Request Views for this document.
public  List<PurchaseOrderView>getRelatedPurchaseOrderViews()
     Gets the related Purchase Order Views for this document.
public  List<RequisitionView>getRelatedRequisitionViews()
     Gets the related Requisition Views for this document.
public  StatusgetStatus()
    
public  StringgetStatusCode()
    
public  KualiDecimalgetTotalDollarAmount()
     Computes the total dollar amount of all items.
public  KualiDecimalgetTotalDollarAmountAllItems(String[] excludedTypes)
     Computes the total dollar amount with the specified item types excluded.
Parameters:
  excludedTypes - the types of items to be excluded.
public  IntegergetVendorAddressGeneratedIdentifier()
    
public  StringgetVendorCityName()
    
public  CountrygetVendorCountry()
    
public  StringgetVendorCountryCode()
    
public  StringgetVendorCustomerNumber()
    
public  VendorDetailgetVendorDetail()
    
public  IntegergetVendorDetailAssignedIdentifier()
    
public  IntegergetVendorHeaderGeneratedIdentifier()
    
public  StringgetVendorLine1Address()
    
public  StringgetVendorLine2Address()
    
public  StringgetVendorName()
    
public  StringgetVendorNumber()
    
public  StringgetVendorPostalCode()
    
public  StringgetVendorStateCode()
    
public  booleanisDocumentStoppedInRouteNode(NodeDetails nodeDetails)
     Returns true if this document is stopped in the specified route node.
Parameters:
  nodeDetails - the node details of the specified node.
public  voiditemSwap(int position1, int position2)
     Swaps the specified two items based on their item line numbers (which are one higher than the item positions in the list).
public  voidrenumberItems(int start)
     Renumbers the item starting from the specified index.
public  voidsetAccountsPayablePurchasingDocumentLinkIdentifier(Integer accountsPayablePurchasingDocumentLinkIdentifier)
    
public  voidsetItems(List items)
    
public  voidsetPurapDocumentIdentifier(Integer identifier)
    
public  voidsetStatusCode(String statusCode)
    
public  voidsetTotalDollarAmount(KualiDecimal totalDollarAmount)
     Sets the total dollar amount to the specified amount.
public  voidsetVendorAddressGeneratedIdentifier(Integer vendorAddressGeneratedIdentifier)
    
public  voidsetVendorCityName(String vendorCityName)
    
public  voidsetVendorCountryCode(String vendorCountryCode)
    
public  voidsetVendorCustomerNumber(String vendorCustomerNumber)
    
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)
     Sets vendor address fields based on a given VendorAddress.



Method Detail
addItem
public void addItem(PurApItem item)(Code)
Adds the specified item to this document.
Parameters:
  item - the specified item to add.



deleteItem
public void deleteItem(int lineNum)(Code)
Deletes the specified item from this document.
Parameters:
  item - the specified item to delete.



getAccountsPayablePurchasingDocumentLinkIdentifier
public Integer getAccountsPayablePurchasingDocumentLinkIdentifier()(Code)



getBelowTheLineTypes
public String[] getBelowTheLineTypes()(Code)
Gets all below the line item types. Returns a list of below the line item types.



getItem
public PurApItem getItem(int pos)(Code)
Gets the item at the specified index.
Parameters:
  pos - the specified index. the item at the specified index.



getItemClass
public Class getItemClass()(Code)
Returns the Item Class. the Item Class.



getItemLinePosition
public int getItemLinePosition()(Code)
Determines the item line position if the user did not specify the line number on an above the line items before clicking on the add button. It subtracts the number of the below the line items on the list with the total item list size. the item line position of the last (highest) line number of above the line items.



getItems
public List<PurApItem> getItems()(Code)



getPurApSourceDocumentIfPossible
public PurchasingAccountsPayableDocument getPurApSourceDocumentIfPossible()(Code)
Returns the source of this Purchasing Accounts Payable Document if exists. the source of this document if exists, else null.



getPurApSourceDocumentLabelIfPossible
public String getPurApSourceDocumentLabelIfPossible()(Code)
Returns the label of the source of this Purchasing Accounts Payable Document if exists. the label of the document source if exists, else null.



getPurapDocumentIdentifier
public Integer getPurapDocumentIdentifier()(Code)



getRelatedCreditMemoViews
public List<CreditMemoView> getRelatedCreditMemoViews()(Code)
Gets the related Credit Memo Views for this document. the list of related Credit Memo Views.



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



getRelatedPurchaseOrderViews
public List<PurchaseOrderView> getRelatedPurchaseOrderViews()(Code)
Gets the related Purchase Order Views for this document. the list of related Purchase Order Views.



getRelatedRequisitionViews
public List<RequisitionView> getRelatedRequisitionViews()(Code)
Gets the related Requisition Views for this document. the list of related Requisition Views.



getStatus
public Status getStatus()(Code)



getStatusCode
public String getStatusCode()(Code)



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



getTotalDollarAmountAllItems
public KualiDecimal getTotalDollarAmountAllItems(String[] excludedTypes)(Code)
Computes the total dollar amount with the specified item types excluded.
Parameters:
  excludedTypes - the types of items to be excluded. 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)



getVendorPostalCode
public String getVendorPostalCode()(Code)



getVendorStateCode
public String getVendorStateCode()(Code)



isDocumentStoppedInRouteNode
public boolean isDocumentStoppedInRouteNode(NodeDetails nodeDetails)(Code)
Returns true if this document is stopped in the specified route node.
Parameters:
  nodeDetails - the node details of the specified node. true if this document is stopped in the specified route node.



itemSwap
public void itemSwap(int position1, int position2)(Code)
Swaps the specified two items based on their item line numbers (which are one higher than the item positions in the list).
Parameters:
  position1 - the position of the first item
Parameters:
  position2 - the position of the second item



renumberItems
public void renumberItems(int start)(Code)
Renumbers the item starting from the specified index.
Parameters:
  start - the index of the starting item to be renumbered.



setAccountsPayablePurchasingDocumentLinkIdentifier
public void setAccountsPayablePurchasingDocumentLinkIdentifier(Integer accountsPayablePurchasingDocumentLinkIdentifier)(Code)



setItems
public void setItems(List items)(Code)



setPurapDocumentIdentifier
public void setPurapDocumentIdentifier(Integer identifier)(Code)



setStatusCode
public void setStatusCode(String statusCode)(Code)



setTotalDollarAmount
public void setTotalDollarAmount(KualiDecimal totalDollarAmount)(Code)
Sets the total dollar amount to the specified amount.
Parameters:
  the - specified total amount.



setVendorAddressGeneratedIdentifier
public void setVendorAddressGeneratedIdentifier(Integer vendorAddressGeneratedIdentifier)(Code)



setVendorCityName
public void setVendorCityName(String vendorCityName)(Code)



setVendorCountryCode
public void setVendorCountryCode(String vendorCountryCode)(Code)



setVendorCustomerNumber
public void setVendorCustomerNumber(String vendorCustomerNumber)(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)
Sets vendor address fields based on a given VendorAddress.
Parameters:
  vendorAddress -



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