Module for EDI 9.12 | Building Services with EDI Module | Part I WmEDI Package | WmEDI Util Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
wm.b2b.edi.util:addGroupEnvelope
wm.b2b.edi.util:addGroupEnvelopeEDIFACT
wm.b2b.edi.util:addICEnvelope
wm.b2b.edi.util:addICEnvelopeEDIFACT
wm.b2b.edi.util:concatStringArray
wm.b2b.edi.util:controlNumber
wm.b2b.edi.util:convertToValues
wm.b2b.edi.util:EDIconcat
wm.b2b.edi.util.FA:lite997
wm.b2b.edi.util:generateFA
wm.b2b.edi.util:getEDIDictionaryName
wm.b2b.edi.util:getEDIFFSchemaName
wm.b2b.edi.util:getEDIstring
wm.b2b.edi.util:invoke
wm.b2b.edi.util:makeArray
wm.b2b.edi.util:nullBlankCheck
wm.b2b.edi.util:nullifyIfBlank
wm.b2b.edi.util:pad
wm.b2b.edi.util:standardCheck
Format Services: Inputs and Outputs
wm.b2b.edi.util.formatServices:formatAN
wm.b2b.edi.util.formatServices:formatDate6
wm.b2b.edi.util.formatServices:formatDate8
wm.b2b.edi.util.formatServices:formatDecimal
wm.b2b.edi.util.formatServices:formatN
wm.b2b.edi.util.formatServices:formatN0
wm.b2b.edi.util.formatServices:formatN1
wm.b2b.edi.util.formatServices:formatN2
wm.b2b.edi.util.formatServices:formatN3
wm.b2b.edi.util.formatServices:formatN4
wm.b2b.edi.util.formatServices:formatN5
wm.b2b.edi.util.formatServices:formatN6
wm.b2b.edi.util.formatServices:formatN7
wm.b2b.edi.util.formatServices:formatN8
wm.b2b.edi.util.formatServices:formatN9
wm.b2b.edi.util.formatServices:formatTime4_4
wm.b2b.edi.util.formatServices:formatTime4_6
wm.b2b.edi.util.formatServices:formatTime4_8
wm.b2b.edi.util.formatServices:formatTime6_6
The following elements are available in this folder:
Service
Function
WmEDI. For outbound EDI documents, adds a group envelope (GS and GE segments) according to the ANSI X12, UCS, or VICS standards.
WmEDI. For outbound EDI documents, adds a group envelope (UNG and UNE segments) according to the UN/EDIFACT standard and its sub-standards ODETTE and EANCOM.
WmEDI. For an outbound EDI document, adds an Interchange (IC) envelope (ISA and IEA segments) and a group envelope if specified, according to the EDI ANSI X12, UCS, or VICS standards.
WmEDI. For outbound EDI documents, adds an IC envelope (UNB and UNZ) according to the UN/EDIFACT standard.
WmEDI. Creates a String from the input parameters.
WmEDI. Creates a control number.
WmEDI. A utility service that maintains compatibility between EDI 4.6 and 6.x.
WmEDI. Returns an InputStream pointer from either the "unDefData" or the "_RID_" elements.
WmEDI. Creates a functional acknowledgment (997) that acknowledges EDI documents based on input values.
WmEDI. Creates a functional acknowledgment (FA) that acknowledges all levels of an input EDI document.
WmEDI. Given an EDI standard and version, returns the name of the flat file dictionary that should be used to store the definitions for that standard and version.
WmEDI. Given an EDI standard, version, and transaction set name (or TRADACOMS file name), returns the name of the flat file schema that should be used.
WmEDI. Creates a complete EDI transaction set (either String or InputStream type) from an EDI transaction set header segment.
WmEDI. Executes the service identified by the input parameters.
WmEDI. Creates an array out of the input object.
WmEDI. Determines whether a specified String is null or contains only blank spaces.
WmEDI. Returns null if the input is null or contains only blank spaces.
WmEDI. Adds blank spaces to a field, left- or right-justifying the field as specified. Also truncates the data field if the data is longer than the length specified. Leading and trailing spaces are deleted prior to padding spaces.
WmEDI. Checks the input String or InputStream starting with an array of string and outputs the result based on the array of string.
All of the EDI format services have the same input and output parameters.
WmEDI. Verifies if the input string is alphanumeric. Returns true if the input string is alphanumeric. Throws ServiceException if the input string is not alphanumeric.
WmEDI. Formats fields that have an EDI data type of "DT," with a minimum length of 6 and a maximum length of 6.
WmEDI. Formats fields that have an EDI data type of "DT," with a minimum length of 8 and a maximum length of 8.
WmEDI. Formats fields that have an EDI data type of "D."
WmEDI. Verifies if the input string is numeric. Returns true if the input string is numeric. Throws ServiceException if the input string is not numeric.
WmEDI. Formats fields that have an EDI data type of "N0."
WmEDI. Formats fields that have an EDI data type of "N1."
WmEDI. Formats fields that have an EDI data type of "N2."
WmEDI. Formats fields that have an EDI data type of "N3."
WmEDI. Formats fields that have an EDI data type of "N4."
WmEDI. Formats fields that have an EDI data type of "N5."
WmEDI. Formats fields that have an EDI data type of "N6."
WmEDI. Formats fields that have an EDI data type of "N7."
WmEDI. Formats fields that have an EDI data type of "N8."
WmEDI. Formats fields that have an EDI data type of "N9."
WmEDI. Formats fields that have an EDI data type of "TM," with a minimum length of 4 and a maximum length of 4.
WmEDI. Formats fields that have an EDI data type of "TM," with a minimum length of 4 and a maximum length of 6.
WmEDI. Formats fields that have an EDI data type of "TM," with a minimum length of 4 and a maximum length of 8.
WmEDI. Formats fields that have an EDI data type of "TM," with a minimum length of 6 and a maximum length of 6.