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


org.kuali.module.gl.service.OriginEntryLookupService

All known Subclasses:   org.kuali.module.gl.service.impl.OriginEntryLookupServiceImpl,
OriginEntryLookupService
public interface OriginEntryLookupService (Code)
An interface of methods that duplicate the relationships that OriginEntryFull has. Why does this exist? Because OriginEntryLite needs a way to get its related data.




Method Summary
public  A21SubAccountgetA21SubAccount(OriginEntry entry)
    
public  AccountgetAccount(OriginEntry entry)
    
public  AccountingPeriodgetAccountingPeriod(OriginEntry entry)
    
public  BalanceTypgetBalanceType(OriginEntry entry)
    
public  ChartgetChart(OriginEntry entry)
    
public  DocumentTypegetDocumentType(OriginEntry entry)
    
public  ObjectCodegetFinancialObject(OriginEntry entry)
    
public  SubObjCdgetFinancialSubObject(OriginEntry entry)
    
public  ObjectTypegetObjectType(OriginEntry entry)
    
public  OptionsgetOption(OriginEntry entry)
    
public  OriginationCodegetOriginationCode(OriginEntry entry)
    
public  ProjectCodegetProjectCode(OriginEntry entry)
    
public  DocumentTypegetReferenceDocumentType(OriginEntry entry)
    
public  SubAccountgetSubAccount(OriginEntry entry)
    
public  voidsetLookupService(CachingLookup lookupService)
    



Method Detail
getA21SubAccount
public A21SubAccount getA21SubAccount(OriginEntry entry)(Code)
Get A21SubAccount for given origin entryable
Parameters:
  entry - the origin entry to retrieve the A21 sub account of the related A21 SubAccount record, or null if not found



getAccount
public Account getAccount(OriginEntry entry)(Code)
Retrieve account for given origin entry
Parameters:
  entry - the origin entry to retrieve the account of the related account record, or null if not found



getAccountingPeriod
public AccountingPeriod getAccountingPeriod(OriginEntry entry)(Code)
Retrieves the accounting period for the given origin entryable
Parameters:
  entry - the origin entry to retrieve the accounting period of the related AccountingPeriod record, or null if not found



getBalanceType
public BalanceTyp getBalanceType(OriginEntry entry)(Code)
Retrieve balance type, or, evidently, balance typ, for given origin entry
Parameters:
  entry - the origin entry to retrieve the balance type of the related balance typ record, or null if not found



getChart
public Chart getChart(OriginEntry entry)(Code)
Retrieve a chart for the given origin entry
Parameters:
  entry - the origin entry to get the chart for the related Chart record, or null if not found



getDocumentType
public DocumentType getDocumentType(OriginEntry entry)(Code)
Get document type for given origin entryable
Parameters:
  entry - the origin entry to retrieve the document type of the related document type record, or null if not found



getFinancialObject
public ObjectCode getFinancialObject(OriginEntry entry)(Code)
Retrieve financial object for given origin entry
Parameters:
  entry - the origin entry to retrieve the financial object of the related financial object record, or null if not found



getFinancialSubObject
public SubObjCd getFinancialSubObject(OriginEntry entry)(Code)
Get financial sub object for given origin entryable
Parameters:
  entry - the origin entry to retrieve the financial sub object of the related financial sub object record, or null if not found



getObjectType
public ObjectType getObjectType(OriginEntry entry)(Code)
Get object type for given origin entry
Parameters:
  entry - the origin entry to retrieve the object type of the related object type record, or null if not found



getOption
public Options getOption(OriginEntry entry)(Code)
Retrieve option for given origin entry
Parameters:
  entry - the origin entry to retrieve the related options record of the related Options record, or null if not found



getOriginationCode
public OriginationCode getOriginationCode(OriginEntry entry)(Code)
Retrieves the origination code for the given origin entryable
Parameters:
  entry - the origin entry to retrieve the origin code of the related OriginationCode record, or null if not found



getProjectCode
public ProjectCode getProjectCode(OriginEntry entry)(Code)
Retrieves the project code for the given origin entryable
Parameters:
  entry - the origin entry to retrieve the project code of the related ProjectCode record, or null if not found



getReferenceDocumentType
public DocumentType getReferenceDocumentType(OriginEntry entry)(Code)
Get the reference document type for the given origin entryable
Parameters:
  entry - origin entryable to lookup the reference document type for the related reference DocumentType record, or null if not found



getSubAccount
public SubAccount getSubAccount(OriginEntry entry)(Code)
Get sub account for given origin entry
Parameters:
  entry - the origin entry to retrieve the sub account of the related SubAccount record, or null if not found



setLookupService
public void setLookupService(CachingLookup lookupService)(Code)
Set the caching lookup for this lookup service
Parameters:
  lookupService - an instance of CachingLookup to use to communicated with the persistence store



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