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

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

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

Methods in com.wm.app.tn.db with parameters of type Corporation
static java.lang.String ProfileInsertOps.insertCorporation(java.sql.Connection conn, Corporation corp)
           
static void ProfileInsertOps.insertRemote(java.sql.Connection conn, Corporation corp, java.lang.String partnerID)
          Adds the remote data for a Corporation to the TN database
static void ProfileUpdateOps.updateCorporation(java.sql.Connection conn, Corporation corp)
          Updates a Corporation (Partner & Remote tables).
static void ProfileUpdateOps.updateCorporation(Corporation corp)
           
 

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

Methods in com.wm.app.tn.profile that return Corporation
 Corporation Profile.getCorporation()
          Retrieves the corporate component of a Profile.
 

Methods in com.wm.app.tn.profile with parameters of type Corporation
 void Profile.setCorporation(Corporation corp)
          Sets the corporate component of a Profile.
static void ProfileStore.updateCorporation(Corporation corp)
          Changes the Corporate component of a partner's profile in the profile store.
static java.lang.String[] Validator.validateCorporation(Corporation corp, java.lang.String[] existErrors)
          Validate a Corporation.
 

Constructors in com.wm.app.tn.profile with parameters of type Corporation
ProfileSummary(Corporation corp)
          Creates a ProfileSummary from the Corporation component of a Profile.