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


java.lang.Object
   org.kuali.module.gl.service.impl.CorrectionDocumentServiceImpl
      org.kuali.module.labor.service.impl.LaborCorrectionDocumentServiceImpl

LaborCorrectionDocumentServiceImpl
public class LaborCorrectionDocumentServiceImpl extends CorrectionDocumentServiceImpl implements LaborCorrectionDocumentService(Code)
Service implementation of LaborCorrectionDocumentService.


Field Summary
final protected static  StringINPUT_ORIGIN_ENTRIES_FILE_SUFFIX
    
final protected static  StringOUTPUT_ORIGIN_ENTRIES_FILE_SUFFIX
    
final public static  intUNLIMITED_ABORT_THRESHOLD
    
protected  OriginEntryGroupServiceoriginEntryGroupService
    


Method Summary
public  booleanareInputOriginEntriesPersisted(LaborCorrectionDocument document)
     Returns true if and only if the file corresponding to this document's input origin entries are on the file system.
public  booleanareOutputOriginEntriesPersisted(LaborCorrectionDocument document)
     Returns true if and only if the file corresponding to this document's output origin entries are on the file system.
public  LaborCorrectionDocumentfindByCorrectionDocumentHeaderId(String docId)
    
public  ListfindByDocumentHeaderIdAndCorrectionGroupNumber(String docId, int i)
    
public  CorrectionChangeGroupfindByDocumentNumberAndCorrectionChangeGroupNumber(String docId, int i)
    
public  ListfindByDocumentNumberAndCorrectionGroupNumber(String docId, int i)
    
protected  StringgenerateInputOriginEntryFileName(LaborCorrectionDocument document)
    
protected  StringgenerateInputOriginEntryFileName(String docId)
    
protected  StringgenerateOutputOriginEntryFileName(LaborCorrectionDocument document)
    
protected  StringgenerateOutputOriginEntryFileName(String docId)
    
public  KualiConfigurationServicegetKualiConfigurationService()
     Gets the kualiConfigurationService attribute.
public  StringgetLlcpDirectoryName()
     Gets the llcpDirectoryName attribute.
public  OriginEntryGroupServicegetOriginEntryGroupService()
     Gets the originEntryGroupService attribute.
protected  StringgetOriginEntryStagingDirectoryPath()
     Gets the OriginEntryStagingDirectoryPath attribute.
public  List<Column>getTableRenderColumnMetadata(String docId)
    
protected  BufferedOutputStreamopenEntryOutputStreamForOutputGroup(LaborCorrectionDocument document)
    
public  voidpersistInputOriginEntriesForInitiatedOrSavedDocument(LaborCorrectionDocument document, Iterator<LaborOriginEntry> entries)
    
protected  voidpersistLaborOriginEntries(String fullPathUniqueFileName, Iterator<LaborOriginEntry> entries)
    
public  voidpersistOriginEntryGroupsForDocumentSave(LaborCorrectionDocument document, CorrectionDocumentEntryMetadata correctionDocumentEntryMetadata)
    
public  voidpersistOutputLaborOriginEntriesForInitiatedOrSavedDocument(LaborCorrectionDocument document, Iterator<LaborOriginEntry> entries)
    
public  voidremovePersistedInputOriginEntries(LaborCorrectionDocument document)
    
public  voidremovePersistedInputOriginEntries(String docId)
    
protected  voidremovePersistedOriginEntries(String fullPathUniqueFileName)
    
public  voidremovePersistedOutputOriginEntries(LaborCorrectionDocument document)
    
public  voidremovePersistedOutputOriginEntries(String docId)
    
public  List<LaborOriginEntry>retrievePersistedInputOriginEntries(LaborCorrectionDocument document, int abortThreshold)
    
public  Iterator<LaborOriginEntry>retrievePersistedInputOriginEntriesAsIterator(LaborCorrectionDocument document)
    
protected  List<LaborOriginEntry>retrievePersistedLaborOriginEntries(String fullPathUniqueFileName, int abortThreshold)
    
protected  Iterator<LaborOriginEntry>retrievePersistedLaborOriginEntriesAsIterator(String fullPathUniqueFileName)
    
public  List<LaborOriginEntry>retrievePersistedOutputOriginEntries(LaborCorrectionDocument document, int abortThreshold)
    
public  Iterator<LaborOriginEntry>retrievePersistedOutputOriginEntriesAsIterator(LaborCorrectionDocument document)
    
public  voidsetCorrectionChangeDao(CorrectionChangeDao correctionChangeDao)
     Sets the correctionChangeDao attribute value.
public  voidsetCorrectionChangeGroupDao(CorrectionChangeGroupDao correctionChangeGroupDao)
     Sets the correctionChangeDao attribute value.
public  voidsetCorrectionCriteriaDao(CorrectionCriteriaDao correctionCriteriaDao)
     Sets the correctionCriteriaDao attribute value.
public  voidsetDocumentDao(DocumentDao documentDao)
     Sets the documentDao attribute value.
public  voidsetKualiConfigurationService(KualiConfigurationService kualiConfigurationService)
     Sets the kualiConfigurationService attribute value.
public  voidsetLaborOriginEntryService(LaborOriginEntryService laborOriginEntryService)
     Sets the originEntryService attribute value.
public  voidsetLlcpDirectoryName(String llcpDirectoryName)
     Sets the llcpDirectoryName attribute value.
public  voidsetOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
     Sets the originEntryGroupService attribute value.
public  voidwritePersistedInputOriginEntriesToStream(LaborCorrectionDocument document, OutputStream out)
    
protected  voidwritePersistedOriginEntriesToStream(String fullPathUniqueFileName, OutputStream out)
    
public  voidwritePersistedOutputOriginEntriesToStream(LaborCorrectionDocument document, OutputStream out)
    

Field Detail
INPUT_ORIGIN_ENTRIES_FILE_SUFFIX
final protected static String INPUT_ORIGIN_ENTRIES_FILE_SUFFIX(Code)



OUTPUT_ORIGIN_ENTRIES_FILE_SUFFIX
final protected static String OUTPUT_ORIGIN_ENTRIES_FILE_SUFFIX(Code)



UNLIMITED_ABORT_THRESHOLD
final public static int UNLIMITED_ABORT_THRESHOLD(Code)



originEntryGroupService
protected OriginEntryGroupService originEntryGroupService(Code)





Method Detail
areInputOriginEntriesPersisted
public boolean areInputOriginEntriesPersisted(LaborCorrectionDocument document)(Code)
Returns true if and only if the file corresponding to this document's input origin entries are on the file system.
See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.areInputOriginEntriesPersisted(org.kuali.module.labor.document.LaborCorrectionDocument)



areOutputOriginEntriesPersisted
public boolean areOutputOriginEntriesPersisted(LaborCorrectionDocument document)(Code)
Returns true if and only if the file corresponding to this document's output origin entries are on the file system.
See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.areOutputOriginEntriesPersisted(org.kuali.module.labor.document.LaborCorrectionDocument)



findByCorrectionDocumentHeaderId
public LaborCorrectionDocument findByCorrectionDocumentHeaderId(String docId)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.findByCorrectionDocumentHeaderId(java.lang.String)



findByDocumentHeaderIdAndCorrectionGroupNumber
public List findByDocumentHeaderIdAndCorrectionGroupNumber(String docId, int i)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.findByDocumentHeaderIdAndCorrectionGroupNumber(java.lang.Stringint)



findByDocumentNumberAndCorrectionChangeGroupNumber
public CorrectionChangeGroup findByDocumentNumberAndCorrectionChangeGroupNumber(String docId, int i)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.findByDocumentNumberAndCorrectionChangeGroupNumber(java.lang.Stringint)



findByDocumentNumberAndCorrectionGroupNumber
public List findByDocumentNumberAndCorrectionGroupNumber(String docId, int i)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.findByDocumentNumberAndCorrectionGroupNumber(java.lang.Stringint)



generateInputOriginEntryFileName
protected String generateInputOriginEntryFileName(LaborCorrectionDocument document)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.generateInputOriginEntryFileName(java.lang.String)



generateInputOriginEntryFileName
protected String generateInputOriginEntryFileName(String docId)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.generateInputOriginEntryFileName(java.lang.String)



generateOutputOriginEntryFileName
protected String generateOutputOriginEntryFileName(LaborCorrectionDocument document)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.generateOutputOriginEntryFileName(java.lang.String)



generateOutputOriginEntryFileName
protected String generateOutputOriginEntryFileName(String docId)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.generateOutputOriginEntryFileName(java.lang.String)



getKualiConfigurationService
public KualiConfigurationService getKualiConfigurationService()(Code)
Gets the kualiConfigurationService attribute. Returns the kualiConfigurationService.



getLlcpDirectoryName
public String getLlcpDirectoryName()(Code)
Gets the llcpDirectoryName attribute. Returns the llcpDirectoryName.



getOriginEntryGroupService
public OriginEntryGroupService getOriginEntryGroupService()(Code)
Gets the originEntryGroupService attribute. Returns the originEntryGroupService.



getOriginEntryStagingDirectoryPath
protected String getOriginEntryStagingDirectoryPath()(Code)
Gets the OriginEntryStagingDirectoryPath attribute. Returns the getLlcpDirectoryName.



getTableRenderColumnMetadata
public List<Column> getTableRenderColumnMetadata(String docId)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.getTableRenderColumnMetadata(java.lang.String)



openEntryOutputStreamForOutputGroup
protected BufferedOutputStream openEntryOutputStreamForOutputGroup(LaborCorrectionDocument document) throws IOException(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.openEntryOutputStreamForOutputGroup(org.kuali.module.labor.document.LaborCorrectionDocument)



persistInputOriginEntriesForInitiatedOrSavedDocument
public void persistInputOriginEntriesForInitiatedOrSavedDocument(LaborCorrectionDocument document, Iterator<LaborOriginEntry> entries)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.persistOriginEntriesToFile(org.kuali.module.labor.document.LaborCorrectionDocumentjava.util.Iterator)



persistLaborOriginEntries
protected void persistLaborOriginEntries(String fullPathUniqueFileName, Iterator<LaborOriginEntry> entries)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.persistLaborOriginEntries(java.lang.Stringjava.util.Iterator)



persistOriginEntryGroupsForDocumentSave
public void persistOriginEntryGroupsForDocumentSave(LaborCorrectionDocument document, CorrectionDocumentEntryMetadata correctionDocumentEntryMetadata)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.writePersistedOriginEntriesToStream(org.kuali.module.labor.document.LaborCorrectionDocumentorg.kuali.module.gl.util)



persistOutputLaborOriginEntriesForInitiatedOrSavedDocument
public void persistOutputLaborOriginEntriesForInitiatedOrSavedDocument(LaborCorrectionDocument document, Iterator<LaborOriginEntry> entries)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.persistOutputLaborOriginEntriesForInitiatedOrSavedDocument(org.kuali.module.labor.document.LaborCorrectionDocumentjava.util.Iterator)



removePersistedInputOriginEntries
public void removePersistedInputOriginEntries(LaborCorrectionDocument document)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.removePersistedInputOriginEntriesForInitiatedOrSavedDocument(org.kuali.module.labor.document.LaborCorrectionDocument)



removePersistedInputOriginEntries
public void removePersistedInputOriginEntries(String docId)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.removePersistedInputOriginEntries(java.lang.String)



removePersistedOriginEntries
protected void removePersistedOriginEntries(String fullPathUniqueFileName)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.removePersistedOriginEntries(java.lang.String)



removePersistedOutputOriginEntries
public void removePersistedOutputOriginEntries(LaborCorrectionDocument document)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.removePersistedOutputOriginEntriesForInitiatedOrSavedDocument(org.kuali.module.labor.document.LaborCorrectionDocument)



removePersistedOutputOriginEntries
public void removePersistedOutputOriginEntries(String docId)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.removePersistedOutputOriginEntries(java.lang.String)



retrievePersistedInputOriginEntries
public List<LaborOriginEntry> retrievePersistedInputOriginEntries(LaborCorrectionDocument document, int abortThreshold)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.retrievePersistedInputOriginEntries(org.kuali.module.labor.document.LaborCorrectionDocumentint)



retrievePersistedInputOriginEntriesAsIterator
public Iterator<LaborOriginEntry> retrievePersistedInputOriginEntriesAsIterator(LaborCorrectionDocument document)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.retrievePersistedInputOriginEntriesAsIterator(org.kuali.module.labor.document.LaborCorrectionDocument)



retrievePersistedLaborOriginEntries
protected List<LaborOriginEntry> retrievePersistedLaborOriginEntries(String fullPathUniqueFileName, int abortThreshold)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.retrievePersistedLaborOriginEntries(java.lang.Stringint)



retrievePersistedLaborOriginEntriesAsIterator
protected Iterator<LaborOriginEntry> retrievePersistedLaborOriginEntriesAsIterator(String fullPathUniqueFileName)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.retrievePersistedLaborOriginEntriesAsIterator(java.lang.String)



retrievePersistedOutputOriginEntries
public List<LaborOriginEntry> retrievePersistedOutputOriginEntries(LaborCorrectionDocument document, int abortThreshold)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.retrievePersistedOutputOriginEntries(org.kuali.module.labor.document.LaborCorrectionDocumentint)



retrievePersistedOutputOriginEntriesAsIterator
public Iterator<LaborOriginEntry> retrievePersistedOutputOriginEntriesAsIterator(LaborCorrectionDocument document)(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.retrievePersistedOutputOriginEntriesAsIterator(org.kuali.module.labor.document.LaborCorrectionDocument)



setCorrectionChangeDao
public void setCorrectionChangeDao(CorrectionChangeDao correctionChangeDao)(Code)
Sets the correctionChangeDao attribute value.
Parameters:
  correctionChangeDao - The correctionChangeDao to set.



setCorrectionChangeGroupDao
public void setCorrectionChangeGroupDao(CorrectionChangeGroupDao correctionChangeGroupDao)(Code)
Sets the correctionChangeDao attribute value.
Parameters:
  correctionChangeGroupDao - The correctionChangeDao to set.



setCorrectionCriteriaDao
public void setCorrectionCriteriaDao(CorrectionCriteriaDao correctionCriteriaDao)(Code)
Sets the correctionCriteriaDao attribute value.
Parameters:
  correctionCriteriaDao - The correctionCriteriaDao to set.



setDocumentDao
public void setDocumentDao(DocumentDao documentDao)(Code)
Sets the documentDao attribute value.
Parameters:
  documentDao - The documentDao to set.



setKualiConfigurationService
public void setKualiConfigurationService(KualiConfigurationService kualiConfigurationService)(Code)
Sets the kualiConfigurationService attribute value.
Parameters:
  kualiConfigurationService - The kualiConfigurationService to set.



setLaborOriginEntryService
public void setLaborOriginEntryService(LaborOriginEntryService laborOriginEntryService)(Code)
Sets the originEntryService attribute value.
Parameters:
  originEntryService - The originEntryService to set.



setLlcpDirectoryName
public void setLlcpDirectoryName(String llcpDirectoryName)(Code)
Sets the llcpDirectoryName attribute value.
Parameters:
  llcpDirectoryName - The llcpDirectoryName to set.



setOriginEntryGroupService
public void setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)(Code)
Sets the originEntryGroupService attribute value.
Parameters:
  originEntryGroupService - The originEntryGroupService to set.



writePersistedInputOriginEntriesToStream
public void writePersistedInputOriginEntriesToStream(LaborCorrectionDocument document, OutputStream out) throws IOException(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.writePersistedInputOriginEntriesToStream(java.io.OutputStream)



writePersistedOriginEntriesToStream
protected void writePersistedOriginEntriesToStream(String fullPathUniqueFileName, OutputStream out) throws IOException(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.writePersistedOriginEntriesToStream(java.lang.Stringjava.io.OutputStream)



writePersistedOutputOriginEntriesToStream
public void writePersistedOutputOriginEntriesToStream(LaborCorrectionDocument document, OutputStream out) throws IOException(Code)

See Also:   org.kuali.module.labor.service.LaborCorrectionDocumentService.writePersistedOutputOriginEntriesToStream(java.io.OutputStream)



Fields inherited from org.kuali.module.gl.service.impl.CorrectionDocumentServiceImpl
final protected static String INPUT_ORIGIN_ENTRIES_FILE_SUFFIX(Code)(Java Doc)
protected static Logger LOG(Code)(Java Doc)
final protected static String OUTPUT_ORIGIN_ENTRIES_FILE_SUFFIX(Code)(Java Doc)
protected CorrectionChangeDao correctionChangeDao(Code)(Java Doc)
protected CorrectionChangeGroupDao correctionChangeGroupDao(Code)(Java Doc)
protected CorrectionCriteriaDao correctionCriteriaDao(Code)(Java Doc)
protected CorrectionDocumentDao correctionDocumentDao(Code)(Java Doc)
protected DocumentDao documentDao(Code)(Java Doc)
protected KualiConfigurationService kualiConfigurationService(Code)(Java Doc)
protected OriginEntryGroupService originEntryGroupService(Code)(Java Doc)

Methods inherited from org.kuali.module.gl.service.impl.CorrectionDocumentServiceImpl
public boolean areInputOriginEntriesPersisted(CorrectionDocument document)(Code)(Java Doc)
public boolean areOutputOriginEntriesPersisted(CorrectionDocument document)(Code)(Java Doc)
public CorrectionDocument findByCorrectionDocumentHeaderId(String docId)(Code)(Java Doc)
public List findByDocumentHeaderIdAndCorrectionGroupNumber(String docId, int i)(Code)(Java Doc)
public CorrectionChangeGroup findByDocumentNumberAndCorrectionChangeGroupNumber(String docId, int i)(Code)(Java Doc)
public List findByDocumentNumberAndCorrectionGroupNumber(String docId, int i)(Code)(Java Doc)
protected String generateInputOriginEntryFileName(CorrectionDocument document)(Code)(Java Doc)
protected String generateInputOriginEntryFileName(String docId)(Code)(Java Doc)
protected String generateOutputOriginEntryFileName(CorrectionDocument document)(Code)(Java Doc)
protected String generateOutputOriginEntryFileName(String docId)(Code)(Java Doc)
public Collection<CorrectionDocument> getCorrectionDocumentsFinalizedOn(Date date)(Code)(Java Doc)
public String getGlcpDirectoryName()(Code)(Java Doc)
public KualiConfigurationService getKualiConfigurationService()(Code)(Java Doc)
public OriginEntryGroupService getOriginEntryGroupService()(Code)(Java Doc)
public OriginEntryService getOriginEntryService()(Code)(Java Doc)
protected String getOriginEntryStagingDirectoryPath()(Code)(Java Doc)
public List<Column> getTableRenderColumnMetadata(String docId)(Code)(Java Doc)
protected BufferedOutputStream openEntryOutputStreamForOutputGroup(CorrectionDocument document) throws IOException(Code)(Java Doc)
public void persistInputOriginEntriesForInitiatedOrSavedDocument(CorrectionDocument document, Iterator<OriginEntryFull> entries)(Code)(Java Doc)
protected void persistOriginEntries(String fullPathUniqueFileName, Iterator<OriginEntryFull> entries)(Code)(Java Doc)
public void persistOriginEntryGroupsForDocumentSave(CorrectionDocument document, CorrectionDocumentEntryMetadata correctionDocumentEntryMetadata)(Code)(Java Doc)
public void persistOutputOriginEntriesForInitiatedOrSavedDocument(CorrectionDocument document, Iterator<OriginEntryFull> entries)(Code)(Java Doc)
public void removePersistedInputOriginEntries(CorrectionDocument document)(Code)(Java Doc)
public void removePersistedInputOriginEntries(String docId)(Code)(Java Doc)
protected void removePersistedOriginEntries(String fullPathUniqueFileName)(Code)(Java Doc)
public void removePersistedOutputOriginEntries(CorrectionDocument document)(Code)(Java Doc)
public void removePersistedOutputOriginEntries(String docId)(Code)(Java Doc)
public List<OriginEntryFull> retrievePersistedInputOriginEntries(CorrectionDocument document, int abortThreshold)(Code)(Java Doc)
public Iterator<OriginEntryFull> retrievePersistedInputOriginEntriesAsIterator(CorrectionDocument document)(Code)(Java Doc)
protected List<OriginEntryFull> retrievePersistedOriginEntries(String fullPathUniqueFileName, int abortThreshold)(Code)(Java Doc)
protected Iterator<OriginEntryFull> retrievePersistedOriginEntriesAsIterator(String fullPathUniqueFileName)(Code)(Java Doc)
public List<OriginEntryFull> retrievePersistedOutputOriginEntries(CorrectionDocument document, int abortThreshold)(Code)(Java Doc)
public Iterator<OriginEntryFull> retrievePersistedOutputOriginEntriesAsIterator(CorrectionDocument document)(Code)(Java Doc)
public void setCorrectionChangeDao(CorrectionChangeDao correctionChangeDao)(Code)(Java Doc)
public void setCorrectionChangeGroupDao(CorrectionChangeGroupDao correctionChangeGroupDao)(Code)(Java Doc)
public void setCorrectionCriteriaDao(CorrectionCriteriaDao correctionCriteriaDao)(Code)(Java Doc)
public void setCorrectionDocumentDao(CorrectionDocumentDao correctionDocumentDao)(Code)(Java Doc)
public void setDocumentDao(DocumentDao documentDao)(Code)(Java Doc)
public void setGlcpDirectoryName(String glcpDirectoryName)(Code)(Java Doc)
public void setKualiConfigurationService(KualiConfigurationService kualiConfigurationService)(Code)(Java Doc)
public void setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)(Code)(Java Doc)
public void setOriginEntryService(OriginEntryService originEntryService)(Code)(Java Doc)
public void writePersistedInputOriginEntriesToStream(CorrectionDocument document, OutputStream out) throws IOException(Code)(Java Doc)
protected void writePersistedOriginEntriesToStream(String fullPathUniqueFileName, OutputStream out) throws IOException(Code)(Java Doc)
public void writePersistedOutputOriginEntriesToStream(CorrectionDocument document, OutputStream out) throws IOException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.