|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Loop | |
| com.americancoders.edi | |
| com.americancoders.samples | |
| Uses of Loop in com.americancoders.edi |
| Fields in com.americancoders.edi declared as Loop | |
protected Loop |
ValidXMLEDIParser.loop
current loop |
| Methods in com.americancoders.edi that return Loop | |
Loop |
ITemplateLoopContainer.createLoop(java.lang.String ID)
returns a new Loop |
Loop |
LoopAndSegmentContainer.getLoop(int inPosition)
returns a Loop by its position |
Loop |
LoopAndSegmentContainer.getLoop(int inPosition,
int inVectorPosition)
returns the Loop inside the subLoop Vector by its position |
Loop |
LoopAndSegmentContainer.getLoop(java.lang.String ID)
returns a Loop by its ID |
Loop |
LoopAndSegmentContainer.getLoop(java.lang.String ID,
int inVectorPosition)
returns a Loop by its ID and its position in the vector You must use this method call to get to floating Loops |
Loop |
LoopAndSegmentContainer.getLoopByDataElementValue(java.lang.String ID,
int inSequence,
java.lang.String inValue)
returns a Loop by its id and the contents of a data field Used for Loops that repeat, useful with IDDE type fields. |
Loop |
LoopAndSegmentContainer.createLoop(java.lang.String id)
creates a Loop by ID |
| Methods in com.americancoders.edi with parameters of type Loop | |
void |
LoopAndSegmentContainer.addLoop(Loop inLoop)
add a Loop to the array |
void |
LoopAndSegmentContainer.addLoopToVector(Loop inLoop,
int inPosition)
adds a Loop to a vectorized Loop in the container at a predefined sequence |
void |
LoopAndSegmentContainer.setLoopAt(Loop inLoop,
int inPosition)
sets a Loop to the container at position in the array, if the Loop is part of the vectorized Loop throw exception |
void |
LoopAndSegmentContainer.setLoopAt(Loop inLoop,
int inPosition,
int inVectorPosition)
sets a Loop to the vector at a position container |
| Uses of Loop in com.americancoders.samples |
| Methods in com.americancoders.samples that return Loop | |
Loop |
build997.buildLoopTransactionSetResponseHeaderforTableHeader(Table inTable,
FunctionalGroup inFG,
DocumentErrors inDErr)
builds loop AK2 that is part of the TableHeader Transaction Set Response Header used |
Loop |
build997.buildLoopAndSegmenAK3forTableHeaderLoopAK2(Loop inLoop,
java.lang.String errID,
int errPos)
builds loop and segment AK3 that is part of the TableHeader LoopAK2 Data Segment Note used To report errors in a data segment and identify the location of the data segment |
Loop |
build997.buildLoopAndSegmenAK3forTableHeaderLoopAK2(Loop inLoop,
java.lang.String errID,
int errPos,
java.lang.String errCode)
builds loop and segment AK3 that is part of the HeaderAK2 Data Segment Note used To report errors in a data segment and identify the location of the data segment |
| Methods in com.americancoders.samples with parameters of type Loop | |
Segment |
build997.buildSegmentTransactionSetResponseHeaderforLoopAK2(Loop inLoop,
TransactionSet inTS,
DocumentErrors inDErr)
builds segment AK2 that is part of the LoopAK2 Transaction Set Response Header used To start acknowledgment of a single transaction set |
void |
build997.checkLoop(Loop loopAK2forAK3,
Loop inLoop,
DocumentErrors inDErr)
works with loops looking to see if DocumentError object is pointing at any of its elements |
void |
build997.checkSegment(Loop loopAK2forAK3,
Segment testSeg,
DocumentErrors inDErr)
works with individual segments looking to see if DocumentError object is pointing at it |
Loop |
build997.buildLoopAndSegmenAK3forTableHeaderLoopAK2(Loop inLoop,
java.lang.String errID,
int errPos)
builds loop and segment AK3 that is part of the TableHeader LoopAK2 Data Segment Note used To report errors in a data segment and identify the location of the data segment |
Loop |
build997.buildLoopAndSegmenAK3forTableHeaderLoopAK2(Loop inLoop,
java.lang.String errID,
int errPos,
java.lang.String errCode)
builds loop and segment AK3 that is part of the HeaderAK2 Data Segment Note used To report errors in a data segment and identify the location of the data segment |
Segment |
build997.buildSegmentAK4forTableHeaderLoopAK2LoopAK3(Loop inLoop,
java.lang.Object inErrObject,
java.lang.String errCode,
java.lang.String errID)
builds segment AK4 that is part of the HeaderAK2AK3 Data Element Note used To report errors in a data element or composite data structure and identify the location of the data element |
void |
build997.buildSegmentTransactionSetResponseTrailerforLoopAK2(Loop inLoop,
java.lang.String accRej,
java.lang.String code)
builds segment AK5 that is part of the HeaderAK2 Transaction Set Response Trailer used To acknowledge acceptance or rejection and report errors in a transaction set |
|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||