|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TemplateSegment | |
| com.americancoders.edi | |
| Uses of TemplateSegment in com.americancoders.edi |
| Fields in com.americancoders.edi declared as TemplateSegment | |
protected TemplateSegment |
EnvelopeFactory.currentTemplateSegment
current segment |
protected TemplateSegment |
Segment.myTemplate
TemplateSegment that can build this segment |
protected TemplateSegment |
TransactionSetFactory.currentSegment
current segment |
protected TemplateSegment |
ValidXMLEDIParser.templateSegment
|
| Methods in com.americancoders.edi that return TemplateSegment | |
TemplateSegment |
Envelope.getTemplateSegment(java.lang.String inID)
method of SegmentContainer interface Envelope's segments built from instance methods so we return a null and hope the call can figure it out |
TemplateSegment |
FunctionalGroup.getTemplateSegment(java.lang.String inID)
method of SegmentContainer interface Functional Group's segments built from instance methods so we return a null and hope the call can figure it out |
TemplateSegment |
ITemplateSegmentContainer.getTemplateSegment(java.lang.String ID)
returns a Segment |
TemplateSegment |
ITemplateSegmentContainer.getTemplateSegment(int pos)
returns a Segment |
TemplateSegment |
Segment.getTemplate()
returns the TemplateSegment used to build the Segment |
TemplateSegment |
TemplateSegmentContainer.getTemplateSegment(int inPosition)
gets a templatesegment from the vector |
TemplateSegment |
TemplateSegmentContainer.getTemplateSegment(java.lang.String inID)
gets a templatesegment from the vector |
TemplateSegment |
TemplateSegmentContainer.getTemplateSegment(java.lang.String inID,
java.lang.String primaryIDValue)
gets a templatesegment from the vector by its id and primary id value This method only works if the OBOE.properties property prevalidate is set to true |
| Methods in com.americancoders.edi with parameters of type TemplateSegment | |
void |
ITemplateSegmentContainer.addTemplateSegment(TemplateSegment templateSegmentObject)
sets a Segment may be used to add a new Segment may be used to change an existing Segment may be used to remove an Segment, this is done by passing a null object |
void |
TemplateSegmentContainer.addTemplateSegment(TemplateSegment inTemplateSegment)
adds a templatesegment to the vector |
| Constructors in com.americancoders.edi with parameters of type TemplateSegment | |
Segment(TemplateSegment inTemplateSegment,
IContainedObject inParent)
create a Segment based on its template |
|
|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||