Deprecated API


Contents
Deprecated Methods
com.wm.app.b2b.server.JDBCConnection.connect(String, String, String, String)
          Use one of the JDBCConnection constructors. 
com.wm.data.IDataIndexCursor.count()
          Replaced by IDataUtil.size(IDataCursor). 
com.wm.data.IDataUtil.create(Object[][])
          03/2003; Use IDataFactory.create() instead. Creates an IData object and initializes its key/value pairs from the contents of a specified two-column array, where the first column of the array contains key names and the second column contains the values of those keys.

The first column of the array (the one that specifies key names) must contain only String values that represent key names. Anything other than a String in this column will cause a ClassCastException to occur at run time.

If any member of the second column (the one that specifies values) of the array is null, that element is included in the IData object. If you DO NOT want to include null values in the IData object, use the create method provided by com.wm.data.IDataFactory instead. 

com.wm.app.b2b.server.Service.doInvoke(NSName, Session, Values)
          Use Service.doInvoke(NSName, Session, IData) 
com.wm.app.b2b.server.Service.doInvoke(NSName, Values)
          Use Service.doInvoke(NSName, IData) 
com.wm.app.b2b.server.Service.doInvoke(String, String, Session, Values)
          Use Service.doInvoke(String, String, Session, IData) 
com.wm.app.b2b.server.Service.doInvoke(String, String, Values)
          Use Service.doInvoke(String, String, IData) 
com.wm.app.b2b.server.Service.doThreadInvoke(NSName, IData)
          Replaced by ServiceThread doThreadInvoke(NSName svc, IData input, long time). Invokes any service published on the server as a thread. 
com.wm.app.b2b.server.Service.doThreadInvoke(NSName, Session, IData)
          Replaced by ServiceThread doThreadInvoke(NSName svc, Session session, IData input, long time). Invokes any service published on the server as a thread. 
com.wm.app.b2b.server.Service.doThreadInvoke(String, String, IData)
          Replaced by ServiceThread doThreadInvoke(String ifc, String svc, IData input, long time). Invokes any service published on the server as a thread. 
com.wm.app.b2b.server.Service.doThreadInvoke(String, String, Session, IData)
          Replaced by ServiceThread doThreadInvoke(String ifc, String svc, Session session, IData input, long time). Invokes any service published on the server as a thread. 
com.wm.data.IDataTreeCursor.down()
          No replacement. 
com.wm.data.IDataHashCursor.first(String)
          Replaced by key-based methods in IDataCursor. 
com.wm.util.Values.get(String)
            
com.wm.app.b2b.server.ServiceThread.getData()
            
com.wm.data.IData.getHashCursor()
          Replaced by key-based methods in IDataCursor. 
com.wm.app.b2b.server.Service.getHttpRequestHeader(Values)
            
com.wm.app.b2b.server.Service.getHttpResponseHeader(Values)
            
com.wm.data.IData.getIndexCursor()
          No replacement. See IDataIndexCursor for alternative sample code. 
com.wm.app.b2b.server.InvokeState.getLocale()
          Replaced by getSessionIContext 
com.wm.app.b2b.server.Service.getPackageName(Values)
            
com.wm.app.b2b.server.Service.getRequest(Values)
            
com.wm.app.b2b.server.Service.getServiceEntry(Values)
            
com.wm.app.b2b.server.Service.getTemplate(Values)
            
com.wm.data.IData.getTreeCursor()
          No replacement. 
com.wm.app.b2b.server.Service.hasErrors(Values)
            
com.wm.data.IDataHashCursor.last(String)
          Replaced by key-based methods in IDataCursor. 
com.wm.data.IDataHashCursor.next(String)
          Replaced by key-based methods in IDataCursor. 
com.wm.data.IDataHashCursor.previous(String)
          Replaced by key-based methods in IDataCursor. 
com.wm.util.Values.put(String, Object)
            
com.wm.util.Values.remove(String)
            
com.wm.util.template.Reporter.report()
          replaced by Reporter.report(Codable) 
com.wm.data.IDataIndexCursor.seek(int)
          No replacement. 
com.wm.app.b2b.client.BaseContext.setSSLCertificates(String, String, String)
          Replaced by BaseContext.setSSLCertificates(String, String[]) 
com.wm.app.b2b.server.Service.setTemplate(Values, String)
            
com.wm.app.b2b.server.Service.throwError(String)
            
com.wm.app.b2b.server.Service.throwError(Throwable)
            
com.wm.data.IDataTreeCursor.up()
          No replacement. 
com.wm.util.Values.use(IData)
            
 

Deprecated Constructors
com.wm.app.b2b.server.JDBCConnection()
          Use JDBCConnection(String, String, String) 
com.wm.util.LocalizedException(Class, String, String)
          11/05/2002; Replaced by LocalizedException( String bundleBaseName, ..., ClassLoader theBundleClassLoader ). 
com.wm.util.LocalizedException(Class, String, String, Object[])
          11/05/2002; Replaced by LocalizedException(String bundleBaseName, ..., ClassLoader theBundleClassLoader). 
com.wm.util.LocalizedException(Class, String, String, String)
          11/05/2002; Replaced by LocalizedException( String bundleBaseName, ..., ClassLoader theBundleClassLoader ). 
com.wm.util.LocalizedException(Class, String, String, Throwable, Object[])
          11/05/2002; Replaced by LocalizedException(String bundleBaseName, ..., ClassLoader theBundleClassLoader). 
com.wm.util.template.Reporter(String, File, Codable)
          replaced by Reporter.Reporter(String, File) 
com.wm.util.template.Reporter(String, File, Codable, boolean)
          No replacement. 
com.wm.util.template.Reporter(String, File, Codable, boolean, String)
          No replacement. 
com.wm.util.template.Reporter(String, String, Codable)
          replaced by Reporter.Reporter(String, File)