Java Doc for PurApItemBase.java in  » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » module » purap » bo » 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.bo 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.kuali.core.bo.PersistableBusinessObjectBase
   org.kuali.module.purap.bo.PurApItemBase

All known Subclasses:   org.kuali.module.purap.bo.PurchasingItemBase,  org.kuali.module.purap.bo.PurApSummaryItem,  org.kuali.module.purap.bo.AccountsPayableItemBase,
PurApItemBase
abstract public class PurApItemBase extends PersistableBusinessObjectBase implements PurApItem(Code)
Purap Item Base Business Object.



Constructor Summary
public  PurApItemBase()
     Default constructor.

Method Summary
public  ListbuildListOfDeletionAwareLists()
    
public  KualiDecimalcalculateExtendedPrice()
    
abstract public  ClassgetAccountingLineClass()
    
public  PurApAccountingLinegetBaselineSourceAccountingLine(int index)
    
public  List<PurApAccountingLine>getBaselineSourceAccountingLines()
    
public  CapitalAssetTransactionTypegetCapitalAssetTransactionType()
    
public  StringgetCapitalAssetTransactionTypeCode()
    
public  KualiDecimalgetExtendedPrice()
    
public  StringgetExternalOrganizationB2bProductReferenceNumber()
    
public  StringgetExternalOrganizationB2bProductTypeName()
    
public  booleangetItemAssignedToTradeInIndicator()
    
public  StringgetItemAuxiliaryPartIdentifier()
    
public  StringgetItemCapitalAssetNoteText()
    
public  StringgetItemCatalogNumber()
    
public  StringgetItemDescription()
    
public  IntegergetItemIdentifier()
    
public  StringgetItemIdentifierString()
    
public  IntegergetItemLineNumber()
    
public  KualiDecimalgetItemQuantity()
    
public  ItemTypegetItemType()
    
public  StringgetItemTypeCode()
    
public  StringgetItemUnitOfMeasureCode()
    
public  BigDecimalgetItemUnitPrice()
    
public  PurApAccountingLinegetNewSourceLine()
    
public  IntegergetPurapDocumentIdentifier()
    
public  PurApAccountingLinegetSourceAccountingLine(int index)
     This implementation is coupled tightly with some underlying issues that the Struts PojoProcessor plugin has with how objects get instantiated within lists.
public  List<PurApAccountingLine>getSourceAccountingLines()
    
public  PurApSummaryItemgetSummaryItem()
    
public  booleanisAccountListEmpty()
    
public  voidresetAccount()
    
public  voidsetBaselineSourceAccountingLines(List<PurApAccountingLine> baselineSourceLines)
    
public  voidsetCapitalAssetTransactionType(CapitalAssetTransactionType capitalAssetTransactionType)
     Sets the capitalAssetTransactionType attribute.
public  voidsetCapitalAssetTransactionTypeCode(String capitalAssetTransactionTypeCode)
    
public  voidsetExtendedPrice(KualiDecimal extendedPrice)
    
public  voidsetExternalOrganizationB2bProductReferenceNumber(String externalOrganizationB2bProductReferenceNumber)
    
public  voidsetExternalOrganizationB2bProductTypeName(String externalOrganizationB2bProductTypeName)
    
public  voidsetItemAssignedToTradeInIndicator(boolean itemAssignedToTradeInIndicator)
    
public  voidsetItemAuxiliaryPartIdentifier(String itemAuxiliaryPartIdentifier)
    
public  voidsetItemCapitalAssetNoteText(String itemCapitalAssetNoteText)
    
public  voidsetItemCatalogNumber(String itemCatalogNumber)
    
public  voidsetItemDescription(String itemDescription)
    
public  voidsetItemIdentifier(Integer ItemIdentifier)
    
public  voidsetItemLineNumber(Integer itemLineNumber)
    
public  voidsetItemQuantity(KualiDecimal itemQuantity)
    
public  voidsetItemType(ItemType itemType)
     Sets the itemType attribute.
public  voidsetItemTypeCode(String itemTypeCode)
    
public  voidsetItemUnitOfMeasureCode(String itemUnitOfMeasureCode)
    
public  voidsetItemUnitPrice(BigDecimal itemUnitPrice)
    
public  voidsetNewSourceLine(PurApAccountingLine newAccountingLine)
    
public  voidsetPurapDocumentIdentifier(Integer purapDocumentIdentifier)
    
public  voidsetSourceAccountingLines(List<PurApAccountingLine> accountingLines)
    
protected  LinkedHashMaptoStringMapper()
    


Constructor Detail
PurApItemBase
public PurApItemBase()(Code)
Default constructor.




Method Detail
buildListOfDeletionAwareLists
public List buildListOfDeletionAwareLists()(Code)

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



calculateExtendedPrice
public KualiDecimal calculateExtendedPrice()(Code)



getAccountingLineClass
abstract public Class getAccountingLineClass()(Code)



getBaselineSourceAccountingLine
public PurApAccountingLine getBaselineSourceAccountingLine(int index)(Code)



getBaselineSourceAccountingLines
public List<PurApAccountingLine> getBaselineSourceAccountingLines()(Code)



getCapitalAssetTransactionType
public CapitalAssetTransactionType getCapitalAssetTransactionType()(Code)



getCapitalAssetTransactionTypeCode
public String getCapitalAssetTransactionTypeCode()(Code)



getExtendedPrice
public KualiDecimal getExtendedPrice()(Code)



getExternalOrganizationB2bProductReferenceNumber
public String getExternalOrganizationB2bProductReferenceNumber()(Code)



getExternalOrganizationB2bProductTypeName
public String getExternalOrganizationB2bProductTypeName()(Code)



getItemAssignedToTradeInIndicator
public boolean getItemAssignedToTradeInIndicator()(Code)



getItemAuxiliaryPartIdentifier
public String getItemAuxiliaryPartIdentifier()(Code)



getItemCapitalAssetNoteText
public String getItemCapitalAssetNoteText()(Code)



getItemCatalogNumber
public String getItemCatalogNumber()(Code)



getItemDescription
public String getItemDescription()(Code)



getItemIdentifier
public Integer getItemIdentifier()(Code)



getItemIdentifierString
public String getItemIdentifierString()(Code)

See Also:   org.kuali.module.purap.bo.PurApItem.getItemIdentifierString



getItemLineNumber
public Integer getItemLineNumber()(Code)



getItemQuantity
public KualiDecimal getItemQuantity()(Code)



getItemType
public ItemType getItemType()(Code)



getItemTypeCode
public String getItemTypeCode()(Code)



getItemUnitOfMeasureCode
public String getItemUnitOfMeasureCode()(Code)



getItemUnitPrice
public BigDecimal getItemUnitPrice()(Code)



getNewSourceLine
public PurApAccountingLine getNewSourceLine()(Code)



getPurapDocumentIdentifier
public Integer getPurapDocumentIdentifier()(Code)



getSourceAccountingLine
public PurApAccountingLine getSourceAccountingLine(int index)(Code)
This implementation is coupled tightly with some underlying issues that the Struts PojoProcessor plugin has with how objects get instantiated within lists. The first three lines are required otherwise when the PojoProcessor tries to automatically inject values into the list, it will get an index out of bounds error if the instance at an index is being called and prior instances at indices before that one are not being instantiated. So changing the code below will cause adding lines to break if you add more than one item to the list.
See Also:   org.kuali.core.document.FinancialDocument.getTargetAccountingLine(int)



getSourceAccountingLines
public List<PurApAccountingLine> getSourceAccountingLines()(Code)



getSummaryItem
public PurApSummaryItem getSummaryItem()(Code)



isAccountListEmpty
public boolean isAccountListEmpty()(Code)



resetAccount
public void resetAccount()(Code)



setBaselineSourceAccountingLines
public void setBaselineSourceAccountingLines(List<PurApAccountingLine> baselineSourceLines)(Code)



setCapitalAssetTransactionType
public void setCapitalAssetTransactionType(CapitalAssetTransactionType capitalAssetTransactionType)(Code)
Sets the capitalAssetTransactionType attribute.
Parameters:
  capitalAssetTransactionType - The capitalAssetTransactionType to set.



setCapitalAssetTransactionTypeCode
public void setCapitalAssetTransactionTypeCode(String capitalAssetTransactionTypeCode)(Code)



setExtendedPrice
public void setExtendedPrice(KualiDecimal extendedPrice)(Code)



setExternalOrganizationB2bProductReferenceNumber
public void setExternalOrganizationB2bProductReferenceNumber(String externalOrganizationB2bProductReferenceNumber)(Code)



setExternalOrganizationB2bProductTypeName
public void setExternalOrganizationB2bProductTypeName(String externalOrganizationB2bProductTypeName)(Code)



setItemAssignedToTradeInIndicator
public void setItemAssignedToTradeInIndicator(boolean itemAssignedToTradeInIndicator)(Code)



setItemAuxiliaryPartIdentifier
public void setItemAuxiliaryPartIdentifier(String itemAuxiliaryPartIdentifier)(Code)



setItemCapitalAssetNoteText
public void setItemCapitalAssetNoteText(String itemCapitalAssetNoteText)(Code)



setItemCatalogNumber
public void setItemCatalogNumber(String itemCatalogNumber)(Code)



setItemDescription
public void setItemDescription(String itemDescription)(Code)



setItemIdentifier
public void setItemIdentifier(Integer ItemIdentifier)(Code)



setItemLineNumber
public void setItemLineNumber(Integer itemLineNumber)(Code)



setItemQuantity
public void setItemQuantity(KualiDecimal itemQuantity)(Code)



setItemType
public void setItemType(ItemType itemType)(Code)
Sets the itemType attribute.
Parameters:
  itemType - The itemType to set.



setItemTypeCode
public void setItemTypeCode(String itemTypeCode)(Code)



setItemUnitOfMeasureCode
public void setItemUnitOfMeasureCode(String itemUnitOfMeasureCode)(Code)



setItemUnitPrice
public void setItemUnitPrice(BigDecimal itemUnitPrice)(Code)



setNewSourceLine
public void setNewSourceLine(PurApAccountingLine newAccountingLine)(Code)



setPurapDocumentIdentifier
public void setPurapDocumentIdentifier(Integer purapDocumentIdentifier)(Code)



setSourceAccountingLines
public void setSourceAccountingLines(List<PurApAccountingLine> accountingLines)(Code)



toStringMapper
protected LinkedHashMap toStringMapper()(Code)

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



Fields inherited from org.kuali.core.bo.PersistableBusinessObjectBase
protected Long versionNumber(Code)(Java Doc)

Methods inherited from org.kuali.core.bo.PersistableBusinessObjectBase
public boolean addNote(Note note)(Code)(Java Doc)
public void afterDelete(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void afterInsert(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void afterLookup(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void afterUpdate(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void beforeDelete(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void beforeInsert(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void beforeUpdate(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public List buildListOfDeletionAwareLists()(Code)(Java Doc)
public boolean deleteNote(Note note)(Code)(Java Doc)
public Note getBoNote(int nbr)(Code)(Java Doc)
public List getBoNotes()(Code)(Java Doc)
public PersistableBusinessObjectExtension getExtension()(Code)(Java Doc)
public String getObjectId()(Code)(Java Doc)
public Long getVersionNumber()(Code)(Java Doc)
public boolean isBoNotesSupport()(Code)(Java Doc)
public boolean isNewCollectionRecord()(Code)(Java Doc)
public void linkEditableUserFields()(Code)(Java Doc)
public void refresh()(Code)(Java Doc)
public void refreshIfEmpty()(Code)(Java Doc)
public void refreshNonUpdateableReferences()(Code)(Java Doc)
public void refreshReferenceObject(String referenceObjectName)(Code)(Java Doc)
public void setBoNotes(List boNotes)(Code)(Java Doc)
public void setExtension(PersistableBusinessObjectExtension extension)(Code)(Java Doc)
public void setNewCollectionRecord(boolean isNewCollectionRecord)(Code)(Java Doc)
public void setObjectId(String objectId)(Code)(Java Doc)
public void setVersionNumber(Long versionNumber)(Code)(Java Doc)
protected Boolean supportsBoNotes()(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.