Deprecated Methods |
com.wm.app.tn.profile.ProfileStore.addPartnerCertificate(String, X509Certificate)
starting release 6.2. If sender partnerID, receiver my enterprise's sign certificate is saved in db,
and matches supplied cert, returns true. |
com.wm.app.tn.db.SimpleDocQuery.clearSortColumn()
As of TN 7.0, replaced by SimpleDocQuery.clearSortColumns() |
com.wm.app.tn.db.BDTypeQuery.clearSortColumn()
As of TN 7.0, replaced by BDTypeQuery.clearSortColumns() |
com.wm.app.tn.db.BDTypeAttributeQuery.clearSortColumn()
As of TN 7.0, replaced by BDTypeAttributeQuery.clearSortColumns() |
com.wm.app.tn.err.SystemLog2.format(int, int)
as of Trading Networks 7.1, replaced by clientFormat and serverFormat |
com.wm.app.tn.err.SystemLog2.format(int, int, Object)
as of Trading Networks 7.1, replaced by clientFormat and serverFormat |
com.wm.app.tn.err.SystemLog2.format(int, int, Object[])
as of Trading Networks 7.1, replaced by clientFormat and serverFormat |
com.wm.app.tn.err.SystemLog2.format(int, int, Object, Object)
as of Trading Networks 7.1, replaced by clientFormat and serverFormat |
com.wm.app.tn.err.SystemLog2.format(int, int, Object, Object, Object)
as of Trading Networks 7.1, replaced by clientFormat and serverFormat |
com.wm.app.tn.err.SystemLog2.format(int, int, Object, Object, Object, Object)
as of Trading Networks 7.1, replaced by clientFormat and serverFormat |
com.wm.app.tn.err.SystemLog2.format(int, int, Object, Object, Object, Object, Object)
as of Trading Networks 7.1, replaced by clientFormat and serverFormat |
com.wm.app.tn.doc.BizDocAttributeTransform.getArgs()
As of 6.1, replaced by BizDocAttributeTransform.getArg() |
com.wm.app.tn.delivery.DeliveryUtils.getCertificateInfo(IData, String)
For Internal Use Only! |
com.wm.app.tn.profile.ProfileStore.getCurrentID()
now there can be more than one partner against a User . This method would just return the first
mapping PUH |
com.wm.app.tn.profile.ProfileStore.getCurrentID(Connection)
now there can be more than one partner against a User . This method would just return the first
mapping PUH |
com.wm.app.tn.profile.ProfileStore.getIDForUsername(String)
now there can be more than one partner against a User . This method would just return the first
mapping TO DO depracate this method |
com.wm.app.tn.err.SystemLog2.getMessage(int, int)
as of Trading Networks 7.1, replaced by getMessage with three args |
com.wm.app.tn.db.ProfileOps.getPartnerContact(Connection, String, String)
use the getPatnerContacts instead |
com.wm.app.tn.profile.ProfileStore.getPartnerContact(String, String)
use the getPatnerContacts instead |
com.wm.app.tn.profile.ProfileStore.getPartnerIDForCertificate(X509Certificate)
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. |
com.wm.app.tn.profile.ProfileStore.getPartnerUser(String)
This method would now returns the first user in the String[] |
com.wm.app.tn.doc.BizDocAttributeTransform.getPreFnArgs()
As of 6.1, replaced by BizDocAttributeTransform.getPreFnArg() |
com.wm.app.tn.profile.ProfileStore.getProfileStore()
Starting in version 6.5, it is no longer necessary to get an instance of the ProfileStore. All public
methods are static. |
com.wm.app.tn.profile.ProfileStore.getProfileStore(boolean)
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(). |
com.wm.app.tn.err.ActivityLogEntry.getRelatedConversationId()
use getRelatedInstanceId instead |
com.wm.app.tn.db.EventQuery.getRelatedConversationID()
use getRelatedInstanceID instead |
com.wm.app.tn.db.BizDocStore.getRelatedDocuments(String, String, String)
as of Trading Networks 6.0, replaced by two-arg getRelatedDocuments |
com.wm.app.tn.profile.ProfileStore.getRequiredExternalID(String)
It now returns ID of the default Idtype The required Idtype does not exist anymore |
com.wm.app.tn.profile.ValidationWrapper.getRequiredIDCount(String, Vector)
This will return default id count now |
com.wm.app.tn.profile.ProfileStore.getRequiredIDType()
required id type does not hold anymore |
com.wm.app.tn.doc.BizDocEnvelope.getSignature()
digital signatures are now manipulated with a verification service |
com.wm.app.tn.doc.BizDocEnvelope.getSignedBody()
digital signatures are now manipulated with a verification service |
com.wm.app.tn.db.SimpleDocQuery.getSortColumn()
As of TN 7.0, replaced by SimpleDocQuery.getSortColumns() |
com.wm.app.tn.db.ProfileQuery.getSortColumn()
As of TN 7.0, replaced by ProfileQuery.setSortColumns(String[][]) |
com.wm.app.tn.db.BDTypeQuery.getSortColumn()
As of TN 7.0, replaced by BDTypeQuery.getSortColumns() |
com.wm.app.tn.db.BDTypeAttributeQuery.getSortColumn()
As of TN 7.0, replaced by BDTypeAttributeQuery.getSortColumns() |
com.wm.app.tn.db.SimpleDocQuery.isSortAscending()
As of TN 7.0, replaced by SimpleDocQuery.setSortColumns(String[][]) |
com.wm.app.tn.db.BDTypeQuery.isSortAscending()
As of TN 7.0, replaced by BDTypeQuery.setSortColumns(String[][]) |
com.wm.app.tn.db.BDTypeAttributeQuery.isSortAscending()
As of TN 7.0, replaced by BDTypeAttributeQuery.setSortColumns(String[][]) |
com.wm.app.tn.profile.ProfileStore.quietGetProfileStore()
Starting in version 6.5, it is no longer necessary to get an instance of the ProfileStore. All public
methods are static. |
com.wm.app.tn.route.RoutingRuleStore.save(RoutingRuleList)
|
com.wm.app.tn.route.RoutingActions.setAborted(BizDocEnvelope, boolean)
use the version of setAborted that allows you to explicitly specify the new system and user status
(127) |
com.wm.app.tn.doc.BizDocAttributeTransform.setArgs(String[])
As of 6.1, replaced by BizDocAttributeTransform.setArg(String arg) |
com.wm.app.tn.delivery.DeliveryUtils.setKeyAndChain(IData)
For Internal Use Only! Use setSslKeyAndChain instead. |
com.wm.app.tn.doc.BizDocAttributeTransform.setPreFnArgs(String[])
As of 6.1, replaced by BizDocAttributeTransform.getPreFnArg() |
com.wm.app.tn.err.ActivityLogEntry.setRelatedConversationId(String)
use setRelatedInstanceId instead |
com.wm.app.tn.db.EventQuery.setRelatedConversationID(String)
use setRelatedInstanceID instead |
com.wm.app.tn.doc.BizDocEnvelope.setSigInfo(byte[], byte[])
digital signatures are now generated with a signing service |
com.wm.app.tn.db.SimpleDocQuery.setSortColumn(String, boolean)
As of TN 7.0, replaced by SimpleDocQuery.setSortColumns(String[][]) |
com.wm.app.tn.db.ProfileQuery.setSortColumn(String, boolean)
As of TN 7.0, replaced by ProfileQuery.setSortColumns(String[][]) |
com.wm.app.tn.db.BDTypeQuery.setSortColumn(String, boolean)
As of TN 7.0, replaced by BDTypeQuery.setSortColumns(String[][]) |
com.wm.app.tn.db.BDTypeAttributeQuery.setSortColumn(String, boolean)
As of TN 7.0, replaced by BDTypeAttributeQuery.setSortColumns(String[][]) |
com.wm.app.tn.profile.ProfileStore.updateRemoteStatus(String, String)
Starting in version 4.6, there is no Remote Status for a partner profile. |