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

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

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

Methods in com.wm.app.tn.db that return ExtendedProfileField
static ExtendedProfileField ProfileFldOps.getExtendedField(java.sql.Connection conn, java.lang.String partnerID, java.lang.String name)
          Retrieves an extended ProfileField for a partner.
static ExtendedProfileField ProfileFldOps.getExtendedField(java.lang.String partnerID, java.lang.String name)
          Retrieves an extended ProfileField for a partner.
static ExtendedProfileField ProfileFldOps.getExtendedFieldByID(java.lang.String partnerID, java.lang.String ID)
          Retrieves an extended ProfileField for a partner.
 

Methods in com.wm.app.tn.db that return types with arguments of type ExtendedProfileField
static java.util.Vector<ExtendedProfileField> ProfileFldOps.getExtendedFields(java.lang.String partnerID, java.lang.String displayName)
           
 

Methods in com.wm.app.tn.db with parameters of type ExtendedProfileField
static void ProfileFldOps.addExtendedField(java.sql.Connection conn, java.lang.String partnerID, ExtendedProfileField fld)
          Inserts an extended field for a partner.
static void ProfileFldOps.addExtendedField(java.lang.String partnerID, ExtendedProfileField fld)
          Inserts an extended field for a partner.
static boolean ProfileFldOps.updateExtendedField(java.sql.Connection conn, ExtendedProfileField fld)
          Updates an extended field for a partner.
static void ProfileFldOps.updateExtendedField(ExtendedProfileField fld)
          Updates an extended field for a partner.
 

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

Methods in com.wm.app.tn.profile that return ExtendedProfileField
static ExtendedProfileField[] ArrayVector.extendedToArray(java.util.Vector v)
           
static ExtendedProfileField[] ProfileStore.getExtendedFieldTemplate(int group)
           
 

Methods in com.wm.app.tn.profile that return types with arguments of type ExtendedProfileField
static java.util.Vector<ExtendedProfileField> ProfileStore.getExtendedFields(java.lang.String profileID, java.lang.String displayName)
           
 

Methods in com.wm.app.tn.profile with parameters of type ExtendedProfileField
static void ProfileStore.addExtendedField(java.lang.String partnerID, ExtendedProfileField ef)
          Adds an extended field to a partner's profile.
static java.util.Vector ArrayVector.extendedToVector(ExtendedProfileField[] ary)