Trading Networks 10.7 | Administering and Monitoring B2B Transactions | Trading Networks Built-In Services Reference | Util Folder | Summary of Elements in this Folder
 
Summary of Elements in this Folder
 
wm.tn.util:longToSqlTimestamp
wm.tn.util:stringListToDateList
wm.tn.util:stringListToDoubleList
wm.tn.util:stringToDate
wm.tn.util:stringToDouble
The following table describes the elements that are available in this folder:
Element
Description
Converts a java.lang.long value to java.sql.Timestamp.
Converts a list of java.lang.String objects to a list of java.util. Date objects, using the specified date pattern.
Converts a list of java.lang.String objects to a list of java.util. Double objects.
Converts a java.lang.String object to a java.util. Date object, using the specified date pattern.
Converts a java.lang.String object to a java.util. Double object.