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

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

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

Methods in com.wm.app.tn.db that throw LookupStoreException
static java.util.Hashtable ProfileSummaryOps.getLogos()
          Return a Hashtable of all partner's logos.
 

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

Methods in com.wm.app.tn.profile that throw LookupStoreException
static short LookupStore.addContactType(java.lang.String desc)
          Adds a new Contact Type to the TN database.
static short LookupStore.addFieldGroup(java.lang.String desc)
          Adds a new field group to the TN database.
static int LookupStore.addIDType(java.lang.String desc)
          Adds a new ID Type to the TN database.
static java.lang.String LookupStore.addProfileGroup(java.lang.String profileGroupName)
          Adds a new profile group to the database.
static java.lang.String LookupStore.addProfileGroup(java.lang.String profileGroupName, java.lang.String description)
           
static void LookupStore.changeContactType(short id, java.lang.String desc)
          Changes the description of an existing Conttact Type in the TN database.
static void LookupStore.changeFieldGroup(short id, java.lang.String desc)
          Changes the description of an existing field group in the TN database.
static void LookupStore.changeIDType(int id, java.lang.String desc)
          Changes the description of an existing ID Type in the TN database.
static int LookupStore.changeProfileGroup(java.lang.String profileGroupId, java.lang.String profileGroupName)
          Changes the name of an existing profile group in the database.
static int LookupStore.changeProfileGroupDescription(java.lang.String profileGroupId, java.lang.String description)
           
static void LookupStore.deleteBinaryType(int type)
          Deletes an existing Binary Type from the TN database.
static void LookupStore.deleteContactType(short type)
          Deletes an existing Contact Type from the TN database.
static void LookupStore.deleteFieldGroup(short id)
          Deletes an existing field group from the TN database.
static void LookupStore.deleteIDType(int id)
          Deletes an existing ID Type from the TN database.
static int LookupStore.deleteProfileGroup(java.lang.String profileGroupId)
          Deletes an existing Profile Group from the database;
static java.lang.Integer LookupStore.getBinaryType(java.sql.Connection conn, java.lang.String desc)
           
static java.lang.Integer LookupStore.getBinaryType(java.lang.String desc)
           
static java.util.Hashtable LookupStore.getBinaryTypes()
           
static java.util.Hashtable LookupStore.getContactTypes()
           
static java.lang.Integer LookupStore.getExternalIDType(java.lang.String desc)
           
static java.util.Hashtable LookupStore.getExternalIDTypes()
           
static java.util.Hashtable LookupStore.getFieldGroups()
           
static java.lang.String LookupStore.getFieldGrpName(java.lang.String fieldGrpId)
          This returns the field group name with the given fieldGroupId
static java.util.Hashtable LookupStore.getIDTypeDescriptions()
           
static java.util.HashMap LookupStore.getProfileGroup(java.lang.String groupID)
           
static java.lang.String LookupStore.getProfileGroupId(java.lang.String profileGroupName)
           
static java.lang.String LookupStore.getProfileGroupName(java.lang.String profileGroupId)
           
static java.util.Hashtable LookupStore.getProfileGroups()