Deprecated API


Contents
Deprecated Classes
com.knowgate.hequel.HEQUELExec
            
com.knowgate.misc.Thumbnail
          Use com.knowgate.hipegate.Image 
 

Deprecated Methods
com.knowgate.lucene.Indexer.add(String, Properties, String, int, String, String, String, String, String, String, String)
          Use add method from Indexer subclasses instead 
com.knowgate.hequel.HEQUELExec.addEntities(String, String, String, String, String)
            
com.knowgate.hequel.HEQUELExec.deleteCategory(String)
            
com.knowgate.hequel.HEQUELExec.detachEntity(String, String, String, String)
            
com.knowgate.hequel.HEQUELExec.eraseCategoryLabelByName(String, String)
            
com.knowgate.hequel.HEQUELExec.eraseEntity(String, String, String)
            
com.knowgate.hequel.HEQUELExec.Exceptions()
            
com.knowgate.hequel.HEQUELExec.getColumnDelimiter()
            
com.knowgate.hequel.HEQUELExec.getConnection()
            
com.knowgate.dataobjs.DBPersist.getItems()
          Use keySet() instead 
com.knowgate.hequel.HEQUELExec.getRowDelimiter()
            
com.knowgate.dataobjs.DBPersist.getTable()
          Use getTable(JDCConnection) instead 
com.knowgate.dataobjs.DBBind.getTable(String)
          Use getDBTable instead 
com.knowgate.hequel.HEQUELExec.LastException()
            
com.enterprisedt.net.ftp.FTPClient.list(String)
          As of FTP 1.1, replaced by FTPClient.dir(String) 
com.enterprisedt.net.ftp.FTPClient.list(String, boolean)
          As of FTP 1.1, replaced by FTPClient.dir(String,boolean) 
com.knowgate.hequel.HEQUELExec.modifyCategoryLabelByName(String, String, String)
            
com.knowgate.hequel.HEQUELExec.modifyEntity(String, String, int, String)
            
com.knowgate.hequel.HEQUELExec.moveCategory(String, String, String, boolean)
            
com.knowgate.hequel.HEQUELExec.moveCategoryByName(String, String, String, boolean)
            
com.knowgate.hequel.HEQUELExec.newCategory(String, String, short, int, String, String)
            
com.knowgate.hequel.HEQUELExec.newCategoryByName(String, String, short, int, String, String)
            
com.knowgate.hequel.HEQUELExec.newGroup(String, int, short, String)
            
com.knowgate.hequel.HEQUELExec.newUser(String, String, int, short)
            
com.knowgate.hequel.HEQUELExec.remCategoryGroupPermissions(String, String, int, short, short)
            
com.knowgate.hequel.HEQUELExec.remCategoryUserPermissions(String, String, int, short, short)
            
com.knowgate.hequel.HEQUELExec.setCategoryGroupPermissions(String, String, int, short, short)
            
com.knowgate.hequel.HEQUELExec.setCategoryUserPermissions(String, String, int, short, short)
            
com.knowgate.hequel.HEQUELExec.setColumnDelimiter(String)
            
com.knowgate.hequel.HEQUELExec.setRowDelimiter(String)
            
com.knowgate.scheduler.WorkerThreadPool.stopAll()
          Use stopAll(JDCConnection) instead 
com.knowgate.hequel.HEQUELExec.storeCategory(String, String, String, short, int, String, String)
            
com.knowgate.hequel.HEQUELExec.storeCategoryLabels(String, String)
            
com.knowgate.hequel.HEQUELExec.storeCategoryLabelsByName(String, String)
            
com.knowgate.hequel.HEQUELExec.storeGroup(String, int, short, String, String)
            
com.knowgate.hequel.HEQUELExec.storeGroupUsers(String, String)
            
com.knowgate.hequel.HEQUELExec.storeUserGroups(String, String)
            
 

Deprecated Constructors
com.knowgate.misc.CGIParser(InputStream)
          This method does not decode URLEncoded values properly. Please use a method that specifies a character set. 
com.knowgate.misc.CGIParser(Reader)
          This method does not decode URLEncoded values properly. Please use a method that specifies a character set. 
com.knowgate.misc.CGIParser(String)
          This method does not decode URLEncoded values properly. Please use a method that specifies a character set. 
com.knowgate.dataobjs.DBSaxHandler(DBPersist)
          Use DBSaxHandler(DBPersist oPersist, JDCConnection) instead 
com.knowgate.hequel.HEQUELExec()
            
com.knowgate.hequel.HEQUELExec(DBBind, int, String, int)