Deprecated API


Contents
Deprecated Classes
biz.c24.io.api.presentation.DefaultSink
          Use TextualSink instead. 
biz.c24.io.api.presentation.DefaultSource
          Use TextualSource instead. 
biz.c24.EulaType
          Removed as of v3.9.0 
biz.c24.io.api.data.jaxen.JaxenXPath
          Due to deficiencies in Jaxen (see biz.c24.io.api.data.jaxen for more information) this class has been deprecated. See biz.c24.io.api.data.saxon for more information on the preferred approach. 
biz.c24.io.api.data.jaxen.Navigator
          Due to deficiencies in Jaxen (see biz.c24.io.api.data.jaxen for more information) this class has been deprecated. See biz.c24.io.api.data.saxon for more information on the preferred approach. 
biz.c24.io.api.data.ValidationMechanismEnum
          Use ValidationManager instead - this class will be removed in the next major version release. 
biz.c24.io.api.data.jaxen.XPathReader
          Due to deficiencies in Jaxen (see biz.c24.io.api.data.jaxen for more information) this class has been deprecated. See biz.c24.io.api.data.saxon for more information on the preferred approach. 
 

Deprecated Fields
biz.c24.io.api.presentation.XMLSource.DEFAULT_LOG_NAME
          Use SAXSource.DEFAULT_LOG_NAME instead. 
biz.c24.io.api.data.ISO8601Value.IO_ISO8601_TIME_ZONE_PRESENT
          Use Utils.SYSTEM_PROPERTY_ISO8601_TIME_ZONE_PRESENT instead. 
biz.c24.io.api.data.ISO8601Value.IO_ISO8601_TIME_ZONE_ZERO
          Use Utils.SYSTEM_PROPERTY_ISO8601_TIME_ZONE_ZERO instead. 
biz.c24.io.api.data.swift.SwiftFieldDataType.IO_SWIFT_SUPRESSWARNINGS
          Use Utils.SYSTEM_PROPERTY_SUPPRESS_SWIFT_WARNINGS instead. 
biz.c24.io.api.data.DataComponent.IO_VALIDATE_DATABASE_KEY_PRESENCE
          Use Utils.SYSTEM_PROPERTY_SUPPRESS_DATABASE_KEY_VALIDATION instead. 
biz.c24.io.api.Utils.KEY_ENCODING
          Encoding is a presentation property and thus should not be stored as part of the data model. 
biz.c24.io.api.data.SimpleValidator.PASS_WITHOUT_RESOURCE
          Use Utils.SYSTEM_PROPERTY_PASS_VALIDATION_WITHOUT_RESOURCE instead. 
biz.c24.io.api.Utils.SYSTEM_PROPERTY_SUPPRESS_SWIFT_WARNINGS
          Use Utils.SYSTEM_PROPERTY_SUPPRESS_EXTERNALIZED_VALIDATION_WARNINGS instead. 
biz.c24.io.api.Utils.SYSTEM_PROPERTY_SWIFT_BIC_CODE_FILE
          Use Utils.SYSTEM_PROPERTY_ISO9362_BIC_CODE_FILE instead. 
biz.c24.io.api.Utils.SYSTEM_PROPERTY_SWIFT_COUNTRY_CODE_FILE
          Use Utils.SYSTEM_PROPERTY_ISO3166_COUNTRY_CODE_FILE instead. 
biz.c24.io.api.Utils.SYSTEM_PROPERTY_SWIFT_CURRENCY_CODE_FILE
          Use Utils.SYSTEM_PROPERTY_ISO4217_CURRENCY_CODE_FILE instead. 
biz.c24.io.api.Utils.SYSTEM_PROPERTY_SWIFT_DIRECTORY_FILE
          Use Utils.SYSTEM_PROPERTY_ISO9362_BIC_CODE_FILE instead. 
 

Deprecated Methods
biz.c24.io.api.presentation.XMLSource.addAnyMapping(Element)
          Use XMLSource.getWrappedSource().SAXSource.registerRemoteComponent(biz.c24.io.api.data.DataComponent) instead. 
biz.c24.io.api.data.ComplexDataObject.addValidationListener(ValidationListener)
          Use ValidationManager instead - this method will be removed in the next major version release. 
biz.c24.io.api.transform.Map.functionGetBytes(String, String)
          Use TOBYTES function instead. 
biz.c24.io.api.data.ComplexDataObject.getActualValidationMechanism()
          Use ValidationManager instead - this method will be removed in the next major version release. 
biz.c24.io.api.data.GenericDateDataType.getAllFormats()
          Use the formatCount and format[index] instead. 
biz.c24.api.License.ProductLicense.getEula()
          Removed as of v3.9.0 
biz.c24.io.api.data.GenericDateDataType.getFormat()
          Use the {format[index] instead. 
biz.c24.api.License.getPurchaseKey()
          Removed as of v3.9.0 
biz.c24.io.api.presentation.SAXSource.getRegisteredRemoteComponents()
          please use Document Root instead 
biz.c24.io.api.presentation.XMLSource.getRootDir()
          Use equivalent method on XMLSource.getWrappedSource() instead. 
biz.c24.io.api.data.ComplexDataObject.getValidationListeners()
          Use ValidationManager instead - this method will be removed in the next major version release. 
biz.c24.io.api.data.ComplexDataObject.getValidationMechanism()
          Use ValidationManager instead - this method will be removed in the next major version release. 
biz.c24.io.api.presentation.swift.SwiftPreParser.getWrappedSource()
          Use SwiftPreParser.getWrappedSwiftSource() instead. 
biz.c24.io.api.data.ComplexDataObject.initAttrsFromType(boolean)
            
biz.c24.io.api.data.ComplexDataObject.initElementsFromType(boolean)
            
biz.c24.io.api.presentation.TagValuePairSink.isHumanReadable()
          Use TagValuePairSink.isIndenting() instead. 
biz.c24.io.api.presentation.XMLSink.isHumanReadable()
          Use XMLSink.getFormat().getIndenting() instead. 
biz.c24.io.api.presentation.XMLSource.isStrictNamespaces()
          Use equivalent method on XMLSource.getWrappedSource() instead. 
biz.c24.io.api.presentation.XMLSink.isWriteOptionalDefaultValues()
          Use XMLSink.getWrappedSink().isWriteOptionalDefaultValues() instead. 
biz.c24.io.api.presentation.XMLSink.isWriteOptionalFixedValues()
          Use XMLSink.getWrappedSink().isWriteOptionalFixedValues() instead. 
biz.c24.io.api.presentation.XMLSink.isWriteXMLHeader()
          Use !XMLSink.getFormat().getOmitXMLDeclaration() instead. 
biz.c24.io.api.presentation.stream.BorderedCharDataReader.lookUpmost(int)
            
biz.c24.io.api.presentation.stream.BorderedCharDataReader.lookUpmostWithoutPad(String, int)
            
biz.c24.io.api.transform.Map.parametersGetBytes()
          Use TOBYTES function instead. 
biz.c24.io.api.data.jaxen.Navigator.parseXPath(String)
            
biz.c24.io.api.presentation.SAXSource.registerRemoteComponent(DataComponent)
          please use Document Root instead 
biz.c24.io.api.presentation.XMLSource.removeAnyMapping(Element)
          Use XMLSource.getWrappedSource().SAXSource.unregisterRemoteComponent(biz.c24.io.api.data.DataComponent) instead. 
biz.c24.io.api.data.ComplexDataObject.removeValidationListener(ValidationListener)
          Use ValidationManager instead - this method will be removed in the next major version release. 
biz.c24.io.api.presentation.TagValuePairSink.setHumanReadable(boolean)
          Use TagValuePairSink.setIndenting(boolean) instead. 
biz.c24.io.api.presentation.XMLSink.setHumanReadable(boolean)
          Use XMLSink.getFormat().setIndenting(boolean) instead. 
biz.c24.io.api.presentation.XMLSource.setRootDir(File)
          Use equivalent method on XMLSource.getWrappedSource() instead. 
biz.c24.io.api.presentation.XMLSource.setStrictNamespaces(boolean)
          Use equivalent method on XMLSource.getWrappedSource() instead. 
biz.c24.io.api.data.ComplexDataObject.setValidationMechanism(ValidationMechanismEnum)
          Use ValidationManager instead - this method will be removed in the next major version release. 
biz.c24.io.api.presentation.XMLSink.setWriteOptionalDefaultValues(boolean)
          Use XMLSink.getWrappedSink().setWriteOptionalDefaultValues(boolean) instead. 
biz.c24.io.api.presentation.XMLSink.setWriteOptionalFixedValues(boolean)
          Use XMLSink.getWrappedSink().setWriteOptionalFixedValues(boolean) instead. 
biz.c24.io.api.presentation.XMLSink.setWriteXMLHeader(boolean)
          Use XMLSink.getFormat().setOmitXMLDeclaration(!boolean) instead. 
biz.c24.io.api.transform.Transform.transform(ComplexDataObject[])
          Please use Transform.transform(Object[][]) instead. 
biz.c24.io.api.transform.Transform.transform(ComplexDataObject[][])
          Please use Transform.transform(Object[][]) instead. 
biz.c24.io.api.transform.Map.transform(Transform, Object[], int)
          please use Map.transform(Transform, Object[], int, biz.c24.io.api.data.Element) instead 
biz.c24.io.api.presentation.SAXSource.unregisterRemoteComponent(DataComponent)
          please use Document Root instead 
biz.c24.io.api.data.ComplexDataObject.validate()
          Use ValidationManager instead - this method will be removed in the next major version release. 
biz.c24.io.api.data.DataComponent.validate(ComplexDataObject)
          Use ValidationManager instead - this method will be removed in the next major version release. 
biz.c24.io.api.data.DataComponent.validate(ComplexDataObject, ValidationConstraints)
          Use ValidationManager instead - this method will be removed in the next major version release. 
biz.c24.io.api.data.DataType.validate(Object, DataComponent, ComplexDataObject)
          Use ValidationManager instead - this method will be removed in the next major version release. 
biz.c24.io.api.data.ComplexDataObject.validate(ValidationConstraints)
          Use ValidationManager instead - this method will be removed in the next major version release. 
biz.c24.io.api.data.DataType.validateProperties(Object, ComplexDataObject, DataComponent, ValidationConstraints)
          Use ValidationManager instead - this method will be removed in the next major version release. 
 

Deprecated Constructors
biz.c24.io.api.data.DatabaseSourcedEnumeration(String, Configuration, XPathStatement, boolean, ClassLoader, String, String, String)
          Use DatabaseSourcedEnumeration.DatabaseSourcedEnumeration(String, org.hibernate.cfg.Configuration, XPathStatement, boolean, ClassLoader, String, String, String, String) instead 
biz.c24.io.api.data.jaxen.JaxenXPath(String)
            
biz.c24.io.api.data.jaxen.JaxenXPath(XPathStatement)
            
 



C24 Technologies © 2002-2012: All Rights Reserved.