|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Profile | |
---|---|
com.wm.app.tn.db | |
com.wm.app.tn.profile |
Uses of Profile in com.wm.app.tn.db |
---|
Methods in com.wm.app.tn.db that return Profile | |
---|---|
static Profile |
Export.addDeliveryServicesInfo(Profile profile)
|
static Profile |
ProfileOps.getProfile(java.sql.Connection conn,
java.lang.String partnerID)
Retrieves the partner's profile from the TN database. |
static Profile |
ProfileOps.getProfile(java.lang.String partnerID)
Retrieves the partner's profile from the TN database. |
Methods in com.wm.app.tn.db with parameters of type Profile | |
---|---|
static Profile |
Export.addDeliveryServicesInfo(Profile profile)
|
static java.lang.String |
ProfileInsertOps.insertProfile(java.sql.Connection conn,
Profile profile)
|
static java.lang.String |
ProfileInsertOps.insertProfile(Profile profile)
|
static void |
Export.populateNames(Profile profile)
|
static void |
Import.registerDeliveryServicesInfo(Profile profile)
|
Uses of Profile in com.wm.app.tn.profile |
---|
Methods in com.wm.app.tn.profile that return Profile | |
---|---|
static Profile |
ProfileStore.getProfile(java.lang.String partnerID)
Get the partner profile that matches the supplied ID. |
static Profile |
ProfileStore.getProfile(java.lang.String extID,
int extIDType)
Get the partner profile that matches the supplied external ID and ID type. |
Methods in com.wm.app.tn.profile with parameters of type Profile | |
---|---|
static java.lang.String |
ProfileStore.addProfile(Profile profile)
Adds a new profile to the profile store. |
static java.lang.String |
ProfileStore.addProfile(Profile profile,
boolean validated)
Adds a new profile to the profile store. |
static java.lang.String |
ValidationWrapper.checkCorpNameUniqueness(Profile profile)
|
static boolean |
ValidationWrapper.isDeletedProfile(Profile profile)
|
static java.lang.String[] |
ValidationWrapper.sendStandardProfile(Profile profile)
Validates a profile containing only standard profile fields. |
static java.lang.String |
ProfileStore.updateDeletedProfile(Profile p,
java.sql.Connection conn)
Overwrites a deleted partner's profile in the profile store. |
static java.lang.String[] |
Validator.validateStandardProfile(Profile profile)
Validates a partner profile with standard fields only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |