Deprecated API


Contents
Deprecated Interfaces
COM.FutureTense.Interfaces.IServlet
            
 

Deprecated Classes
COM.FutureTense.Util.FormPoster
          Use HttpAccess APIs instead 
 

Deprecated Fields
COM.FutureTense.Util.ftMessage.company
          see BuildBase#COMPANY 
COM.FutureTense.Util.ftMessage.component_name
          see BuildBase#COMPONENT_NAME 
COM.FutureTense.Util.ftMessage.copyright1998
          see BuildBase.Copyright#getString 
COM.FutureTense.Util.ftMessage.copyright1999
          see BuildBase.Copyright#getString 
COM.FutureTense.Util.ftMessage.copyright2000
          see BuildBase.Copyright#getString 
COM.FutureTense.Util.ftMessage.copyright2001
          see BuildBase.Copyright#getString 
COM.FutureTense.Util.ftMessage.copyright2002
          see BuildBase.Copyright#getString 
COM.FutureTense.Util.ftMessage.copyright2003
          see BuildBase.Copyright#getString 
COM.FutureTense.Util.ftMessage.copyright2004
          see BuildBase.Copyright#getString 
COM.FutureTense.Util.ftMessage.installLogName
          use instead 
COM.FutureTense.Util.ftMessage.maintenance_version
          see BuildBase#MAINTENANCE_VERSION 
COM.FutureTense.Util.ftMessage.major_version
          see BuildBase#MAJOR_VERSION 
COM.FutureTense.Util.ftMessage.minor_version
          see BuildBase#MINOR_VERSION 
COM.FutureTense.Util.ftMessage.paneLogName
          use instead 
COM.FutureTense.Util.ftMessage.product
          see BuildBase.Copyright#getString 
COM.FutureTense.Util.ftMessage.product_name
          see BuildBase#PRODUCT_NAME 
COM.FutureTense.Util.ftMessage.pversion
          see BuildBase.Copyright#getString 
COM.FutureTense.Util.ftMessage.status_beta
          see BuildBase#STATUS_BETA 
COM.FutureTense.Util.ftMessage.status_patch
          see BuildBase#STATUS_PATCH 
COM.FutureTense.Util.ftMessage.status_release
          see BuildBase#STATUS_RELEASE 
 

Deprecated Methods
COM.FutureTense.Interfaces.ICS.dbDebug()
          Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.DB_DEBUG 
COM.FutureTense.Interfaces.ICS.diskFileName()
          Method is disabled since cached pages are stored in the database now. 
COM.FutureTense.Interfaces.ICS.diskFileName(String, FTValList)
          Method is disabled since cached pages are stored in the database now. 
COM.FutureTense.Interfaces.ICS.diskFileName(String, String)
          Method is disabled since cached pages are stored in the database now. 
COM.FutureTense.Interfaces.ICS.eventDebug()
          Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.EVENT_DEBUG 
COM.FutureTense.Interfaces.IXMLBodyTag.Execute(FTValList, FTValList)
          The execute method of this interface will never be invoked and it should always return null. 
COM.FutureTense.Interfaces.Utilities.genID()
          use ICS.genID(boolean) instead 
COM.FutureTense.Interfaces.Utilities.genID(ICS)
          use ICS.genID(boolean) instead 
COM.FutureTense.Access.ValidateLogin.getAnonymousACLs()
            
com.fatwire.system.Session.getAssetDataManager()
          use Session.getManager(java.lang.String) instead 
com.fatwire.system.Session.getAssetDefManager()
          use Session.getManager(java.lang.String) instead 
COM.FutureTense.Interfaces.ICS.getIServlet()
          The IServlet interface is not portable across various containers, and as such its use should be limited. 
com.fatwire.system.Session.getRevisionTrackingManager()
          use Session.getManager(java.lang.String) instead 
COM.FutureTense.Interfaces.IServlet.getServlet()
            
COM.FutureTense.Interfaces.IServlet.getServletRequest()
            
COM.FutureTense.Interfaces.IServlet.getServletResponse()
            
COM.FutureTense.Interfaces.FTVAL.GetSize()
          returns 0 for indirect files 
COM.FutureTense.Interfaces.FTVAL.GetType()
          the type should be private 
COM.FutureTense.Interfaces.ICS.getURL(IURLDefinition)
          Use ICS.getURL(Definition, String) instead. This method will be removed after Content Server 6.1 
COM.FutureTense.Interfaces.ICS.LogMsg(String)
          Use Apache's commons-logging module instead. Out of the box Logger names are identified in ftMessage. 
COM.FutureTense.Interfaces.ICS.NewSeedFromTagname(String)
          use ICS.runTag(String, FTValList) instead 
COM.FutureTense.Interfaces.ICS.pastramiDebug()
          Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.GENERIC_DEBUG 
COM.FutureTense.Interfaces.ICS.pgCacheDebug()
          Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.PAGE_CACHE_DEBUG 
COM.FutureTense.Interfaces.ISyncHash.put(String, Object, Calendar)
          use put(String,Object,Date) insatead. 
COM.FutureTense.Interfaces.ICS.rsCacheDebug()
          Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.RESULT_SET_CACHE_DEBUG 
COM.FutureTense.Interfaces.Utilities.sendMail(String, String[], String, String, String, String, String, StringBuffer)
          use sendMail which includes charset instead 
COM.FutureTense.Interfaces.Utilities.sendMail(String, String, String, String, String, String, String, StringBuffer)
          use sendMail which includes charset instead 
COM.FutureTense.Interfaces.ICS.sessionDebug()
          Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.SESSION_DEBUG 
COM.FutureTense.Interfaces.ICS.SessionExists(String)
          this always returns false 
COM.FutureTense.Interfaces.ICS.syncDebug()
          Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.SYNC_DEBUG 
COM.FutureTense.Interfaces.ICS.systemDebug()
          Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.GENERIC_DEBUG 
COM.FutureTense.Interfaces.ICS.timeDebug()
          Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.TIME_DEBUG 
COM.FutureTense.Interfaces.ICS.xmlDebug()
          Use Apache's commons-logging module instead. The logger name that is used in place of this debug flag is identified by the string value of ftMessage.XML_DEBUG