Uses of Class
com.wm.app.tn.profile.ID

Packages that use ID
com.wm.app.tn.db   
com.wm.app.tn.profile   
 

Uses of ID in com.wm.app.tn.db
 

Methods in com.wm.app.tn.db that return ID
static ID ProfileIDOps.getExternalIDObject(java.lang.String intID, int extIDType)
          Retrieves an external ID object for a partner on the trading network.
 

Methods in com.wm.app.tn.db with parameters of type ID
static java.lang.String ProfileInsertOps.insertAnID(java.sql.Connection conn, ID id, java.lang.String partnerID)
           
static void ProfileUpdateOps.updateAnID(java.sql.Connection conn, ID id)
           
 

Uses of ID in com.wm.app.tn.profile
 

Methods in com.wm.app.tn.profile that return ID
static ID[] ArrayVector.idsToArray(java.util.Vector v)
           
 

Methods in com.wm.app.tn.profile with parameters of type ID
 void Profile.addID(ID id)
          Adds a new ID to the profile.
static java.lang.String[] Validator.validateID(ID id, java.lang.String[] existErrors)
          Validate an ID.