Deprecated API

Deprecated Classes
org.apache.turbine.util.upload.FileHandler
          Use TurbineUploadService counterpart FileItem. 
org.apache.turbine.services.upload.FileHandlerUploadService
          Use TurbineUploadService instead. 
org.apache.turbine.services.upload.OReillyUploadService
          use TurbineUploadService 
 

Deprecated Methods
org.apache.turbine.util.db.Criteria.addOrderByColumn(String)
          Use addAscendingOrderByColumn() instead. 
org.apache.turbine.util.db.Criteria.addTime(String, int, int, int)
          These methods were wrongly named and are misleading. Use addDate() instead. 
org.apache.turbine.util.db.Criteria.addTime(String, int, int, int, String)
          These methods were wrongly named and are misleading. Use addDate() instead. 
org.apache.turbine.om.security.TurbineGroup.create(String)
          Please use the createGroup method in TurbineSecurity now. 
org.apache.turbine.om.security.TurbinePermission.create(String)
          Please use the createPermission method in TurbineSecurity. 
org.apache.turbine.util.upload.FileHandler.deleteFile(String)
          Use TurbineUploadService counterpart FileItem. 
org.apache.turbine.util.Log.destroy()
          The service should be shut down by the broker class only. 
org.apache.turbine.services.db.PoolBrokerService.getConnection(String, String, String, String)
          Database parameters should not be specified each time a DBConnection is fetched from the service. 
org.apache.turbine.services.db.TurbinePoolBrokerService.getConnection(String, String, String, String)
          Database parameters should not be specified each time a DBConnection is fetched from the service. 
org.apache.turbine.services.db.TurbineDB.getConnection(String, String, String, String)
          Database parameters should not be specified each time a DBConnection is fetched from the service. 
org.apache.turbine.util.db.pool.ConnectionPool.getConnection(String, String, String, String)
          Database parameters should not be specified each time a DBConnection is fetched from the pool. 
org.apache.turbine.util.upload.FileHandler.getFileRepository()
          Use TurbineUploadService counterpart FileItem. 
org.apache.turbine.om.security.TurbineGroup.getGlobalGroup()
          Please use the method in TurbineSecurity now. 
org.apache.turbine.om.BaseObject.getPrimaryKeyAsBigDecimal()
          Use getPrimaryKey() instead. Refer to ObjectKey for more information on type conversion. 
org.apache.turbine.om.BaseObject.getPrimaryKeyAsInt()
          Use getPrimaryKey() instead. Refer to ObjectKey for more information on type conversion. 
org.apache.turbine.om.BaseObject.getPrimaryKeyAsLong()
          Use getPrimaryKey() instead. Refer to ObjectKey for more information on type conversion. 
org.apache.turbine.om.BaseObject.getPrimaryKeyAsString()
          Use getPrimaryKey() instead. Refer to ObjectKey for more information on type conversion. 
org.apache.turbine.torque.engine.database.model.Table.getPrimaryKeys()
          Use getPrimaryKey() instead. 
org.apache.turbine.util.TurbineConfig.getResourcePaths()
            
org.apache.turbine.util.TurbineConfig.getServlet(String)
            
org.apache.turbine.util.TurbineConfig.getServletNames()
            
org.apache.turbine.util.TurbineConfig.getServlets()
            
org.apache.turbine.om.peer.BasePeer.handleMultiple(DataSet)
          Use the better-named handleMultipleRecords() instead. 
org.apache.turbine.util.upload.FileHandler.isSimpleForm(HttpServletRequest)
          Use TurbineUploadService counterpart FileItem. 
org.apache.turbine.util.TurbineConfig.log(Exception, String)
            
org.apache.turbine.util.Log.note(String)
          You should use info or debug methods instead. 
org.apache.turbine.util.Log.note(String, String)
          You should use info or debug methods instead. 
org.apache.turbine.torque.engine.database.model.Table.printPrimaryKeys()
          Use printPrimaryKey() instead. 
org.apache.turbine.util.db.SqlExpression.quoteAndEscapeText(String)
          Use quoteAndEscapeText(String rawText, DB db) instead. the quoteAndEscapeText rules depend on the database. 
org.apache.turbine.util.upload.FileHandler.saveStream()
          Use TurbineUploadService counterpart FileItem. 
org.apache.turbine.util.upload.FileHandler.setFileRepository(String)
          Use TurbineUploadService counterpart FileItem. 
org.apache.turbine.util.upload.FileHandler.setMaxSize(long)
          Use TurbineUploadService counterpart FileItem. 
org.apache.turbine.om.BaseObject.setPrimaryKey(int)
            
org.apache.turbine.om.BaseObject.setPrimaryKey(long)
            
org.apache.turbine.services.resources.TurbineResourceService.setPropertiesFileName(String)
            
org.apache.turbine.util.upload.FileHandler.writeFileToResponse(String, String, String)
          Use TurbineUploadService counterpart FileItem. 
 

Deprecated Constructors
org.apache.turbine.util.db.pool.ConnectionPool()
          Use the constructor specifying db parameters. 
org.apache.turbine.util.db.pool.ConnectionPool(int, long)
          Use the constructor specifying db parameters. 
org.apache.turbine.util.upload.FileHandler(HttpServletRequest, HttpServletResponse, ParameterParser)
          Use TurbineUploadService counterpart FileItem. 
org.apache.turbine.util.upload.FileHandler(HttpServletRequest, HttpServletResponse, ParameterParser, String)
          Use TurbineUploadService counterpart FileItem. 
org.apache.turbine.util.upload.FileHandler(HttpServletRequest, ParameterParser, String)
          Use TurbineUploadService counterpart FileItem. 
org.apache.turbine.util.upload.FileHandler(RunData)
          Use TurbineUploadService counterpart FileItem. 
org.apache.turbine.util.upload.FileHandler(RunData, String)
          Use TurbineUploadService counterpart FileItem. 
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.