|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProfileStoreException | |
---|---|
com.wm.app.tn.db | |
com.wm.app.tn.delivery | |
com.wm.app.tn.profile |
Uses of ProfileStoreException in com.wm.app.tn.db |
---|
Methods in com.wm.app.tn.db that throw ProfileStoreException | |
---|---|
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 void |
ProfileFldDefOps.addFieldDefinition(java.sql.Connection conn,
ProfileFieldMetaData md)
Inserts a field definition. |
static void |
ProfileFldDefOps.addFieldDefinition(ProfileFieldMetaData md)
Inserts a field definition. |
static void |
ProfileDeleteOps.deleteAddress(java.sql.Connection conn,
java.lang.String addressID,
java.lang.String partnerID)
|
static void |
ProfileDeleteOps.deleteAddress(java.lang.String addressID,
java.lang.String partnerID)
|
static void |
ProfileDeleteOps.deleteContact(java.sql.Connection conn,
java.lang.String contactID,
java.lang.String partnerID)
|
static void |
ProfileDeleteOps.deleteContact(java.lang.String contactID,
java.lang.String partnerID)
|
static void |
ProfileDeleteOps.deleteDestination(java.sql.Connection conn,
java.lang.String destID)
|
static void |
ProfileDeleteOps.deleteDestination(java.lang.String destID)
|
static void |
ProfileFldOps.deleteExtendedField(java.sql.Connection conn,
java.lang.String partnerID,
java.lang.String pfID)
Deletes an extended field for a partner. |
static void |
ProfileFldOps.deleteExtendedField(java.lang.String partnerID,
java.lang.String pfID)
Deletes an extended field for a partner. |
static void |
ProfileFldOps.deleteExtendedFields(java.sql.Connection conn,
java.lang.String partnerID,
int groupID)
|
static void |
ProfileFldDefOps.deleteFieldDefinition(java.sql.Connection conn,
java.lang.String fldID)
Deletes an extended field definition. |
static void |
ProfileFldDefOps.deleteFieldDefinition(java.lang.String fldID)
Deletes an extended field definition. |
static void |
ProfileDeleteOps.deleteID(java.sql.Connection conn,
java.lang.String partnerIDID)
|
static void |
ProfileDeleteOps.deleteID(java.lang.String partnerIDID)
|
static void |
ProfileDeleteOps.deletePartnerBinary(java.sql.Connection conn,
java.lang.String partnerID,
int binaryType)
|
static void |
ProfileDeleteOps.deletePartnerBinary(java.lang.String partnerID,
int binaryType)
|
static void |
ProfileDeleteOps.deleteProfile(java.sql.Connection conn,
java.lang.String partnerID)
Physically deletes the entire profile, except the row on the Partner table, which is logically deleted (delete=true). |
static void |
ProfileDeleteOps.deleteProfile(java.lang.String partnerID)
Physically deletes the entire profile, except the row on the Partner table, which is logically deleted (delete=true). |
static java.util.Vector |
ProfileSummaryOps.getAllProfileSummaries()
Retrieves summary information for all profiles in the database. |
static java.util.Vector |
ProfileSummaryOps.getAllProfileSummaries(boolean all)
|
static int |
ProfileOps.getBinaryTypeCode(java.sql.Connection conn,
java.lang.String binaryType)
|
static java.util.Vector |
ProfileOps.getCorporateAddresses(java.lang.String partnerID)
|
static java.util.Vector |
ProfileOps.getDestinations(java.sql.Connection conn,
java.lang.String partnerID,
java.lang.String protocol)
Retrieves all the connections of a specific protocol for a partner. |
static java.util.Vector |
ProfileOps.getDestinations(java.lang.String partnerID)
Retrieves all the connections for a partner. |
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. |
static java.lang.Object |
ProfileFldOps.getExtendedFieldValue(java.lang.String partnerID,
java.lang.String ID)
|
static java.lang.String |
ProfileIDOps.getExternalID(java.sql.Connection conn,
java.lang.String intID,
int extIDType)
Retrieves an external ID for a partner on the trading network. |
static java.lang.String |
ProfileIDOps.getExternalID(java.lang.String intID,
int extIDType)
Retrieves an external ID for a partner on the trading network. |
static ID |
ProfileIDOps.getExternalIDObject(java.lang.String intID,
int extIDType)
Retrieves an external ID object for a partner on the trading network. |
static java.lang.String[] |
ProfileIDOps.getExternalIDs(java.lang.String intID,
int extIDType)
Retrieves a set of external IDs for a partner on the trading network. |
static java.util.Vector |
ProfileFldOps.getExtFldsForPartner(java.lang.String partnerID)
|
static ProfileFieldMetaData |
ProfileFldDefOps.getFieldDefFromId(java.lang.String fieldId)
Retrieves an extended field definition. |
static ProfileFieldMetaData |
ProfileFldDefOps.getFieldDefinition(java.sql.Connection conn,
java.lang.String name)
Retrieves an extended field definition. |
static ProfileFieldMetaData |
ProfileFldDefOps.getFieldDefinition(java.sql.Connection conn,
java.lang.String table,
java.lang.String column)
Retrieves an standard field definition. |
static ProfileFieldMetaData |
ProfileFldDefOps.getFieldDefinition(java.lang.String name)
Retrieves an extended field definition. |
static ProfileFieldMetaData |
ProfileFldDefOps.getFieldDefinition(java.lang.String table,
java.lang.String column)
Retrieves an standard field definition. |
static ProfileFieldMetaData |
ProfileFldDefOps.getFldDefinition(java.lang.String name,
java.lang.String grpId)
This returns the ProfileFieldMetaData with the given FieldName and group Id |
static java.util.Enumeration |
ProfileFldDefOps.getGroupFieldDefs(java.sql.Connection conn,
int groupID,
boolean extended,
boolean deleted)
Retrieves field definitions by group. |
static java.util.Enumeration |
ProfileFldDefOps.getGroupFieldDefs(int groupID)
For testing and import/export. |
static java.util.Enumeration |
ProfileFldDefOps.getGroupFieldDefs(int groupID,
boolean extended,
boolean deleted)
Retrieves field definitions by group. |
static java.util.Enumeration |
ProfileFldOps.getGroupFields(java.sql.Connection conn,
java.lang.String partnerID,
int groupID,
boolean extended)
Retrieves ProfileFields by group for a partner. |
static java.util.Enumeration |
ProfileFldOps.getGroupFields(java.lang.String partnerID,
int groupID,
boolean extended)
Retrieves ProfileFields by group for a partner. |
static java.lang.String |
ProfileIDOps.getHostID()
|
static java.lang.String |
ProfileIDOps.getHostID(java.sql.Connection conn)
Retrieves the internally generated ID of the partner hosting the trading network. |
static java.util.Hashtable |
ProfileIDOps.getIDMap(int idType)
Retrieves all external and internal IDs for a specified type as a map of external-to-internal IDs. |
static java.util.Vector |
ProfileOps.getIDs(java.lang.String partnerID)
Retrieves all the alternate IDs for a partner. |
static int |
ProfileIDOps.getIDTypeByPartnerIDID(java.sql.Connection conn,
java.lang.String idKey)
Retrieves external IDType from PartnerIDID, the primary key in PartnerID table. |
static int |
ProfileIDOps.getIDTypeByPartnerIDID(java.lang.String idKey)
Retrieves external IDType from PartnerIDID, the primary key in PartnerID table. |
static java.lang.String |
ProfileIDOps.getInternalID(java.sql.Connection conn,
java.lang.String extID,
int extIDType)
Retrieves the internal, TN-generated ID for a partner on the trading network. |
static java.lang.String |
ProfileIDOps.getInternalID(java.lang.String extID,
int extIDType)
Retrieves the internal, TN-generated ID for a partner on the trading network. |
static java.lang.String |
ProfileIDOps.getInternalIDByDestinationID(java.sql.Connection conn,
java.lang.String destKey)
Retrieves the internal, TN-generated ID for a parter on the trading network from supplied DestinationID, the primary key in Destination table. |
static java.lang.String |
ProfileIDOps.getInternalIDByDestinationID(java.lang.String destKey)
Retrieves the internal, TN-generated ID for a parter on the trading network from supplied DestinationID, the primary key in Destination table. |
static java.lang.String |
ProfileIDOps.getInternalIDByPartnerIDID(java.sql.Connection conn,
java.lang.String idKey)
Retrieves the internal, TN-generated ID for a parter on the trading network from supplied PartnerIDID, the primary key in PartnerID table. |
static java.lang.String |
ProfileIDOps.getInternalIDByPartnerIDID(java.lang.String idKey)
Retrieves the internal, TN-generated ID for a parter on the trading network from supplied PartnerIDID, the primary key in PartnerID table. |
static java.lang.String[] |
ProfileIDOps.getInternalIDsByDeleteStatus(int delStatus)
|
static java.lang.String[] |
ProfileIDOps.getInternalIDsByGroup(java.lang.String groupID)
Retrieves the internal, TN-generated IDs for all partners in the specified group |
static java.util.Vector |
ProfileOps.getPartnerAllContacts(java.sql.Connection conn,
java.lang.String partnerID)
Retrieves all Contacts for the given partner on the trading network. |
static byte[] |
ProfileOps.getPartnerBinary(java.sql.Connection conn,
java.lang.String partnerID,
int binaryType)
|
static byte[] |
ProfileSummaryOps.getPartnerBinary(java.sql.Connection conn,
java.lang.String partnerID,
int binaryType)
|
static Contact |
ProfileOps.getPartnerContact(java.sql.Connection conn,
java.lang.String partnerID,
java.lang.String contactType)
Deprecated. use the getPatnerContacts instead |
static java.util.Vector |
ProfileOps.getPartnerContacts(java.sql.Connection conn,
java.lang.String partnerID,
java.lang.String contactType)
Retrieves all Contacts of a given contact type for the given partner on the trading network. |
static java.util.Hashtable |
ProfileOps.getPollingFrequencies()
|
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. |
static java.lang.String |
ProfileOps.getProfileIdFromName(java.lang.String partnerName,
java.lang.String orgUnitName)
Retrieves the partner's profile ID from the TN database. |
static java.util.Vector |
ProfileSummaryOps.getProfileSummaries(boolean deleted,
boolean sorted)
Retrieves summary information for profiles in the database. |
static java.util.Vector |
ProfileSummaryOps.getProfileSummaries(java.sql.Connection conn,
boolean deleted,
boolean sorted)
Retrieves summary information for profiles in the database. |
static int |
ProfileSummaryOps.getSortingIDType()
|
static com.wm.app.tn.onboarding.TemplateGroup[] |
TemplatesOps.getTemplateGroups(java.sql.Connection conn,
java.lang.String templateId)
This is to get the template groups associated with the template |
static java.lang.String |
ProfileInsertOps.insertADestination(java.sql.Connection conn,
Destination dest,
java.lang.String partnerID)
|
static java.util.Vector |
ProfileInsertOps.insertDestinations(java.sql.Connection conn,
java.util.Enumeration destinations,
java.lang.String partnerID)
|
static java.lang.String |
ProfileInsertOps.insertProfile(java.sql.Connection conn,
Profile profile)
|
static java.lang.String |
ProfileInsertOps.insertProfile(Profile profile)
|
static void |
ProfileFldDefOps.safeDeleteFieldDefinition(java.sql.Connection conn,
ProfileFieldMetaData md)
Marks an extended field definition as deleted. |
static void |
ProfileFldDefOps.safeDeleteFieldDefinition(ProfileFieldMetaData md)
Marks an extended field definition as deleted. |
static void |
ProfileUpdateOps.updateAContact(java.sql.Connection conn,
Contact cont)
Updates a Contact. |
static void |
ProfileUpdateOps.updateAddresses(java.sql.Connection conn,
java.util.Vector addresses)
|
static void |
ProfileUpdateOps.updateAddresses(java.util.Vector addresses)
|
static void |
ProfileUpdateOps.updateADestination(java.sql.Connection conn,
Destination dest)
|
static void |
ProfileUpdateOps.updateAnAddress(java.sql.Connection conn,
Address addr)
|
static void |
ProfileUpdateOps.updateAnID(java.sql.Connection conn,
ID id)
|
static void |
ProfileUpdateOps.updateContacts(java.sql.Connection conn,
java.util.Vector contacts)
|
static void |
ProfileUpdateOps.updateContacts(java.util.Vector contacts)
|
static void |
ProfileUpdateOps.updateCorporation(java.sql.Connection conn,
Corporation corp)
Updates a Corporation (Partner & Remote tables). |
static void |
ProfileUpdateOps.updateCorporation(Corporation corp)
|
static void |
ProfileUpdateOps.updateDestinations(java.sql.Connection conn,
java.util.Vector destinations)
|
static void |
ProfileUpdateOps.updateDestinations(java.util.Vector destinations)
|
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. |
static void |
ProfileFldOps.updateExtendedFields(java.sql.Connection conn,
java.lang.String partnerID,
java.util.Vector flds)
|
static void |
ProfileFldDefOps.updateFieldDefinition(java.sql.Connection conn,
ProfileFieldMetaData md)
Updates a field definition. |
static void |
ProfileFldDefOps.updateFieldDefinition(ProfileFieldMetaData md)
Updates a field definition. |
static void |
ProfileUpdateOps.updateIDs(java.sql.Connection conn,
java.util.Vector ids)
|
static void |
ProfileUpdateOps.updateIDs(java.util.Vector ids)
|
static void |
ProfileUpdateOps.updatePartnerBinary(java.sql.Connection conn,
java.lang.String partnerID,
int binaryType,
byte[] bytes)
|
static void |
ProfileUpdateOps.updatePartnerBinary(java.lang.String partnerID,
int binaryType,
byte[] bytes)
|
static void |
ProfileUpdateOps.updatePartnerRouting(java.lang.String partnerID,
java.lang.String routingOff)
|
static void |
ProfileUpdateOps.updateRemoteStatus(java.sql.Connection conn,
java.lang.String partnerID,
java.lang.String status)
Local update of our status on a partner's TN server. |
static void |
ProfileUpdateOps.updateRemoteStatus(java.lang.String partnerID,
java.lang.String status)
Local update of our status on a partner's TN server. |
static void |
ProfileUpdateOps.updateStatus(java.sql.Connection conn,
java.lang.String partnerID,
java.lang.String status)
Update a partner's status. |
static void |
ProfileUpdateOps.updateStatus(java.lang.String partnerID,
java.lang.String status)
Update a partner's status. |
static void |
ProfileUpdateOps.updateSubstatus(java.sql.Connection conn,
java.lang.String partnerID,
java.lang.String substatus)
Update a partner's status. |
static void |
ProfileUpdateOps.updateSubstatus(java.lang.String partnerID,
java.lang.String substatus)
Update a partner's status. |
Uses of ProfileStoreException in com.wm.app.tn.delivery |
---|
Methods in com.wm.app.tn.delivery that throw ProfileStoreException | |
---|---|
static com.wm.data.IData |
QueuingUtils.getQueueDependencyMsg(java.lang.String queue)
|
Uses of ProfileStoreException in com.wm.app.tn.profile |
---|
Subclasses of ProfileStoreException in com.wm.app.tn.profile | |
---|---|
class |
LookupStoreException
|
Methods in com.wm.app.tn.profile that throw ProfileStoreException | |
---|---|
static java.util.Vector |
ProfileStore.addAddressess(java.util.Vector addrs,
java.lang.String partnerID)
Adds one or more Addresses to a partner's profile in the profile store. |
static java.util.Vector |
ProfileStore.addContacts(java.util.Vector contacts,
java.lang.String partnerID)
Adds one or more Contacts to a partner's profile in the profile store. |
static java.util.Vector |
ProfileStore.addDestinations(java.util.Vector dests,
java.lang.String partnerID)
Adds one or more Destinations to a partner's profile in the profile store. |
static void |
ProfileStore.addExtendedField(java.lang.String partnerID,
ExtendedProfileField ef)
Adds an extended field to a partner's profile. |
void |
ProfileDictionary.addExtendedFieldDefinition(ProfileFieldMetaData pfmd)
Adds a new ProfileFieldMetaData to the TN database. |
static java.util.Vector |
ProfileStore.addIDs(java.util.Vector ids,
java.lang.String partnerID)
Adds one or more external IDs to a partner's profile in the profile store. |
static void |
ProfileStore.addPartnerBinary(java.lang.String partnerID,
int binaryType,
byte[] bytes)
Adds a binary object to a partner's profile in the profile store. |
static boolean |
ProfileStore.addPartnerCertificate(java.lang.String partnerID,
java.security.cert.X509Certificate cert)
Deprecated. starting release 6.2. If sender partnerID, receiver my enterprise's sign certificate is saved in db, and matches supplied cert, returns true. |
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 com.wm.app.b2b.client.Context |
ProfileStore.connectToPartner(java.lang.String partnerID,
java.lang.String destination,
boolean xml)
Establishes a connection to a partner's B2B server. |
static com.wm.app.b2b.client.Context |
ProfileStore.connectToPartner(java.lang.String partnerID,
java.lang.String destination,
java.lang.String user,
java.lang.String password,
boolean xml)
Establishes a connection to a partner's B2B server. |
void |
ProfileFieldMetaData.delete()
Marks the field as deleted. |
static void |
ProfileStore.deleteAddress(java.lang.String addressID,
java.lang.String partnerID)
Removes a partner's or contact's address from the database. |
static void |
ProfileStore.deleteContact(java.lang.String contactID,
java.lang.String partnerID)
Removes a partner's contact from the database. |
static void |
ProfileStore.deleteDestination(java.lang.String destID)
Removes a partner's Destination (a.k.a. |
void |
ProfileDictionary.deleteFieldDefinition(ProfileFieldMetaData pfmd)
|
void |
ProfileDictionary.deleteFieldDefinitionFromId(ProfileFieldMetaData pfmd)
|
static void |
ProfileStore.deleteID(java.lang.String id)
|
static void |
ProfileStore.deleteProfile(java.lang.String partnerID,
boolean remove)
Mark a partner's profile as deleted in the profile store. |
static void |
ProfileStore.deleteProfile(java.lang.String partnerID,
boolean delete,
boolean remove,
java.sql.Connection conn)
Mark a partner's profile as deleted or undeleted in the profile store. |
static java.util.Vector<DLSInfo> |
DLSData.getAllDLS()
|
static java.lang.String |
ProfileStore.getCurrentID()
Deprecated. now there can be more than one partner against a User . This method would just return the first mapping PUH |
static java.lang.String |
ProfileStore.getCurrentID(java.sql.Connection conn)
Deprecated. now there can be more than one partner against a User . This method would just return the first mapping PUH |
static java.lang.String[] |
ProfileStore.getCurrentIDs()
|
static int |
ProfileStore.getDefaultIDType()
|
static java.util.Enumeration |
ProfileStore.getDestinations(java.lang.String partnerID,
java.lang.String protocol)
Retrieves the known destinations of a particular protocol for a partner. |
ProfileFieldMetaData[] |
ProfileDictionary.getExtendedFieldDefinitions()
|
static java.util.Vector |
ProfileStore.getExtendedFields(java.lang.String partnerID,
int groupID)
|
static ExtendedProfileField[] |
ProfileStore.getExtendedFieldTemplate(int group)
|
ProfileFieldMetaData[] |
ProfileDictionary.getExtendedRegistrationFieldDefs()
|
ProfileFieldMetaData[] |
ProfileDictionary.getExtendedRequiredFieldDefs()
|
static java.lang.String |
ProfileStore.getExternalID(java.lang.String partnerID,
int extIDType)
Gets an external ID for a trading partner. |
static java.lang.String |
ProfileStore.getExternalID(java.lang.String partnerID,
java.lang.String extIDType)
Gets an external ID for a trading partner. |
static java.lang.String[] |
ProfileStore.getExternalIDs(java.lang.String partnerID,
int extIDType)
Gets external IDs of the specified type for a trading partner. |
static java.lang.String |
ProfileStore.getIDForUsername(java.lang.String username)
Deprecated. now there can be more than one partner against a User . This method would just return the first mapping TO DO depracate this method |
static java.lang.String[] |
ProfileStore.getIDsForUsername(java.lang.String username)
|
static java.lang.String[] |
ProfileStore.getIDsForUsername(java.lang.String username,
java.lang.String senderID)
|
static java.lang.String[] |
ProfileStore.getIDsForUsernameIgnoreCase(java.lang.String username)
|
static java.lang.String[] |
ProfileStore.getIDsForUsernameIgnoreCase(java.lang.String username,
java.lang.String senderID)
|
static int |
ProfileStore.getIDTypeByPartnerIDID(java.lang.String partneridid)
Gets a trading partner's external IDType from a known PartnerIDID, the primary key for the PartnerID table. |
static int |
ProfileStore.getIDTypeByPartnerIDID(java.lang.String partneridid,
java.sql.Connection conn)
Gets a trading partner's external IDType from a known PartnerIDID, the primary key for the PartnerID table. |
static java.lang.String |
ProfileStore.getInternalID(java.lang.String extID,
int extIDType)
Gets a trading partner's internal ID from a known external ID. |
static java.lang.String |
ProfileStore.getInternalID(java.lang.String extID,
int extIDType,
java.sql.Connection conn)
Gets a trading partner's internal ID from a known external ID. |
static java.lang.String |
ProfileStore.getInternalIDByDestinationID(java.lang.String destid)
Gets a trading partner's internal ID from a known DestinationID, the primary key for the Destination table. |
static java.lang.String |
ProfileStore.getInternalIDByDestinationID(java.lang.String destid,
java.sql.Connection conn)
Gets a trading partner's internal ID from a known DestinationID, the primary key for the Destination table. |
static java.lang.String |
ProfileStore.getInternalIDByPartnerIDID(java.lang.String partneridid)
Gets a trading partner's internal ID from a known PartnerIDID, the primary key for the PartnerID table. |
static java.lang.String |
ProfileStore.getInternalIDByPartnerIDID(java.lang.String partneridid,
java.sql.Connection conn)
Gets a trading partner's internal ID from a known PartnerIDID, the primary key for the PartnerID table. |
static java.util.Hashtable |
ProfileStore.getLogos()
Gets company logos for all partners. |
static byte[] |
ProfileStore.getPartnerBinary(java.lang.String partnerID,
int binaryType)
Retrieves the binary value of the requested type for a partner. |
static byte[] |
ProfileStore.getPartnerBinary(java.lang.String partnerID,
java.lang.String binaryType)
Retrieves the binary value of the requested type for a partner. |
static Contact |
ProfileStore.getPartnerContact(java.lang.String partnerID,
java.lang.String contactType)
Deprecated. use the getPatnerContacts instead |
static java.util.Vector |
ProfileStore.getPartnerContacts(java.lang.String partnerID,
java.lang.String contactType)
Retrieves a specific type of Contact(s) for a trading partner. |
static java.lang.String |
ProfileStore.getPartnerIDForCertificate(java.security.cert.X509Certificate cert)
Deprecated. starting release 6.2. Given a X509 Certificate, owner/sender the returned partnerID, partner/receiver my enterprise, usage sign. i.e. verfiy certificate for partner to my enterprise. If no match owner/sender found, returns null. |
static com.wm.app.b2b.server.User |
ProfileStore.getPartnerUser(java.lang.String internalID)
Deprecated. This method would now returns the first user in the String[] |
static java.util.Hashtable |
ProfileStore.getPollingFrequencies()
Retrieves the polling frequencies for all partners on the network. |
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. |
static ProfileDictionary |
ProfileDictionary.getProfileDictionary()
Provides access to the ProfileDictionary. |
static ProfileDictionary |
ProfileDictionary.getProfileDictionary(boolean refresh)
Provides access to the ProfileDictionary. |
static ProfileStore |
ProfileStore.getProfileStore()
Deprecated. Starting in version 6.5, it is no longer necessary to get an instance of the ProfileStore. All public methods are static. |
static ProfileStore |
ProfileStore.getProfileStore(boolean refresh)
Deprecated. Starting in version 6.5, it is no longer necessary to get an instance of the ProfileStore. All public methods are static. To force a refresh of the ProfileStore caches, call refreshSummaries() and/or refreshIDMap(). |
static ProfileSummary |
ProfileStore.getProfileSummary(java.lang.String partnerID)
Get summary information for a partner. |
static ProfileSummary |
ProfileStore.getProfileSummary(java.lang.String partnerID,
boolean refresh)
Get summary information for a partner. |
static java.util.Vector |
ProfileStore.getProfileSummaryList(boolean deleted,
boolean refresh)
Get summary information for trading partners on the trading network. |
static java.lang.String |
ProfileStore.getRequiredExternalID(java.lang.String partnerID)
Deprecated. It now returns ID of the default Idtype The required Idtype does not exist anymore |
static int |
ValidationWrapper.getRequiredIDCount(java.lang.String partnerID,
java.util.Vector newIDs)
Deprecated. This will return default id count now |
static int |
ProfileStore.getRequiredIDType()
Deprecated. required id type does not hold anymore |
ProfileFieldMetaData[] |
ProfileDictionary.getStandardFieldDefinitions()
|
ProfileFieldMetaData[] |
ProfileDictionary.getStandardFieldDefinitions(boolean all)
|
static void |
ProfileDictionary.init()
|
static void |
DLSData.puttAllDLS(java.util.Vector<DLSInfo> infos)
|
static com.wm.data.IData |
ProfileStore.queryProfiles(ProfileQuery query,
int pageSize,
int maxRowCount,
int queryTimeout,
int threshold,
java.lang.String queryId)
Executes a query for partner profile information from the TN database. |
static void |
ProfileStore.refreshIDMap()
Refreshes the cached map of external-to-internal partnerIDs |
static void |
ProfileStore.refreshSummaries()
Refreshes the cached list of ProfileSummaries from the database |
void |
ProfileFieldMetaData.setColumn(java.lang.String column)
for internal use only |
void |
ProfileFieldMetaData.setDatatype(java.lang.String datatype)
Sets the extended field's data type. |
void |
ProfileFieldMetaData.setDefaultValue(java.lang.String defVal)
Sets the extended field's default value. |
void |
ProfileFieldMetaData.setTable(java.lang.String table)
for internal use only |
void |
ProfileFieldMetaData.setValidValues(java.lang.String validVals)
Sets the extended field's set of valid values. |
void |
ProfileFieldMetaData.setValidValues(java.util.Vector validVals)
Sets the extended field's set of valid values. |
void |
ProfileFieldMetaData.undelete()
Marks the field as undeleted. |
static void |
ProfileStore.updateAddresses(java.util.Vector addrs)
Changes one or more Addresses for a partner or a partner's contact in the profile store. |
static void |
ProfileStore.updateContacts(java.util.Vector contacts)
Changes one or more Contacts for a partner in the profile store. |
static void |
ProfileStore.updateCorporation(Corporation corp)
Changes the Corporate component of a partner's profile in the profile store. |
static java.lang.String |
ProfileStore.updateDeletedProfile(Profile p,
java.sql.Connection conn)
Overwrites a deleted partner's profile in the profile store. |
static void |
ProfileStore.updateDestinations(java.util.Vector dests)
Changes one or more Destinations for a partner in the profile store. |
static void |
ProfileStore.updateExtendedFields(java.lang.String partnerID,
java.util.Vector flds)
Updates one or more extended fields in a partner's profile. |
void |
ProfileDictionary.updateFieldDefinition(ProfileFieldMetaData pfmd)
Persists changes to a ProfileFieldMetaData to the TN database. |
static void |
ProfileStore.updateIDs(java.util.Vector ids)
Changes one or more external IDs for a partner in the profile store. |
static void |
ProfileStore.updatePartnerBinary(java.lang.String partnerID,
int binaryType,
byte[] bytes)
Changes or removes an existing binary object for a partner. |
static void |
ProfileStore.updateRemoteStatus(java.lang.String partnerID,
java.lang.String status)
Deprecated. Starting in version 4.6, there is no Remote Status for a partner profile. |
static void |
ProfileStore.updateStatus(java.lang.String partnerID,
java.lang.String status)
Updates a partner's status. |
static void |
ProfileStore.updateSubstatus(java.lang.String partnerID,
java.lang.String substatus)
Updates a partner's sub status. |
static java.lang.String[] |
ValidationWrapper.validateProfile(java.lang.String partnerID)
For internal use only |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |