com.im.df.api 5.8

Deprecated API


Contents
Deprecated Classes
com.im.df.api.support.RowSetData
          DO NOT USE THIS STRUCTURE. Use DFInsertDescription instead. 
 

Deprecated Methods
com.im.df.api.capabilities.DBEntityCapability.claimTableOwnership(String)
           
com.im.df.api.support.DFUpdateInfo.create(Comparable, boolean)
          use the 3-arg form of create(). 
com.im.df.api.capabilities.JChemSchemaCapability.createJChemPropertyTable(String, Map, DFEnvironmentRW)
          Use the form that takes the db schema name as an argument 
com.im.df.api.util.DIFUtilities.entityForTable(DFSchema, String, boolean)
           
com.im.df.api.capabilities.DBFieldCapability.extractColumnValue(Object, int)
          Use the @{link com.im.ijcs.api.dml.DBValueHander} obtained from the @{link #getValueHandler} method instead. 
com.im.df.api.util.DIFUtilities.fieldForColumn(DFSchema, String, String)
           
com.im.df.api.util.DIFUtilities.findItemsWithCapability(List, Class)
          the method was moved to the DFItems.findItemsWithCapability(java.util.List, java.lang.Class) and will be removed from DIFUtilities in IJC 5.6. 
com.im.df.api.capabilities.DBSchemaCapability.getAllTableNames()
           
com.im.df.api.capabilities.DBSchemaCapability.getAllViewNames()
          Use the form that takes the dbSchema as an argument. 
com.im.df.api.util.DIFUtilities.getExtraProperty(DFItem, Class)
          Use getExtraProperty(DFItem item, Class extraProp) 
com.im.df.api.capabilities.DBSchemaCapability.getManagedTables()
          Use the form that takes the dbSchema as an argument. 
com.im.df.api.util.DIFUtilities.getSortedItems(DFContainer)
          highly specialized (had one known usage) method. Will be removed from API in IJC 5.6. 
com.im.df.api.util.DIFUtilities.getSortedItemsAlphabetically(DFContainer)
          the method was moved to the DFItems.alphabeticallySortedCopy(java.util.List) and will be removed from DIFUtilities in IJC 5.6. 
com.im.df.api.capabilities.DBEntityCapability.getTableInfo()
          Use the better named getTableInfos() method 
com.im.df.api.capabilities.DBSchemaCapability.getTableInfo(String)
            
com.im.df.api.capabilities.DBEntityCapability.getTableName()
           
com.im.df.api.capabilities.JChemSchemaCapability.isJChemBaseTable(String)
          Use the form that takes the db schema name as an argument 
com.im.df.api.capabilities.JChemSchemaCapability.isJChemCartJChemBaseTable(String)
          Use the form that takes the db schema name as an argument 
com.im.df.api.capabilities.JChemSchemaCapability.isJChemCartStandardTable(String)
          Use the form that takes the db schema name as an argument 
com.im.df.api.capabilities.JChemSchemaCapability.isJChemPropertyTable(String)
          Use the form that takes the db schema name as an argument 
com.im.df.api.capabilities.JChemSchemaCapability.removeJChemPropertyTable(String, DFEnvironmentRW)
          Use the form that takes the db schema name as an argument 
 

Deprecated Enum Constants
com.im.df.api.ddl.DFRelationship.Type.ONE_TO_MANY
          Do not use 
 


com.im.df.api 5.8