|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.gl.document.service.impl.CorrectionDocumentServiceImpl
@Transactional public class CorrectionDocumentServiceImpl
The base implementaiton of CorrectionDocumentService
Nested Class Summary | |
---|---|
protected class |
CorrectionDocumentServiceImpl.CorrectionFileFilter
|
protected static class |
CorrectionDocumentServiceImpl.GlcpFilenameFilter
|
Fields inherited from interface org.kuali.kfs.gl.document.service.CorrectionDocumentService |
---|
CORRECTION_TYPE_CRITERIA, CORRECTION_TYPE_MANUAL, CORRECTION_TYPE_REMOVE_GROUP_FROM_PROCESSING, SYSTEM_DATABASE, SYSTEM_UPLOAD, UNLIMITED_ABORT_THRESHOLD |
Constructor Summary | |
---|---|
CorrectionDocumentServiceImpl()
|
Method Summary | |
---|---|
void |
aggregateCorrectionDocumentReports(GeneralLedgerCorrectionProcessDocument document)
|
boolean |
areInputOriginEntriesPersisted(GeneralLedgerCorrectionProcessDocument document)
Returns true if and only if the file corresponding to this document's input origin entries are on the file system. |
boolean |
areOutputOriginEntriesPersisted(GeneralLedgerCorrectionProcessDocument document)
Returns true if and only if the file corresponding to this document's output origin entries are on the file system. |
protected String |
buildFileExtensionWithDate(Date date)
|
String |
createOutputFileForProcessing(String docId,
Date today)
|
GeneralLedgerCorrectionProcessDocument |
findByCorrectionDocumentHeaderId(String docId)
Retrieves a correction document by the document id |
List |
findByDocumentHeaderIdAndCorrectionGroupNumber(String docId,
int i)
Finds CollectionChange records associated with a given document id and correction change group. |
CorrectionChangeGroup |
findByDocumentNumberAndCorrectionChangeGroupNumber(String docId,
int i)
Returns a specific correction change group for a GLCP document. |
List |
findByDocumentNumberAndCorrectionGroupNumber(String docId,
int i)
Finds Collection Criteria associated with the given GLCP document and group. |
String[] |
findExistingCorrectionOutputFilesForDocument(String documentNumber)
Finds any existing output files for the given document. |
void |
generateCorrectionReport(GeneralLedgerCorrectionProcessDocument document)
Generate a text report for the given correction document |
protected String |
generateInputOriginEntryFileName(GeneralLedgerCorrectionProcessDocument document)
Generates the file name that input origin entries should be retrieved from |
protected String |
generateInputOriginEntryFileName(String docId)
Generates the file name that input origin entries should be retrieved from |
protected String |
generateOutputOriginEntryFileName(GeneralLedgerCorrectionProcessDocument document)
Generates the file name that output origin entries should be written to |
String |
generateOutputOriginEntryFileName(String docId)
Generates the file name that output origin entries should be written to |
protected File |
getAggregatedReportFile(String documentNumber)
|
String |
getBatchFileDirectoryName()
|
Collection<GeneralLedgerCorrectionProcessDocument> |
getCorrectionDocumentsFinalizedOn(Date date)
Retrieves all of the documents that were finalized on a certain date |
protected DocumentNumberAwareReportWriterService |
getGlCorrectionDocumentReportWriterService()
|
String |
getGlcpDirectoryName()
Gets the glcpDirectoryName attribute. |
org.kuali.rice.kns.service.KualiConfigurationService |
getKualiConfigurationService()
Gets the kualiConfigurationService attribute. |
OriginEntryGroupService |
getOriginEntryGroupService()
Gets the originEntryGroupService attribute. |
OriginEntryService |
getOriginEntryService()
Gets the originEntryService attribute. |
protected String |
getOriginEntryStagingDirectoryPath()
Gets the name of the directory to save all these temporary files in |
protected List<File> |
getReportsToAggregateIntoReport(String documentNumber)
|
List<org.kuali.rice.kns.web.ui.Column> |
getTableRenderColumnMetadata(String docId)
Returns metadata to help render columns in the GLCP. |
protected BufferedOutputStream |
openEntryOutputStreamForOutputGroup(GeneralLedgerCorrectionProcessDocument document)
Opens an Output Stream to write Origin Entries to |
void |
persistInputOriginEntriesForInitiatedOrSavedDocument(GeneralLedgerCorrectionProcessDocument document,
Iterator<OriginEntryFull> entries)
This method persists an Iterator of input origin entries for a document that is in the initiated or saved state |
protected void |
persistOriginEntries(String fullPathUniqueFileName,
Iterator<OriginEntryFull> entries)
Saves an interator of Origin Entry records to the given file name |
void |
persistOriginEntryGroupsForDocumentSave(GeneralLedgerCorrectionProcessDocument document,
CorrectionDocumentEntryMetadata correctionDocumentEntryMetadata)
Saves the input and output origin entry groups for a document prior to saving the document |
void |
persistOutputOriginEntriesForInitiatedOrSavedDocument(GeneralLedgerCorrectionProcessDocument document,
Iterator<OriginEntryFull> entries)
This method persists an Iterator of output origin entries for a document that is in the initiated or saved state |
void |
removePersistedInputOriginEntries(GeneralLedgerCorrectionProcessDocument document)
Removes input origin entries that were saved to the database associated with the given document |
void |
removePersistedInputOriginEntries(String docId)
Removes input origin entries that were saved to the database associated with the given document |
protected void |
removePersistedOriginEntries(String fullPathUniqueFileName)
Removes a file of origin entries. |
void |
removePersistedOutputOriginEntries(GeneralLedgerCorrectionProcessDocument document)
Removes all output origin entries persisted in the database created by the given document |
void |
removePersistedOutputOriginEntries(String docId)
Removes all output origin entries persisted in the database created by the given document |
List<OriginEntryFull> |
retrievePersistedInputOriginEntries(GeneralLedgerCorrectionProcessDocument document,
int abortThreshold)
retrieves input origin entries that have been persisted for this document |
Iterator<OriginEntryFull> |
retrievePersistedInputOriginEntriesAsIterator(GeneralLedgerCorrectionProcessDocument document)
Retrieves input origin entries that have been persisted for this document in an iterator. |
protected List<OriginEntryFull> |
retrievePersistedOriginEntries(String fullPathUniqueFileName,
int abortThreshold)
Reads a file of origin entries and returns a List of those entry records |
protected Iterator<OriginEntryFull> |
retrievePersistedOriginEntriesAsIterator(String fullPathUniqueFileName)
Reads origin entries from a file to an iterator |
List<OriginEntryFull> |
retrievePersistedOutputOriginEntries(GeneralLedgerCorrectionProcessDocument document,
int abortThreshold)
retrieves output origin entries that have been persisted for this document |
Iterator<OriginEntryFull> |
retrievePersistedOutputOriginEntriesAsIterator(GeneralLedgerCorrectionProcessDocument document)
Retrieves output origin entries that have been persisted for this document in an iterator. |
void |
setBatchFileDirectoryName(String batchFileDirectoryName)
|
void |
setCorrectionChangeDao(CorrectionChangeDao correctionChangeDao)
|
void |
setCorrectionChangeGroupDao(CorrectionChangeGroupDao correctionChangeGroupDao)
|
void |
setCorrectionCriteriaDao(CorrectionCriteriaDao correctionCriteriaDao)
|
void |
setCorrectionDocumentDao(CorrectionDocumentDao correctionDocumentDao)
|
void |
setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
Sets the dateTimeService attribute value. |
void |
setDocumentDao(org.kuali.rice.kns.dao.DocumentDao documentDao)
|
void |
setGlCorrectionDocumentReportWriterService(DocumentNumberAwareReportWriterService glCorrectionDocumentReportWriterService)
|
void |
setGlcpDirectoryName(String glcpDirectoryName)
Sets the glcpDirectoryName attribute value. |
void |
setKualiConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService)
Sets the kualiConfigurationService attribute value. |
void |
setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
Sets the originEntryGroupService attribute value. |
void |
setOriginEntryService(OriginEntryService originEntryService)
Sets the originEntryService attribute value. |
void |
setReportAggregatorService(ReportAggregatorService reportAggregatorService)
Sets the reportAggregatorService attribute value. |
void |
setReportFilenamePrefix(String reportFilenamePrefix)
Sets the reportFilenamePrefix attribute value. |
void |
setReportFilenameSuffix(String reportFilenameSuffix)
Sets the reportFilenameSuffix attribute value. |
void |
setReportsDirectory(String reportsDirectory)
Sets the reportsDirectory attribute value. |
void |
setTemporaryReportFilenameComponent(String temporaryReportFilenameComponent)
Sets the temporaryReportFilenameComponent attribute value. |
void |
setTemporaryReportFilenameSuffix(String temporaryReportFilenameSuffix)
Sets the temporaryReportFilenameSuffix attribute value. |
void |
setTemporaryReportsDirectory(String temporaryReportsDirectory)
Sets the temporaryReportsDirectory attribute value. |
void |
writePersistedInputOriginEntriesToStream(GeneralLedgerCorrectionProcessDocument document,
OutputStream out)
Writes out the persisted input origin entries in an OutputStream in a flat file format\ |
protected void |
writePersistedOriginEntriesToStream(String fullPathUniqueFileName,
OutputStream out)
Writes origin entries to an output stream |
void |
writePersistedOutputOriginEntriesToStream(GeneralLedgerCorrectionProcessDocument document,
OutputStream out)
Writes out the persisted output origin entries in an OutputStream in a flat file format\ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static org.apache.log4j.Logger LOG
protected CorrectionChangeGroupDao correctionChangeGroupDao
protected CorrectionChangeDao correctionChangeDao
protected CorrectionCriteriaDao correctionCriteriaDao
protected org.kuali.rice.kns.dao.DocumentDao documentDao
protected org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService
protected OriginEntryGroupService originEntryGroupService
protected org.kuali.rice.kns.service.DateTimeService dateTimeService
protected ReportAggregatorService reportAggregatorService
protected String temporaryReportsDirectory
protected String temporaryReportFilenameComponent
protected String temporaryReportFilenameSuffix
protected String reportsDirectory
protected String reportFilenamePrefix
protected String reportFilenameSuffix
protected static final String INPUT_ORIGIN_ENTRIES_FILE_SUFFIX
protected static final String OUTPUT_ORIGIN_ENTRIES_FILE_SUFFIX
protected static final String GLCP_OUTPUT_PREFIX
protected static final String CORRECTION_FILE_FILTER
protected CorrectionDocumentDao correctionDocumentDao
Constructor Detail |
---|
public CorrectionDocumentServiceImpl()
Method Detail |
---|
public CorrectionChangeGroup findByDocumentNumberAndCorrectionChangeGroupNumber(String docId, int i)
findByDocumentNumberAndCorrectionChangeGroupNumber
in interface CorrectionDocumentService
docId
- the document id of a GLCP documenti
- the number of the correction group within the document
CorrectionDocumentService.findByDocumentNumberAndCorrectionChangeGroupNumber(java.lang.String,
int)
public List findByDocumentHeaderIdAndCorrectionGroupNumber(String docId, int i)
findByDocumentHeaderIdAndCorrectionGroupNumber
in interface CorrectionDocumentService
docId
- the document id of a GLCP documenti
- the number of the correction group within the document
CorrectionDocumentService.findByDocumentHeaderIdAndCorrectionGroupNumber(java.lang.String,
int)
public List findByDocumentNumberAndCorrectionGroupNumber(String docId, int i)
findByDocumentNumberAndCorrectionGroupNumber
in interface CorrectionDocumentService
docId
- the document id of a GLCP documenti
- the number of the correction group within the document
CorrectionDocumentService.findByDocumentNumberAndCorrectionGroupNumber(java.lang.String,
int)
public GeneralLedgerCorrectionProcessDocument findByCorrectionDocumentHeaderId(String docId)
findByCorrectionDocumentHeaderId
in interface CorrectionDocumentService
docId
- the document id of the GLCP to find
CorrectionDocumentService.findByCorrectionDocumentHeaderId(java.lang.String)
public void setCorrectionChangeDao(CorrectionChangeDao correctionChangeDao)
public void setCorrectionChangeGroupDao(CorrectionChangeGroupDao correctionChangeGroupDao)
public void setCorrectionCriteriaDao(CorrectionCriteriaDao correctionCriteriaDao)
public void setDocumentDao(org.kuali.rice.kns.dao.DocumentDao documentDao)
public List<org.kuali.rice.kns.web.ui.Column> getTableRenderColumnMetadata(String docId)
getTableRenderColumnMetadata
in interface CorrectionDocumentService
docId
- the document id of a GLCP document
CorrectionDocumentService.getTableRenderColumnMetadata(java.lang.String)
protected String generateInputOriginEntryFileName(GeneralLedgerCorrectionProcessDocument document)
document
- a GLCP document
protected String generateOutputOriginEntryFileName(GeneralLedgerCorrectionProcessDocument document)
document
- a GLCP document
protected String generateInputOriginEntryFileName(String docId)
docId
- the document id of a GLCP document
public String generateOutputOriginEntryFileName(String docId)
generateOutputOriginEntryFileName
in interface CorrectionDocumentService
docId
- the document id of a GLCP document
public void persistInputOriginEntriesForInitiatedOrSavedDocument(GeneralLedgerCorrectionProcessDocument document, Iterator<OriginEntryFull> entries)
persistInputOriginEntriesForInitiatedOrSavedDocument
in interface CorrectionDocumentService
document
- an initiated or saved documententries
- an Iterator of origin entriesorg.kuali.kfs.gl.document.service.CorrectionDocumentService#persistOriginEntriesToFile(java.lang.String,
java.util.Iterator)
public void persistOutputOriginEntriesForInitiatedOrSavedDocument(GeneralLedgerCorrectionProcessDocument document, Iterator<OriginEntryFull> entries)
persistOutputOriginEntriesForInitiatedOrSavedDocument
in interface CorrectionDocumentService
document
- an initiated or saved documententries
- an Iterator of origin entriesorg.kuali.kfs.gl.document.service.CorrectionDocumentService#persistOutputOriginEntriesForInitiatedOrSavedDocument(org.kuali.kfs.gl.document.CorrectionDocument,
java.util.Iterator)
protected void persistOriginEntries(String fullPathUniqueFileName, Iterator<OriginEntryFull> entries)
fullPathUniqueFileName
- the name of the file to write entries toentries
- entries to writeprotected BufferedOutputStream openEntryOutputStreamForOutputGroup(GeneralLedgerCorrectionProcessDocument document) throws IOException
document
- the GLCP document which has the origin entries to write
IOException
- if the file cannot be successfully openedpublic void removePersistedInputOriginEntries(GeneralLedgerCorrectionProcessDocument document)
removePersistedInputOriginEntries
in interface CorrectionDocumentService
document
- a GLCP documentorg.kuali.kfs.gl.document.service.CorrectionDocumentService#removePersistedInputOriginEntriesForInitiatedOrSavedDocument(org.kuali.kfs.gl.document.CorrectionDocument)
public void removePersistedOutputOriginEntries(GeneralLedgerCorrectionProcessDocument document)
removePersistedOutputOriginEntries
in interface CorrectionDocumentService
document
- a GLCP documentorg.kuali.kfs.gl.document.service.CorrectionDocumentService#removePersistedOutputOriginEntriesForInitiatedOrSavedDocument(org.kuali.kfs.gl.document.CorrectionDocument)
public void removePersistedInputOriginEntries(String docId)
removePersistedInputOriginEntries
in interface CorrectionDocumentService
docId
- the document id of a GLCP documentCorrectionDocumentService.removePersistedInputOriginEntries(java.lang.String)
public void removePersistedOutputOriginEntries(String docId)
removePersistedOutputOriginEntries
in interface CorrectionDocumentService
docId
- the document id of a GLCP documentCorrectionDocumentService.removePersistedOutputOriginEntries(java.lang.String)
protected void removePersistedOriginEntries(String fullPathUniqueFileName)
fullPathUniqueFileName
- the file name of the file holding origin entriespublic List<OriginEntryFull> retrievePersistedInputOriginEntries(GeneralLedgerCorrectionProcessDocument document, int abortThreshold)
retrievePersistedInputOriginEntries
in interface CorrectionDocumentService
document
- the documentabortThreshold
- if the file exceeds this number of rows, then null is returned. UNLIMITED_ABORT_THRESHOLD
signifies that there is no limit
RuntimeException
- several reasons, primarily relating to underlying persistence layer problemsorg.kuali.kfs.gl.document.service.CorrectionDocumentService#retrievePersistedInputOriginEntries(org.kuali.kfs.gl.document.CorrectionDocument,
int)
public List<OriginEntryFull> retrievePersistedOutputOriginEntries(GeneralLedgerCorrectionProcessDocument document, int abortThreshold)
retrievePersistedOutputOriginEntries
in interface CorrectionDocumentService
document
- the documentabortThreshold
- if the file exceeds this number of rows, then null is returned. UNLIMITED_ABORT_THRESHOLD
signifies that there is no limit
RuntimeException
- several reasons, primarily relating to underlying persistence layer problemsorg.kuali.kfs.gl.document.service.CorrectionDocumentService#retrievePersistedOutputOriginEntries(org.kuali.kfs.gl.document.CorrectionDocument,
int)
protected List<OriginEntryFull> retrievePersistedOriginEntries(String fullPathUniqueFileName, int abortThreshold)
fullPathUniqueFileName
- the file name of the file to readabortThreshold
- if more entries than this need to be read...well, they just won't get read
public Iterator<OriginEntryFull> retrievePersistedInputOriginEntriesAsIterator(GeneralLedgerCorrectionProcessDocument document)
retrievePersistedInputOriginEntriesAsIterator
in interface CorrectionDocumentService
document
- the document
org.kuali.kfs.gl.document.service.CorrectionDocumentService#retrievePersistedInputOriginEntriesAsIterator(org.kuali.kfs.gl.document.CorrectionDocument)
public Iterator<OriginEntryFull> retrievePersistedOutputOriginEntriesAsIterator(GeneralLedgerCorrectionProcessDocument document)
retrievePersistedOutputOriginEntriesAsIterator
in interface CorrectionDocumentService
document
- the document
RuntimeException
- several reasons, primarily relating to underlying persistence layer problemsorg.kuali.kfs.gl.document.service.CorrectionDocumentService#retrievePersistedOutputOriginEntriesAsIterator(org.kuali.kfs.gl.document.CorrectionDocument)
protected Iterator<OriginEntryFull> retrievePersistedOriginEntriesAsIterator(String fullPathUniqueFileName)
fullPathUniqueFileName
- the file name to read from
public boolean areInputOriginEntriesPersisted(GeneralLedgerCorrectionProcessDocument document)
areInputOriginEntriesPersisted
in interface CorrectionDocumentService
document
- a GLCP document
org.kuali.kfs.gl.document.service.CorrectionDocumentService#areInputOriginEntriesPersisted(org.kuali.kfs.gl.document.CorrectionDocument)
public boolean areOutputOriginEntriesPersisted(GeneralLedgerCorrectionProcessDocument document)
areOutputOriginEntriesPersisted
in interface CorrectionDocumentService
document
- a GLCP document to query
org.kuali.kfs.gl.document.service.CorrectionDocumentService#areOutputOriginEntriesPersisted(org.kuali.kfs.gl.document.CorrectionDocument)
public void writePersistedInputOriginEntriesToStream(GeneralLedgerCorrectionProcessDocument document, OutputStream out) throws IOException
OutputStream
in a flat file format\
writePersistedInputOriginEntriesToStream
in interface CorrectionDocumentService
document
- a GLCP documentout
- axn open and ready output stream
IOException
- thrown if IOExceptions occurred in writing the persisted origin entriesorg.kuali.kfs.gl.document.service.CorrectionDocumentService#writePersistedInputOriginEntriesToStream(java.io.OutputStream)
public void writePersistedOutputOriginEntriesToStream(GeneralLedgerCorrectionProcessDocument document, OutputStream out) throws IOException
OutputStream
in a flat file format\
writePersistedOutputOriginEntriesToStream
in interface CorrectionDocumentService
document
- a GLCP documentout
- axn open and ready output stream
IOException
- thrown if IOExceptions occurred in writing the persisted origin entriesorg.kuali.kfs.gl.document.service.CorrectionDocumentService#writePersistedOutputOriginEntriesToStream(java.io.OutputStream)
protected void writePersistedOriginEntriesToStream(String fullPathUniqueFileName, OutputStream out) throws IOException
fullPathUniqueFileName
- the name of the file to write toout
- an output stream to write to
IOException
- thrown if problems occur during writingpublic String createOutputFileForProcessing(String docId, Date today)
createOutputFileForProcessing
in interface CorrectionDocumentService
protected String buildFileExtensionWithDate(Date date)
public void persistOriginEntryGroupsForDocumentSave(GeneralLedgerCorrectionProcessDocument document, CorrectionDocumentEntryMetadata correctionDocumentEntryMetadata)
persistOriginEntryGroupsForDocumentSave
in interface CorrectionDocumentService
document
- a GLCP documentcorrectionDocumentEntryMetadata
- metadata about this GLCP documentorg.kuali.kfs.gl.document.service.CorrectionDocumentService#persistOriginEntryGroupsForDocumentSave(org.kuali.kfs.gl.document.CorrectionDocument,
org.kuali.kfs.gl.document.web.CorrectionDocumentEntryMetadata)
public void generateCorrectionReport(GeneralLedgerCorrectionProcessDocument document)
CorrectionDocumentService
generateCorrectionReport
in interface CorrectionDocumentService
document
- GLCP document to report onCorrectionDocumentService.generateCorrectionReport(org.kuali.kfs.gl.document.GeneralLedgerCorrectionProcessDocument)
protected String getOriginEntryStagingDirectoryPath()
public org.kuali.rice.kns.service.KualiConfigurationService getKualiConfigurationService()
public void setKualiConfigurationService(org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService)
kualiConfigurationService
- The kualiConfigurationService to set.public OriginEntryService getOriginEntryService()
public void setOriginEntryService(OriginEntryService originEntryService)
originEntryService
- The originEntryService to set.public String getGlcpDirectoryName()
getGlcpDirectoryName
in interface CorrectionDocumentService
public void setGlcpDirectoryName(String glcpDirectoryName)
glcpDirectoryName
- The glcpDirectoryName to set.public OriginEntryGroupService getOriginEntryGroupService()
public void setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
originEntryGroupService
- The originEntryGroupService to set.public Collection<GeneralLedgerCorrectionProcessDocument> getCorrectionDocumentsFinalizedOn(Date date)
CorrectionDocumentService
getCorrectionDocumentsFinalizedOn
in interface CorrectionDocumentService
date
- the date to find GLCP documents finalized on
CorrectionDocumentService.getCorrectionDocumentsFinalizedOn(java.sql.Date)
public void setCorrectionDocumentDao(CorrectionDocumentDao correctionDocumentDao)
public void setBatchFileDirectoryName(String batchFileDirectoryName)
public String getBatchFileDirectoryName()
getBatchFileDirectoryName
in interface CorrectionDocumentService
protected DocumentNumberAwareReportWriterService getGlCorrectionDocumentReportWriterService()
public void setGlCorrectionDocumentReportWriterService(DocumentNumberAwareReportWriterService glCorrectionDocumentReportWriterService)
glCorrectionDocumentReportWriterService
- The glCorrectionDocumentReportWriterService to set.public void aggregateCorrectionDocumentReports(GeneralLedgerCorrectionProcessDocument document)
aggregateCorrectionDocumentReports
in interface CorrectionDocumentService
org.kuali.kfs.gl.document.service.CorrectionDocumentService#aggregateCorrectionDocumentReports()
protected File getAggregatedReportFile(String documentNumber)
protected List<File> getReportsToAggregateIntoReport(String documentNumber)
public void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
dateTimeService
- The dateTimeService to set.public void setReportAggregatorService(ReportAggregatorService reportAggregatorService)
reportAggregatorService
- The reportAggregatorService to set.public void setTemporaryReportsDirectory(String temporaryReportsDirectory)
temporaryReportsDirectory
- The temporaryReportsDirectory to set.public void setTemporaryReportFilenameComponent(String temporaryReportFilenameComponent)
temporaryReportFilenameComponent
- The temporaryReportFilenameComponent to set.public void setTemporaryReportFilenameSuffix(String temporaryReportFilenameSuffix)
temporaryReportFilenameSuffix
- The temporaryReportFilenameSuffix to set.public void setReportsDirectory(String reportsDirectory)
reportsDirectory
- The reportsDirectory to set.public void setReportFilenamePrefix(String reportFilenamePrefix)
reportFilenamePrefix
- The reportFilenamePrefix to set.public void setReportFilenameSuffix(String reportFilenameSuffix)
reportFilenameSuffix
- The reportFilenameSuffix to set.public String[] findExistingCorrectionOutputFilesForDocument(String documentNumber)
CorrectionDocumentService
findExistingCorrectionOutputFilesForDocument
in interface CorrectionDocumentService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |