|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndowmentAccountingLineParser
Method Summary | |
---|---|
String |
getExpectedEndowmentAccountingLineFormatAsString(Class<? extends EndowmentAccountingLine> accountingLineClass)
|
String[] |
getSourceEndowmentAccountingLineFormat()
|
String[] |
getTargetEndowmentAccountingLineFormat()
|
List<SourceEndowmentAccountingLine> |
importSourceEndowmentAccountingLines(String fileName,
InputStream stream,
EndowmentAccountingLinesDocument document)
Generates a list of SourceEndowmentAccountingLine from the inputStream |
List<TargetEndowmentAccountingLine> |
importTargetEndowmentAccountingLines(String fileName,
InputStream stream,
EndowmentAccountingLinesDocument document)
Generates a list of TargetEndowmentAccountingLine from the inputStream |
SourceEndowmentAccountingLine |
parseSourceEndowmentAccountingLine(EndowmentAccountingLinesDocument transactionalDocument,
String sourceAccountingLineString)
Parses a comma delimited string into an SourceEndowmentAccountingLine by populating the attributes found in the
getSourceAccountingLineFormat() |
TargetEndowmentAccountingLine |
parseTargetEndowmentAccountingLine(EndowmentAccountingLinesDocument transactionalDocument,
String targetAccountingLineString)
Parses a comma delimited string into an TargetEndowmentAccountingLine by populating the attributes found in the
getTargetAccountingLineFormat() |
Method Detail |
---|
String[] getSourceEndowmentAccountingLineFormat()
SourceEndowmentAccountingLine
attribute formatString[] getTargetEndowmentAccountingLineFormat()
TargetEndowmentAccountingLine
attribute formatString getExpectedEndowmentAccountingLineFormatAsString(Class<? extends EndowmentAccountingLine> accountingLineClass)
accountingLineClass
-
String[]
attribute format with each attribute separated by a comma.SourceEndowmentAccountingLine parseSourceEndowmentAccountingLine(EndowmentAccountingLinesDocument transactionalDocument, String sourceAccountingLineString)
SourceEndowmentAccountingLine
by populating the attributes found in the
getSourceAccountingLineFormat()
transactionalDocument
- sourceAccountingLineString
-
TargetEndowmentAccountingLine parseTargetEndowmentAccountingLine(EndowmentAccountingLinesDocument transactionalDocument, String targetAccountingLineString)
TargetEndowmentAccountingLine
by populating the attributes found in the
getTargetAccountingLineFormat()
transactionalDocument
- targetAccountingLineString
-
List<SourceEndowmentAccountingLine> importSourceEndowmentAccountingLines(String fileName, InputStream stream, EndowmentAccountingLinesDocument document)
SourceEndowmentAccountingLine
from the inputStream
stream
- document
-
SourceEndowmentAccountingLine
sList<TargetEndowmentAccountingLine> importTargetEndowmentAccountingLines(String fileName, InputStream stream, EndowmentAccountingLinesDocument document)
TargetEndowmentAccountingLine
from the inputStream
stream
- document
-
TargetEndowmentAccountingLine
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |