|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Table | |
| com.americancoders.edi | |
| com.americancoders.samples | |
| Uses of Table in com.americancoders.edi |
| Fields in com.americancoders.edi declared as Table | |
protected Table |
ValidXMLEDIParser.table
current table |
protected Table |
ValidXMLEDIParser.headerTable
current header tbl |
protected Table |
ValidXMLEDIParser.detailTable
current detail tlb |
protected Table |
ValidXMLEDIParser.summaryTable
current sum table |
| Methods in com.americancoders.edi that return Table | |
Table |
TransactionSet.getHeaderTable()
returns header table for the Transaction Set |
Table |
TransactionSet.getDetailTable()
returns detail table for the Transaction Set |
Table |
TransactionSet.getSummaryTable()
returns summary table for the Transaction Set |
| Methods in com.americancoders.edi with parameters of type Table | |
void |
TransactionSet.setHeaderTable(Table inTable)
sets header table for the Transaction Set |
void |
TransactionSet.setDetailTable(Table inTable)
sets detail table for the Transaction Set |
void |
TransactionSet.setSummaryTable(Table inTable)
sets summary table for the Transaction Set |
| Uses of Table in com.americancoders.samples |
| Methods in com.americancoders.samples with parameters of type Table | |
Segment |
build997.buildSegmentTransactionSetHeaderforTableHeader(Table inTable)
builds segment ST that is part of the TableHeader Transaction Set Header used To indicate the start of a transaction set and to assign a control number |
Segment |
build997.buildSegmentFunctionalGroupResponseHeaderforTableHeader(Table inTable,
FunctionalGroup inFG)
builds segment AK1 that is part of the TableHeader Functional Group Response Header used To start acknowledgment of a functional group |
Loop |
build997.buildLoopTransactionSetResponseHeaderforTableHeader(Table inTable,
FunctionalGroup inFG,
DocumentErrors inDErr)
builds loop AK2 that is part of the TableHeader Transaction Set Response Header used |
Segment |
build997.buildSegmentFunctionalGroupResponseTrailerforTableHeader(Table inTable,
FunctionalGroup inFG,
boolean inErr,
int acceptCnt)
builds segment AK9 that is part of the TableHeader |
Segment |
build997.buildSegmentTransactionSetTrailerforTableHeader(Table inTable)
builds segment SE that is part of the TableHeader Transaction Set Trailer used To indicate the end of the transaction set and provide the count of the transmitted segments (including the beginning (ST) and ending (SE) segments) |
|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||